.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 {
  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:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#qUdi9vW0ECyOUNVtnRIdeJKUy9GboT1m { position:relative;display:block; }#qUdi9vW0ECyOUNVtnRIdeJKUy9GboT1m { background-color: transparent; background-image: none; }#qUdi9vW0ECyOUNVtnRIdeJKUy9GboT1m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qUdi9vW0ECyOUNVtnRIdeJKUy9GboT1m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qUdi9vW0ECyOUNVtnRIdeJKUy9GboT1m > .row .container > .video-iframe-container { display: none; }#qUdi9vW0ECyOUNVtnRIdeJKUy9GboT1m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qUdi9vW0ECyOUNVtnRIdeJKUy9GboT1m > .row > .video-iframe-container { display: none; }#qUdi9vW0ECyOUNVtnRIdeJKUy9GboT1m > .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); }#qUdi9vW0ECyOUNVtnRIdeJKUy9GboT1m { border-width: 0; border-radius: 0; }#qUdi9vW0ECyOUNVtnRIdeJKUy9GboT1m > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qUdi9vW0ECyOUNVtnRIdeJKUy9GboT1m > .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:86px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eyhXZ8pGOmWtE5hv1mhdLZVA4Sq2e6M6 { position:absolute;display:block;z-index:15000;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:85px;width:158px;top:0px;left:0px;overflow:hidden;display:block; }
#n918KUqlOkQP9kteH7HCMNtu3QTqT5g8 { box-sizing:content-box;color:#005a50;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:18px;left:992px;display:block; }
#FpZz69O95VwgeEq49pUgG8u0R6RUqRns { color:#005a50;display:block;width:158px;position:absolute;font-family:lato;font-size:25px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:27px;left:1042px;height:32.5px;display:block; }
#X3603LNUE6XgQRQ4dVZ0cObuC3vrg7tF { position:relative;display:none; }#X3603LNUE6XgQRQ4dVZ0cObuC3vrg7tF { border-width: 0; border-radius: 0; }#X3603LNUE6XgQRQ4dVZ0cObuC3vrg7tF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#X3603LNUE6XgQRQ4dVZ0cObuC3vrg7tF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#AOzh6suIzTacClZqIK15QddbTQOV4h7W { color:#005a50;display:block;width:526px;position:absolute;font-family:lato;font-size:45px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:53px;left:19.5px;height:116.8px;display:none; }
#NT1n7fxIIEWdqF2hr0p64PcVxRiXThof { position:relative;display:none; }#NT1n7fxIIEWdqF2hr0p64PcVxRiXThof { border-width: 0; border-radius: 0; }#NT1n7fxIIEWdqF2hr0p64PcVxRiXThof > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NT1n7fxIIEWdqF2hr0p64PcVxRiXThof > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/053eb419-5025-4393-bf41-a968534f3545/KLINIKAJEDNEGODNIA_LP1920px.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:14px;font-family:arial;height:456px;width:1200px;position:relative;display:block; }#fuNVAu6ge9xQVe1ARLndhPzp7TJyaROb { color:#005a50;display:block;width:495px;position:absolute;font-family:lato;font-size:45px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:86px;left:19.5px;height:117px;display:block; }
#pV7sn3l2WUZ4iT6Bz878nSGF28RhlcxT { color:#005a50;display:block;width:526px;position:absolute;font-family:lato;font-size:35px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:277.00001525879px;left:19.5px;height:91px;display:block; }
#Qe9dz9pCRxkTKteDFksP7fy3FQSkE4h3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#005a50;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Qe9dz9pCRxkTKteDFksP7fy3FQSkE4h3 > .row .container { background-color: transparent; background-image: none; }#Qe9dz9pCRxkTKteDFksP7fy3FQSkE4h3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe9dz9pCRxkTKteDFksP7fy3FQSkE4h3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe9dz9pCRxkTKteDFksP7fy3FQSkE4h3 > .row .container > .video-iframe-container { display: none; }#Qe9dz9pCRxkTKteDFksP7fy3FQSkE4h3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe9dz9pCRxkTKteDFksP7fy3FQSkE4h3 > .row > .video-iframe-container { display: none; }#Qe9dz9pCRxkTKteDFksP7fy3FQSkE4h3 > .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); }#Qe9dz9pCRxkTKteDFksP7fy3FQSkE4h3 > .row .container { border-width: 0; border-radius: 0; }#Qe9dz9pCRxkTKteDFksP7fy3FQSkE4h3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qe9dz9pCRxkTKteDFksP7fy3FQSkE4h3 > .row .container { font-size:14px;font-family:arial;height:436px;width:1200px;position:relative;display:block; }#Dhid6VLuJERmHRe05BpsqLMO054diEqf { position:absolute;display:block;z-index:14999;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:117px;border-top-right-radius:117px;border-bottom-left-radius:117px;border-bottom-right-radius:117px;box-shadow: 3px 3px 8px rgba(0,0,0,0.5) ;height:148px;width:148px;top:77px;left:1008px;display:block; }
#eZzLTCPXl50F7fwkbVoS1hcZoDNEdWhJ { color:#ffffff;display:block;width:200px;position:absolute;font-family:lato;font-size:45px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:233px;left:982px;height:58.5px;text-align:center;text-align-last:center;display:block; }
#OdrcBQeLiG4FqRNIfrTzpnkkP12E5h90 { color:#ffffff;display:block;width:236px;position:absolute;font-family:lato;font-size:25px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:291px;left:964px;height:65px;text-align:center;text-align-last:center;display:block; }
#FPtCktmqMs7wSZTkAGTGrx6Mubr1RCLO { position:absolute;display:block;z-index:15001;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:100px;width:75px;top:101px;left:1045px;overflow:hidden;display:block; }
#wgOIt6IZH39gCsHxAwuwWveSEHDGi4ng { color:#ffffff;display:block;width:200px;position:absolute;font-family:lato;font-size:45px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:233px;left:655px;height:58.5px;text-align:center;text-align-last:center;display:block; }
#vBLwrpI6xZQeqivy5gune5QcTU2cFg8H { color:#ffffff;display:block;width:200px;position:absolute;font-family:lato;font-size:25px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:291px;left:655px;height:65px;text-align:center;text-align-last:center;display:block; }
#NFTekz9HS75haWtxB1ihZlT8kzW2rKH2 { position:absolute;display:block;z-index:15000;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:117px;border-top-right-radius:117px;border-bottom-left-radius:117px;border-bottom-right-radius:117px;box-shadow: 3px 3px 8px rgba(0,0,0,0.5) ;height:148px;width:148px;top:77px;left:681px;display:block; }
#RZhzTqJytKm8M2q49WclAZUIthGht7GU { position:absolute;display:block;z-index:15003;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:100px;width:106px;top:101px;left:702px;overflow:hidden;display:block; }
#od4VT6ryZU183xbCT8LHxGFccBTk8UTR { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:1px solid #ffffff;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:312px;width:23px;top:60px;left:577px;display:block; }
#aTl671fR015NEDvlyiCW9HuiZDa4UOec { color:#ffffff;display:block;width:525px;position:absolute;font-family:lato;font-size:25px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:71.75px;left:19.5px;height:292.5px;text-align:justify;text-align-last:initial;display:block; }
#sGMc83zv7piCL1bN20b1gn9mNb5Crl2S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#005a50;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sGMc83zv7piCL1bN20b1gn9mNb5Crl2S > .row .container { background-color: transparent; background-image: none; }#sGMc83zv7piCL1bN20b1gn9mNb5Crl2S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sGMc83zv7piCL1bN20b1gn9mNb5Crl2S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sGMc83zv7piCL1bN20b1gn9mNb5Crl2S > .row .container > .video-iframe-container { display: none; }#sGMc83zv7piCL1bN20b1gn9mNb5Crl2S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sGMc83zv7piCL1bN20b1gn9mNb5Crl2S > .row > .video-iframe-container { display: none; }#sGMc83zv7piCL1bN20b1gn9mNb5Crl2S > .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); }#sGMc83zv7piCL1bN20b1gn9mNb5Crl2S > .row .container { border-width: 0; border-radius: 0; }#sGMc83zv7piCL1bN20b1gn9mNb5Crl2S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sGMc83zv7piCL1bN20b1gn9mNb5Crl2S > .row .container { font-size:14px;font-family:arial;height:498px;width:1200px;position:relative;display:block; }#wRfPIICBo4FTXdCuSy4h7bUuTGJwQHPc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:384px;width:684px;top:35.5px;left:258px;display:block; }
#gtzOBEf0Ek1X1IWB4l6qzPlBsB04k6LE { position:relative;display:none; }#gtzOBEf0Ek1X1IWB4l6qzPlBsB04k6LE { border-width: 0; border-radius: 0; }#gtzOBEf0Ek1X1IWB4l6qzPlBsB04k6LE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gtzOBEf0Ek1X1IWB4l6qzPlBsB04k6LE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#iUSokQlRvHaqW4P3zNcgA8wU6wsQcgMQ { color:#ffffff;display:block;width:200px;position:absolute;font-family:lato;font-size:25px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:221px;left:200px;height:32px;text-align:center;text-align-last:center;display:none; }
#BuOAfMSofXocEanBM8g54ThuC5oJiKf2 { position:absolute;display:block;z-index:14999;background-color:rgba(0,90,80,0.83);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 3px 3px 7px rgba(0,0,0,0.5) ;height:322px;width:385px;top:184px;left:108px;display:none; }
#TCnfKdKtc0PAINpKXILN0txXt7hRlDtx { color:#000000;display:block;width:357px;position:absolute;font-family:lato;font-size:25px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:253px;left:121.5px;height:32px;text-align:center;text-align-last:center;display:none; }
#ERncbTc33ARACxfVmgD6RxUPy6vm1SJ9 { color:#000000;display:block;width:372px;position:absolute;font-family:lato;font-size:25px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:363px;left:114px;height:64px;text-align:center;text-align-last:center;display:none; }
#wXNmBsg2vnfLEiXmn1kUU7EFZ1tKekOp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c8d80a0f-f180-4a49-9fea-1724dc5c3ba9/zacisze2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#wXNmBsg2vnfLEiXmn1kUU7EFZ1tKekOp.adaptive-delivery-prevent-bg, #wXNmBsg2vnfLEiXmn1kUU7EFZ1tKekOp.lazyload, #wXNmBsg2vnfLEiXmn1kUU7EFZ1tKekOp.lazyloading { background-image: none; }#wXNmBsg2vnfLEiXmn1kUU7EFZ1tKekOp > .row .container { background-color: transparent; background-image: none; }#wXNmBsg2vnfLEiXmn1kUU7EFZ1tKekOp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXNmBsg2vnfLEiXmn1kUU7EFZ1tKekOp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXNmBsg2vnfLEiXmn1kUU7EFZ1tKekOp > .row .container > .video-iframe-container { display: none; }#wXNmBsg2vnfLEiXmn1kUU7EFZ1tKekOp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXNmBsg2vnfLEiXmn1kUU7EFZ1tKekOp > .row > .video-iframe-container { display: none; }#wXNmBsg2vnfLEiXmn1kUU7EFZ1tKekOp > .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); }#wXNmBsg2vnfLEiXmn1kUU7EFZ1tKekOp > .row .container { border-width: 0; border-radius: 0; }#wXNmBsg2vnfLEiXmn1kUU7EFZ1tKekOp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wXNmBsg2vnfLEiXmn1kUU7EFZ1tKekOp > .row .container { font-size:14px;font-family:arial;height:690px;width:1200px;position:relative;display:block; }#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ .widget-form-header {  }
#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ .widget-regular-label { height:auto;display:block;font-family:lato;font-size:14px;font-weight:bold;color:#005a50;width:300px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:1px solid #f04a03;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:300px;box-sizing:border-box;height:47px;color:#000000;font-size:18px;overflow:hidden;font-family:lato;vertical-align:top;text-align:left;text-align-last:left; }
#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:1px solid #f04a03;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:300px;box-sizing:border-box;height:70px;color:#000000;font-size:18px;overflow:hidden;font-family:lato;vertical-align:top;text-align:left;text-align-last:left; }
#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ .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:0;margin-bottom:4px;margin-left:0;display:block;width:300px;box-sizing:border-box;height:40px;color:#161616;font-family:lato;font-size:14px;overflow:hidden;vertical-align:top; }
#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#f04a03;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:34px;margin-bottom:4px;margin-left:36px;display:block;box-sizing:border-box;font-size:25px;font-weight:400;color:#ffffff;width:228px;height:50px;font-family:lato;overflow:hidden;font-style:normal;text-align:center;text-align-last:center; }
#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ [class*="-text"]:-moz-placeholder { color:#464646;font-family:lato;font-size:18px;font-weight:400;font-style:normal; }
#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ [class*="-text"]::-moz-placeholder { color:#464646;font-family:lato;font-size:18px;font-weight:400;font-style:normal; }
#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ [class*="-text"]:-ms-input-placeholder { color:#464646;font-family:lato;font-size:18px;font-weight:400;font-style:normal; }
#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ [class*="-text"]::-webkit-input-placeholder { color:#464646;font-family:lato;font-size:18px;font-weight:400;font-style:normal; }
#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;line-height:1.3;font-size:12px;font-weight:400;color:#464646;vertical-align:top;width:280px;overflow:hidden;font-style:normal; }
#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:lato;font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ .widget-container:first-of-type{padding-top:0;}#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ .widget-container:last-of-type{padding-bottom:0;}#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ  { background-color:rgba(255,255,255,0.69);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:300px;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:100000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:114.48754882812px;left:730.00003814697px; }
#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:300px;display:block;vertical-align:top; }
#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ .widget-info-text { display:block;height:auto;font-family:lato;font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ {display:block;}#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ { background-color:rgba(255,255,255,0.69);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:300px;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:114.48754882812px;left:730.00003814697px; }
#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #UyTOmJNOXwpM3KfsIIeqdMfoteNE66Rr { position:relative; }
#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #u7urWlwf4O1oEBXXzPhJTh59ReGiI4AE { position:relative;display:none; }
#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #dDfTzQqe5FRisIX2qhbgsXNs660z0N0k { position:relative; }
#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #q6TS2cSPykuNEUOxGbFzNwq82ta69FH5 { position:relative; }
#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #xwW7od8yrCxa3XzDLoVNNGrILzT4btqO { position:relative;display:none; }
#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #rLs7wMsiA8RMI2LPIbCfMZTTTH0eu679 { position:relative; }
#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #lVktHNAGPvfaiGgQRurClRofUv484Bhx { position:relative; }
#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #F6pHauVBzSqa3JMoL20JolPNvdVKKIBJ { position:relative;display:none; }
#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #X0ODcZsM3ig7DyS1z1pc7tJSwRKdaxqv { position:relative; }
#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #sQLGO03nSVTSOwnbILfOmqO3Z4tMIxxW { position:relative; }
#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #PI3qPCU97wdtPMzQ9PIuby2SJQh8LWRF { position:relative;display:none; }
#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #zmd07WbgxEF1q2to7vLtBTGyL16eIlgV { position:relative; }
#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #XU5GNnpBupOHfHzgIeCWJb7KD6NSCH3t { position:relative; }
#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #iP5bxIszM1Z7BEDatAzVdERZ0TRPr98g { position:relative;display:none; }
#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #gpdhR2N466dTSeEyvKcv4dZLeV97uvdE { position:relative; }
#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #vHQKJxTFmAqrS1xRThzOndW2lNSBLfbK { position:relative; }
#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #eTJzRI60bWX6NIi7SNpHQTfB5vS2Tilx { position:relative;z-index:2; }
#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #K3kVMBGasTdXir4peN1V01H5uogIvHuA { position:relative; }
#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #eBvUD2bpLPUMTFyNexLMDRA7Rz3tCn0n { position:relative; }
#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #TnDiiN8gCrLP5MWvPiPKCnFVlZm5uhn3 { position:relative;z-index:2; }
#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #CTrpQr1NW92FqpPe2Ke1Nv7sdWChaCOD { position:relative; }
#pS3GA6nNCKh57McVQ3Soa95bfmpHtTxb { position:relative;display:block; }
#s36kuS9rPAV5Tf1Uf5bI7Zfmbft0WPVT { position:relative;display:block; }
#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #it7MZL5b1GKdnWQZSQZRhtXUlAtD5fFm { position:relative; }
#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #Tn3MMh8BbEakDzx1pnZcZhJqGAu8CS5A { position:relative; }
#xVtQ3k5pZQ9tJzq8I7OuD1lOKmUWT5Rv { color:#ffffff;display:block;width:200px;position:absolute;font-family:lato;font-size:25px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:221px;left:200px;height:32.5px;text-align:center;text-align-last:center;display:block; }
#c6lc8CF95DruQXnWvvhFkkFPlMEctwat { color:#000000;display:block;width:357px;position:absolute;font-family:lato;font-size:25px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:253px;left:121.5px;height:32.5px;text-align:center;text-align-last:center;display:block; }
#XaEvSZWwTut8HRfiATZMv4VUBIAQle2b { color:#000000;display:block;width:372px;position:absolute;font-family:lato;font-size:25px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:363px;left:114px;height:65px;text-align:center;text-align-last:center;display:block; }
#dwl8ziGQsK1Eh26R9HyZeOGtfFq9P5Xe { position:absolute;display:block;z-index:14999;background-color:rgba(0,90,80,0.83);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 3px 3px 7px rgba(0,0,0,0.5) ;height:322px;width:385px;top:184px;left:108px;display:block; }
#Hk6CFwNMcMUyIsUb8oo0o8CBrGE4DkLS { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:14px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:169px;height:25px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:621.88888549805px;left:815.50003051758px;display:block; }
#TubOeyPKEvsuVJqC0aNZ7r1AOPNsxUMB { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#op4PaAlVFByGss7e199o5EVJtZE8LzxX { position:relative;display:block; }#op4PaAlVFByGss7e199o5EVJtZE8LzxX { background-color: transparent; background-image: none; }#op4PaAlVFByGss7e199o5EVJtZE8LzxX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#op4PaAlVFByGss7e199o5EVJtZE8LzxX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#op4PaAlVFByGss7e199o5EVJtZE8LzxX > .row .container > .video-iframe-container { display: none; }#op4PaAlVFByGss7e199o5EVJtZE8LzxX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#op4PaAlVFByGss7e199o5EVJtZE8LzxX > .row > .video-iframe-container { display: none; }#op4PaAlVFByGss7e199o5EVJtZE8LzxX > .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); }#op4PaAlVFByGss7e199o5EVJtZE8LzxX { border-width: 0; border-radius: 0; }#op4PaAlVFByGss7e199o5EVJtZE8LzxX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#op4PaAlVFByGss7e199o5EVJtZE8LzxX > .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:450px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WHpA5qB44gfToGBuR4yZJFeLiKX9IHm1 { color:#000000;display:block;width:273px;position:absolute;font-family:lato;font-size:18px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:80px;left:622px;height:23.4px;display:block; }
#HBINCk676yVodkIRAxOcPreI1WqJv1e7 { color:#000000;display:block;width:556px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:112px;left:622px;height:111.944px;text-align:justify;text-align-last:initial;display:block; }
#KBKceHudxxHnGqAXGLbAa6FnseKrM7H1 { color:#000000;display:block;width:556px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:283px;left:622px;height:111.944px;text-align:justify;text-align-last:initial;display:block; }
#EA7yH6waFZtA6PmI7XG7mtgs1488oCqO { color:#000000;display:block;width:383px;position:absolute;font-family:lato;font-size:18px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:250px;left:622px;height:23.4px;display:block; }
#nV1NpAQD6nVDxrynVLwF8Z7RHFy2NgB8 { position:absolute;display:block;z-index:15004;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:413px;width:401px;top:18.5px;left:99.5px;overflow:hidden;display:block; }
#g11sfTb6H94EnLPO52l2blyMQOzTJpMw { position:relative;display:block; }#g11sfTb6H94EnLPO52l2blyMQOzTJpMw { background-color: transparent; background-image: none; }#g11sfTb6H94EnLPO52l2blyMQOzTJpMw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g11sfTb6H94EnLPO52l2blyMQOzTJpMw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g11sfTb6H94EnLPO52l2blyMQOzTJpMw > .row .container > .video-iframe-container { display: none; }#g11sfTb6H94EnLPO52l2blyMQOzTJpMw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g11sfTb6H94EnLPO52l2blyMQOzTJpMw > .row > .video-iframe-container { display: none; }#g11sfTb6H94EnLPO52l2blyMQOzTJpMw > .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); }#g11sfTb6H94EnLPO52l2blyMQOzTJpMw { border-width: 0; border-radius: 0; }#g11sfTb6H94EnLPO52l2blyMQOzTJpMw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#g11sfTb6H94EnLPO52l2blyMQOzTJpMw > .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:595px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RGkZnFhvyXOVCRRqxZCnhWW3i9GfT28f { color:#000000;display:block;width:552px;position:absolute;font-family:lato;font-size:18px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:49px;left:21px;height:23.4px;display:block; }
#d0WH1b20D98vilDHlDBfzNmpLITNPFFL { color:#005a50;display:block;width:556px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:86px;left:23px;height:72.375px;text-align:justify;text-align-last:initial;display:block; }#d0WH1b20D98vilDHlDBfzNmpLITNPFFL li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#d0WH1b20D98vilDHlDBfzNmpLITNPFFL li:before{  }
#T9QtBGm7DuQzPNhxyqa9m5IC60stVrAD { color:#01a17b;display:block;width:481px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:160px;left:47px;height:67.375px;text-align:justify;text-align-last:initial;display:block; }#T9QtBGm7DuQzPNhxyqa9m5IC60stVrAD li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#T9QtBGm7DuQzPNhxyqa9m5IC60stVrAD li:before{  }
#etB3LApK850igrBUQdZpedtN13nOa7CQ { color:#005a50;display:block;width:556px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:234px;left:23px;height:139.75px;text-align:justify;text-align-last:initial;display:block; }#etB3LApK850igrBUQdZpedtN13nOa7CQ li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#etB3LApK850igrBUQdZpedtN13nOa7CQ li:before{  }
#ZSfvxJfbA8nkGGSfgigHlKBpcAwdQOEE { color:#01a17b;display:block;width:481px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:378px;left:47px;height:149.75px;text-align:justify;text-align-last:initial;display:block; }#ZSfvxJfbA8nkGGSfgigHlKBpcAwdQOEE li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#ZSfvxJfbA8nkGGSfgigHlKBpcAwdQOEE li:before{  }
#OIkwmBXBnl9UtITLi1ai9MUKFx5feyKr { 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;height:514px;width:570px;top:30.986083984375px;left:630.00003051758px;overflow:hidden;display:block; }
#cbcGLNQbT2O0qTlLVpaHTDvfa2ZecKrp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1b3394d3-86ca-4646-9749-b2e956a77ebe/zacisze.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#cbcGLNQbT2O0qTlLVpaHTDvfa2ZecKrp.adaptive-delivery-prevent-bg, #cbcGLNQbT2O0qTlLVpaHTDvfa2ZecKrp.lazyload, #cbcGLNQbT2O0qTlLVpaHTDvfa2ZecKrp.lazyloading { background-image: none; }#cbcGLNQbT2O0qTlLVpaHTDvfa2ZecKrp > .row .container { background-color: transparent; background-image: none; }#cbcGLNQbT2O0qTlLVpaHTDvfa2ZecKrp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cbcGLNQbT2O0qTlLVpaHTDvfa2ZecKrp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cbcGLNQbT2O0qTlLVpaHTDvfa2ZecKrp > .row .container > .video-iframe-container { display: none; }#cbcGLNQbT2O0qTlLVpaHTDvfa2ZecKrp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cbcGLNQbT2O0qTlLVpaHTDvfa2ZecKrp > .row > .video-iframe-container { display: none; }#cbcGLNQbT2O0qTlLVpaHTDvfa2ZecKrp > .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); }#cbcGLNQbT2O0qTlLVpaHTDvfa2ZecKrp > .row .container { border-width: 0; border-radius: 0; }#cbcGLNQbT2O0qTlLVpaHTDvfa2ZecKrp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cbcGLNQbT2O0qTlLVpaHTDvfa2ZecKrp > .row .container { font-size:14px;font-family:arial;height:871px;width:1200px;position:relative;display:block; }#BLVscQXz2sxRa4vH521TElHvqtMPl8me { color:#ffffff;display:block;width:495px;position:absolute;font-family:lato;font-size:25px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:146px;left:53px;height:65px;display:block; }
#oeVHpmWDuH2zmBQpJkRLWA1T9G1SwpPI { position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 3px 3px 7px rgba(0,0,0,0.5) ;height:467px;width:397px;top:201px;left:83.000007629395px;display:block; }
#DRySo9TJhFqXUXBth1CQHyo6hQT6R5gV { color:#005a50;display:block;width:302px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:252px;left:131px;height:332.764px;text-align:justify;text-align-last:initial;display:block; }
#X4C6ocJT37i2P3bOTlnMiJl3aGsFMOyW { color:#005a50;display:block;width:302px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:576.80000305176px;left:130.50000762939px;height:51.2px;text-align:center;text-align-last:center;display:block; }
#FwkETIutgOLhGz9lVGH68l1crkF1of2G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#005a50;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FwkETIutgOLhGz9lVGH68l1crkF1of2G > .row .container { background-color: transparent; background-image: none; }#FwkETIutgOLhGz9lVGH68l1crkF1of2G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FwkETIutgOLhGz9lVGH68l1crkF1of2G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FwkETIutgOLhGz9lVGH68l1crkF1of2G > .row .container > .video-iframe-container { display: none; }#FwkETIutgOLhGz9lVGH68l1crkF1of2G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FwkETIutgOLhGz9lVGH68l1crkF1of2G > .row > .video-iframe-container { display: none; }#FwkETIutgOLhGz9lVGH68l1crkF1of2G > .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); }#FwkETIutgOLhGz9lVGH68l1crkF1of2G > .row .container { border-width: 0; border-radius: 0; }#FwkETIutgOLhGz9lVGH68l1crkF1of2G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FwkETIutgOLhGz9lVGH68l1crkF1of2G > .row .container { font-size:14px;font-family:arial;height:38px;width:1200px;position:relative;display:block; }#yQv1WdF8K6PweMeFZT3VQd2k8gIs4oys { color:#000000;display:block;width:450px;position:absolute;font-family:lato;font-size:12px;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:4px;left:375px;height:31.2px;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qUdi9vW0ECyOUNVtnRIdeJKUy9GboT1m { display:block; }#qUdi9vW0ECyOUNVtnRIdeJKUy9GboT1m > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eyhXZ8pGOmWtE5hv1mhdLZVA4Sq2e6M6 { top:0px;left:0px;width:158px;height:85px;display:block; }
 }@media only screen and (max-width: 763px) { #n918KUqlOkQP9kteH7HCMNtu3QTqT5g8 { top:18px;left:714px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #FpZz69O95VwgeEq49pUgG8u0R6RUqRns { top:27px;left:606px;width:158px;height:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #X3603LNUE6XgQRQ4dVZ0cObuC3vrg7tF { display:none; }#X3603LNUE6XgQRQ4dVZ0cObuC3vrg7tF > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AOzh6suIzTacClZqIK15QddbTQOV4h7W { top:53px;left:0px;width:526px;height:116px;font-size:25px;display:none; }
 }@media only screen and (max-width: 763px) { #NT1n7fxIIEWdqF2hr0p64PcVxRiXThof { display:none; }#NT1n7fxIIEWdqF2hr0p64PcVxRiXThof > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fuNVAu6ge9xQVe1ARLndhPzp7TJyaROb { top:86px;left:0px;width:495px;height:117px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #pV7sn3l2WUZ4iT6Bz878nSGF28RhlcxT { top:277px;left:0px;width:526px;height:91px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #Qe9dz9pCRxkTKteDFksP7fy3FQSkE4h3 { display:block; }#Qe9dz9pCRxkTKteDFksP7fy3FQSkE4h3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dhid6VLuJERmHRe05BpsqLMO054diEqf { top:77px;left:616px;width:148px;height:148px;display:block; }
 }@media only screen and (max-width: 763px) { #eZzLTCPXl50F7fwkbVoS1hcZoDNEdWhJ { top:233px;left:564px;width:200px;height:58px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #OdrcBQeLiG4FqRNIfrTzpnkkP12E5h90 { top:291px;left:528px;width:236px;height:64px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #FPtCktmqMs7wSZTkAGTGrx6Mubr1RCLO { top:101px;left:689px;width:75px;height:100px;display:block; }
 }@media only screen and (max-width: 763px) { #wgOIt6IZH39gCsHxAwuwWveSEHDGi4ng { top:233px;left:382px;width:200px;height:58px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #vBLwrpI6xZQeqivy5gune5QcTU2cFg8H { top:291px;left:382px;width:200px;height:64px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #NFTekz9HS75haWtxB1ihZlT8kzW2rKH2 { top:77px;left:382px;width:148px;height:148px;display:block; }
 }@media only screen and (max-width: 763px) { #RZhzTqJytKm8M2q49WclAZUIthGht7GU { top:101px;left:382px;width:106px;height:100px;display:block; }
 }@media only screen and (max-width: 763px) { #od4VT6ryZU183xbCT8LHxGFccBTk8UTR { top:60px;left:358px;width:23px;height:312px;display:block; }
 }@media only screen and (max-width: 763px) { #aTl671fR015NEDvlyiCW9HuiZDa4UOec { top:71px;left:0px;width:525px;height:292px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #sGMc83zv7piCL1bN20b1gn9mNb5Crl2S { display:block; }#sGMc83zv7piCL1bN20b1gn9mNb5Crl2S > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wRfPIICBo4FTXdCuSy4h7bUuTGJwQHPc { top:35px;left:40px;width:684px;height:384px;display:block; }
 }@media only screen and (max-width: 763px) { #gtzOBEf0Ek1X1IWB4l6qzPlBsB04k6LE { display:none; }#gtzOBEf0Ek1X1IWB4l6qzPlBsB04k6LE > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iUSokQlRvHaqW4P3zNcgA8wU6wsQcgMQ { top:221px;left:91px;width:200px;height:32px;font-size:25px;display:none; }
 }@media only screen and (max-width: 763px) { #BuOAfMSofXocEanBM8g54ThuC5oJiKf2 { top:184px;left:0px;width:385px;height:322px;display:none; }
 }@media only screen and (max-width: 763px) { #TCnfKdKtc0PAINpKXILN0txXt7hRlDtx { top:253px;left:12.5px;width:357px;height:32px;font-size:25px;display:none; }
 }@media only screen and (max-width: 763px) { #ERncbTc33ARACxfVmgD6RxUPy6vm1SJ9 { top:363px;left:5px;width:372px;height:64px;font-size:25px;display:none; }
 }@media only screen and (max-width: 763px) { #wXNmBsg2vnfLEiXmn1kUU7EFZ1tKekOp { display:block; }#wXNmBsg2vnfLEiXmn1kUU7EFZ1tKekOp > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ .widget-regular-label { width:282px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ .widget-input-text { width:282px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ .widget-textarea { width:282px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ .widget-input-select { width:282px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ .widget-input-button { width:211px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:35px; }
#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ .widget-checkbox-label { width:263px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ  { width:282px;height:auto;top:66px;left:436px; }
#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ .radio-container { width:282px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ {display:block;}#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ { width:282px;height:auto;top:66px;left:436px; }
 }@media only screen and (max-width: 763px) { #lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #UyTOmJNOXwpM3KfsIIeqdMfoteNE66Rr {  }
 }@media only screen and (max-width: 763px) { #lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #u7urWlwf4O1oEBXXzPhJTh59ReGiI4AE { display:none; }
 }@media only screen and (max-width: 763px) { #lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #dDfTzQqe5FRisIX2qhbgsXNs660z0N0k {  }
 }@media only screen and (max-width: 763px) { #lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #q6TS2cSPykuNEUOxGbFzNwq82ta69FH5 {  }
 }@media only screen and (max-width: 763px) { #lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #xwW7od8yrCxa3XzDLoVNNGrILzT4btqO { display:none; }
 }@media only screen and (max-width: 763px) { #lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #rLs7wMsiA8RMI2LPIbCfMZTTTH0eu679 {  }
 }@media only screen and (max-width: 763px) { #lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #lVktHNAGPvfaiGgQRurClRofUv484Bhx {  }
 }@media only screen and (max-width: 763px) { #lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #F6pHauVBzSqa3JMoL20JolPNvdVKKIBJ { display:none; }
 }@media only screen and (max-width: 763px) { #lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #X0ODcZsM3ig7DyS1z1pc7tJSwRKdaxqv {  }
 }@media only screen and (max-width: 763px) { #lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #sQLGO03nSVTSOwnbILfOmqO3Z4tMIxxW {  }
 }@media only screen and (max-width: 763px) { #lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #PI3qPCU97wdtPMzQ9PIuby2SJQh8LWRF { display:none; }
 }@media only screen and (max-width: 763px) { #lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #zmd07WbgxEF1q2to7vLtBTGyL16eIlgV {  }
 }@media only screen and (max-width: 763px) { #lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #XU5GNnpBupOHfHzgIeCWJb7KD6NSCH3t {  }
 }@media only screen and (max-width: 763px) { #lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #iP5bxIszM1Z7BEDatAzVdERZ0TRPr98g { display:none; }
 }@media only screen and (max-width: 763px) { #lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #gpdhR2N466dTSeEyvKcv4dZLeV97uvdE {  }
 }@media only screen and (max-width: 763px) { #lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #vHQKJxTFmAqrS1xRThzOndW2lNSBLfbK {  }
 }@media only screen and (max-width: 763px) { #lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #eTJzRI60bWX6NIi7SNpHQTfB5vS2Tilx {  }
 }@media only screen and (max-width: 763px) { #lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #K3kVMBGasTdXir4peN1V01H5uogIvHuA {  }
 }@media only screen and (max-width: 763px) { #lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #eBvUD2bpLPUMTFyNexLMDRA7Rz3tCn0n {  }
 }@media only screen and (max-width: 763px) { #lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #TnDiiN8gCrLP5MWvPiPKCnFVlZm5uhn3 {  }
 }@media only screen and (max-width: 763px) { #lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #CTrpQr1NW92FqpPe2Ke1Nv7sdWChaCOD {  }
 }@media only screen and (max-width: 763px) { #pS3GA6nNCKh57McVQ3Soa95bfmpHtTxb { display:block; }
 }@media only screen and (max-width: 763px) { #s36kuS9rPAV5Tf1Uf5bI7Zfmbft0WPVT { display:block; }
 }@media only screen and (max-width: 763px) { #lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #it7MZL5b1GKdnWQZSQZRhtXUlAtD5fFm {  }
 }@media only screen and (max-width: 763px) { #lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #Tn3MMh8BbEakDzx1pnZcZhJqGAu8CS5A {  }
 }@media only screen and (max-width: 763px) { #xVtQ3k5pZQ9tJzq8I7OuD1lOKmUWT5Rv { top:221px;left:91px;width:200px;height:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #c6lc8CF95DruQXnWvvhFkkFPlMEctwat { top:253px;left:12.5px;width:357px;height:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #XaEvSZWwTut8HRfiATZMv4VUBIAQle2b { top:363px;left:5px;width:372px;height:64px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #dwl8ziGQsK1Eh26R9HyZeOGtfFq9P5Xe { top:184px;left:0px;width:385px;height:322px;display:block; }
 }@media only screen and (max-width: 763px) { #Hk6CFwNMcMUyIsUb8oo0o8CBrGE4DkLS { width:169px;height:25px;top:621px;left:488.50003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #TubOeyPKEvsuVJqC0aNZ7r1AOPNsxUMB { display:block; }
 }@media only screen and (max-width: 763px) { #op4PaAlVFByGss7e199o5EVJtZE8LzxX { display:block; }#op4PaAlVFByGss7e199o5EVJtZE8LzxX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WHpA5qB44gfToGBuR4yZJFeLiKX9IHm1 { top:80px;left:382px;width:273px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #HBINCk676yVodkIRAxOcPreI1WqJv1e7 { top:112px;left:208px;width:556px;height:110px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #KBKceHudxxHnGqAXGLbAa6FnseKrM7H1 { top:283px;left:208px;width:556px;height:88px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #EA7yH6waFZtA6PmI7XG7mtgs1488oCqO { top:250px;left:381px;width:383px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #nV1NpAQD6nVDxrynVLwF8Z7RHFy2NgB8 { top:18px;left:0px;width:401px;height:413px;display:block; }
 }@media only screen and (max-width: 763px) { #g11sfTb6H94EnLPO52l2blyMQOzTJpMw { display:block; }#g11sfTb6H94EnLPO52l2blyMQOzTJpMw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RGkZnFhvyXOVCRRqxZCnhWW3i9GfT28f { top:49px;left:0px;width:552px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #d0WH1b20D98vilDHlDBfzNmpLITNPFFL { top:86px;left:0px;width:556px;height:72px;font-size:16px;display:block; }#d0WH1b20D98vilDHlDBfzNmpLITNPFFL li:before{  }
 }@media only screen and (max-width: 763px) { #T9QtBGm7DuQzPNhxyqa9m5IC60stVrAD { top:160px;left:0px;width:481px;height:68px;font-size:16px;display:block; }#T9QtBGm7DuQzPNhxyqa9m5IC60stVrAD li:before{  }
 }@media only screen and (max-width: 763px) { #etB3LApK850igrBUQdZpedtN13nOa7CQ { top:234px;left:0px;width:556px;height:139px;font-size:16px;display:block; }#etB3LApK850igrBUQdZpedtN13nOa7CQ li:before{  }
 }@media only screen and (max-width: 763px) { #ZSfvxJfbA8nkGGSfgigHlKBpcAwdQOEE { top:378px;left:0px;width:481px;height:149px;font-size:16px;display:block; }#ZSfvxJfbA8nkGGSfgigHlKBpcAwdQOEE li:before{  }
 }@media only screen and (max-width: 763px) { #OIkwmBXBnl9UtITLi1ai9MUKFx5feyKr { top:30px;left:194px;width:570px;height:514px;display:block; }
 }@media only screen and (max-width: 763px) { #cbcGLNQbT2O0qTlLVpaHTDvfa2ZecKrp { display:block; }#cbcGLNQbT2O0qTlLVpaHTDvfa2ZecKrp > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BLVscQXz2sxRa4vH521TElHvqtMPl8me { top:146px;left:0px;width:495px;height:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #oeVHpmWDuH2zmBQpJkRLWA1T9G1SwpPI { top:201px;left:0px;width:397px;height:467px;display:block; }
 }@media only screen and (max-width: 763px) { #DRySo9TJhFqXUXBth1CQHyo6hQT6R5gV { top:252px;left:22px;width:302px;height:275px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #X4C6ocJT37i2P3bOTlnMiJl3aGsFMOyW { top:576px;left:21.500007629395px;width:302px;height:51px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #FwkETIutgOLhGz9lVGH68l1crkF1of2G { display:block; }#FwkETIutgOLhGz9lVGH68l1crkF1of2G > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yQv1WdF8K6PweMeFZT3VQd2k8gIs4oys { top:4px;left:157px;width:450px;height:30px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qUdi9vW0ECyOUNVtnRIdeJKUy9GboT1m { display:block; }#qUdi9vW0ECyOUNVtnRIdeJKUy9GboT1m > .row .container { width:320px;height:176px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eyhXZ8pGOmWtE5hv1mhdLZVA4Sq2e6M6 { width:158px;height:85px;top:20px;left:81px;display:block; }
 }@media only screen and (max-width: 763px) { #n918KUqlOkQP9kteH7HCMNtu3QTqT5g8 { width:50px;height:50px;top:105px;left:56px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #FpZz69O95VwgeEq49pUgG8u0R6RUqRns { width:158px;height:32.5px;top:114px;left:105px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #X3603LNUE6XgQRQ4dVZ0cObuC3vrg7tF { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X3603LNUE6XgQRQ4dVZ0cObuC3vrg7tF > .row .container { background-color: transparent; background-image: none; }#X3603LNUE6XgQRQ4dVZ0cObuC3vrg7tF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X3603LNUE6XgQRQ4dVZ0cObuC3vrg7tF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X3603LNUE6XgQRQ4dVZ0cObuC3vrg7tF > .row .container > .video-iframe-container { display: none; }#X3603LNUE6XgQRQ4dVZ0cObuC3vrg7tF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X3603LNUE6XgQRQ4dVZ0cObuC3vrg7tF > .row > .video-iframe-container { display: none; }#X3603LNUE6XgQRQ4dVZ0cObuC3vrg7tF > .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); }#X3603LNUE6XgQRQ4dVZ0cObuC3vrg7tF > .row .container { border-width: 0; border-radius: 0; }#X3603LNUE6XgQRQ4dVZ0cObuC3vrg7tF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X3603LNUE6XgQRQ4dVZ0cObuC3vrg7tF > .row .container { width:320px;height:82px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AOzh6suIzTacClZqIK15QddbTQOV4h7W { width:320px;height:65px;top:0px;left:0px;font-size:25px;z-index:15002;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NT1n7fxIIEWdqF2hr0p64PcVxRiXThof { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/361cbfbd-31d2-4b1b-8257-8431fa72c19c/mobilemain.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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NT1n7fxIIEWdqF2hr0p64PcVxRiXThof.adaptive-delivery-prevent-bg, #NT1n7fxIIEWdqF2hr0p64PcVxRiXThof.lazyload, #NT1n7fxIIEWdqF2hr0p64PcVxRiXThof.lazyloading { background-image: none; }#NT1n7fxIIEWdqF2hr0p64PcVxRiXThof > .row .container { background-color: transparent; background-image: none; }#NT1n7fxIIEWdqF2hr0p64PcVxRiXThof::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NT1n7fxIIEWdqF2hr0p64PcVxRiXThof > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NT1n7fxIIEWdqF2hr0p64PcVxRiXThof > .row .container > .video-iframe-container { display: none; }#NT1n7fxIIEWdqF2hr0p64PcVxRiXThof > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NT1n7fxIIEWdqF2hr0p64PcVxRiXThof > .row > .video-iframe-container { display: none; }#NT1n7fxIIEWdqF2hr0p64PcVxRiXThof > .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); }#NT1n7fxIIEWdqF2hr0p64PcVxRiXThof > .row .container { border-width: 0; border-radius: 0; }#NT1n7fxIIEWdqF2hr0p64PcVxRiXThof > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NT1n7fxIIEWdqF2hr0p64PcVxRiXThof > .row .container { width:320px;height:188px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:#ffffff;background-image:none;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:320px;height:120px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fuNVAu6ge9xQVe1ARLndhPzp7TJyaROb { width:320px;height:0;top:20px;left:0px;font-size:32px;display:none; }
 }@media only screen and (max-width: 763px) { #pV7sn3l2WUZ4iT6Bz878nSGF28RhlcxT { width:320px;height:97.5px;top:10px;left:0px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qe9dz9pCRxkTKteDFksP7fy3FQSkE4h3 { display:block; }#Qe9dz9pCRxkTKteDFksP7fy3FQSkE4h3 > .row .container { width:320px;height:601px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dhid6VLuJERmHRe05BpsqLMO054diEqf { width:130px;height:130px;top:314.00000572205px;left:181.00000476837px;display:block; }
 }@media only screen and (max-width: 763px) { #eZzLTCPXl50F7fwkbVoS1hcZoDNEdWhJ { width:110px;height:32.5px;top:463.00001525879px;left:191.00000476837px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #OdrcBQeLiG4FqRNIfrTzpnkkP12E5h90 { width:161px;height:46.7778px;top:503.59722900391px;left:159.00000476837px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #FPtCktmqMs7wSZTkAGTGrx6Mubr1RCLO { width:60px;height:80px;top:339.00000667572px;left:216.00000476837px;display:block; }
 }@media only screen and (max-width: 763px) { #wgOIt6IZH39gCsHxAwuwWveSEHDGi4ng { width:108px;height:32.5px;top:462.00001525879px;left:19.999999046326px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #vBLwrpI6xZQeqivy5gune5QcTU2cFg8H { width:138px;height:46.7778px;top:503.59722900391px;left:5px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #NFTekz9HS75haWtxB1ihZlT8kzW2rKH2 { width:130px;height:130px;top:314.00000572205px;left:8.9999990463257px;display:block; }
 }@media only screen and (max-width: 763px) { #RZhzTqJytKm8M2q49WclAZUIthGht7GU { width:84px;height:80px;top:339.00000667572px;left:32.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #od4VT6ryZU183xbCT8LHxGFccBTk8UTR { width:23px;height:312px;top:456px;left:148px;display:none; }
 }@media only screen and (max-width: 763px) { #aTl671fR015NEDvlyiCW9HuiZDa4UOec { width:320px;height:257.278px;top:20px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #sGMc83zv7piCL1bN20b1gn9mNb5Crl2S { display:block; }#sGMc83zv7piCL1bN20b1gn9mNb5Crl2S > .row .container { width:320px;height:266px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wRfPIICBo4FTXdCuSy4h7bUuTGJwQHPc { height:179.64912280702px;width:320px;top:23.000001698732px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #gtzOBEf0Ek1X1IWB4l6qzPlBsB04k6LE { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e09278e4-1251-4441-9d7b-d5fa80518ca9/zaciszekorytarz.jpg");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:7px solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gtzOBEf0Ek1X1IWB4l6qzPlBsB04k6LE.adaptive-delivery-prevent-bg, #gtzOBEf0Ek1X1IWB4l6qzPlBsB04k6LE.lazyload, #gtzOBEf0Ek1X1IWB4l6qzPlBsB04k6LE.lazyloading { background-image: none; }#gtzOBEf0Ek1X1IWB4l6qzPlBsB04k6LE > .row .container { background-color: transparent; background-image: none; }#gtzOBEf0Ek1X1IWB4l6qzPlBsB04k6LE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtzOBEf0Ek1X1IWB4l6qzPlBsB04k6LE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtzOBEf0Ek1X1IWB4l6qzPlBsB04k6LE > .row .container > .video-iframe-container { display: none; }#gtzOBEf0Ek1X1IWB4l6qzPlBsB04k6LE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtzOBEf0Ek1X1IWB4l6qzPlBsB04k6LE > .row > .video-iframe-container { display: none; }#gtzOBEf0Ek1X1IWB4l6qzPlBsB04k6LE > .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); }#gtzOBEf0Ek1X1IWB4l6qzPlBsB04k6LE > .row .container { border-width: 0; border-radius: 0; }#gtzOBEf0Ek1X1IWB4l6qzPlBsB04k6LE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gtzOBEf0Ek1X1IWB4l6qzPlBsB04k6LE > .row .container { width:320px;height:532px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iUSokQlRvHaqW4P3zNcgA8wU6wsQcgMQ { width:200px;height:32.5px;top:143px;left:60px;font-size:25px;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #BuOAfMSofXocEanBM8g54ThuC5oJiKf2 { width:320px;height:302px;top:115px;left:0px;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #TCnfKdKtc0PAINpKXILN0txXt7hRlDtx { width:320px;height:65px;top:184px;left:1px;font-size:25px;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #ERncbTc33ARACxfVmgD6RxUPy6vm1SJ9 { width:320px;height:65px;top:310px;left:0px;font-size:25px;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #wXNmBsg2vnfLEiXmn1kUU7EFZ1tKekOp { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/353011ad-e1a4-401b-b8ef-f05ae302953e/zaciszerecepcja.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#wXNmBsg2vnfLEiXmn1kUU7EFZ1tKekOp.adaptive-delivery-prevent-bg, #wXNmBsg2vnfLEiXmn1kUU7EFZ1tKekOp.lazyload, #wXNmBsg2vnfLEiXmn1kUU7EFZ1tKekOp.lazyloading { background-image: none; }#wXNmBsg2vnfLEiXmn1kUU7EFZ1tKekOp > .row .container { background-color: transparent; background-image: none; }#wXNmBsg2vnfLEiXmn1kUU7EFZ1tKekOp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXNmBsg2vnfLEiXmn1kUU7EFZ1tKekOp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXNmBsg2vnfLEiXmn1kUU7EFZ1tKekOp > .row .container > .video-iframe-container { display: none; }#wXNmBsg2vnfLEiXmn1kUU7EFZ1tKekOp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXNmBsg2vnfLEiXmn1kUU7EFZ1tKekOp > .row > .video-iframe-container { display: none; }#wXNmBsg2vnfLEiXmn1kUU7EFZ1tKekOp > .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); }#wXNmBsg2vnfLEiXmn1kUU7EFZ1tKekOp > .row .container { width:320px;height:697px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;border-top:1px solid #f04a03;border-left:1px solid #f04a03;border-right:1px solid #f04a03;border-bottom:1px solid #f04a03;border-top-right-radius:initial;background-color:#ffffff;background-image:none;font-size:16px;overflow:hidden;height:53px; }
#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;border-top:1px solid #f04a03;border-left:1px solid #f04a03;border-right:1px solid #f04a03;border-bottom:1px solid #f04a03;border-top-right-radius:initial;background-color:#ffffff;background-image:none;font-size:16px;overflow:hidden; }
#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ .widget-input-button { width:212px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:34px; }
#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ [class*="-text"]:-moz-placeholder { font-size:16px; }
#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ [class*="-text"]::-moz-placeholder { font-size:16px; }
#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ [class*="-text"]:-ms-input-placeholder { font-size:16px; }
#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ [class*="-text"]::-webkit-input-placeholder { font-size:16px; }
#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ .widget-checkbox-label { width:261px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ  { width:280px;height:auto;top:107.98751831055px;left:0px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.59);background-image:none; }
#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ {display:block;}#lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ { width:280px;height:auto;top:107.98751831055px;left:0px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.59);background-image:none; }
 }@media only screen and (max-width: 763px) { #lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #UyTOmJNOXwpM3KfsIIeqdMfoteNE66Rr {  }
 }@media only screen and (max-width: 763px) { #lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #u7urWlwf4O1oEBXXzPhJTh59ReGiI4AE { display:none; }
 }@media only screen and (max-width: 763px) { #lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #dDfTzQqe5FRisIX2qhbgsXNs660z0N0k {  }
 }@media only screen and (max-width: 763px) { #lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #q6TS2cSPykuNEUOxGbFzNwq82ta69FH5 {  }
 }@media only screen and (max-width: 763px) { #lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #xwW7od8yrCxa3XzDLoVNNGrILzT4btqO { display:none; }
 }@media only screen and (max-width: 763px) { #lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #rLs7wMsiA8RMI2LPIbCfMZTTTH0eu679 {  }
 }@media only screen and (max-width: 763px) { #lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #lVktHNAGPvfaiGgQRurClRofUv484Bhx {  }
 }@media only screen and (max-width: 763px) { #lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #F6pHauVBzSqa3JMoL20JolPNvdVKKIBJ { display:none; }
 }@media only screen and (max-width: 763px) { #lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #X0ODcZsM3ig7DyS1z1pc7tJSwRKdaxqv {  }
 }@media only screen and (max-width: 763px) { #lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #sQLGO03nSVTSOwnbILfOmqO3Z4tMIxxW {  }
 }@media only screen and (max-width: 763px) { #lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #PI3qPCU97wdtPMzQ9PIuby2SJQh8LWRF { display:none; }
 }@media only screen and (max-width: 763px) { #lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #zmd07WbgxEF1q2to7vLtBTGyL16eIlgV {  }
 }@media only screen and (max-width: 763px) { #lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #XU5GNnpBupOHfHzgIeCWJb7KD6NSCH3t {  }
 }@media only screen and (max-width: 763px) { #lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #iP5bxIszM1Z7BEDatAzVdERZ0TRPr98g { display:none; }
 }@media only screen and (max-width: 763px) { #lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #gpdhR2N466dTSeEyvKcv4dZLeV97uvdE {  }
 }@media only screen and (max-width: 763px) { #lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #vHQKJxTFmAqrS1xRThzOndW2lNSBLfbK {  }
 }@media only screen and (max-width: 763px) { #lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #eTJzRI60bWX6NIi7SNpHQTfB5vS2Tilx {  }
 }@media only screen and (max-width: 763px) { #lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #K3kVMBGasTdXir4peN1V01H5uogIvHuA {  }
 }@media only screen and (max-width: 763px) { #lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #eBvUD2bpLPUMTFyNexLMDRA7Rz3tCn0n {  }
 }@media only screen and (max-width: 763px) { #lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #TnDiiN8gCrLP5MWvPiPKCnFVlZm5uhn3 {  }
 }@media only screen and (max-width: 763px) { #lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #CTrpQr1NW92FqpPe2Ke1Nv7sdWChaCOD {  }
 }@media only screen and (max-width: 763px) { #pS3GA6nNCKh57McVQ3Soa95bfmpHtTxb { display:block; }
 }@media only screen and (max-width: 763px) { #s36kuS9rPAV5Tf1Uf5bI7Zfmbft0WPVT { display:block; }
 }@media only screen and (max-width: 763px) { #lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #it7MZL5b1GKdnWQZSQZRhtXUlAtD5fFm {  }
 }@media only screen and (max-width: 763px) { #lwTrfxyB9OgvmuSxm5Ho2UciFbEJQzRJ #Tn3MMh8BbEakDzx1pnZcZhJqGAu8CS5A {  }
 }@media only screen and (max-width: 763px) { #xVtQ3k5pZQ9tJzq8I7OuD1lOKmUWT5Rv { width:200px;height:0;top:57px;left:92px;font-size:25px;display:none; }
 }@media only screen and (max-width: 763px) { #c6lc8CF95DruQXnWvvhFkkFPlMEctwat { width:320px;height:0;top:89px;left:0px;font-size:25px;display:none; }
 }@media only screen and (max-width: 763px) { #XaEvSZWwTut8HRfiATZMv4VUBIAQle2b { width:320px;height:0;top:199px;left:0px;font-size:25px;display:none; }
 }@media only screen and (max-width: 763px) { #dwl8ziGQsK1Eh26R9HyZeOGtfFq9P5Xe { width:320px;height:322px;top:20px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #Hk6CFwNMcMUyIsUb8oo0o8CBrGE4DkLS { width:169px;height:25px;top:647.9860907644px;left:75.499997138977px;display:block; }
 }@media only screen and (max-width: 763px) { #TubOeyPKEvsuVJqC0aNZ7r1AOPNsxUMB { display:block; }
 }@media only screen and (max-width: 763px) { #op4PaAlVFByGss7e199o5EVJtZE8LzxX { display:block; }#op4PaAlVFByGss7e199o5EVJtZE8LzxX > .row .container { width:320px;height:855px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WHpA5qB44gfToGBuR4yZJFeLiKX9IHm1 { width:273px;height:23.3889px;top:356.54999542236px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #HBINCk676yVodkIRAxOcPreI1WqJv1e7 { width:320px;height:201.5px;top:393.54999542236px;left:0px;font-size:16px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #KBKceHudxxHnGqAXGLbAa6FnseKrM7H1 { width:320px;height:180.111px;top:653.55001831055px;left:0px;font-size:16px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #EA7yH6waFZtA6PmI7XG7mtgs1488oCqO { width:320px;height:23.3889px;top:612.562px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #nV1NpAQD6nVDxrynVLwF8Z7RHFy2NgB8 { width:320px;height:329.57605985037px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #g11sfTb6H94EnLPO52l2blyMQOzTJpMw { display:block; }#g11sfTb6H94EnLPO52l2blyMQOzTJpMw > .row .container { width:320px;height:1004px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RGkZnFhvyXOVCRRqxZCnhWW3i9GfT28f { width:320px;height:46.7778px;top:307.99993896484px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #d0WH1b20D98vilDHlDBfzNmpLITNPFFL { width:320px;height:93.1667px;top:372.99993896484px;left:0px;font-size:16px;text-align:justify;text-align-last:initial;display:block; }#d0WH1b20D98vilDHlDBfzNmpLITNPFFL li:before{  }
 }@media only screen and (max-width: 763px) { #T9QtBGm7DuQzPNhxyqa9m5IC60stVrAD { width:291px;height:88.1667px;top:476.15280914307px;left:24.999999046326px;font-size:16px;text-align:justify;text-align-last:initial;display:block; }#T9QtBGm7DuQzPNhxyqa9m5IC60stVrAD li:before{  }
 }@media only screen and (max-width: 763px) { #etB3LApK850igrBUQdZpedtN13nOa7CQ { width:320px;height:222.917px;top:572.33325195312px;left:0px;font-size:16px;text-align:justify;text-align-last:initial;display:block; }#etB3LApK850igrBUQdZpedtN13nOa7CQ li:before{  }
 }@media only screen and (max-width: 763px) { #ZSfvxJfbA8nkGGSfgigHlKBpcAwdQOEE { width:286px;height:149.75px;top:810.23611450195px;left:25.48611164093px;font-size:16px;text-align:justify;text-align-last:initial;display:block; }#ZSfvxJfbA8nkGGSfgigHlKBpcAwdQOEE li:before{  }
 }@media only screen and (max-width: 763px) { #OIkwmBXBnl9UtITLi1ai9MUKFx5feyKr { width:320px;height:288.556px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cbcGLNQbT2O0qTlLVpaHTDvfa2ZecKrp { display:block; }#cbcGLNQbT2O0qTlLVpaHTDvfa2ZecKrp > .row .container { width:320px;height:666px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BLVscQXz2sxRa4vH521TElHvqtMPl8me { width:308px;height:65px;top:137.98750305176px;left:6px;font-size:25px;text-align:center;text-align-last:center;color:#616161;display:block; }
 }@media only screen and (max-width: 763px) { #oeVHpmWDuH2zmBQpJkRLWA1T9G1SwpPI { width:320px;height:478px;top:101px;left:0px;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #DRySo9TJhFqXUXBth1CQHyo6hQT6R5gV { width:302px;height:281.569px;top:211px;left:9px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #X4C6ocJT37i2P3bOTlnMiJl3aGsFMOyW { width:302px;height:51.2px;top:511px;left:9px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #FwkETIutgOLhGz9lVGH68l1crkF1of2G { display:block; }#FwkETIutgOLhGz9lVGH68l1crkF1of2G > .row .container { width:320px;height:45px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yQv1WdF8K6PweMeFZT3VQd2k8gIs4oys { width:320px;height:31.1944px;top:6px;left:0px;font-size:12px;display:block; }
 }