.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
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; }
#JL1K4tbbUi0ePSUOGMag5T5y2157vesU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JL1K4tbbUi0ePSUOGMag5T5y2157vesU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JL1K4tbbUi0ePSUOGMag5T5y2157vesU > .row > .video-iframe-container { display: none; }#JL1K4tbbUi0ePSUOGMag5T5y2157vesU > .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); }#pdsmKZdFmH6ZtVHU18BoiOdEd299d5QZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/rlPQUir6/skuteczne_odgrzybianie.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#pdsmKZdFmH6ZtVHU18BoiOdEd299d5QZ.adaptive-delivery-prevent-bg, #pdsmKZdFmH6ZtVHU18BoiOdEd299d5QZ.lazyload, #pdsmKZdFmH6ZtVHU18BoiOdEd299d5QZ.lazyloading { background-image: none; }#pdsmKZdFmH6ZtVHU18BoiOdEd299d5QZ > .row .container { background-color: transparent; background-image: none; }#pdsmKZdFmH6ZtVHU18BoiOdEd299d5QZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(230,230,235,0.9); }#pdsmKZdFmH6ZtVHU18BoiOdEd299d5QZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pdsmKZdFmH6ZtVHU18BoiOdEd299d5QZ > .row .container > .video-iframe-container { display: none; }#pdsmKZdFmH6ZtVHU18BoiOdEd299d5QZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(230,230,235,0.9); }#pdsmKZdFmH6ZtVHU18BoiOdEd299d5QZ > .row > .video-iframe-container { display: none; }#pdsmKZdFmH6ZtVHU18BoiOdEd299d5QZ > .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); }#pdsmKZdFmH6ZtVHU18BoiOdEd299d5QZ > .row .container { border-width: 0; border-radius: 0; }#pdsmKZdFmH6ZtVHU18BoiOdEd299d5QZ > .row .container { font-size:0.875rem;font-family:rubik;height:25rem;width:75rem;position:relative;display:block; }#xHnCNvJlTUBo4iBF1aNZW3IhpSQMrogG { color:#2d2d37;display:block;width:73.75rem;position:absolute;font-family:rubik;font-size:2.1875rem;font-weight:700;z-index:100002;line-height:1.2;letter-spacing:0;top:6.25rem;left:1.25rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SzTDTmdmpdayT0R9UHuTuce2sSZ2H9pu { color:#7db4e1;display:block;width:57.5rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100004;line-height:1.2;letter-spacing:0;top:16.25rem;left:8.75rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uVhIFzUAgKCbLWxc5bP6avHNFeJ87OAQ { color:#e6e6eb;display:block;width:15rem;position:absolute;font-family:rubik;font-size:2.1875rem;font-weight:700;z-index:100010;line-height:1.2;letter-spacing:0;top:11.25rem;left:31.875rem;height:2.625rem;font-style:normal;display:block; }
#rrGV5GpF9T2OKrNuya9itOuKT0TUmAcr { color:#7db4e1;display:block;width:57.5rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100004;line-height:1.2;letter-spacing:0;top:19.375rem;left:8.75rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MBbyQ4RtRvKzBmMnVb8JkNIUgpLWO4OE { position:absolute;display:block;z-index:100001;background-color:#7db4e1;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;height:5rem;width:18.75rem;top:10rem;left:28.125rem;display:block; }
#TKEii0FKeaSHtmVutUxXUuLvzNEhzpwE { box-sizing:content-box;color:#e6e6eb;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:10.625rem;left:28.125rem;display:block; }
#JztUyoeAbGXnJyTtvgu0KAfcvRbaD7nA { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:17.9375rem;top:2.5rem;left:7.5rem;overflow:hidden;display:block; }
#ADF6SGmQEbgtneNMipAoM5FD2IptOS95 { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.375rem;width:12.3125rem;top:10rem;left:13.9375rem;overflow:hidden;display:block; }
#EvvIy8S2ATCAX3lGCtKIWoovJctZ7sAo { box-sizing:content-box;color:#e6e6eb;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:22.5rem;left:36.25rem;display:block; }
#W7q1iyTimhD1UO9cKJ8d0cPiQGGeMvTV { position:absolute;display:block;z-index:100000;background-color:#2d2d37;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;height:2.5rem;width:2.5rem;top:22.5rem;left:36.25rem;display:block; }
#dObhqE3aMBnJO4CbK5wAdnXIE5H4ZFyK { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4375rem;width:12rem;top:2.5rem;left:31.5rem;overflow:hidden;display:block; }
#Fm56CGfr4IQvtgMIryuKaPDlpUDgfdT3 { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.25rem;width:14.125rem;top:3.75rem;left:-0.625rem;overflow:hidden;display:block; }
#zZwyBtpWyOu01JVbGI8MxhCbeRv2PuBP { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.4375rem;width:15rem;top:10.8125rem;left:60rem;overflow:hidden;display:block; }
#FszIicfIF5D30sTlsmhZLFxoZ6u4eJdT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7db4e1;background-image:none;position:relative;display:block; }#FszIicfIF5D30sTlsmhZLFxoZ6u4eJdT > .row .container { background-color: transparent; background-image: none; }#FszIicfIF5D30sTlsmhZLFxoZ6u4eJdT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FszIicfIF5D30sTlsmhZLFxoZ6u4eJdT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FszIicfIF5D30sTlsmhZLFxoZ6u4eJdT > .row .container > .video-iframe-container { display: none; }#FszIicfIF5D30sTlsmhZLFxoZ6u4eJdT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FszIicfIF5D30sTlsmhZLFxoZ6u4eJdT > .row > .video-iframe-container { display: none; }#FszIicfIF5D30sTlsmhZLFxoZ6u4eJdT > .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); }#FszIicfIF5D30sTlsmhZLFxoZ6u4eJdT > .row .container { border-width: 0; border-radius: 0; }#FszIicfIF5D30sTlsmhZLFxoZ6u4eJdT > .row .container { font-size:0.875rem;font-family:rubik;height:31.25rem;width:75rem;position:relative;display:block; }#tldIHwiKUQWPvfZfTmvQc5LeV0MZLM3Z { color:#2d2d37;display:block;width:20.625rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:100000;line-height:1.2;letter-spacing:0;top:7.5rem;left:5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mnXrDBGET9JqPJPn1Nfm6g66TBWhK1SV { color:#2d2d37;display:block;width:20.625rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:100001;line-height:1.2;letter-spacing:0;top:22.5rem;left:5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LxUerJcy9PAtSQoRc8zbzgP4fEtlPuoX { color:#2d2d37;display:block;width:20.625rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.2;letter-spacing:0;top:15rem;left:5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aA8JTRzrgxNtB4XL4AVJbWTxrdgJFGFU { color:#e6e6eb;display:block;width:21.25rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:700;z-index:100020;line-height:1.5;letter-spacing:0;top:9.375rem;left:5rem;height:3.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IWb6dwl3h70FT3x6QRsHw65TrZwzkfJR { color:#e6e6eb;display:block;width:21.25rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:700;z-index:100021;line-height:1.5;letter-spacing:0;top:16.875rem;left:5rem;height:3.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QeIdwvMrUbSXLhSlQqBMi5dDRK9syR7A { color:#e6e6eb;display:block;width:21.25rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:700;z-index:100022;line-height:1.5;letter-spacing:0;top:24.375rem;left:5rem;height:3.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LyUN42qAw1cU8u0BST0wfypxwgqtWmf7 { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:8.4375rem;left:0rem;overflow:hidden;display:block; }
#TahWfE4NZlIOPGTgssE7k43ZscD3aVTh { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:15.9375rem;left:0rem;overflow:hidden;display:block; }
#MD0X2S1wUmwfnaVuOvqawAeVJFzShWda { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:23.4375rem;left:0rem;overflow:hidden;display:block; }
#kzIu9xx4Oh1F4mmdvEt405To3rEB26I2 { color:#e6e6eb;display:block;width:25rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100009;line-height:1.2;letter-spacing:0;top:2.5rem;left:24.9375rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AV4PLgXy5CZo6ess15mmmse1FbwldpP9 { position:absolute;display:block;z-index:100024;background-color:#e6e6eb;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;height:0.125rem;width:12.5rem;top:3.375rem;left:12.5rem;display:block; }
#GraWUftlPQg12HmZR1oSyTFbEW8R3mXp { position:absolute;display:block;z-index:100025;background-color:#e6e6eb;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;height:0.125rem;width:12.5rem;top:3.375rem;left:49.9375rem;display:block; }
#GcKT8RXT22qmUAv6d5F9KzAKnuMP8KVl { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:40.1875rem;top:6.25rem;left:34.8125rem;display:block; }
#iCV3Ji78y8XTDeiSmAO5gUTOEOkKeTyT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/bqPCfNEh/skuteczne_odgrzybianie_referencje.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#iCV3Ji78y8XTDeiSmAO5gUTOEOkKeTyT.adaptive-delivery-prevent-bg, #iCV3Ji78y8XTDeiSmAO5gUTOEOkKeTyT.lazyload, #iCV3Ji78y8XTDeiSmAO5gUTOEOkKeTyT.lazyloading { background-image: none; }#iCV3Ji78y8XTDeiSmAO5gUTOEOkKeTyT > .row .container { background-color: transparent; background-image: none; }#iCV3Ji78y8XTDeiSmAO5gUTOEOkKeTyT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(45,45,55,0.9); }#iCV3Ji78y8XTDeiSmAO5gUTOEOkKeTyT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iCV3Ji78y8XTDeiSmAO5gUTOEOkKeTyT > .row .container > .video-iframe-container { display: none; }#iCV3Ji78y8XTDeiSmAO5gUTOEOkKeTyT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(45,45,55,0.9); }#iCV3Ji78y8XTDeiSmAO5gUTOEOkKeTyT > .row > .video-iframe-container { display: none; }#iCV3Ji78y8XTDeiSmAO5gUTOEOkKeTyT > .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); }#iCV3Ji78y8XTDeiSmAO5gUTOEOkKeTyT > .row .container { border-width: 0; border-radius: 0; }#iCV3Ji78y8XTDeiSmAO5gUTOEOkKeTyT > .row .container { font-size:0.875rem;font-family:rubik;height:20rem;width:75rem;position:relative;display:block; }#arTFZQkSTzRNHIafW9zKPLEP999rIk3W { color:#e6e6eb;display:block;width:25rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100006;line-height:1.2;letter-spacing:0;top:2.5rem;left:25rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x0H60SOctHcwCeOyJt1y3V2JqEPC5KCQ { color:#e6e6eb;display:block;width:22.5rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:100001;line-height:1.5;letter-spacing:0;top:10rem;left:1.25rem;height:4.78125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ml2XTK5JVu9sTU34Zi9KDz43OAdcJSgc { color:#e6e6eb;display:block;width:22.5rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:100002;line-height:1.5;letter-spacing:0;top:10rem;left:26.25rem;height:4.78125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#BZq50ABdnSZsByL7I0Hq4mRSLdock8TO { color:#e6e6eb;display:block;width:22.5rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:100003;line-height:1.5;letter-spacing:0;top:10rem;left:51.25rem;height:4.78125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#dTPoycrggNngFIlBf0C2p5LyavaurVcL { color:#e6e6eb;display:block;width:22.5rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:700;z-index:100016;line-height:1.5;letter-spacing:0;top:15.9375rem;left:1.25rem;height:1.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ipBQB0DPpylxSN7vnx1A0hDH07cSEfa7 { color:#e6e6eb;display:block;width:22.5rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:700;z-index:100017;line-height:1.5;letter-spacing:0;top:15.9375rem;left:26.25rem;height:1.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SvssuMtV6PwcQXnHtGn2pJv5a5bOmGfh { color:#e6e6eb;display:block;width:22.5rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:700;z-index:100018;line-height:1.5;letter-spacing:0;top:15.9375rem;left:51.25rem;height:1.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zw3zNB92BvSP7BXQfOCOXhTWwAkqZAv4 { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:6.25rem;left:10.9375rem;overflow:hidden;display:block; }
#dCEhfHXXXPRETKRl4hbTw0DV5NTwk7mQ { position:absolute;display:block;z-index:100021;background-color:#7db4e1;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;height:0.125rem;width:12.5rem;top:3.375rem;left:12.5625rem;display:block; }
#yEOCwliJW3oD62Id4OplRsRc1T5q3MRk { position:absolute;display:block;z-index:100022;background-color:#7db4e1;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;height:0.125rem;width:12.5rem;top:3.375rem;left:50rem;display:block; }
#WP7wnc8vkgEn1VK0lHsPs9lqkEFAC1Gk { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:6.25rem;left:60.9375rem;overflow:hidden;display:block; }
#sxTns2PBNkmORgnq0CuTrTTbo4vqqc0o { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.125rem;top:6.25rem;left:35.9375rem;overflow:hidden;display:block; }
#n84cyTQFdcqTLQoUmq1f6ILVZdgJByVo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e6eb;background-image:none;position:relative;display:block; }#n84cyTQFdcqTLQoUmq1f6ILVZdgJByVo > .row .container { background-color: transparent; background-image: none; }#n84cyTQFdcqTLQoUmq1f6ILVZdgJByVo::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#n84cyTQFdcqTLQoUmq1f6ILVZdgJByVo > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#n84cyTQFdcqTLQoUmq1f6ILVZdgJByVo > .row .container > .video-iframe-container { display: none; }#n84cyTQFdcqTLQoUmq1f6ILVZdgJByVo > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#n84cyTQFdcqTLQoUmq1f6ILVZdgJByVo > .row > .video-iframe-container { display: none; }#n84cyTQFdcqTLQoUmq1f6ILVZdgJByVo > .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); }#n84cyTQFdcqTLQoUmq1f6ILVZdgJByVo > .row .container { border-width: 0; border-radius: 0; }#n84cyTQFdcqTLQoUmq1f6ILVZdgJByVo > .row .container { font-size:0.875rem;font-family:rubik;height:190rem;width:75rem;position:relative;display:block; }#aTguMtoiEATtHJIsFU6qXBdNDban5od9 { position:absolute;display:block;z-index:100000;background-color:#f0553c;background-image:url("https://images.assets-landingi.com/gQjubNUX/skuteczne_odgrzybianie_kontakt.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;height:22.5rem;width:25rem;top:6.25rem;left:50rem;display:block; }#aTguMtoiEATtHJIsFU6qXBdNDban5od9.adaptive-delivery-prevent-bg, #aTguMtoiEATtHJIsFU6qXBdNDban5od9.lazyload, #aTguMtoiEATtHJIsFU6qXBdNDban5od9.lazyloading { background-image: none; }
#p5LbHidSEKBqwGxmmCkwp7XRPOPhND7h { color:#e6e6eb;display:block;width:20rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:100011;line-height:1.2;letter-spacing:0;top:23.75rem;left:52.5rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ity5tOF2Nqy2ycxqnCITMPeCWawmJrTP { color:#e6e6eb;display:block;width:20rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:100009;line-height:1.2;letter-spacing:0;top:12.5rem;left:52.5rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jy6Ae4aTCr1V23SehpGNCDV2GRMVKAWu { color:#e6e6eb;display:block;width:15rem;position:absolute;font-family:rubik;font-size:2.1875rem;font-weight:700;z-index:100017;line-height:1.2;letter-spacing:0;top:18.75rem;left:56.875rem;height:2.625rem;font-style:normal;display:block; }
#bc70VMxuVRKWrHGIRziN9BC55KHLqVR0 { color:#2d2d37;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:100018;line-height:1.5;letter-spacing:0;top:8.75rem;left:2.5rem;height:6.375rem;font-style:normal;display:block; }
#Vyu0TG69a4Rat6gnVrskINnIeTV6GcJS { color:#2d2d37;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100019;line-height:1.2;letter-spacing:0;top:6.25rem;left:2.5rem;height:1.875rem;font-style:normal;display:block; }
#PcGAJTVDt357adC7Itr9rQzsFQOzXBGT { color:#e6e6eb;display:block;width:20rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100003;line-height:1.5;letter-spacing:0;top:32.5rem;left:52.5rem;height:2.34375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ozs5PnGXeaROsexxDb1mHwEUEmr4WRNw { color:#e6e6eb;display:block;width:20.3125rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:35rem;left:52.5rem;height:35.0625rem;font-style:normal;display:block; }
#ROGiPvKKGeWHEXlNaD9RJ7F25sQIQOAo { position:absolute;display:block;z-index:99999;background-color:#2d2d37;background-image:url("https://images.assets-landingi.com/kK3g5JfY/skuteczne_odgrzybianie_teren_dzialania.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;height:46.25rem;width:25rem;top:30rem;left:50rem;display:block; }#ROGiPvKKGeWHEXlNaD9RJ7F25sQIQOAo.adaptive-delivery-prevent-bg, #ROGiPvKKGeWHEXlNaD9RJ7F25sQIQOAo.lazyload, #ROGiPvKKGeWHEXlNaD9RJ7F25sQIQOAo.lazyloading { background-image: none; }
#QCWqtGo4rGZw4f7M1VMvEWywOT4zByzS { color:#e6e6eb;display:block;width:20rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:700;z-index:100060;line-height:1.5;letter-spacing:0;top:70.625rem;left:52.5rem;height:3.1875rem;font-style:normal;display:block; }
#etZ0lML99k4XWDJRcZU7TatRA6M3cI6W { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:37.5rem;top:383.75rem;left:1.25rem;display:none; }
#Ra8gcoAAJfLDUqone1WM8a8nApqdRA9K { position:absolute;display:block;z-index:100061;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5625rem;width:12.5rem;top:8.75rem;left:56.25rem;overflow:hidden;display:block; }
#xzZwTVI9CO8Z78Vnd32Mc9RSxmUGts7p { color:#2d2d37;display:block;width:25rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100015;line-height:1.2;letter-spacing:0;top:2.5rem;left:25rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CbXJ1NgI9TUkNOG9PN30lmU1WGpNsG8L { position:absolute;display:block;z-index:100030;background-color:#7db4e1;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;height:0.125rem;width:12.5rem;top:3.375rem;left:12.5625rem;display:block; }
#RU07FkJsDaw6rxx91PT54KsKQAQiHckM { position:absolute;display:block;z-index:100031;background-color:#7db4e1;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;height:0.125rem;width:12.5rem;top:3.375rem;left:50rem;display:block; }
#P1t18qMhAI1f04IytM2gMgFItwwyPmPM { box-sizing:content-box;color:#e6e6eb;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:18.125rem;left:53.125rem;display:block; }
#CTIV1H9viPbKJ9BEz24F4P8yCHEPUAVG { position:absolute;display:block;z-index:100062;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.4375rem;width:1.875rem;top:6.5rem;left:0rem;overflow:hidden;display:block; }
#cps1L2xkp9DnIR6zBCpLDT5e9z9R7DSC { color:#2d2d37;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:100021;line-height:1.4;letter-spacing:0;top:20.125rem;left:2.5rem;height:8.9238125rem;font-style:normal;display:block; }
#IOeL8KO4zK35BfN181uWS6cL44CnFaxE { color:#2d2d37;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100022;line-height:1.2;letter-spacing:0;top:17.5rem;left:2.5rem;height:1.875rem;font-style:normal;display:block; }
#wzEsem0vwzvzuqUPyBvTaOl8rsOPTrIk { position:absolute;display:block;z-index:100065;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.4375rem;width:1.875rem;top:17.75rem;left:0rem;overflow:hidden;display:block; }
#P8ev6gf5xW52FKa83BqQfhfmoiRsoWOK { color:#2d2d37;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:100024;line-height:1.4;letter-spacing:0;top:34.0625rem;left:2.5rem;height:7.4365rem;font-style:normal;display:block; }
#UZRH52cklbTdaM9gl9LF5sM52xaWFexF { color:#2d2d37;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100025;line-height:1.2;letter-spacing:0;top:31.25rem;left:2.5rem;height:1.875rem;font-style:normal;display:block; }
#HgOaJA76LgvRxtiD8BrhrE2etdwXs9hD { position:absolute;display:block;z-index:100068;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.4375rem;width:1.875rem;top:31.5rem;left:0rem;overflow:hidden;display:block; }
#J23mpu98WMvzUxrW00asIyAiiNQyphEV { color:#2d2d37;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:100027;line-height:1.4;letter-spacing:0;top:46.5625rem;left:2.5rem;height:7.4365rem;font-style:normal;display:block; }
#Kq2hXUoGMlDgR02E1A2oNPimHzeXERQi { color:#2d2d37;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100028;line-height:1.2;letter-spacing:0;top:43.75rem;left:2.5rem;height:1.875rem;font-style:normal;display:block; }
#UJEqT96pVo0A5EWlF3VoyqoZi8LaqleX { position:absolute;display:block;z-index:100071;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.4375rem;width:1.875rem;top:44rem;left:0rem;overflow:hidden;display:block; }
#wuTTMUmQqpBectDTHm9cQtAaW4d4yZCi { color:#2d2d37;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:100030;line-height:1.4;letter-spacing:0;top:61.25rem;left:2.5rem;height:10.411125rem;font-style:normal;display:block; }
#HVQeTPgVV1U92adZIiBw3UxbuL1PxUVo { color:#2d2d37;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;top:56.25rem;left:2.5rem;height:4.0625rem;font-style:normal;display:block; }
#VK7EEOwfUIhI2WWOt2tqnxMcaor4bEiG { position:absolute;display:block;z-index:100074;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.4375rem;width:1.875rem;top:56.5rem;left:0rem;overflow:hidden;display:block; }
#Cu0wnsQpTWVD7hTtMKQfphsofM2bULc4 { color:#2d2d37;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:100036;line-height:1.4;letter-spacing:0;top:80.3125rem;left:2.5rem;height:8.9238125rem;font-style:normal;display:block; }
#IlDnfsymGsvJk3p3qoQJtq7paBrOMPOF { color:#2d2d37;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100037;line-height:1.2;letter-spacing:0;top:73.75rem;left:2.5rem;height:5.625rem;font-style:normal;display:block; }
#aTgBW0O0TTWMiCb9VkXA3d3LeVfHguFT { position:absolute;display:block;z-index:100080;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.4375rem;width:1.875rem;top:74rem;left:0rem;overflow:hidden;display:block; }
#bF8E5Jfxx1xa3lwLEEQFMpT2igJhLVZ6 { color:#e6e6eb;display:block;width:20rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:100015;line-height:1.2;letter-spacing:0;top:80rem;left:52.5rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UCI1FGS1BNHW0RTgr8DV5Cd8T8hKvqC9 { color:#e6e6eb;display:block;width:21.25rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:700;z-index:100060;line-height:1.5;letter-spacing:0;top:55rem;left:52.5rem;height:3.1875rem;font-style:normal;display:none; }
#uOZZJoMsIXh7FmXGJnqievor701eAMEk { color:#2d2d37;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:100039;line-height:1.5;letter-spacing:0;top:106.5625rem;left:2.5rem;height:11.15625rem;font-style:normal;display:block; }
#t7kq9DyPg3C0OUyDrR5XLTyeuWTHnTb4 { color:#2d2d37;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100040;line-height:1.2;letter-spacing:0;top:103.75rem;left:2.5rem;height:1.875rem;font-style:normal;display:block; }
#uCk2Rh6DQUWZB3lOXQ94iVDTTRzFTNuA { position:absolute;display:block;z-index:100083;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.4375rem;width:1.875rem;top:104rem;left:0rem;overflow:hidden;display:block; }
#qeHzxCVNAA2CpM965n3SsiLbH8G2T47c { color:#2d2d37;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:100042;line-height:1.5;letter-spacing:0;top:122.5rem;left:2.5rem;height:6.375rem;font-style:normal;display:block; }
#EM3etllzPT532LHl5mLCe4Dbg1THcmMk { color:#2d2d37;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100043;line-height:1.2;letter-spacing:0;top:120rem;left:2.5rem;height:1.875rem;font-style:normal;display:block; }
#xrO1oc1lv61A3bgwX53TiXqBcTCl02NR { position:absolute;display:block;z-index:100086;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.4375rem;width:1.875rem;top:120.25rem;left:0rem;overflow:hidden;display:block; }
#kxsdpHyX4bBDA703ri0xD0PJRbewS7Q4 { position:absolute;display:block;z-index:99998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25rem;width:25rem;top:77.5rem;left:50rem;overflow:hidden;display:block; }
#tHm0WqvOz0UgBIqigIAiyreMtb5x7izU { color:#ffffff;display:block;width:20rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:100088;line-height:1.2;letter-spacing:0;top:97rem;left:52.5rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EDd55HlOROT26RwErT3lUEDQM6TNqOSN { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:12.9375rem;top:85rem;left:56.0625rem;overflow:hidden;display:block; }
#E5MSX2hyf8QFkErLt2Cv42U5Vo0P0DHa { color:#2d2d37;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:100045;line-height:1.5;letter-spacing:0;top:135.625rem;left:2.5rem;height:9.5625rem;font-style:normal;display:block; }
#yhhe7Pr7onc0RWKfAmVvaRz9I0wDCTvL { color:#2d2d37;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100046;line-height:1.2;letter-spacing:0;top:131.25rem;left:2.5rem;height:3.75rem;font-style:normal;display:block; }
#SEW5wg8fyh5m4CoH1I7yabhC71DqV069 { position:absolute;display:block;z-index:100089;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.4375rem;width:1.875rem;top:131.5rem;left:0rem;overflow:hidden;display:block; }
#kIHaVCZTNJ5MThkTTzL5SSr8SE0eefZx { color:#2d2d37;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:100048;line-height:1.4;letter-spacing:0;top:150.3125rem;left:2.5rem;height:7.4365rem;font-style:normal;display:block; }
#LzgQSUXguHSA7QhoGsCMhv7I7ovhN1K7 { color:#2d2d37;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100049;line-height:1.2;letter-spacing:0;top:147.5rem;left:2.5rem;height:1.875rem;font-style:normal;display:block; }
#ZH8SM5z8R0FFbOTPNBUPTCP0ys6IN82J { position:absolute;display:block;z-index:100092;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.4375rem;width:1.875rem;top:147.75rem;left:0rem;overflow:hidden;display:block; }
#JiAQxaJ0VNaF7a9LFV6yxoWWuClNrNDZ { color:#2d2d37;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:100051;line-height:1.5;letter-spacing:0;top:163.125rem;left:2.5rem;height:9.5625rem;font-style:normal;display:block; }
#HJW2nXHmPm87v6eTePQfMEd30ALsAwCN { color:#2d2d37;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100052;line-height:1.2;letter-spacing:0;top:160rem;left:2.5rem;height:1.875rem;font-style:normal;display:block; }
#XCbckZIyyshZO8aKKfFemNTOq0CP98sc { position:absolute;display:block;z-index:100095;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.4375rem;width:1.875rem;top:160.25rem;left:0rem;overflow:hidden;display:block; }
#WyoDo7mE6iTuAbdJHZTzhEGFlW2hkECo { color:#2d2d37;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:100054;line-height:1.5;letter-spacing:0;top:178.125rem;left:2.5rem;height:9.5625rem;font-style:normal;display:block; }
#EabXpPdncqXl1crSU1Kb3obFX3eyC4XT { color:#2d2d37;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100055;line-height:1.2;letter-spacing:0;top:175rem;left:2.5rem;height:1.875rem;font-style:normal;display:block; }
#hewrTcZ8MxZKlONOxhxifHturefQTq9h { position:absolute;display:block;z-index:100098;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.4375rem;width:1.875rem;top:175.25rem;left:0rem;overflow:hidden;display:block; }
#XLaZTFNdtAJP4cRfO8z2sdFkAebPgtAd { position:absolute;display:block;z-index:100099;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.75rem;width:8.75rem;top:103.75rem;left:50rem;overflow:hidden;display:block; }
#oTmH6NtxarL7UldFrIBMadbmmLROuQEF { color:#2d2d37;display:block;width:15rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100056;line-height:1.2;letter-spacing:0;top:105.3125rem;left:60rem;height:5.625rem;font-style:normal;display:block; }
#ErsXJ0F2v2BRzKtUtUttcxZT9f4PJRBD { color:#000000;display:block;width:25rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:100100;line-height:1.5;letter-spacing:0;top:128.125rem;left:50rem;height:3.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FU1vvdSNNfO3ki8cBmoHVc3NI1Tfy3bs { position:absolute;display:block;z-index:100101;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.25rem;width:11.25rem;top:113.75rem;left:50rem;overflow:hidden;display:block; }
#pRSAxAeEqfh9yf5ttTb8BiSomz5fdFBU { position:absolute;display:block;z-index:100102;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.25rem;width:11.25rem;top:113.75rem;left:63.75rem;overflow:hidden;display:block; }
#H6cA2M3cTU68gtHw0DVN6tuRmtm1VZ6l { color:#000000;display:block;width:11.25rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:700;z-index:100103;line-height:1.5;letter-spacing:0;top:125.9375rem;left:50rem;height:1.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZMndCK4BwhImvGnNFXmhmmJv3iIkCTXN { color:#000000;display:block;width:11.25rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:700;z-index:100104;line-height:1.5;letter-spacing:0;top:125.9375rem;left:63.75rem;height:1.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KpJVrcscGA7ef5oxTnLptFmGBvsf7tK2 { color:#2d2d37;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:100042;line-height:1.4;letter-spacing:0;top:98.0625rem;left:2.5rem;height:2.9746125rem;font-style:normal;display:block; }
#V2zvc30Lxx4gsxkha9ZSKSxmehJLcQZc { color:#2d2d37;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100043;line-height:1.2;letter-spacing:0;top:91.25rem;left:2.5rem;height:5.625rem;font-style:normal;display:block; }
#lb5EuFB1vBMEHTut2VJbsOuDotyOCz0h { position:absolute;display:block;z-index:100086;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.4375rem;width:1.875rem;top:91.5rem;left:0rem;overflow:hidden;display:block; }
#HJU8USLzmGvidO14grCyQ8cWNucM7u5T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/dHH9Xv81/skuteczne_odgrzybianie_zadzwon_teraz.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#HJU8USLzmGvidO14grCyQ8cWNucM7u5T.adaptive-delivery-prevent-bg, #HJU8USLzmGvidO14grCyQ8cWNucM7u5T.lazyload, #HJU8USLzmGvidO14grCyQ8cWNucM7u5T.lazyloading { background-image: none; }#HJU8USLzmGvidO14grCyQ8cWNucM7u5T > .row .container { background-color: transparent; background-image: none; }#HJU8USLzmGvidO14grCyQ8cWNucM7u5T::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(45,45,55,0.9); }#HJU8USLzmGvidO14grCyQ8cWNucM7u5T > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HJU8USLzmGvidO14grCyQ8cWNucM7u5T > .row .container > .video-iframe-container { display: none; }#HJU8USLzmGvidO14grCyQ8cWNucM7u5T > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(45,45,55,0.9); }#HJU8USLzmGvidO14grCyQ8cWNucM7u5T > .row > .video-iframe-container { display: none; }#HJU8USLzmGvidO14grCyQ8cWNucM7u5T > .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); }#HJU8USLzmGvidO14grCyQ8cWNucM7u5T > .row .container { border-width: 0; border-radius: 0; }#HJU8USLzmGvidO14grCyQ8cWNucM7u5T > .row .container { font-size:0.875rem;font-family:rubik;height:22.5rem;width:75rem;position:relative;display:block; }#mxCNR1aokStkoCax3XVI7AT8ffO9zpSt { color:#e6e6eb;display:block;width:57.5rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100008;line-height:1.5;letter-spacing:0;top:8.75rem;left:8.75rem;height:4.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CtCvEWwRHTE490H0hUX3ciqklRdxImby { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:12.0625rem;top:2.5rem;left:31.25rem;overflow:hidden;display:block; }
#N9DNy8426rTXE0rzxTS3sgC2XbQKkktQ { color:#7db4e1;display:block;width:57.5rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100009;line-height:1.5;letter-spacing:0;top:6.25rem;left:8.75rem;height:2.34375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TDbXxfSnsvCClQcDPuedKdKsnOvJNl8u { position:absolute;display:block;z-index:100004;background-color:#7db4e1;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;height:5rem;width:16.25rem;top:14.9375rem;left:29.375rem;display:block; }
#xv71pvaEQRqVE9ZoWnIkUylTChsQXUyf { color:#e6e6eb;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:700;z-index:100013;line-height:1.2;letter-spacing:0;top:16.3125rem;left:32.5rem;height:2.25rem;font-style:normal;display:block; }
#Pnm0ghhigEteQpxvhSl20ZxcKkQrtKH0 { box-sizing:content-box;color:#e6e6eb;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:15.875rem;left:29.375rem;display:block; }
#zMuGd1OMxlFT4p9J2TVmGu6istU36iEe { color:#000000;display:block;width:20rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:0;top:12.5rem;left:0rem;display:none; }
#nrWbqkNCq0o8OnniT8fVhp2kLKfRgBzk { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:0;top:23.75rem;left:12.625rem;display:none; }
#qQlzM0EvAepL4enpGn0kNzTNZgi9szTW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e6eb;background-image:none;position:relative;display:block; }#qQlzM0EvAepL4enpGn0kNzTNZgi9szTW > .row .container { background-color: transparent; background-image: none; }#qQlzM0EvAepL4enpGn0kNzTNZgi9szTW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qQlzM0EvAepL4enpGn0kNzTNZgi9szTW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qQlzM0EvAepL4enpGn0kNzTNZgi9szTW > .row .container > .video-iframe-container { display: none; }#qQlzM0EvAepL4enpGn0kNzTNZgi9szTW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qQlzM0EvAepL4enpGn0kNzTNZgi9szTW > .row > .video-iframe-container { display: none; }#qQlzM0EvAepL4enpGn0kNzTNZgi9szTW > .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); }#qQlzM0EvAepL4enpGn0kNzTNZgi9szTW > .row .container { border-width: 0; border-radius: 0; }#qQlzM0EvAepL4enpGn0kNzTNZgi9szTW > .row .container { font-size:0.875rem;font-family:rubik;height:21.25rem;width:75rem;position:relative;display:block; }#gSViCduc1JdUcVAk8kKQbq3cWWETZKTJ { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.1875rem;width:8.125rem;top:6.21875rem;left:33.4375rem;overflow:hidden;display:block; }
#fa8arRctNA6m8y3wrGJpwK9B2bVh0l7Z { position:absolute;display:block;z-index:100006;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:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:0;width:0;top:0rem;left:25rem;display:block; }
#TXPn1yMrXAaW0HMvrnQSS6ceD8J5v2hz { color:#2d2d37;display:block;width:16.25rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:100030;line-height:1.5;letter-spacing:0;top:7.6875rem;left:46.25rem;height:9.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nA8aGuP2blOW5QkdIGQ9cCa6AWVtS5sw { color:#2d2d37;display:block;width:25rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100012;line-height:1.2;letter-spacing:0;top:2.5rem;left:24.9375rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u3q1STs1RmXbNIO6WiGORE7ITcVycLyJ { position:absolute;display:block;z-index:100027;background-color:#7db4e1;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;height:0.125rem;width:12.5rem;top:3.375rem;left:12.5rem;display:block; }
#UhTdWfVaMtPiATHQuycKi4tRHOc8fGPu { position:absolute;display:block;z-index:100028;background-color:#7db4e1;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;height:0.125rem;width:12.5rem;top:3.375rem;left:49.9375rem;display:block; }
#kT59B0EMxuzcLAMtu8m36ABCke009sZG { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.3125rem;width:16.25rem;top:10.8125rem;left:12.5rem;overflow:hidden;display:block; }
#CGApMywfo9ZFMaAWAqQQgP8d3UUlgszu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7db4e1;background-image:none;position:relative;display:block; }#CGApMywfo9ZFMaAWAqQQgP8d3UUlgszu > .row .container { background-color: transparent; background-image: none; }#CGApMywfo9ZFMaAWAqQQgP8d3UUlgszu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CGApMywfo9ZFMaAWAqQQgP8d3UUlgszu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CGApMywfo9ZFMaAWAqQQgP8d3UUlgszu > .row .container > .video-iframe-container { display: none; }#CGApMywfo9ZFMaAWAqQQgP8d3UUlgszu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CGApMywfo9ZFMaAWAqQQgP8d3UUlgszu > .row > .video-iframe-container { display: none; }#CGApMywfo9ZFMaAWAqQQgP8d3UUlgszu > .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); }#CGApMywfo9ZFMaAWAqQQgP8d3UUlgszu > .row .container { border-width: 0; border-radius: 0; }#CGApMywfo9ZFMaAWAqQQgP8d3UUlgszu > .row .container { font-size:0.875rem;font-family:rubik;height:3.75rem;width:75rem;position:relative;display:block; }#Ode7pOtnQc6bsMiOcEdWFGJeabc31Sts { color:#e6e6eb;display:block;width:57.5rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:100000;line-height:1.5;letter-spacing:0;top:1.03125rem;left:8.75rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pdsmKZdFmH6ZtVHU18BoiOdEd299d5QZ { display:block; }#pdsmKZdFmH6ZtVHU18BoiOdEd299d5QZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xHnCNvJlTUBo4iBF1aNZW3IhpSQMrogG { top:6.25rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzTDTmdmpdayT0R9UHuTuce2sSZ2H9pu { top:16.25rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVhIFzUAgKCbLWxc5bP6avHNFeJ87OAQ { top:11.25rem;left:8.875rem;width:15rem;height:2.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrGV5GpF9T2OKrNuya9itOuKT0TUmAcr { top:19.375rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBbyQ4RtRvKzBmMnVb8JkNIUgpLWO4OE { top:10rem;left:5.125rem;width:18.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKEii0FKeaSHtmVutUxXUuLvzNEhzpwE { top:10.625rem;left:20.125rem;width:3.75rem;height:3.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JztUyoeAbGXnJyTtvgu0KAfcvRbaD7nA { top:2.5rem;left:0.6875rem;width:17.9375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADF6SGmQEbgtneNMipAoM5FD2IptOS95 { top:10rem;left:7.125rem;width:12.3125rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvvIy8S2ATCAX3lGCtKIWoovJctZ7sAo { top:22.5rem;left:21.375rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7q1iyTimhD1UO9cKJ8d0cPiQGGeMvTV { top:22.5rem;left:21.375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dObhqE3aMBnJO4CbK5wAdnXIE5H4ZFyK { top:2.5rem;left:11.875rem;width:12rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fm56CGfr4IQvtgMIryuKaPDlpUDgfdT3 { top:3.75rem;left:0rem;width:14.125rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZwyBtpWyOu01JVbGI8MxhCbeRv2PuBP { top:10.8125rem;left:32.75rem;width:15rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FszIicfIF5D30sTlsmhZLFxoZ6u4eJdT { display:block; }#FszIicfIF5D30sTlsmhZLFxoZ6u4eJdT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tldIHwiKUQWPvfZfTmvQc5LeV0MZLM3Z { top:7.5rem;left:0rem;width:20.625rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnXrDBGET9JqPJPn1Nfm6g66TBWhK1SV { top:22.5rem;left:0rem;width:20.625rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxUerJcy9PAtSQoRc8zbzgP4fEtlPuoX { top:15rem;left:0rem;width:20.625rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aA8JTRzrgxNtB4XL4AVJbWTxrdgJFGFU { top:9.375rem;left:0rem;width:21.25rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWb6dwl3h70FT3x6QRsHw65TrZwzkfJR { top:16.875rem;left:0rem;width:21.25rem;height:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeIdwvMrUbSXLhSlQqBMi5dDRK9syR7A { top:24.375rem;left:0rem;width:21.25rem;height:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyUN42qAw1cU8u0BST0wfypxwgqtWmf7 { top:8.4375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TahWfE4NZlIOPGTgssE7k43ZscD3aVTh { top:15.9375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MD0X2S1wUmwfnaVuOvqawAeVJFzShWda { top:23.4375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzIu9xx4Oh1F4mmdvEt405To3rEB26I2 { top:2.5rem;left:15.875rem;width:0;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV4PLgXy5CZo6ess15mmmse1FbwldpP9 { top:3.375rem;left:3.375rem;width:0;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #GraWUftlPQg12HmZR1oSyTFbEW8R3mXp { top:3.375rem;left:19.25rem;width:0;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #GcKT8RXT22qmUAv6d5F9KzAKnuMP8KVl { top:6.25rem;left:0rem;width:40.1875rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCV3Ji78y8XTDeiSmAO5gUTOEOkKeTyT { display:block; }#iCV3Ji78y8XTDeiSmAO5gUTOEOkKeTyT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #arTFZQkSTzRNHIafW9zKPLEP999rIk3W { top:2.5rem;left:6.75rem;width:25rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0H60SOctHcwCeOyJt1y3V2JqEPC5KCQ { top:10rem;left:0rem;width:22.5rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ml2XTK5JVu9sTU34Zi9KDz43OAdcJSgc { top:10rem;left:9.25rem;width:22.5rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZq50ABdnSZsByL7I0Hq4mRSLdock8TO { top:10rem;left:25.125rem;width:22.5rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTPoycrggNngFIlBf0C2p5LyavaurVcL { top:15.9375rem;left:0rem;width:22.5rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipBQB0DPpylxSN7vnx1A0hDH07cSEfa7 { top:15.9375rem;left:9.25rem;width:22.5rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvssuMtV6PwcQXnHtGn2pJv5a5bOmGfh { top:15.9375rem;left:25.125rem;width:22.5rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zw3zNB92BvSP7BXQfOCOXhTWwAkqZAv4 { top:6.25rem;left:6.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCEhfHXXXPRETKRl4hbTw0DV5NTwk7mQ { top:3.375rem;left:3.375rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEOCwliJW3oD62Id4OplRsRc1T5q3MRk { top:3.375rem;left:31.75rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WP7wnc8vkgEn1VK0lHsPs9lqkEFAC1Gk { top:6.25rem;left:38.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxTns2PBNkmORgnq0CuTrTTbo4vqqc0o { top:6.25rem;left:22.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n84cyTQFdcqTLQoUmq1f6ILVZdgJByVo { display:block; }#n84cyTQFdcqTLQoUmq1f6ILVZdgJByVo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTguMtoiEATtHJIsFU6qXBdNDban5od9 { top:6.25rem;left:22.625rem;width:25rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5LbHidSEKBqwGxmmCkwp7XRPOPhND7h { top:23.75rem;left:27.625rem;width:20rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ity5tOF2Nqy2ycxqnCITMPeCWawmJrTP { top:12.5rem;left:27.625rem;width:20rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jy6Ae4aTCr1V23SehpGNCDV2GRMVKAWu { top:18.75rem;left:32.625rem;width:15rem;height:2.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc70VMxuVRKWrHGIRziN9BC55KHLqVR0 { top:8.75rem;left:0rem;width:45rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vyu0TG69a4Rat6gnVrskINnIeTV6GcJS { top:6.25rem;left:0rem;width:45rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcGAJTVDt357adC7Itr9rQzsFQOzXBGT { top:32.5rem;left:27.625rem;width:20rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozs5PnGXeaROsexxDb1mHwEUEmr4WRNw { top:35rem;left:27.3125rem;width:20.3125rem;height:34.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROGiPvKKGeWHEXlNaD9RJ7F25sQIQOAo { top:30rem;left:22.625rem;width:25rem;height:46.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCWqtGo4rGZw4f7M1VMvEWywOT4zByzS { top:70.625rem;left:27.625rem;width:20rem;height:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #etZ0lML99k4XWDJRcZU7TatRA6M3cI6W { top:383.75rem;left:0rem;width:17.8125rem;height:37.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ra8gcoAAJfLDUqone1WM8a8nApqdRA9K { top:8.75rem;left:33.4375rem;width:12.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzZwTVI9CO8Z78Vnd32Mc9RSxmUGts7p { top:2.5rem;left:6.75rem;width:25rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbXJ1NgI9TUkNOG9PN30lmU1WGpNsG8L { top:3.375rem;left:3.375rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RU07FkJsDaw6rxx91PT54KsKQAQiHckM { top:3.375rem;left:31.75rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1t18qMhAI1f04IytM2gMgFItwwyPmPM { top:18.125rem;left:31.75rem;width:3.75rem;height:3.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTIV1H9viPbKJ9BEz24F4P8yCHEPUAVG { top:6.5rem;left:0rem;width:1.875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cps1L2xkp9DnIR6zBCpLDT5e9z9R7DSC { top:20.125rem;left:0rem;width:45rem;height:8.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOeL8KO4zK35BfN181uWS6cL44CnFaxE { top:17.5rem;left:0rem;width:45rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzEsem0vwzvzuqUPyBvTaOl8rsOPTrIk { top:17.75rem;left:0rem;width:1.875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8ev6gf5xW52FKa83BqQfhfmoiRsoWOK { top:34.0625rem;left:0rem;width:45rem;height:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZRH52cklbTdaM9gl9LF5sM52xaWFexF { top:31.25rem;left:0rem;width:45rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgOaJA76LgvRxtiD8BrhrE2etdwXs9hD { top:31.5rem;left:0rem;width:1.875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J23mpu98WMvzUxrW00asIyAiiNQyphEV { top:46.5625rem;left:0rem;width:45rem;height:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kq2hXUoGMlDgR02E1A2oNPimHzeXERQi { top:43.75rem;left:0rem;width:45rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJEqT96pVo0A5EWlF3VoyqoZi8LaqleX { top:44rem;left:0rem;width:1.875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuTTMUmQqpBectDTHm9cQtAaW4d4yZCi { top:61.25rem;left:0rem;width:45rem;height:10.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVQeTPgVV1U92adZIiBw3UxbuL1PxUVo { top:56.25rem;left:0rem;width:45rem;height:4rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VK7EEOwfUIhI2WWOt2tqnxMcaor4bEiG { top:56.5rem;left:0rem;width:1.875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cu0wnsQpTWVD7hTtMKQfphsofM2bULc4 { top:80.3125rem;left:0rem;width:45rem;height:8.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlDnfsymGsvJk3p3qoQJtq7paBrOMPOF { top:73.75rem;left:0rem;width:45rem;height:5.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTgBW0O0TTWMiCb9VkXA3d3LeVfHguFT { top:74rem;left:0rem;width:1.875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bF8E5Jfxx1xa3lwLEEQFMpT2igJhLVZ6 { top:80rem;left:27.625rem;width:20rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCI1FGS1BNHW0RTgr8DV5Cd8T8hKvqC9 { top:55rem;left:26.375rem;width:21.25rem;height:3.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uOZZJoMsIXh7FmXGJnqievor701eAMEk { top:106.5625rem;left:0rem;width:45rem;height:10.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7kq9DyPg3C0OUyDrR5XLTyeuWTHnTb4 { top:103.75rem;left:0rem;width:45rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCk2Rh6DQUWZB3lOXQ94iVDTTRzFTNuA { top:104rem;left:0rem;width:1.875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeHzxCVNAA2CpM965n3SsiLbH8G2T47c { top:122.5rem;left:0rem;width:45rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EM3etllzPT532LHl5mLCe4Dbg1THcmMk { top:120rem;left:0rem;width:45rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrO1oc1lv61A3bgwX53TiXqBcTCl02NR { top:120.25rem;left:0rem;width:1.875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxsdpHyX4bBDA703ri0xD0PJRbewS7Q4 { top:77.5rem;left:22.625rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHm0WqvOz0UgBIqigIAiyreMtb5x7izU { top:97rem;left:27.625rem;width:20rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDd55HlOROT26RwErT3lUEDQM6TNqOSN { top:85rem;left:33.25rem;width:12.9375rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5MSX2hyf8QFkErLt2Cv42U5Vo0P0DHa { top:135.625rem;left:0rem;width:45rem;height:9.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhhe7Pr7onc0RWKfAmVvaRz9I0wDCTvL { top:131.25rem;left:0rem;width:45rem;height:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEW5wg8fyh5m4CoH1I7yabhC71DqV069 { top:131.5rem;left:0rem;width:1.875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIHaVCZTNJ5MThkTTzL5SSr8SE0eefZx { top:150.3125rem;left:0rem;width:45rem;height:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzgQSUXguHSA7QhoGsCMhv7I7ovhN1K7 { top:147.5rem;left:0rem;width:45rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZH8SM5z8R0FFbOTPNBUPTCP0ys6IN82J { top:147.75rem;left:0rem;width:1.875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiAQxaJ0VNaF7a9LFV6yxoWWuClNrNDZ { top:163.125rem;left:0rem;width:45rem;height:9.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJW2nXHmPm87v6eTePQfMEd30ALsAwCN { top:160rem;left:0rem;width:45rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCbckZIyyshZO8aKKfFemNTOq0CP98sc { top:160.25rem;left:0rem;width:1.875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyoDo7mE6iTuAbdJHZTzhEGFlW2hkECo { top:178.125rem;left:0rem;width:45rem;height:9.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EabXpPdncqXl1crSU1Kb3obFX3eyC4XT { top:175rem;left:0rem;width:45rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hewrTcZ8MxZKlONOxhxifHturefQTq9h { top:175.25rem;left:0rem;width:1.875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLaZTFNdtAJP4cRfO8z2sdFkAebPgtAd { top:103.75rem;left:31.75rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTmH6NtxarL7UldFrIBMadbmmLROuQEF { top:105.3125rem;left:32.625rem;width:15rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErsXJ0F2v2BRzKtUtUttcxZT9f4PJRBD { top:128.125rem;left:22.625rem;width:25rem;height:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FU1vvdSNNfO3ki8cBmoHVc3NI1Tfy3bs { top:113.75rem;left:31.75rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRSAxAeEqfh9yf5ttTb8BiSomz5fdFBU { top:113.75rem;left:36.375rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6cA2M3cTU68gtHw0DVN6tuRmtm1VZ6l { top:125.9375rem;left:31.75rem;width:11.25rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMndCK4BwhImvGnNFXmhmmJv3iIkCTXN { top:125.9375rem;left:36.375rem;width:11.25rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpJVrcscGA7ef5oxTnLptFmGBvsf7tK2 { top:98.0625rem;left:0rem;width:45rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2zvc30Lxx4gsxkha9ZSKSxmehJLcQZc { top:91.25rem;left:0rem;width:45rem;height:5.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lb5EuFB1vBMEHTut2VJbsOuDotyOCz0h { top:91.5rem;left:0rem;width:1.875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJU8USLzmGvidO14grCyQ8cWNucM7u5T { display:block; }#HJU8USLzmGvidO14grCyQ8cWNucM7u5T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mxCNR1aokStkoCax3XVI7AT8ffO9zpSt { top:8.75rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtCvEWwRHTE490H0hUX3ciqklRdxImby { top:2.5rem;left:11.8125rem;width:12.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9DNy8426rTXE0rzxTS3sgC2XbQKkktQ { top:6.25rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDbXxfSnsvCClQcDPuedKdKsnOvJNl8u { top:14.9375rem;left:7.625rem;width:16.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xv71pvaEQRqVE9ZoWnIkUylTChsQXUyf { top:16.3125rem;left:11.375rem;width:12.5rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pnm0ghhigEteQpxvhSl20ZxcKkQrtKH0 { top:15.875rem;left:20.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMuGd1OMxlFT4p9J2TVmGu6istU36iEe { top:12.5rem;left:0rem;width:20rem;height:3rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nrWbqkNCq0o8OnniT8fVhp2kLKfRgBzk { top:23.75rem;left:5.84375rem;width:12.5rem;height:3.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qQlzM0EvAepL4enpGn0kNzTNZgi9szTW { display:block; }#qQlzM0EvAepL4enpGn0kNzTNZgi9szTW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gSViCduc1JdUcVAk8kKQbq3cWWETZKTJ { top:6.1875rem;left:19.8125rem;width:8.125rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fa8arRctNA6m8y3wrGJpwK9B2bVh0l7Z { top:0rem;left:11.375rem;width:0;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #TXPn1yMrXAaW0HMvrnQSS6ceD8J5v2hz { top:7.6875rem;left:31.5rem;width:16.25rem;height:9.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA8aGuP2blOW5QkdIGQ9cCa6AWVtS5sw { top:2.5rem;left:11.3125rem;width:0;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3q1STs1RmXbNIO6WiGORE7ITcVycLyJ { top:3.375rem;left:0rem;width:0;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #UhTdWfVaMtPiATHQuycKi4tRHOc8fGPu { top:3.375rem;left:36.3125rem;width:0;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #kT59B0EMxuzcLAMtu8m36ABCke009sZG { top:10.8125rem;left:0rem;width:16.25rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGApMywfo9ZFMaAWAqQQgP8d3UUlgszu { display:block; }#CGApMywfo9ZFMaAWAqQQgP8d3UUlgszu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ode7pOtnQc6bsMiOcEdWFGJeabc31Sts { top:1rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pdsmKZdFmH6ZtVHU18BoiOdEd299d5QZ { display:block; }#pdsmKZdFmH6ZtVHU18BoiOdEd299d5QZ > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xHnCNvJlTUBo4iBF1aNZW3IhpSQMrogG { width:20rem;height:3.75rem;top:6.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SzTDTmdmpdayT0R9UHuTuce2sSZ2H9pu { width:20rem;height:4.5rem;top:16.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uVhIFzUAgKCbLWxc5bP6avHNFeJ87OAQ { width:13.75rem;height:2.25rem;top:12rem;left:5.0625rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rrGV5GpF9T2OKrNuya9itOuKT0TUmAcr { width:20rem;height:3rem;top:22rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MBbyQ4RtRvKzBmMnVb8JkNIUgpLWO4OE { width:17.5rem;height:3.75rem;top:11.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKEii0FKeaSHtmVutUxXUuLvzNEhzpwE { width:3.75rem;height:3.75rem;top:11.25rem;left:1.25rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JztUyoeAbGXnJyTtvgu0KAfcvRbaD7nA { width:17.9375rem;height:2.8125rem;top:30.5rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ADF6SGmQEbgtneNMipAoM5FD2IptOS95 { width:12.3125rem;height:5.375rem;top:41.25rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EvvIy8S2ATCAX3lGCtKIWoovJctZ7sAo { width:2.5rem;height:2.5rem;top:50rem;left:8.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #W7q1iyTimhD1UO9cKJ8d0cPiQGGeMvTV { width:2.5rem;height:2.5rem;top:50rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dObhqE3aMBnJO4CbK5wAdnXIE5H4ZFyK { width:12.1875rem;height:2.5rem;top:2.5rem;left:3.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Fm56CGfr4IQvtgMIryuKaPDlpUDgfdT3 { width:14.125rem;height:21.25rem;top:28rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zZwyBtpWyOu01JVbGI8MxhCbeRv2PuBP { width:15rem;height:10.4375rem;top:26.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FszIicfIF5D30sTlsmhZLFxoZ6u4eJdT { background-color:#7db4e1;background-image:none;display:block; }#FszIicfIF5D30sTlsmhZLFxoZ6u4eJdT > .row .container { background-color: transparent; background-image: none; }#FszIicfIF5D30sTlsmhZLFxoZ6u4eJdT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FszIicfIF5D30sTlsmhZLFxoZ6u4eJdT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FszIicfIF5D30sTlsmhZLFxoZ6u4eJdT > .row .container > .video-iframe-container { display: none; }#FszIicfIF5D30sTlsmhZLFxoZ6u4eJdT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FszIicfIF5D30sTlsmhZLFxoZ6u4eJdT > .row > .video-iframe-container { display: none; }#FszIicfIF5D30sTlsmhZLFxoZ6u4eJdT > .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); }#FszIicfIF5D30sTlsmhZLFxoZ6u4eJdT > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tldIHwiKUQWPvfZfTmvQc5LeV0MZLM3Z { width:20rem;height:1.5rem;top:10rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mnXrDBGET9JqPJPn1Nfm6g66TBWhK1SV { width:20rem;height:1.5rem;top:30rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LxUerJcy9PAtSQoRc8zbzgP4fEtlPuoX { width:20rem;height:1.5rem;top:20rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aA8JTRzrgxNtB4XL4AVJbWTxrdgJFGFU { width:20rem;height:3rem;top:12rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IWb6dwl3h70FT3x6QRsHw65TrZwzkfJR { width:20rem;height:3.1875rem;top:21.875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QeIdwvMrUbSXLhSlQqBMi5dDRK9syR7A { width:20rem;height:4.78125rem;top:31.875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LyUN42qAw1cU8u0BST0wfypxwgqtWmf7 { width:3.125rem;height:3.125rem;top:6.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TahWfE4NZlIOPGTgssE7k43ZscD3aVTh { width:3.125rem;height:3.125rem;top:16.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MD0X2S1wUmwfnaVuOvqawAeVJFzShWda { width:3.125rem;height:3.125rem;top:26.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzIu9xx4Oh1F4mmdvEt405To3rEB26I2 { width:17.5rem;height:3.75rem;top:1.25rem;left:1.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AV4PLgXy5CZo6ess15mmmse1FbwldpP9 { width:0;height:0;top:13.5rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #GraWUftlPQg12HmZR1oSyTFbEW8R3mXp { width:0;height:0;top:34.03125rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #GcKT8RXT22qmUAv6d5F9KzAKnuMP8KVl { height:11.1875rem;width:20rem;top:37.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCV3Ji78y8XTDeiSmAO5gUTOEOkKeTyT { display:block; }#iCV3Ji78y8XTDeiSmAO5gUTOEOkKeTyT > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #arTFZQkSTzRNHIafW9zKPLEP999rIk3W { width:20rem;height:3.75rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x0H60SOctHcwCeOyJt1y3V2JqEPC5KCQ { width:20rem;height:4.5rem;top:10rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ml2XTK5JVu9sTU34Zi9KDz43OAdcJSgc { width:20rem;height:4.5rem;top:22.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BZq50ABdnSZsByL7I0Hq4mRSLdock8TO { width:20rem;height:4.5rem;top:35rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dTPoycrggNngFIlBf0C2p5LyavaurVcL { width:20rem;height:1.59375rem;top:14.6875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ipBQB0DPpylxSN7vnx1A0hDH07cSEfa7 { width:20rem;height:1.59375rem;top:27.1875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SvssuMtV6PwcQXnHtGn2pJv5a5bOmGfh { width:20rem;height:1.59375rem;top:39.6875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zw3zNB92BvSP7BXQfOCOXhTWwAkqZAv4 { width:3.125rem;height:3.125rem;top:6.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCEhfHXXXPRETKRl4hbTw0DV5NTwk7mQ { width:12.5rem;height:0.125rem;top:38rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yEOCwliJW3oD62Id4OplRsRc1T5q3MRk { width:12.5rem;height:0.125rem;top:50.96875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WP7wnc8vkgEn1VK0lHsPs9lqkEFAC1Gk { width:3.125rem;height:3.125rem;top:31.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxTns2PBNkmORgnq0CuTrTTbo4vqqc0o { width:3.125rem;height:3.125rem;top:18.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n84cyTQFdcqTLQoUmq1f6ILVZdgJByVo { background-color:#e6e6eb;background-image:none;display:block; }#n84cyTQFdcqTLQoUmq1f6ILVZdgJByVo > .row .container { background-color: transparent; background-image: none; }#n84cyTQFdcqTLQoUmq1f6ILVZdgJByVo::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#n84cyTQFdcqTLQoUmq1f6ILVZdgJByVo > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#n84cyTQFdcqTLQoUmq1f6ILVZdgJByVo > .row .container > .video-iframe-container { display: none; }#n84cyTQFdcqTLQoUmq1f6ILVZdgJByVo > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#n84cyTQFdcqTLQoUmq1f6ILVZdgJByVo > .row > .video-iframe-container { display: none; }#n84cyTQFdcqTLQoUmq1f6ILVZdgJByVo > .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); }#n84cyTQFdcqTLQoUmq1f6ILVZdgJByVo > .row .container { width:20rem;height:448.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTguMtoiEATtHJIsFU6qXBdNDban5od9 { width:20rem;height:21.25rem;top:357.5rem;left:0rem;background-color:#f0553c;background-image:url("https://images.assets-landingi.com/gQjubNUX/skuteczne_odgrzybianie_kontakt.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#aTguMtoiEATtHJIsFU6qXBdNDban5od9.adaptive-delivery-prevent-bg, #aTguMtoiEATtHJIsFU6qXBdNDban5od9.lazyload, #aTguMtoiEATtHJIsFU6qXBdNDban5od9.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #p5LbHidSEKBqwGxmmCkwp7XRPOPhND7h { width:17.5rem;height:3rem;top:373.75rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ity5tOF2Nqy2ycxqnCITMPeCWawmJrTP { width:17.5rem;height:4.5rem;top:363.75rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jy6Ae4aTCr1V23SehpGNCDV2GRMVKAWu { width:15rem;height:2.3994125rem;top:370rem;left:5rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bc70VMxuVRKWrHGIRziN9BC55KHLqVR0 { width:20rem;height:10.5rem;top:9.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Vyu0TG69a4Rat6gnVrskINnIeTV6GcJS { width:20rem;height:3.75rem;top:5rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PcGAJTVDt357adC7Itr9rQzsFQOzXBGT { width:17.5rem;height:1.875rem;top:381.25rem;left:1.25rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ozs5PnGXeaROsexxDb1mHwEUEmr4WRNw { width:20rem;height:0;top:248.75rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ROGiPvKKGeWHEXlNaD9RJ7F25sQIQOAo { width:20rem;height:46.25rem;top:380rem;left:0rem;background-color:#2d2d37;background-image:url("https://images.assets-landingi.com/kK3g5JfY/skuteczne_odgrzybianie_teren_dzialania.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ROGiPvKKGeWHEXlNaD9RJ7F25sQIQOAo.adaptive-delivery-prevent-bg, #ROGiPvKKGeWHEXlNaD9RJ7F25sQIQOAo.lazyload, #ROGiPvKKGeWHEXlNaD9RJ7F25sQIQOAo.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #QCWqtGo4rGZw4f7M1VMvEWywOT4zByzS { width:17.5rem;height:3.1875rem;top:421.875rem;left:1.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #etZ0lML99k4XWDJRcZU7TatRA6M3cI6W { top:383.75rem;left:1.25rem;width:17.8125rem;height:37.5rem;z-index:100062;font-size:1rem;line-height:1.5;color:#e6e6eb;font-weight:300;font-style:normal;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(45,45,55,0.15);display:block; }
 }@media only screen and (max-width: 763px) { #Ra8gcoAAJfLDUqone1WM8a8nApqdRA9K { width:12.5rem;height:2.5625rem;top:360rem;left:3.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xzZwTVI9CO8Z78Vnd32Mc9RSxmUGts7p { width:20rem;height:1.875rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CbXJ1NgI9TUkNOG9PN30lmU1WGpNsG8L { width:12.5rem;height:0.125rem;top:258.75rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RU07FkJsDaw6rxx91PT54KsKQAQiHckM { width:12.5rem;height:0.125rem;top:531.4926875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #P1t18qMhAI1f04IytM2gMgFItwwyPmPM { width:3.75rem;height:3.75rem;top:369.3125rem;left:1.25rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTIV1H9viPbKJ9BEz24F4P8yCHEPUAVG { width:1.875rem;height:1.4375rem;top:277.4301875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cps1L2xkp9DnIR6zBCpLDT5e9z9R7DSC { width:20rem;height:18rem;top:27rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #IOeL8KO4zK35BfN181uWS6cL44CnFaxE { width:20rem;height:3.75rem;top:22.5rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wzEsem0vwzvzuqUPyBvTaOl8rsOPTrIk { width:1.875rem;height:1.4375rem;top:280.1176875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #P8ev6gf5xW52FKa83BqQfhfmoiRsoWOK { width:20rem;height:13.5rem;top:51.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #UZRH52cklbTdaM9gl9LF5sM52xaWFexF { width:20rem;height:3.75rem;top:47.5rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HgOaJA76LgvRxtiD8BrhrE2etdwXs9hD { width:1.875rem;height:1.4375rem;top:294.6801875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #J23mpu98WMvzUxrW00asIyAiiNQyphEV { width:20rem;height:16.5rem;top:72.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Kq2hXUoGMlDgR02E1A2oNPimHzeXERQi { width:20rem;height:3.75rem;top:67.5rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UJEqT96pVo0A5EWlF3VoyqoZi8LaqleX { width:1.875rem;height:1.4375rem;top:312.2426875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wuTTMUmQqpBectDTHm9cQtAaW4d4yZCi { width:20rem;height:24rem;top:99.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #HVQeTPgVV1U92adZIiBw3UxbuL1PxUVo { width:20rem;height:8.125rem;top:91.25rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VK7EEOwfUIhI2WWOt2tqnxMcaor4bEiG { width:1.875rem;height:1.4375rem;top:334.3051875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cu0wnsQpTWVD7hTtMKQfphsofM2bULc4 { width:20rem;height:16.5rem;top:136rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #IlDnfsymGsvJk3p3qoQJtq7paBrOMPOF { width:20rem;height:9.375rem;top:126.25rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aTgBW0O0TTWMiCb9VkXA3d3LeVfHguFT { width:1.875rem;height:1.4375rem;top:373.9301875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bF8E5Jfxx1xa3lwLEEQFMpT2igJhLVZ6 { width:17.5rem;height:4.5rem;top:428.75rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UCI1FGS1BNHW0RTgr8DV5Cd8T8hKvqC9 { width:17.1875rem;height:2rem;top:269.6875rem;left:4.53125rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:100062;display:none; }
 }@media only screen and (max-width: 763px) { #uOZZJoMsIXh7FmXGJnqievor701eAMEk { width:20rem;height:24rem;top:179.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #t7kq9DyPg3C0OUyDrR5XLTyeuWTHnTb4 { width:20rem;height:5.625rem;top:173.75rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uCk2Rh6DQUWZB3lOXQ94iVDTTRzFTNuA { width:1.875rem;height:1.4375rem;top:104rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qeHzxCVNAA2CpM965n3SsiLbH8G2T47c { width:20rem;height:13.5rem;top:211.1875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EM3etllzPT532LHl5mLCe4Dbg1THcmMk { width:20rem;height:3.75rem;top:206.25rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xrO1oc1lv61A3bgwX53TiXqBcTCl02NR { width:1.875rem;height:1.4375rem;top:120.25rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kxsdpHyX4bBDA703ri0xD0PJRbewS7Q4 { width:20rem;height:20rem;top:427.5rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tHm0WqvOz0UgBIqigIAiyreMtb5x7izU { width:17.5rem;height:3rem;top:443.25rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDd55HlOROT26RwErT3lUEDQM6TNqOSN { width:11.375rem;height:8.75rem;top:433.6875rem;left:4.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #E5MSX2hyf8QFkErLt2Cv42U5Vo0P0DHa { width:20rem;height:19.5rem;top:235.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yhhe7Pr7onc0RWKfAmVvaRz9I0wDCTvL { width:20rem;height:7.5rem;top:227.5rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SEW5wg8fyh5m4CoH1I7yabhC71DqV069 { width:1.875rem;height:1.4375rem;top:131.5rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kIHaVCZTNJ5MThkTTzL5SSr8SE0eefZx { width:20rem;height:16.5rem;top:262.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #LzgQSUXguHSA7QhoGsCMhv7I7ovhN1K7 { width:20rem;height:4.0625rem;top:257.5rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZH8SM5z8R0FFbOTPNBUPTCP0ys6IN82J { width:1.875rem;height:1.4375rem;top:147.75rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JiAQxaJ0VNaF7a9LFV6yxoWWuClNrNDZ { width:20rem;height:18rem;top:284.1875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HJW2nXHmPm87v6eTePQfMEd30ALsAwCN { width:20rem;height:1.875rem;top:281.25rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XCbckZIyyshZO8aKKfFemNTOq0CP98sc { width:1.875rem;height:1.4375rem;top:160.25rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WyoDo7mE6iTuAbdJHZTzhEGFlW2hkECo { width:20rem;height:21rem;top:309.9375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EabXpPdncqXl1crSU1Kb3obFX3eyC4XT { width:20rem;height:3.75rem;top:305rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hewrTcZ8MxZKlONOxhxifHturefQTq9h { width:1.875rem;height:1.4375rem;top:175.25rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XLaZTFNdtAJP4cRfO8z2sdFkAebPgtAd { width:5rem;height:5rem;top:332.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTmH6NtxarL7UldFrIBMadbmmLROuQEF { width:13.8125rem;height:4.5rem;top:332.75rem;left:6.1875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ErsXJ0F2v2BRzKtUtUttcxZT9f4PJRBD { width:20rem;height:4.78125rem;top:351.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FU1vvdSNNfO3ki8cBmoHVc3NI1Tfy3bs { width:10rem;height:10rem;top:338.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRSAxAeEqfh9yf5ttTb8BiSomz5fdFBU { width:10rem;height:10rem;top:338.75rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6cA2M3cTU68gtHw0DVN6tuRmtm1VZ6l { width:10rem;height:1.59375rem;top:349.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMndCK4BwhImvGnNFXmhmmJv3iIkCTXN { width:10rem;height:1.59375rem;top:349.0625rem;left:10rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpJVrcscGA7ef5oxTnLptFmGBvsf7tK2 { width:20rem;height:6rem;top:165.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #V2zvc30Lxx4gsxkha9ZSKSxmehJLcQZc { width:20rem;height:9.375rem;top:155rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lb5EuFB1vBMEHTut2VJbsOuDotyOCz0h { width:1.875rem;height:1.4375rem;top:91.5rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HJU8USLzmGvidO14grCyQ8cWNucM7u5T { background-color:transparent;background-image:url("https://images.assets-landingi.com/dHH9Xv81/skuteczne_odgrzybianie_zadzwon_teraz.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HJU8USLzmGvidO14grCyQ8cWNucM7u5T.adaptive-delivery-prevent-bg, #HJU8USLzmGvidO14grCyQ8cWNucM7u5T.lazyload, #HJU8USLzmGvidO14grCyQ8cWNucM7u5T.lazyloading { background-image: none; }#HJU8USLzmGvidO14grCyQ8cWNucM7u5T > .row .container { background-color: transparent; background-image: none; }#HJU8USLzmGvidO14grCyQ8cWNucM7u5T::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(45,45,55,0.9); }#HJU8USLzmGvidO14grCyQ8cWNucM7u5T > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HJU8USLzmGvidO14grCyQ8cWNucM7u5T > .row .container > .video-iframe-container { display: none; }#HJU8USLzmGvidO14grCyQ8cWNucM7u5T > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(45,45,55,0.9); }#HJU8USLzmGvidO14grCyQ8cWNucM7u5T > .row > .video-iframe-container { display: none; }#HJU8USLzmGvidO14grCyQ8cWNucM7u5T > .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); }#HJU8USLzmGvidO14grCyQ8cWNucM7u5T > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mxCNR1aokStkoCax3XVI7AT8ffO9zpSt { width:20rem;height:0;top:20rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #CtCvEWwRHTE490H0hUX3ciqklRdxImby { width:12.5rem;height:2.5625rem;top:2.5rem;left:3.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #N9DNy8426rTXE0rzxTS3sgC2XbQKkktQ { width:20rem;height:4.5rem;top:6.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TDbXxfSnsvCClQcDPuedKdKsnOvJNl8u { width:17.5rem;height:3.75rem;top:22.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xv71pvaEQRqVE9ZoWnIkUylTChsQXUyf { width:13.75rem;height:2.25rem;top:23.25rem;left:5rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Pnm0ghhigEteQpxvhSl20ZxcKkQrtKH0 { width:3.75rem;height:3.75rem;top:22.5rem;left:1.25rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMuGd1OMxlFT4p9J2TVmGu6istU36iEe { top:12.5rem;left:0rem;width:20rem;height:3rem;z-index:100018;font-weight:700;font-style:normal;color:#e6e6eb;font-size:1.25rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nrWbqkNCq0o8OnniT8fVhp2kLKfRgBzk { top:16.25rem;left:0rem;width:20rem;height:4.5rem;z-index:100019;color:#e6e6eb;font-size:1.25rem;line-height:1.2;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qQlzM0EvAepL4enpGn0kNzTNZgi9szTW { display:block; }#qQlzM0EvAepL4enpGn0kNzTNZgi9szTW > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gSViCduc1JdUcVAk8kKQbq3cWWETZKTJ { width:8.125rem;height:12.1875rem;top:6.1875rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fa8arRctNA6m8y3wrGJpwK9B2bVh0l7Z { width:0;height:0;top:1.25rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXPn1yMrXAaW0HMvrnQSS6ceD8J5v2hz { width:17.5rem;height:9.5625rem;top:10rem;left:1.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nA8aGuP2blOW5QkdIGQ9cCa6AWVtS5sw { width:20rem;height:3.75rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u3q1STs1RmXbNIO6WiGORE7ITcVycLyJ { width:0;height:0;top:3.375rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #UhTdWfVaMtPiATHQuycKi4tRHOc8fGPu { width:0;height:0;top:3.375rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #kT59B0EMxuzcLAMtu8m36ABCke009sZG { width:12.1875rem;height:2.5rem;top:6.25rem;left:3.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CGApMywfo9ZFMaAWAqQQgP8d3UUlgszu { display:block; }#CGApMywfo9ZFMaAWAqQQgP8d3UUlgszu > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ode7pOtnQc6bsMiOcEdWFGJeabc31Sts { width:20rem;height:5.0625rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }