.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(45,45,55,0.8); }#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(45,45,55,0.8); }#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:27.5rem;width:75rem;position:relative;display:block; }#xHnCNvJlTUBo4iBF1aNZW3IhpSQMrogG { color:#ffffff;display:block;width:75rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uVhIFzUAgKCbLWxc5bP6avHNFeJ87OAQ { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:700;z-index:100010;line-height:1.2;letter-spacing:0;top:13.25rem;left:22.5rem;height:2.25rem;font-style:normal;display:block; }
#rrGV5GpF9T2OKrNuya9itOuKT0TUmAcr { color:#ffffff;display:block;width:47.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:100004;line-height:1.2;letter-spacing:0;top:17.5rem;left:18.75rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;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:3.75rem;width:17.5rem;top:12.5rem;left:18.75rem;display:block; }
#TKEii0FKeaSHtmVutUxXUuLvzNEhzpwE { box-sizing:content-box;color:#ffffff;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:12.5rem;left:18.75rem;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:3.4375rem;left:8.3125rem;overflow:hidden;display:block; }
#dObhqE3aMBnJO4CbK5wAdnXIE5H4ZFyK { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:17.5rem;top:1.25rem;left:28.75rem;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:14rem;top:6.25rem;left:0rem;overflow:hidden;display:block; }
#lfRctbWkpCenmtVeUvxkWURnHn0h6ltl { box-sizing:content-box;color:#ffffff;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:100017;top:13.0625rem;left:39.6875rem;display:block; }
#E5qFUfC22Xh53JqzuzUQLSEStXK0D38T { color:#ffffff;display:block;width:23.125rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:700;z-index:100013;line-height:1.2;letter-spacing:0;top:13.25rem;left:43.125rem;height:2.25rem;font-style:normal;display:block; }
#WgUO9du8dG7h5x8SOTWMf0n3pLpqbvLV { 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:3.75rem;width:27.5rem;top:12.5rem;left:38.75rem;display:block; }
#sxITB0mDDX1pUkSHCH763L7IfO8Ttu2U { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.8125rem;width:6.25rem;top:24.6875rem;left:18.75rem;overflow:hidden;display:block; }
#VRgSMih8AXxhyuhSQkKJa3fzGBSLlvvH { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.375rem;width:4.5625rem;top:24.875rem;left:34.375rem;overflow:hidden;display:block; }
#NztXASVSTdVBepGrRMbAamd3wgP55h4U { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:3.75rem;top:24.5625rem;left:48.125rem;overflow:hidden;display:block; }
#F9STBnmARepE2uCVHJPom5T3mRSB4wX2 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.625rem;width:5rem;top:24.625rem;left:61.25rem;overflow:hidden;display:block; }
#bAJbdiIvNqT8bUSVB5dUzPBz7VK3aEF4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7db4e1;background-image:none;position:relative;display:block; }#bAJbdiIvNqT8bUSVB5dUzPBz7VK3aEF4 > .row .container { background-color: transparent; background-image: none; }#bAJbdiIvNqT8bUSVB5dUzPBz7VK3aEF4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bAJbdiIvNqT8bUSVB5dUzPBz7VK3aEF4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bAJbdiIvNqT8bUSVB5dUzPBz7VK3aEF4 > .row .container > .video-iframe-container { display: none; }#bAJbdiIvNqT8bUSVB5dUzPBz7VK3aEF4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bAJbdiIvNqT8bUSVB5dUzPBz7VK3aEF4 > .row > .video-iframe-container { display: none; }#bAJbdiIvNqT8bUSVB5dUzPBz7VK3aEF4 > .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); }#bAJbdiIvNqT8bUSVB5dUzPBz7VK3aEF4 > .row .container { border-width: 0; border-radius: 0; }#bAJbdiIvNqT8bUSVB5dUzPBz7VK3aEF4 > .row .container { font-size:0.875rem;font-family:rubik;height:23.75rem;width:75rem;position:relative;display:block; }#y1HoxDRDGVQdAQJGhv9wwrmOmGtN8iy1 { color:#ffffff;display:block;width:20rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:100000;line-height:1.2;letter-spacing:0;top:5rem;left:5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qmw6fGXTILGLGd49BDEzN2Nop6EI4PdD { color:#ffffff;display:block;width:20rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:100001;line-height:1.2;letter-spacing:0;top:17.5rem;left:5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aUIHakHH9tZhRBD9DdtmRnKQa2bA6AVt { color:#ffffff;display:block;width:20rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.2;letter-spacing:0;top:11.25rem;left:5rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cvCSiM3V14avitfsv84zM8eEUqEloT15 { color:#2d2d37;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:6.8125rem;left:5rem;height:3.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yMTDNm2bk6xp63LUJonHszqmNZRWL2Px { color:#2d2d37;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:13.0625rem;left:5rem;height:3.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TPReQAeLftbxIi9vLDu2BTKgeiAtED8Z { color:#2d2d37;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:19.3125rem;left:5rem;height:3.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zQAkwegRKbIibKrzmDzKRksllO5amLVI { 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:5.625rem;left:0rem;overflow:hidden;display:block; }
#gz9xZ4RHEgaTvaz3vgzDBBQOvDuzyxSX { 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:11.875rem;left:0.3125rem;overflow:hidden;display:block; }
#FI5Kcku04RXqCTm1d2XrGQz5Ri2xqXkR { 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:18.125rem;left:0rem;overflow:hidden;display:block; }
#K9dwu6JCT8k69T1ysgAOWb1aqtTccS4m { color:#ffffff;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:1.25rem;left:0rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J2g4QsnSkFSS1vorVnF1s2bHiGGe7SrG { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.25rem;width:37.875rem;top:1.25rem;left:37.125rem;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/jBYaFx7U/wynajem_osuszaczy_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:13.75rem;width:75rem;position:relative;display:block; }#arTFZQkSTzRNHIafW9zKPLEP999rIk3W { color:#ffffff;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:1.0625rem;left:0rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x0H60SOctHcwCeOyJt1y3V2JqEPC5KCQ { color:#ffffff;display:block;width:32.5625rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:100001;line-height:1.5;letter-spacing:0;top:7.5rem;left:3.75rem;height:4.78125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#BZq50ABdnSZsByL7I0Hq4mRSLdock8TO { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:100003;line-height:1.5;letter-spacing:0;top:7.5rem;left:42.5rem;height:4.78125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#dTPoycrggNngFIlBf0C2p5LyavaurVcL { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:700;z-index:100016;line-height:1.5;letter-spacing:0;top:5rem;left:3.75rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SvssuMtV6PwcQXnHtGn2pJv5a5bOmGfh { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:700;z-index:100018;line-height:1.5;letter-spacing:0;top:5rem;left:42.5rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;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:5rem;left:0rem;overflow:hidden;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:5rem;left:38.75rem;overflow:hidden;display:block; }
#fa4k19VO1SC8WuOKnLGyUwMfNvTuDizU { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:8rem;top:5rem;left:11.25rem;overflow:hidden;display:block; }
#qNR6VmGdgx9D4rIWN3vDaCQnh4n6iQ41 { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:8rem;top:5rem;left:53.75rem;overflow:hidden;display:block; }
#TDtmHEMIGgCJTRRuKHXvT8lLNXzATIfn { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.75rem;top:0.9375rem;left:25rem;overflow:hidden;display:block; }
#fVlMmPxxVyC4SowsRLATAp1tnhiUTc6r { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:8rem;top:1.25rem;left:30rem;overflow:hidden;display:block; }
#rKyhxQuwiCVTAvTpryoImnuGfHw8PwEu { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:700;z-index:100019;line-height:1.5;letter-spacing:0;top:1.25rem;left:27.5rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;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:228.75rem;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/IGONdER8/wynajem_osuszaczy_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:18.75rem;width:25rem;top:30rem;left:50rem;display:block; }#aTguMtoiEATtHJIsFU6qXBdNDban5od9.adaptive-delivery-prevent-bg, #aTguMtoiEATtHJIsFU6qXBdNDban5od9.lazyload, #aTguMtoiEATtHJIsFU6qXBdNDban5od9.lazyloading { background-image: none; }
#p5LbHidSEKBqwGxmmCkwp7XRPOPhND7h { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:100011;line-height:1.2;letter-spacing:0;top:44.5rem;left:51.25rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ity5tOF2Nqy2ycxqnCITMPeCWawmJrTP { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:100009;line-height:1.2;letter-spacing:0;top:35rem;left:51.25rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jy6Ae4aTCr1V23SehpGNCDV2GRMVKAWu { color:#ffffff;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:40.625rem;left:56.875rem;height:2.625rem;font-style:normal;display:block; }
#PcGAJTVDt357adC7Itr9rQzsFQOzXBGT { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100003;line-height:1.2;letter-spacing:0;top:51.25rem;left:51.25rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ozs5PnGXeaROsexxDb1mHwEUEmr4WRNw { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:53.75rem;left:51.25rem;height:23.90625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ROGiPvKKGeWHEXlNaD9RJ7F25sQIQOAo { position:absolute;display:block;z-index:99999;background-color:#2d2d37;background-image:url("https://images.assets-landingi.com/mAVbJT8T/wynajem_osuszaczy_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:28.75rem;width:25rem;top:50rem;left:50rem;display:block; }#ROGiPvKKGeWHEXlNaD9RJ7F25sQIQOAo.adaptive-delivery-prevent-bg, #ROGiPvKKGeWHEXlNaD9RJ7F25sQIQOAo.lazyload, #ROGiPvKKGeWHEXlNaD9RJ7F25sQIQOAo.lazyloading { background-image: none; }
#Ra8gcoAAJfLDUqone1WM8a8nApqdRA9K { position:absolute;display:block;z-index:100061;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:15rem;top:31.25rem;left:55rem;overflow:hidden;display:block; }
#xzZwTVI9CO8Z78Vnd32Mc9RSxmUGts7p { color:#2d2d37;display:block;width:75rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100015;line-height:1.2;letter-spacing:0;top:1.25rem;left:0rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P1t18qMhAI1f04IytM2gMgFItwwyPmPM { box-sizing:content-box;color:#ffffff;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:40rem;left:53.125rem;display:block; }
#cps1L2xkp9DnIR6zBCpLDT5e9z9R7DSC { color:#2d2d37;display:block;width:46.25rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:100021;line-height:1.5;letter-spacing:0;top:7.5rem;left:2.5rem;height:7.96875rem;font-style:normal;display:block; }
#IOeL8KO4zK35BfN181uWS6cL44CnFaxE { color:#2d2d37;display:block;width:46.25rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100022;line-height:1.2;letter-spacing:0;top: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:5.125rem;left:0rem;overflow:hidden;display:block; }
#J23mpu98WMvzUxrW00asIyAiiNQyphEV { color:#2d2d37;display:block;width:46.25rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:100027;line-height:1.5;letter-spacing:0;top:53.75rem;left:2.5rem;height:9.5625rem;font-style:normal;display:block; }
#Kq2hXUoGMlDgR02E1A2oNPimHzeXERQi { color:#2d2d37;display:block;width:46.25rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100028;line-height:1.2;letter-spacing:0;top:51.25rem;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:51.375rem;left:0rem;overflow:hidden;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; }
#qeHzxCVNAA2CpM965n3SsiLbH8G2T47c { color:#2d2d37;display:block;width:46.25rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:100042;line-height:1.5;letter-spacing:0;top:104.375rem;left:2.5rem;height:11.15625rem;font-style:normal;display:block; }
#EM3etllzPT532LHl5mLCe4Dbg1THcmMk { color:#2d2d37;display:block;width:46.25rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100043;line-height:1.2;letter-spacing:0;top:100rem;left:2.5rem;height:3.75rem;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:100.125rem;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:6.25rem;width:6.25rem;top:5rem;left:50rem;overflow:hidden;display:block; }
#oTmH6NtxarL7UldFrIBMadbmmLROuQEF { color:#2d2d37;display:block;width:17.5rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100056;line-height:1.2;letter-spacing:0;top:5.3125rem;left:57.5625rem;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:26.25rem;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:12.5rem;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:12.5rem;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:24.0625rem;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:24.0625rem;left:63.75rem;height:1.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kvvOnQXsIa2TzVB44WKLeXDT0z0s0uqd { color:#2d2d37;display:block;width:46.25rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:100042;line-height:1.5;letter-spacing:0;top:68.3125rem;left:2.5rem;height:7.96875rem;font-style:normal;display:block; }
#LbtsXM9So1GdT1wtTyLruI0iisHVTV9X { color:#2d2d37;display:block;width:46.25rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100043;line-height:1.2;letter-spacing:0;top:65.8125rem;left:2.5rem;height:1.875rem;font-style:normal;display:block; }
#F3XeaXTSeo1q6BHAJ3XbFC5MdBiT8BLK { 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:65.9375rem;left:0rem;overflow:hidden;display:block; }
#XcPUIJCg6c4DVsKVWMTAnIkkXQ1v6VMM { box-sizing:content-box;color:#7db4e1;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:100035;top:95.625rem;left:51.25rem;display:block; }
#K5iDKlwfV2dlgNoXs8fcnsI123ipMx7p { box-sizing:content-box;color:#7db4e1;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:100032;top:98.125rem;left:51.25rem;display:block; }
#eWUqrhaJsuF6W2wwP1AN2MpCTfg4f3W8 { 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:117.625rem;left:0rem;overflow:hidden;display:block; }
#GcKnBDx0unEqK0406VvFElTpO0gEGbQA { color:#2d2d37;display:block;width:46.25rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100046;line-height:1.2;letter-spacing:0;top:117.5rem;left:2.5rem;height:5.625rem;font-style:normal;display:block; }
#lfkHLT2SwhprTMFfWH5EpQn8i7ozUuda { color:#2d2d37;display:block;width:46.25rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:100045;line-height:1.5;letter-spacing:0;top:123.75rem;left:2.5rem;height:7.96875rem;font-style:normal;display:block; }
#L1nimq2eOzTbNvBOweK6oMA271TJxItg { 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:133.875rem;left:0rem;overflow:hidden;display:block; }
#uec1ygLfhbQBhEnnrJOuE3G7udZ2qPRI { color:#2d2d37;display:block;width:46.25rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100049;line-height:1.2;letter-spacing:0;top:133.75rem;left:2.5rem;height:5.625rem;font-style:normal;display:block; }
#WJrLgXGdww0aSMXihcbGd43SQTqG02u1 { color:#2d2d37;display:block;width:46.25rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:100048;line-height:1.5;letter-spacing:0;top:140rem;left:2.5rem;height:3.1875rem;font-style:normal;display:block; }
#b2NCq06AmJEVILt0nH4NMzUdnBaggv2z { 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:145.4375rem;left:0rem;overflow:hidden;display:block; }
#byVw6vXmXc99fOK91LMIUdIz18GFBwdC { color:#2d2d37;display:block;width:46.25rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100046;line-height:1.2;letter-spacing:0;top:145.3125rem;left:2.5rem;height:1.875rem;font-style:normal;display:block; }
#aPIhLkT57T4hPQqTuhliIUiHAQVPm1he { color:#2d2d37;display:block;width:46.25rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:100045;line-height:1.5;letter-spacing:0;top:147.8125rem;left:2.5rem;height:12.75rem;font-style:normal;display:block; }
#rykIubDMfMKUMQSf1dTo7UFhWyJUXoGQ { color:#2d2d37;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:100048;line-height:1.5;letter-spacing:0;top:165rem;left:2.5rem;height:6.375rem;font-style:normal;display:block; }
#Chqa47mVPJLvZglN9fp5saNTDrBIRaJ9 { 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:162.5rem;left:2.5rem;height:1.875rem;font-style:normal;display:block; }
#QdXcz8aWiUPFWRMqs6GJQhoC2AkV3NLO { 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:162.625rem;left:0rem;overflow:hidden;display:block; }
#Rf6dcTgK2rfKINfUISqwf6AGLQvE4yL3 { 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:173.875rem;left:0rem;overflow:hidden;display:block; }
#wqexkMtZZTwUt3iL2M19WdWw8AIT74dI { color:#2d2d37;display:block;width:46.25rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100046;line-height:1.2;letter-spacing:0;top:173.75rem;left:2.5rem;height:3.75rem;font-style:normal;display:block; }
#Z2KIxpJwdE0ZAQAtmbCiVzNhMI6S4g7R { color:#2d2d37;display:block;width:46.25rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:100045;line-height:1.5;letter-spacing:0;top:177.9375rem;left:2.5rem;height:9.5625rem;font-style:normal;display:block; }
#WFWDRkL4QAU3HIPOxM5Jidr0BPVrgBkd { 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:190.125rem;left:0rem;overflow:hidden;display:block; }
#ZM0J4hBqDSOqKtwSMEWT6wAy7GgePVJU { 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:190rem;left:2.5rem;height:1.875rem;font-style:normal;display:block; }
#KRAm2BdzXiXwT60IFeFdi4sm4sWhbLxB { 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:192.5rem;left:2.5rem;height:7.96875rem;font-style:normal;display:block; }
#ExmCkbnJ6NNOyWPWWsiJ6wKTA5CIlTw8 { 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:202.625rem;left:0rem;overflow:hidden;display:block; }
#WeJ40o6KG3PQH9PmTt9LEqTaGrPK4KTD { 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:202.5rem;left:2.5rem;height:1.875rem;font-style:normal;display:block; }
#TP5C3QDR00IkP4duHl6cMzGkG62kAEO7 { 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:205rem;left:2.5rem;height:7.96875rem;font-style:normal;display:block; }
#pI5Gpw79SIkDBVKCSJ5bTi9vQezRa8LD { position:absolute;display:block;z-index:100101;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.4375rem;width:1.875rem;top:215.125rem;left:0rem;overflow:hidden;display:block; }
#uCiSDpGhL3rgTE8XcMOr2hrOLK1eh8gI { color:#2d2d37;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100058;line-height:1.2;letter-spacing:0;top:215rem;left:2.5rem;height:1.875rem;font-style:normal;display:block; }
#XePFLzD8lCB95JCThaUMMk3tTM92NAM3 { color:#2d2d37;display:block;width:45rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:100057;line-height:1.5;letter-spacing:0;top:217.5rem;left:2.5rem;height:9.5625rem;font-style:normal;display:block; }
#bv4awGhtIFVfkdVToulEqsey5DF6XVhU { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.625rem;width:46.25rem;top:22.5rem;left:2.5rem;display:block; }
#RWchOQTx013I3eL9vqPhtyptJpEPIElz { position:absolute;display:block;z-index:99997;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:23.875rem;top:77.5rem;left:13.75rem;overflow:hidden;display:block; }
#xepz4eBiKPitTelRCIyQyucxkJMPb4uM { position:absolute;display:block;z-index:100006;background-color:#e6e6eb;background-image:url("https://images.assets-landingi.com/uc/374bd109-83fc-4ee8-8d1e-f392186bb80e/skuteczneodgrzybianiewizytaspecjalisty.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:21.25rem;width:25rem;top:80rem;left:50rem;display:block; }#xepz4eBiKPitTelRCIyQyucxkJMPb4uM.adaptive-delivery-prevent-bg, #xepz4eBiKPitTelRCIyQyucxkJMPb4uM.lazyload, #xepz4eBiKPitTelRCIyQyucxkJMPb4uM.lazyloading { background-image: none; }
#FTO7BtFbCna5PrMirH4ZeK3cVMT25PRn { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:700;z-index:100017;line-height:1.2;letter-spacing:0;top:96.25rem;left:55rem;height:1.2744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eHaB9fOxMvIdVwMTEyQxVM7vc6pK0OB5 { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:100015;line-height:1.2;letter-spacing:0;top:85rem;left:51.25rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K5gQLIMDUnabhaeZx5eya78RfCDLpqL5 { color:#ffffff;display:block;width:15rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100023;line-height:1.2;letter-spacing:0;top:88.4375rem;left:58.75rem;height:1.875rem;font-style:normal;display:block; }
#P1IDyHCV9lRiolPMT56mKUSDK7qLxeJc { box-sizing:content-box;color:#ffffff;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:100021;top:87.5rem;left:55rem;display:block; }
#V4IpZh9Zv5p3d4XqCKoZi1oDe5W4E3Ox { position:absolute;display:block;z-index:100067;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:15rem;top:81.25rem;left:55rem;overflow:hidden;display:block; }
#ll8BQi97EAddLoAKh3P9q4W0KODVRZyP { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:700;z-index:100018;line-height:1.2;letter-spacing:0;top:98.75rem;left:55rem;height:1.2744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wBUXVbDwTBPmBIOc11KtRVQ1eArJ1fgD { box-sizing:content-box;color:#ffffff;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:100019;top:91.375rem;left:51.5625rem;display:block; }
#T2EJhfXTTHipIty9lciJyKrIfX0Sx7oe { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100015;line-height:1.2;letter-spacing:0;top:91.875rem;left:55rem;height:1.875rem;font-style:normal;display:block; }
#z07ZMFi3EQCVUOLx197RS1PDrXuxqaMz { box-sizing:content-box;color:#ffffff;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:94.0625rem;left:15rem;display:block; }
#RhDHMif0azmuoet2usnnIKrbMgipBPdx { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:700;z-index:100013;line-height:1.5;letter-spacing:0;top:95rem;left:18.75rem;height:1.59375rem;font-style:normal;display:block; }
#s494IiGzmvK4BPWP0opsSA9gIGlshTvu { 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:3.75rem;width:22.5625rem;top:93.75rem;left:13.75rem;display:block; }
#TXyG4TqWTtimGTL0uVJgN1UFxxCRTZ8p { color:#2d2d37;display:block;width:46.25rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:700;z-index:100023;line-height:1.2;letter-spacing:0;top:17.5rem;left:2.5rem;height:3.75rem;font-style:normal;display:block; }
#NZKrIBT7ERAPGKQCfX7nEXUyyFHtcff4 { position:absolute;display:block;z-index:100066;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.4375rem;width:1.875rem;top:17.625rem;left:0rem;overflow:hidden;display:block; }
#ViiTI3xxTyLvE4QIovXxVZT9eTo9ksLF { position:absolute;display:block;z-index:99996;background-color:#e6e6eb;background-image:url("https://images.assets-landingi.com/uc/9811498a-c469-48ca-8cd9-a68a0f91babb/skuteczneodgrzybianieartykuly.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:13.75rem;width:25rem;top:102.5rem;left:50rem;display:block; }#ViiTI3xxTyLvE4QIovXxVZT9eTo9ksLF.adaptive-delivery-prevent-bg, #ViiTI3xxTyLvE4QIovXxVZT9eTo9ksLF.lazyload, #ViiTI3xxTyLvE4QIovXxVZT9eTo9ksLF.lazyloading { background-image: none; }
#NxN4eDn9z4r4sFvPbCcRJvFlDBl7wfG2 { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:100016;line-height:1.2;letter-spacing:0;top:103.75rem;left:51.25rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x76hQLrOXaKQkI4lh3v3sCuM9CFwTrDP { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:7.5rem;top:112.5rem;left:51.25rem;overflow:hidden;display:block; }
#zGX7MxGvvHFWxHi3bHaMdq2Xoh99qIxQ { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.8125rem;width:6.25rem;top:112.6875rem;left:60.625rem;overflow:hidden;display:block; }
#ZFZpThxcIxCuPMrXxvmRSUJ7RrWLAIFg { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.6875rem;width:5rem;top:112.1875rem;left:68.75rem;overflow:hidden;display:block; }
#hVFPppobRcQPVGRJ8TEAOArsXAofLXPA { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:108.75rem;left:51.25rem;height:1.59375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HJU8USLzmGvidO14grCyQ8cWNucM7u5T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/aALjVfLI/wynajem_osuszaczy_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:20rem;width:75rem;position:relative;display:block; }#mxCNR1aokStkoCax3XVI7AT8ffO9zpSt { color:#ffffff;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:9.0625rem;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:3.4375rem;width:17.5rem;top:1.25rem;left:28.75rem;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; }
#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; }
#odTSqzMQH0dQOGNnu8eIbIGpStGbi41v { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:700;z-index:100016;line-height:1.2;letter-spacing:0;top:15.75rem;left:17.5rem;height:2.25rem;font-style:normal;display:block; }
#PI99JziCvfZKqyboUFfGU5wC35BcLTkb { position:absolute;display:block;z-index:100007;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:3.75rem;width:17.5rem;top:15rem;left:13.75rem;display:block; }
#x0MwcFA9meSATN4S47zTdmAqwyVJfKC8 { box-sizing:content-box;color:#ffffff;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:100020;top:15rem;left:13.75rem;display:block; }
#wavw4GHFfm3ux47G7CSW7nnFi97fWw3r { box-sizing:content-box;color:#ffffff;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:100023;top:15.5625rem;left:34.6875rem;display:block; }
#mkKaTuTzIxoKPdcG27NQ6fbTx7yLFyEM { position:absolute;display:block;z-index:100010;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:3.75rem;width:27.5rem;top:15rem;left:33.75rem;display:block; }
#Wgu1gBeEbG79C81QSZsNU17XZs0LWqP1 { color:#ffffff;display:block;width:23.125rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:700;z-index:100019;line-height:1.2;letter-spacing:0;top:15.75rem;left:38.125rem;height:2.25rem;font-style:normal;display:block; }
#qQlzM0EvAepL4enpGn0kNzTNZgi9szTW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7db4e1;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:16.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:10rem;width:6.5625rem;top:5rem;left:23.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:#ffffff;display:block;width:16.25rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:400;z-index:100030;line-height:1.5;letter-spacing:0;top:5.3125rem;left:33.75rem;height:9.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nA8aGuP2blOW5QkdIGQ9cCa6AWVtS5sw { color:#ffffff;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:1.25rem;left:25rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n81QKODhbRGkylc60iHsWUTtlGMxqNmg { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:14.4375rem;top:5rem;left:52.5rem;overflow:hidden;display:block; }
#RcuBytrniKMTHHErQiWyT8GGtET5OON6 { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:11.1875rem;top:5rem;left:7.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:75rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:700;z-index:100000;line-height:1.5;letter-spacing:0;top:1.25rem;left:0rem;height:1.59375rem;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:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVhIFzUAgKCbLWxc5bP6avHNFeJ87OAQ { top:13.25rem;left:10.125rem;width:13.75rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrGV5GpF9T2OKrNuya9itOuKT0TUmAcr { top:17.5rem;left:0rem;width:47.5rem;height:6rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBbyQ4RtRvKzBmMnVb8JkNIUgpLWO4OE { top:12.5rem;left:6.375rem;width:17.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKEii0FKeaSHtmVutUxXUuLvzNEhzpwE { top:12.5rem;left:11.9375rem;width:3.75rem;height:3.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JztUyoeAbGXnJyTtvgu0KAfcvRbaD7nA { top:3.4375rem;left:1.5rem;width:17.9375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dObhqE3aMBnJO4CbK5wAdnXIE5H4ZFyK { top:1.25rem;left:6.375rem;width:17.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fm56CGfr4IQvtgMIryuKaPDlpUDgfdT3 { top:6.25rem;left:0rem;width:14rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfRctbWkpCenmtVeUvxkWURnHn0h6ltl { top:13.0625rem;left:23.875rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5qFUfC22Xh53JqzuzUQLSEStXK0D38T { top:13.25rem;left:23.875rem;width:23.125rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgUO9du8dG7h5x8SOTWMf0n3pLpqbvLV { top:12.5rem;left:20.25rem;width:27.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxITB0mDDX1pUkSHCH763L7IfO8Ttu2U { top:24.6875rem;left:11.9375rem;width:6.25rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRgSMih8AXxhyuhSQkKJa3fzGBSLlvvH { top:24.875rem;left:19.3125rem;width:4.5625rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NztXASVSTdVBepGrRMbAamd3wgP55h4U { top:24.5625rem;left:27.6875rem;width:3.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9STBnmARepE2uCVHJPom5T3mRSB4wX2 { top:24.625rem;left:40.8125rem;width:5rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAJbdiIvNqT8bUSVB5dUzPBz7VK3aEF4 { display:block; }#bAJbdiIvNqT8bUSVB5dUzPBz7VK3aEF4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y1HoxDRDGVQdAQJGhv9wwrmOmGtN8iy1 { top:5rem;left:0rem;width:20rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmw6fGXTILGLGd49BDEzN2Nop6EI4PdD { top:17.5rem;left:0rem;width:20rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUIHakHH9tZhRBD9DdtmRnKQa2bA6AVt { top:11.25rem;left:0rem;width:20rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvCSiM3V14avitfsv84zM8eEUqEloT15 { top:6.8125rem;left:0rem;width:21.25rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMTDNm2bk6xp63LUJonHszqmNZRWL2Px { top:13.0625rem;left:0rem;width:21.25rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPReQAeLftbxIi9vLDu2BTKgeiAtED8Z { top:19.3125rem;left:0rem;width:21.25rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQAkwegRKbIibKrzmDzKRksllO5amLVI { top:5.625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gz9xZ4RHEgaTvaz3vgzDBBQOvDuzyxSX { top:11.875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FI5Kcku04RXqCTm1d2XrGQz5Ri2xqXkR { top:18.125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9dwu6JCT8k69T1ysgAOWb1aqtTccS4m { top:1.25rem;left:0rem;width:25rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2g4QsnSkFSS1vorVnF1s2bHiGGe7SrG { top:1.25rem;left:0rem;width:37.875rem;height:21.25rem;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:1.0625rem;left:0rem;width:25rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0H60SOctHcwCeOyJt1y3V2JqEPC5KCQ { top:7.5rem;left:0rem;width:32.5625rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZq50ABdnSZsByL7I0Hq4mRSLdock8TO { top:7.5rem;left:0rem;width:32.5rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTPoycrggNngFIlBf0C2p5LyavaurVcL { top:5rem;left:0rem;width:7.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvssuMtV6PwcQXnHtGn2pJv5a5bOmGfh { top:5rem;left:20.5rem;width:11.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zw3zNB92BvSP7BXQfOCOXhTWwAkqZAv4 { top:5rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WP7wnc8vkgEn1VK0lHsPs9lqkEFAC1Gk { top:5rem;left:25.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fa4k19VO1SC8WuOKnLGyUwMfNvTuDizU { top:5rem;left:6.6875rem;width:8rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNR6VmGdgx9D4rIWN3vDaCQnh4n6iQ41 { top:5rem;left:31.75rem;width:8rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDtmHEMIGgCJTRRuKHXvT8lLNXzATIfn { top:0.9375rem;left:15.875rem;width:1.75rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVlMmPxxVyC4SowsRLATAp1tnhiUTc6r { top:1.25rem;left:16.3125rem;width:8rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKyhxQuwiCVTAvTpryoImnuGfHw8PwEu { top:1.25rem;left:15.875rem;width:2.5rem;height:1.5625rem;font-size:1.0625rem;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:30rem;left:22.625rem;width:25rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5LbHidSEKBqwGxmmCkwp7XRPOPhND7h { top:44.5rem;left:25.125rem;width:22.5rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ity5tOF2Nqy2ycxqnCITMPeCWawmJrTP { top:35rem;left:25.125rem;width:22.5rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jy6Ae4aTCr1V23SehpGNCDV2GRMVKAWu { top:40.625rem;left:32.625rem;width:15rem;height:2.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcGAJTVDt357adC7Itr9rQzsFQOzXBGT { top:51.25rem;left:25.125rem;width:22.5rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozs5PnGXeaROsexxDb1mHwEUEmr4WRNw { top:53.75rem;left:25.125rem;width:22.5rem;height:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROGiPvKKGeWHEXlNaD9RJ7F25sQIQOAo { top:50rem;left:22.625rem;width:25rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ra8gcoAAJfLDUqone1WM8a8nApqdRA9K { top:31.25rem;left:32rem;width:15rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzZwTVI9CO8Z78Vnd32Mc9RSxmUGts7p { top:1.25rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1t18qMhAI1f04IytM2gMgFItwwyPmPM { top:40rem;left:31.75rem;width:3.75rem;height:3.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cps1L2xkp9DnIR6zBCpLDT5e9z9R7DSC { top:7.5rem;left:0rem;width:46.25rem;height:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOeL8KO4zK35BfN181uWS6cL44CnFaxE { top:5rem;left:0rem;width:46.25rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzEsem0vwzvzuqUPyBvTaOl8rsOPTrIk { top:5.125rem;left:0rem;width:1.875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J23mpu98WMvzUxrW00asIyAiiNQyphEV { top:53.75rem;left:0rem;width:46.25rem;height:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kq2hXUoGMlDgR02E1A2oNPimHzeXERQi { top:51.25rem;left:0rem;width:46.25rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJEqT96pVo0A5EWlF3VoyqoZi8LaqleX { top:51.375rem;left:0rem;width:1.875rem;height:1.4375rem;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) { #qeHzxCVNAA2CpM965n3SsiLbH8G2T47c { top:104.375rem;left:0rem;width:46.25rem;height:11.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EM3etllzPT532LHl5mLCe4Dbg1THcmMk { top:100rem;left:0rem;width:46.25rem;height:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrO1oc1lv61A3bgwX53TiXqBcTCl02NR { top:100.125rem;left:0rem;width:1.875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLaZTFNdtAJP4cRfO8z2sdFkAebPgtAd { top:5rem;left:31.75rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTmH6NtxarL7UldFrIBMadbmmLROuQEF { top:5.3125rem;left:30.125rem;width:17.5rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErsXJ0F2v2BRzKtUtUttcxZT9f4PJRBD { top:26.25rem;left:22.625rem;width:25rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FU1vvdSNNfO3ki8cBmoHVc3NI1Tfy3bs { top:12.5rem;left:31.75rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRSAxAeEqfh9yf5ttTb8BiSomz5fdFBU { top:12.5rem;left:36.375rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6cA2M3cTU68gtHw0DVN6tuRmtm1VZ6l { top:24.0625rem;left:31.75rem;width:11.25rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMndCK4BwhImvGnNFXmhmmJv3iIkCTXN { top:24.0625rem;left:36.375rem;width:11.25rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvvOnQXsIa2TzVB44WKLeXDT0z0s0uqd { top:68.3125rem;left:0rem;width:46.25rem;height:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbtsXM9So1GdT1wtTyLruI0iisHVTV9X { top:65.8125rem;left:0rem;width:46.25rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3XeaXTSeo1q6BHAJ3XbFC5MdBiT8BLK { top:65.9375rem;left:0rem;width:1.875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcPUIJCg6c4DVsKVWMTAnIkkXQ1v6VMM { top:95.625rem;left:31.75rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5iDKlwfV2dlgNoXs8fcnsI123ipMx7p { top:98.125rem;left:31.75rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWUqrhaJsuF6W2wwP1AN2MpCTfg4f3W8 { top:117.625rem;left:0rem;width:1.875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcKnBDx0unEqK0406VvFElTpO0gEGbQA { top:117.5rem;left:0rem;width:46.25rem;height:5.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfkHLT2SwhprTMFfWH5EpQn8i7ozUuda { top:123.75rem;left:0rem;width:46.25rem;height:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1nimq2eOzTbNvBOweK6oMA271TJxItg { top:133.875rem;left:0rem;width:1.875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uec1ygLfhbQBhEnnrJOuE3G7udZ2qPRI { top:133.75rem;left:0rem;width:46.25rem;height:5.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJrLgXGdww0aSMXihcbGd43SQTqG02u1 { top:140rem;left:0rem;width:46.25rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2NCq06AmJEVILt0nH4NMzUdnBaggv2z { top:145.4375rem;left:0rem;width:1.875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #byVw6vXmXc99fOK91LMIUdIz18GFBwdC { top:145.3125rem;left:0rem;width:46.25rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPIhLkT57T4hPQqTuhliIUiHAQVPm1he { top:147.8125rem;left:0rem;width:46.25rem;height:12.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rykIubDMfMKUMQSf1dTo7UFhWyJUXoGQ { top:165rem;left:0rem;width:45rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Chqa47mVPJLvZglN9fp5saNTDrBIRaJ9 { top:162.5rem;left:0rem;width:45rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdXcz8aWiUPFWRMqs6GJQhoC2AkV3NLO { top:162.625rem;left:0rem;width:1.875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rf6dcTgK2rfKINfUISqwf6AGLQvE4yL3 { top:173.875rem;left:0rem;width:1.875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqexkMtZZTwUt3iL2M19WdWw8AIT74dI { top:173.75rem;left:0rem;width:46.25rem;height:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2KIxpJwdE0ZAQAtmbCiVzNhMI6S4g7R { top:177.9375rem;left:0rem;width:46.25rem;height:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFWDRkL4QAU3HIPOxM5Jidr0BPVrgBkd { top:190.125rem;left:0rem;width:1.875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZM0J4hBqDSOqKtwSMEWT6wAy7GgePVJU { top:190rem;left:0rem;width:45rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRAm2BdzXiXwT60IFeFdi4sm4sWhbLxB { top:192.5rem;left:0rem;width:45rem;height:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExmCkbnJ6NNOyWPWWsiJ6wKTA5CIlTw8 { top:202.625rem;left:0rem;width:1.875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeJ40o6KG3PQH9PmTt9LEqTaGrPK4KTD { top:202.5rem;left:0rem;width:45rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP5C3QDR00IkP4duHl6cMzGkG62kAEO7 { top:205rem;left:0rem;width:45rem;height:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pI5Gpw79SIkDBVKCSJ5bTi9vQezRa8LD { top:215.125rem;left:0rem;width:1.875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCiSDpGhL3rgTE8XcMOr2hrOLK1eh8gI { top:215rem;left:0rem;width:45rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XePFLzD8lCB95JCThaUMMk3tTM92NAM3 { top:217.5rem;left:0rem;width:45rem;height:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bv4awGhtIFVfkdVToulEqsey5DF6XVhU { top:22.5rem;left:0rem;width:46.25rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWchOQTx013I3eL9vqPhtyptJpEPIElz { top:77.5rem;left:0rem;width:23.875rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xepz4eBiKPitTelRCIyQyucxkJMPb4uM { top:80rem;left:22.625rem;width:25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTO7BtFbCna5PrMirH4ZeK3cVMT25PRn { top:96.25rem;left:28.875rem;width:18.75rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHaB9fOxMvIdVwMTEyQxVM7vc6pK0OB5 { top:85rem;left:25.125rem;width:22.5rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5gQLIMDUnabhaeZx5eya78RfCDLpqL5 { top:88.4375rem;left:32.625rem;width:15rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1IDyHCV9lRiolPMT56mKUSDK7qLxeJc { top:87.5rem;left:32.1875rem;width:3.75rem;height:3.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4IpZh9Zv5p3d4XqCKoZi1oDe5W4E3Ox { top:81.25rem;left:32.1875rem;width:15rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ll8BQi97EAddLoAKh3P9q4W0KODVRZyP { top:98.75rem;left:28.875rem;width:18.75rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBUXVbDwTBPmBIOc11KtRVQ1eArJ1fgD { top:91.375rem;left:31.75rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2EJhfXTTHipIty9lciJyKrIfX0Sx7oe { top:91.875rem;left:28.875rem;width:18.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z07ZMFi3EQCVUOLx197RS1PDrXuxqaMz { top:94.0625rem;left:10.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhDHMif0azmuoet2usnnIKrbMgipBPdx { top:95rem;left:0rem;width:17.5625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s494IiGzmvK4BPWP0opsSA9gIGlshTvu { top:93.75rem;left:0rem;width:22.5625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXyG4TqWTtimGTL0uVJgN1UFxxCRTZ8p { top:17.5rem;left:0rem;width:46.25rem;height:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZKrIBT7ERAPGKQCfX7nEXUyyFHtcff4 { top:17.625rem;left:0rem;width:1.875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViiTI3xxTyLvE4QIovXxVZT9eTo9ksLF { top:102.5rem;left:22.625rem;width:25rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxN4eDn9z4r4sFvPbCcRJvFlDBl7wfG2 { top:103.75rem;left:25.125rem;width:22.5rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x76hQLrOXaKQkI4lh3v3sCuM9CFwTrDP { top:112.5rem;left:31.75rem;width:7.5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGX7MxGvvHFWxHi3bHaMdq2Xoh99qIxQ { top:112.6875rem;left:37.8125rem;width:6.25rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFZpThxcIxCuPMrXxvmRSUJ7RrWLAIFg { top:112.1875rem;left:42.625rem;width:5rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVFPppobRcQPVGRJ8TEAOArsXAofLXPA { top:108.75rem;left:25.125rem;width:22.5rem;height:1.5625rem;font-size:1rem;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:9.0625rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtCvEWwRHTE490H0hUX3ciqklRdxImby { top:1.25rem;left:6.375rem;width:17.5rem;height:3.4375rem;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) { #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) { #odTSqzMQH0dQOGNnu8eIbIGpStGbi41v { top:15.75rem;left:10.125rem;width:13.75rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PI99JziCvfZKqyboUFfGU5wC35BcLTkb { top:15rem;left:6.375rem;width:17.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0MwcFA9meSATN4S47zTdmAqwyVJfKC8 { top:15rem;left:6.9375rem;width:3.75rem;height:3.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wavw4GHFfm3ux47G7CSW7nnFi97fWw3r { top:15.5625rem;left:21.375rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkKaTuTzIxoKPdcG27NQ6fbTx7yLFyEM { top:15rem;left:0rem;width:27.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wgu1gBeEbG79C81QSZsNU17XZs0LWqP1 { top:15.75rem;left:23.875rem;width:23.125rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@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:5rem;left:9.8125rem;width:6.5625rem;height:10rem;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:5.3125rem;left:20.125rem;width:16.25rem;height:9.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA8aGuP2blOW5QkdIGQ9cCa6AWVtS5sw { top:1.25rem;left:11.375rem;width:25rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n81QKODhbRGkylc60iHsWUTtlGMxqNmg { top:5rem;left:33.3125rem;width:14.4375rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcuBytrniKMTHHErQiWyT8GGtET5OON6 { top:5rem;left:0rem;width:11.1875rem;height:10rem;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:1.25rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.0625rem;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:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xHnCNvJlTUBo4iBF1aNZW3IhpSQMrogG { width:20rem;height:6.09375rem;top:6.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uVhIFzUAgKCbLWxc5bP6avHNFeJ87OAQ { width:13.75rem;height:2.25rem;top:14.5rem;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:10.1953125rem;top:23.75rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MBbyQ4RtRvKzBmMnVb8JkNIUgpLWO4OE { width:17.5rem;height:3.75rem;top:13.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKEii0FKeaSHtmVutUxXUuLvzNEhzpwE { width:3.75rem;height:3.75rem;top:13.75rem;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) { #dObhqE3aMBnJO4CbK5wAdnXIE5H4ZFyK { width:17.5rem;height:3.375rem;top:1.25rem;left:1.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Fm56CGfr4IQvtgMIryuKaPDlpUDgfdT3 { width:14rem;height:21.25rem;top:28rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lfRctbWkpCenmtVeUvxkWURnHn0h6ltl { width:2.5rem;height:2.5rem;top:19.3125rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5qFUfC22Xh53JqzuzUQLSEStXK0D38T { width:15.5625rem;height:1.5rem;top:19.8125rem;left:3.75rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WgUO9du8dG7h5x8SOTWMf0n3pLpqbvLV { width:20rem;height:3.625rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxITB0mDDX1pUkSHCH763L7IfO8Ttu2U { width:4.3125rem;height:1.25rem;top:35rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRgSMih8AXxhyuhSQkKJa3fzGBSLlvvH { width:4.1875rem;height:1.25rem;top:35rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NztXASVSTdVBepGrRMbAamd3wgP55h4U { width:2.875rem;height:1.5625rem;top:34.875rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9STBnmARepE2uCVHJPom5T3mRSB4wX2 { width:3.75rem;height:1.25rem;top:35rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAJbdiIvNqT8bUSVB5dUzPBz7VK3aEF4 { background-color:#7db4e1;background-image:none;display:block; }#bAJbdiIvNqT8bUSVB5dUzPBz7VK3aEF4 > .row .container { background-color: transparent; background-image: none; }#bAJbdiIvNqT8bUSVB5dUzPBz7VK3aEF4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bAJbdiIvNqT8bUSVB5dUzPBz7VK3aEF4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bAJbdiIvNqT8bUSVB5dUzPBz7VK3aEF4 > .row .container > .video-iframe-container { display: none; }#bAJbdiIvNqT8bUSVB5dUzPBz7VK3aEF4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bAJbdiIvNqT8bUSVB5dUzPBz7VK3aEF4 > .row > .video-iframe-container { display: none; }#bAJbdiIvNqT8bUSVB5dUzPBz7VK3aEF4 > .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); }#bAJbdiIvNqT8bUSVB5dUzPBz7VK3aEF4 > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y1HoxDRDGVQdAQJGhv9wwrmOmGtN8iy1 { width:16.5625rem;height:1.5rem;top:6.25rem;left:3.4375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qmw6fGXTILGLGd49BDEzN2Nop6EI4PdD { width:16.5625rem;height:1.5rem;top:23.125rem;left:3.4375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aUIHakHH9tZhRBD9DdtmRnKQa2bA6AVt { width:16.5625rem;height:3rem;top:13.75rem;left:3.4375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cvCSiM3V14avitfsv84zM8eEUqEloT15 { width:16.5625rem;height:4.78125rem;top:8rem;left:3.4375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yMTDNm2bk6xp63LUJonHszqmNZRWL2Px { width:16.5625rem;height:4.78125rem;top:17.1875rem;left:3.4375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TPReQAeLftbxIi9vLDu2BTKgeiAtED8Z { width:16.5625rem;height:4.78125rem;top:25rem;left:3.4375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zQAkwegRKbIibKrzmDzKRksllO5amLVI { width:2.1875rem;height:2.1875rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gz9xZ4RHEgaTvaz3vgzDBBQOvDuzyxSX { width:2.1875rem;height:2.1875rem;top:14.1875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FI5Kcku04RXqCTm1d2XrGQz5Ri2xqXkR { width:2.1875rem;height:2.1875rem;top:22.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9dwu6JCT8k69T1ysgAOWb1aqtTccS4m { width:20rem;height:3.75rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J2g4QsnSkFSS1vorVnF1s2bHiGGe7SrG { height:11.25rem;width:20rem;top:31.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCV3Ji78y8XTDeiSmAO5gUTOEOkKeTyT { display:block; }#iCV3Ji78y8XTDeiSmAO5gUTOEOkKeTyT > .row .container { width:20rem;height:33.75rem;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:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x0H60SOctHcwCeOyJt1y3V2JqEPC5KCQ { width:20rem;height:7.5rem;top:12.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BZq50ABdnSZsByL7I0Hq4mRSLdock8TO { width:20rem;height:7.5rem;top:25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dTPoycrggNngFIlBf0C2p5LyavaurVcL { width:8.75rem;height:1.5rem;top:10rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SvssuMtV6PwcQXnHtGn2pJv5a5bOmGfh { width:10rem;height:1.5rem;top:22.5rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Zw3zNB92BvSP7BXQfOCOXhTWwAkqZAv4 { width:1.875rem;height:1.875rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WP7wnc8vkgEn1VK0lHsPs9lqkEFAC1Gk { width:1.875rem;height:1.875rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fa4k19VO1SC8WuOKnLGyUwMfNvTuDizU { width:8rem;height:1.25rem;top:10rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNR6VmGdgx9D4rIWN3vDaCQnh4n6iQ41 { width:8rem;height:1.25rem;top:6.25rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDtmHEMIGgCJTRRuKHXvT8lLNXzATIfn { width:1.75rem;height:1.875rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVlMmPxxVyC4SowsRLATAp1tnhiUTc6r { width:8rem;height:1.25rem;top:22.5rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKyhxQuwiCVTAvTpryoImnuGfHw8PwEu { width:2.5rem;height:1.59375rem;top:6.25rem;left:3.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;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:473.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTguMtoiEATtHJIsFU6qXBdNDban5od9 { width:20rem;height:18.75rem;top:381.25rem;left:0rem;background-color:#f0553c;background-image:url("https://images.assets-landingi.com/IGONdER8/wynajem_osuszaczy_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:395.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:386.25rem;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:391.9375rem;left:5rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PcGAJTVDt357adC7Itr9rQzsFQOzXBGT { width:17.5rem;height:1.875rem;top:402.5rem;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:17.5rem;height:27rem;top:405rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ROGiPvKKGeWHEXlNaD9RJ7F25sQIQOAo { width:20rem;height:32.5rem;top:401.25rem;left:0rem;background-color:#2d2d37;background-image:url("https://images.assets-landingi.com/mAVbJT8T/wynajem_osuszaczy_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) { #Ra8gcoAAJfLDUqone1WM8a8nApqdRA9K { width:12.5rem;height:2.4375rem;top:382.5rem;left:3.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xzZwTVI9CO8Z78Vnd32Mc9RSxmUGts7p { width:20rem;height:5.625rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P1t18qMhAI1f04IytM2gMgFItwwyPmPM { width:3.75rem;height:3.75rem;top:391.25rem;left:1.25rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cps1L2xkp9DnIR6zBCpLDT5e9z9R7DSC { width:20rem;height:18rem;top:13.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) { #IOeL8KO4zK35BfN181uWS6cL44CnFaxE { width:20rem;height:3.75rem;top:8.75rem;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) { #J23mpu98WMvzUxrW00asIyAiiNQyphEV { width:20rem;height:19.5rem;top:58.1875rem;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:53.8125rem;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) { #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) { #qeHzxCVNAA2CpM965n3SsiLbH8G2T47c { width:20rem;height:22.5rem;top:128.8125rem;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:7.5rem;top:120.6875rem;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:100.125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XLaZTFNdtAJP4cRfO8z2sdFkAebPgtAd { width:5rem;height:5rem;top:356.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTmH6NtxarL7UldFrIBMadbmmLROuQEF { width:13.8125rem;height:4.5rem;top:356.5rem;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:375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FU1vvdSNNfO3ki8cBmoHVc3NI1Tfy3bs { width:10rem;height:10rem;top:362.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRSAxAeEqfh9yf5ttTb8BiSomz5fdFBU { width:10rem;height:10rem;top:362.5rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6cA2M3cTU68gtHw0DVN6tuRmtm1VZ6l { width:10rem;height:1.59375rem;top:372.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMndCK4BwhImvGnNFXmhmmJv3iIkCTXN { width:10rem;height:1.59375rem;top:372.8125rem;left:10rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvvOnQXsIa2TzVB44WKLeXDT0z0s0uqd { width:20rem;height:16.5rem;top:84.375rem;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) { #LbtsXM9So1GdT1wtTyLruI0iisHVTV9X { width:20rem;height:3.75rem;top:80rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F3XeaXTSeo1q6BHAJ3XbFC5MdBiT8BLK { width:1.875rem;height:1.4375rem;top:65.9375rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XcPUIJCg6c4DVsKVWMTAnIkkXQ1v6VMM { width:2.5rem;height:2.5rem;top:450.625rem;left:0.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5iDKlwfV2dlgNoXs8fcnsI123ipMx7p { width:2.5rem;height:2.5rem;top:453.75rem;left:0.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWUqrhaJsuF6W2wwP1AN2MpCTfg4f3W8 { width:1.875rem;height:1.4375rem;top:117.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GcKnBDx0unEqK0406VvFElTpO0gEGbQA { width:20rem;height:9.375rem;top:154.0625rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lfkHLT2SwhprTMFfWH5EpQn8i7ozUuda { width:20rem;height:16.5rem;top:164.0625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L1nimq2eOzTbNvBOweK6oMA271TJxItg { width:1.875rem;height:1.4375rem;top:133.875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uec1ygLfhbQBhEnnrJOuE3G7udZ2qPRI { width:20rem;height:9.375rem;top:182.5rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WJrLgXGdww0aSMXihcbGd43SQTqG02u1 { width:20rem;height:6rem;top:192.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b2NCq06AmJEVILt0nH4NMzUdnBaggv2z { width:1.875rem;height:1.4375rem;top:145.4375rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #byVw6vXmXc99fOK91LMIUdIz18GFBwdC { width:20rem;height:5.625rem;top:200.5625rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aPIhLkT57T4hPQqTuhliIUiHAQVPm1he { width:20rem;height:27rem;top:206.8125rem;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) { #rykIubDMfMKUMQSf1dTo7UFhWyJUXoGQ { width:20rem;height:13.5rem;top:241rem;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) { #Chqa47mVPJLvZglN9fp5saNTDrBIRaJ9 { width:20rem;height:3.75rem;top:236.3125rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QdXcz8aWiUPFWRMqs6GJQhoC2AkV3NLO { width:1.875rem;height:1.4375rem;top:162.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rf6dcTgK2rfKINfUISqwf6AGLQvE4yL3 { width:1.875rem;height:1.4375rem;top:173.875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wqexkMtZZTwUt3iL2M19WdWw8AIT74dI { width:20rem;height:7.5rem;top:256.5625rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z2KIxpJwdE0ZAQAtmbCiVzNhMI6S4g7R { width:20rem;height:18rem;top:264.5625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WFWDRkL4QAU3HIPOxM5Jidr0BPVrgBkd { width:1.875rem;height:1.4375rem;top:190.125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZM0J4hBqDSOqKtwSMEWT6wAy7GgePVJU { width:20rem;height:3.75rem;top:285.0625rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KRAm2BdzXiXwT60IFeFdi4sm4sWhbLxB { width:20rem;height:16.5rem;top:289.4375rem;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) { #ExmCkbnJ6NNOyWPWWsiJ6wKTA5CIlTw8 { width:1.875rem;height:1.4375rem;top:202.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WeJ40o6KG3PQH9PmTt9LEqTaGrPK4KTD { width:20rem;height:1.875rem;top:308.5625rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TP5C3QDR00IkP4duHl6cMzGkG62kAEO7 { width:20rem;height:16.5rem;top:311.0625rem;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) { #pI5Gpw79SIkDBVKCSJ5bTi9vQezRa8LD { width:1.875rem;height:1.4375rem;top:215.125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uCiSDpGhL3rgTE8XcMOr2hrOLK1eh8gI { width:20rem;height:3.75rem;top:330.0625rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XePFLzD8lCB95JCThaUMMk3tTM92NAM3 { width:20rem;height:19.5rem;top:334.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) { #bv4awGhtIFVfkdVToulEqsey5DF6XVhU { height:11.25rem;width:20rem;top:40.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWchOQTx013I3eL9vqPhtyptJpEPIElz { width:20rem;height:13.026375rem;top:101.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xepz4eBiKPitTelRCIyQyucxkJMPb4uM { width:20rem;height:22.5rem;top:435rem;left:0rem;background-color:#f0553c;background-image:url("https://images.assets-landingi.com/uc/374bd109-83fc-4ee8-8d1e-f392186bb80e/skuteczneodgrzybianiewizytaspecjalisty.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xepz4eBiKPitTelRCIyQyucxkJMPb4uM.adaptive-delivery-prevent-bg, #xepz4eBiKPitTelRCIyQyucxkJMPb4uM.lazyload, #xepz4eBiKPitTelRCIyQyucxkJMPb4uM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #FTO7BtFbCna5PrMirH4ZeK3cVMT25PRn { width:13.75rem;height:1.2744125rem;top:451.25rem;left:5rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eHaB9fOxMvIdVwMTEyQxVM7vc6pK0OB5 { width:20rem;height:1.5rem;top:440rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K5gQLIMDUnabhaeZx5eya78RfCDLpqL5 { width:11.25rem;height:1.875rem;top:443.4375rem;left:6.25rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P1IDyHCV9lRiolPMT56mKUSDK7qLxeJc { width:3.75rem;height:3.75rem;top:442.5rem;left:2.5rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4IpZh9Zv5p3d4XqCKoZi1oDe5W4E3Ox { width:15rem;height:3rem;top:436.25rem;left:2.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ll8BQi97EAddLoAKh3P9q4W0KODVRZyP { width:13.75rem;height:2.548825rem;top:453.75rem;left:5rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wBUXVbDwTBPmBIOc11KtRVQ1eArJ1fgD { width:2.5rem;height:2.5rem;top:446.875rem;left:0.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2EJhfXTTHipIty9lciJyKrIfX0Sx7oe { width:15.625rem;height:1.5rem;top:447.5rem;left:4.375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z07ZMFi3EQCVUOLx197RS1PDrXuxqaMz { width:1.875rem;height:1.875rem;top:116.0625rem;left:1.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhDHMif0azmuoet2usnnIKrbMgipBPdx { width:16.3125rem;height:1.5rem;top:116.25rem;left:3.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s494IiGzmvK4BPWP0opsSA9gIGlshTvu { width:20rem;height:3.75rem;top:115rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXyG4TqWTtimGTL0uVJgN1UFxxCRTZ8p { width:20rem;height:5.625rem;top:33.8125rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NZKrIBT7ERAPGKQCfX7nEXUyyFHtcff4 { width:1.875rem;height:1.4375rem;top:17.625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ViiTI3xxTyLvE4QIovXxVZT9eTo9ksLF { width:20rem;height:13.75rem;top:458.75rem;left:0rem;background-color:#f0553c;background-image:url("https://images.assets-landingi.com/uc/374bd109-83fc-4ee8-8d1e-f392186bb80e/skuteczneodgrzybianiewizytaspecjalisty.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ViiTI3xxTyLvE4QIovXxVZT9eTo9ksLF.adaptive-delivery-prevent-bg, #ViiTI3xxTyLvE4QIovXxVZT9eTo9ksLF.lazyload, #ViiTI3xxTyLvE4QIovXxVZT9eTo9ksLF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #NxN4eDn9z4r4sFvPbCcRJvFlDBl7wfG2 { width:17.5rem;height:4.5rem;top:460.0625rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x76hQLrOXaKQkI4lh3v3sCuM9CFwTrDP { width:6.25rem;height:1.8125rem;top:468.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGX7MxGvvHFWxHi3bHaMdq2Xoh99qIxQ { width:5rem;height:1.4375rem;top:469.0625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFZpThxcIxCuPMrXxvmRSUJ7RrWLAIFg { width:3.75rem;height:2rem;top:468.8125rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVFPppobRcQPVGRJ8TEAOArsXAofLXPA { width:17.5rem;height:1.5rem;top:465rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HJU8USLzmGvidO14grCyQ8cWNucM7u5T { background-color:transparent;background-image:url("https://images.assets-landingi.com/aALjVfLI/wynajem_osuszaczy_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:30rem;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.4375rem;top:1.25rem;left:3.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #N9DNy8426rTXE0rzxTS3sgC2XbQKkktQ { width:20rem;height:4.5rem;top:5rem;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) { #zMuGd1OMxlFT4p9J2TVmGu6istU36iEe { top:10.75rem;left:0rem;width:20rem;height:3rem;z-index:100018;font-weight:700;font-style:normal;color:#ffffff;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:14.25rem;left:0rem;width:20rem;height:4.5rem;z-index:100019;color:#ffffff;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) { #odTSqzMQH0dQOGNnu8eIbIGpStGbi41v { width:13.75rem;height:2.25rem;top:20.75rem;left:5rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PI99JziCvfZKqyboUFfGU5wC35BcLTkb { width:17.5rem;height:3.75rem;top:20rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0MwcFA9meSATN4S47zTdmAqwyVJfKC8 { width:3.75rem;height:3.75rem;top:20rem;left:1.25rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wavw4GHFfm3ux47G7CSW7nnFi97fWw3r { width:2.1875rem;height:2.1875rem;top:25.625rem;left:0.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkKaTuTzIxoKPdcG27NQ6fbTx7yLFyEM { width:20rem;height:3.75rem;top:25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wgu1gBeEbG79C81QSZsNU17XZs0LWqP1 { width:15.875rem;height:1.57421875rem;top:26.0625rem;left:3.75rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qQlzM0EvAepL4enpGn0kNzTNZgi9szTW { display:block; }#qQlzM0EvAepL4enpGn0kNzTNZgi9szTW > .row .container { width:20rem;height: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:20rem;height:9.5625rem;top:13.75rem;left:0rem;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) { #n81QKODhbRGkylc60iHsWUTtlGMxqNmg { width:9.1875rem;height:6.3125rem;top:6.25rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcuBytrniKMTHHErQiWyT8GGtET5OON6 { width:7.0625rem;height:6.25rem;top:6.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGApMywfo9ZFMaAWAqQQgP8d3UUlgszu { display:block; }#CGApMywfo9ZFMaAWAqQQgP8d3UUlgszu > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ode7pOtnQc6bsMiOcEdWFGJeabc31Sts { width:20rem;height:5.0625rem;top:0rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }