.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/14741404-b94b-47ec-bf4c-8035fb8d1e16/Projektbeznazwy20.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tm15XexmGWUiddRVkCZ6xFlSstiqg4uq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8c7d722a-e928-4815-9e23-ab97d33c3cbc/240606_WES_007po2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tm15XexmGWUiddRVkCZ6xFlSstiqg4uq.adaptive-delivery-prevent-bg, #tm15XexmGWUiddRVkCZ6xFlSstiqg4uq.lazyload, #tm15XexmGWUiddRVkCZ6xFlSstiqg4uq.lazyloading { background-image: none; }#tm15XexmGWUiddRVkCZ6xFlSstiqg4uq > .row .container { background-color: transparent; background-image: none; }#tm15XexmGWUiddRVkCZ6xFlSstiqg4uq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.29); }#tm15XexmGWUiddRVkCZ6xFlSstiqg4uq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tm15XexmGWUiddRVkCZ6xFlSstiqg4uq > .row .container > .video-iframe-container { display: none; }#tm15XexmGWUiddRVkCZ6xFlSstiqg4uq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.29); }#tm15XexmGWUiddRVkCZ6xFlSstiqg4uq > .row > .video-iframe-container { display: none; }#tm15XexmGWUiddRVkCZ6xFlSstiqg4uq > .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); }#tm15XexmGWUiddRVkCZ6xFlSstiqg4uq > .row .container { border-width: 0; border-radius: 0; }#tm15XexmGWUiddRVkCZ6xFlSstiqg4uq::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tm15XexmGWUiddRVkCZ6xFlSstiqg4uq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tm15XexmGWUiddRVkCZ6xFlSstiqg4uq > .row .container { font-size:14px;font-family:arial;height:689px;width:1200px;position:relative;display:block; }#oTnG7z4N0tB8epNASg5d6RWTSCFJIT8I { background-color:#efad57;background-image:none;background-position:top left !important;background-repeat: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:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: 0 2px 5px rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:23px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:293px;height:62px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:463px;left:463px;display:block; }
#ErDQuspzeBEzoOTWGbL2iWlwa0UFzKgI { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#TBQVC0BXR55nqyFf8PTKAUaN81NmBGyy { color:#ffffff;display:block;width:1200px;position:absolute;font-family:"din rounded";font-size:75px;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:243px;left:0px;height:97.5px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kGTxQE7nqQtKIlsqvW29Mp1C7f5wAdGO { color:#ffffff;display:block;width:390px;position:absolute;font-family:"din rounded";font-size:73px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:340px;left:414px;height:94.9px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V99wUw7nk1yGclVeBQNWyibndhPEaVb0 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:206px;width:293px;top:0px;left:453px;overflow:hidden;display:block; }
#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/67e504ab-6ffe-4611-88d6-e9d9bf02ac28/landingi8.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v.adaptive-delivery-prevent-bg, #BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v.lazyload, #BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v.lazyloading { background-image: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { background-color: transparent; background-image: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container > .video-iframe-container { display: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row > .video-iframe-container { display: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .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); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { border-width: 0; border-radius: 0; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { font-size:14px;font-family:arial;height:523px;width:1200px;position:relative;display:block; }#oNN1ycRTrwsbbREiJLTXLXFFwG4Imn7T { position:absolute;display:block;z-index:15004;background-color:#efad57;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:4px;width:75px;top:143px;left:658px;display:block; }
#kRe5Dv47OfILi5kCpZEfg31MPpxgrScL { color:#000000;display:block;width:468px;position:absolute;font-family:"din rounded";font-size:19px;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:177px;left:658px;height:296.4px;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#EyfrC4nk5ifebgLuximtTTBIA5sRsXay { color:#000000;display:block;width:382px;position:absolute;font-family:"din rounded";font-size:31px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:92px;left:658px;height:40.3px;font-style:normal;display:block; }
#zABDIT0xnxncTRCPAQfBPBpk78X9V35B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/29370b6f-7543-497c-8698-685c7299107f/landingi13.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zABDIT0xnxncTRCPAQfBPBpk78X9V35B.adaptive-delivery-prevent-bg, #zABDIT0xnxncTRCPAQfBPBpk78X9V35B.lazyload, #zABDIT0xnxncTRCPAQfBPBpk78X9V35B.lazyloading { background-image: none; }#zABDIT0xnxncTRCPAQfBPBpk78X9V35B > .row .container { background-color: transparent; background-image: none; }#zABDIT0xnxncTRCPAQfBPBpk78X9V35B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zABDIT0xnxncTRCPAQfBPBpk78X9V35B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zABDIT0xnxncTRCPAQfBPBpk78X9V35B > .row .container > .video-iframe-container { display: none; }#zABDIT0xnxncTRCPAQfBPBpk78X9V35B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zABDIT0xnxncTRCPAQfBPBpk78X9V35B > .row > .video-iframe-container { display: none; }#zABDIT0xnxncTRCPAQfBPBpk78X9V35B > .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); }#zABDIT0xnxncTRCPAQfBPBpk78X9V35B > .row .container { border-width: 0; border-radius: 0; }#zABDIT0xnxncTRCPAQfBPBpk78X9V35B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zABDIT0xnxncTRCPAQfBPBpk78X9V35B > .row .container { font-size:14px;font-family:arial;height:277px;width:1200px;position:relative;display:block; }#lqZxWPlI8Mt3Khac4WvQi5awbs0cZOeC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f17969d1-ab1e-449b-891a-d57d020c7fba/Projektbeznazwy67.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lqZxWPlI8Mt3Khac4WvQi5awbs0cZOeC.adaptive-delivery-prevent-bg, #lqZxWPlI8Mt3Khac4WvQi5awbs0cZOeC.lazyload, #lqZxWPlI8Mt3Khac4WvQi5awbs0cZOeC.lazyloading { background-image: none; }#lqZxWPlI8Mt3Khac4WvQi5awbs0cZOeC > .row .container { background-color: transparent; background-image: none; }#lqZxWPlI8Mt3Khac4WvQi5awbs0cZOeC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lqZxWPlI8Mt3Khac4WvQi5awbs0cZOeC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lqZxWPlI8Mt3Khac4WvQi5awbs0cZOeC > .row .container > .video-iframe-container { display: none; }#lqZxWPlI8Mt3Khac4WvQi5awbs0cZOeC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lqZxWPlI8Mt3Khac4WvQi5awbs0cZOeC > .row > .video-iframe-container { display: none; }#lqZxWPlI8Mt3Khac4WvQi5awbs0cZOeC > .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); }#lqZxWPlI8Mt3Khac4WvQi5awbs0cZOeC > .row .container { border-width: 0; border-radius: 0; }#lqZxWPlI8Mt3Khac4WvQi5awbs0cZOeC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lqZxWPlI8Mt3Khac4WvQi5awbs0cZOeC > .row .container { font-size:14px;font-family:arial;height:516px;width:1200px;position:relative;display:block; }#ynE2fr4lo8OT6TRTi3e5pnaWffNZ8N4R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8aebf1b9-4e19-4895-ac87-e6f34a3c2481/2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ynE2fr4lo8OT6TRTi3e5pnaWffNZ8N4R.adaptive-delivery-prevent-bg, #ynE2fr4lo8OT6TRTi3e5pnaWffNZ8N4R.lazyload, #ynE2fr4lo8OT6TRTi3e5pnaWffNZ8N4R.lazyloading { background-image: none; }#ynE2fr4lo8OT6TRTi3e5pnaWffNZ8N4R > .row .container { background-color: transparent; background-image: none; }#ynE2fr4lo8OT6TRTi3e5pnaWffNZ8N4R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynE2fr4lo8OT6TRTi3e5pnaWffNZ8N4R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynE2fr4lo8OT6TRTi3e5pnaWffNZ8N4R > .row .container > .video-iframe-container { display: none; }#ynE2fr4lo8OT6TRTi3e5pnaWffNZ8N4R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynE2fr4lo8OT6TRTi3e5pnaWffNZ8N4R > .row > .video-iframe-container { display: none; }#ynE2fr4lo8OT6TRTi3e5pnaWffNZ8N4R > .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); }#ynE2fr4lo8OT6TRTi3e5pnaWffNZ8N4R > .row .container { border-width: 0; border-radius: 0; }#ynE2fr4lo8OT6TRTi3e5pnaWffNZ8N4R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ynE2fr4lo8OT6TRTi3e5pnaWffNZ8N4R > .row .container { font-size:14px;font-family:arial;height:496px;width:1200px;position:relative;display:block; }#SZmay5KLDClfClbKNf492BZpySlNEsdp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SZmay5KLDClfClbKNf492BZpySlNEsdp > .row .container { background-color: transparent; background-image: none; }#SZmay5KLDClfClbKNf492BZpySlNEsdp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZmay5KLDClfClbKNf492BZpySlNEsdp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZmay5KLDClfClbKNf492BZpySlNEsdp > .row .container > .video-iframe-container { display: none; }#SZmay5KLDClfClbKNf492BZpySlNEsdp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZmay5KLDClfClbKNf492BZpySlNEsdp > .row > .video-iframe-container { display: none; }#SZmay5KLDClfClbKNf492BZpySlNEsdp > .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); }#SZmay5KLDClfClbKNf492BZpySlNEsdp > .row .container { border-width: 0; border-radius: 0; }#SZmay5KLDClfClbKNf492BZpySlNEsdp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SZmay5KLDClfClbKNf492BZpySlNEsdp > .row .container { font-size:14px;font-family:arial;height:85px;width:1200px;position:relative;display:block; }#dw51QxQHrkbI1fJJC0lbJXKvq0bMeaJm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/270fd0f1-f1bf-408e-9231-414f4442dfef/240606_WES_013.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dw51QxQHrkbI1fJJC0lbJXKvq0bMeaJm.adaptive-delivery-prevent-bg, #dw51QxQHrkbI1fJJC0lbJXKvq0bMeaJm.lazyload, #dw51QxQHrkbI1fJJC0lbJXKvq0bMeaJm.lazyloading { background-image: none; }#dw51QxQHrkbI1fJJC0lbJXKvq0bMeaJm > .row .container { background-color: transparent; background-image: none; }#dw51QxQHrkbI1fJJC0lbJXKvq0bMeaJm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dw51QxQHrkbI1fJJC0lbJXKvq0bMeaJm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dw51QxQHrkbI1fJJC0lbJXKvq0bMeaJm > .row .container > .video-iframe-container { display: none; }#dw51QxQHrkbI1fJJC0lbJXKvq0bMeaJm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dw51QxQHrkbI1fJJC0lbJXKvq0bMeaJm > .row > .video-iframe-container { display: none; }#dw51QxQHrkbI1fJJC0lbJXKvq0bMeaJm > .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); }#dw51QxQHrkbI1fJJC0lbJXKvq0bMeaJm > .row .container { border-width: 0; border-radius: 0; }#dw51QxQHrkbI1fJJC0lbJXKvq0bMeaJm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dw51QxQHrkbI1fJJC0lbJXKvq0bMeaJm > .row .container { font-size:14px;font-family:arial;height:427px;width:1200px;position:relative;display:block; }#avuWJaGVgzuPKDUOCsZe8gTNoSUeBqOA { position:relative;display:none; }#avuWJaGVgzuPKDUOCsZe8gTNoSUeBqOA { border-width: 0; border-radius: 0; }#avuWJaGVgzuPKDUOCsZe8gTNoSUeBqOA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#avuWJaGVgzuPKDUOCsZe8gTNoSUeBqOA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#PM7Uw265suC5lbGAbT3uJh5sKlnBE4Nm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PM7Uw265suC5lbGAbT3uJh5sKlnBE4Nm > .row .container { background-color: transparent; background-image: none; }#PM7Uw265suC5lbGAbT3uJh5sKlnBE4Nm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PM7Uw265suC5lbGAbT3uJh5sKlnBE4Nm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PM7Uw265suC5lbGAbT3uJh5sKlnBE4Nm > .row .container > .video-iframe-container { display: none; }#PM7Uw265suC5lbGAbT3uJh5sKlnBE4Nm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PM7Uw265suC5lbGAbT3uJh5sKlnBE4Nm > .row > .video-iframe-container { display: none; }#PM7Uw265suC5lbGAbT3uJh5sKlnBE4Nm > .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); }#PM7Uw265suC5lbGAbT3uJh5sKlnBE4Nm > .row .container { border-width: 0; border-radius: 0; }#PM7Uw265suC5lbGAbT3uJh5sKlnBE4Nm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PM7Uw265suC5lbGAbT3uJh5sKlnBE4Nm > .row .container { font-size:14px;font-family:arial;height:85px;width:1200px;position:relative;display:block; }#guSWNiWchmaubfRhUPwzo6Cq95NpAAz5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5d7ed158-b3f5-4532-97d3-c32c9d27eabb/Projektbeznazwy78.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#guSWNiWchmaubfRhUPwzo6Cq95NpAAz5.adaptive-delivery-prevent-bg, #guSWNiWchmaubfRhUPwzo6Cq95NpAAz5.lazyload, #guSWNiWchmaubfRhUPwzo6Cq95NpAAz5.lazyloading { background-image: none; }#guSWNiWchmaubfRhUPwzo6Cq95NpAAz5 > .row .container { background-color: transparent; background-image: none; }#guSWNiWchmaubfRhUPwzo6Cq95NpAAz5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guSWNiWchmaubfRhUPwzo6Cq95NpAAz5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guSWNiWchmaubfRhUPwzo6Cq95NpAAz5 > .row .container > .video-iframe-container { display: none; }#guSWNiWchmaubfRhUPwzo6Cq95NpAAz5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guSWNiWchmaubfRhUPwzo6Cq95NpAAz5 > .row > .video-iframe-container { display: none; }#guSWNiWchmaubfRhUPwzo6Cq95NpAAz5 > .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); }#guSWNiWchmaubfRhUPwzo6Cq95NpAAz5 > .row .container { border-width: 0; border-radius: 0; }#guSWNiWchmaubfRhUPwzo6Cq95NpAAz5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#guSWNiWchmaubfRhUPwzo6Cq95NpAAz5 > .row .container { font-size:14px;font-family:arial;height:503px;width:1200px;position:relative;display:block; }#UL38L5FNe5medk9MN2SPcenyIoyO2AvS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/41e7c68b-0271-4e19-99cb-bd496414db24/Projektbeznazwy71.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UL38L5FNe5medk9MN2SPcenyIoyO2AvS.adaptive-delivery-prevent-bg, #UL38L5FNe5medk9MN2SPcenyIoyO2AvS.lazyload, #UL38L5FNe5medk9MN2SPcenyIoyO2AvS.lazyloading { background-image: none; }#UL38L5FNe5medk9MN2SPcenyIoyO2AvS > .row .container { background-color: transparent; background-image: none; }#UL38L5FNe5medk9MN2SPcenyIoyO2AvS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UL38L5FNe5medk9MN2SPcenyIoyO2AvS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UL38L5FNe5medk9MN2SPcenyIoyO2AvS > .row .container > .video-iframe-container { display: none; }#UL38L5FNe5medk9MN2SPcenyIoyO2AvS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UL38L5FNe5medk9MN2SPcenyIoyO2AvS > .row > .video-iframe-container { display: none; }#UL38L5FNe5medk9MN2SPcenyIoyO2AvS > .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); }#UL38L5FNe5medk9MN2SPcenyIoyO2AvS > .row .container { border-width: 0; border-radius: 0; }#UL38L5FNe5medk9MN2SPcenyIoyO2AvS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UL38L5FNe5medk9MN2SPcenyIoyO2AvS > .row .container { font-size:14px;font-family:arial;height:546px;width:1200px;position:relative;display:block; }#kC1QbMcswBhwELUhmcSS8L49wSyGvBK3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/65920e09-8789-4213-9443-1e3e3ded1e5c/Projektbeznazwy72.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kC1QbMcswBhwELUhmcSS8L49wSyGvBK3.adaptive-delivery-prevent-bg, #kC1QbMcswBhwELUhmcSS8L49wSyGvBK3.lazyload, #kC1QbMcswBhwELUhmcSS8L49wSyGvBK3.lazyloading { background-image: none; }#kC1QbMcswBhwELUhmcSS8L49wSyGvBK3 > .row .container { background-color: transparent; background-image: none; }#kC1QbMcswBhwELUhmcSS8L49wSyGvBK3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kC1QbMcswBhwELUhmcSS8L49wSyGvBK3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kC1QbMcswBhwELUhmcSS8L49wSyGvBK3 > .row .container > .video-iframe-container { display: none; }#kC1QbMcswBhwELUhmcSS8L49wSyGvBK3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kC1QbMcswBhwELUhmcSS8L49wSyGvBK3 > .row > .video-iframe-container { display: none; }#kC1QbMcswBhwELUhmcSS8L49wSyGvBK3 > .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); }#kC1QbMcswBhwELUhmcSS8L49wSyGvBK3 > .row .container { border-width: 0; border-radius: 0; }#kC1QbMcswBhwELUhmcSS8L49wSyGvBK3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kC1QbMcswBhwELUhmcSS8L49wSyGvBK3 > .row .container { font-size:14px;font-family:arial;height:456px;width:1200px;position:relative;display:block; }#iEaKP93SEdNTZPHamdTF5CTlxmgMr5fu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iEaKP93SEdNTZPHamdTF5CTlxmgMr5fu > .row .container { background-color: transparent; background-image: none; }#iEaKP93SEdNTZPHamdTF5CTlxmgMr5fu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iEaKP93SEdNTZPHamdTF5CTlxmgMr5fu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iEaKP93SEdNTZPHamdTF5CTlxmgMr5fu > .row .container > .video-iframe-container { display: none; }#iEaKP93SEdNTZPHamdTF5CTlxmgMr5fu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iEaKP93SEdNTZPHamdTF5CTlxmgMr5fu > .row > .video-iframe-container { display: none; }#iEaKP93SEdNTZPHamdTF5CTlxmgMr5fu > .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); }#iEaKP93SEdNTZPHamdTF5CTlxmgMr5fu > .row .container { border-width: 0; border-radius: 0; }#iEaKP93SEdNTZPHamdTF5CTlxmgMr5fu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iEaKP93SEdNTZPHamdTF5CTlxmgMr5fu > .row .container { font-size:14px;font-family:arial;height:85px;width:1200px;position:relative;display:block; }#aEL4V1rx6QuLsVU1g4TVpBg5fLymWp5d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/43e1040f-a226-4450-806c-7a169b153e7f/Projektbeznazwy65.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aEL4V1rx6QuLsVU1g4TVpBg5fLymWp5d.adaptive-delivery-prevent-bg, #aEL4V1rx6QuLsVU1g4TVpBg5fLymWp5d.lazyload, #aEL4V1rx6QuLsVU1g4TVpBg5fLymWp5d.lazyloading { background-image: none; }#aEL4V1rx6QuLsVU1g4TVpBg5fLymWp5d > .row .container { background-color: transparent; background-image: none; }#aEL4V1rx6QuLsVU1g4TVpBg5fLymWp5d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aEL4V1rx6QuLsVU1g4TVpBg5fLymWp5d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aEL4V1rx6QuLsVU1g4TVpBg5fLymWp5d > .row .container > .video-iframe-container { display: none; }#aEL4V1rx6QuLsVU1g4TVpBg5fLymWp5d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aEL4V1rx6QuLsVU1g4TVpBg5fLymWp5d > .row > .video-iframe-container { display: none; }#aEL4V1rx6QuLsVU1g4TVpBg5fLymWp5d > .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); }#aEL4V1rx6QuLsVU1g4TVpBg5fLymWp5d > .row .container { border-width: 0; border-radius: 0; }#aEL4V1rx6QuLsVU1g4TVpBg5fLymWp5d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aEL4V1rx6QuLsVU1g4TVpBg5fLymWp5d > .row .container { font-size:14px;font-family:arial;height:517px;width:1200px;position:relative;display:block; }#zLWg4umcJfLAouQhZo1cGDsXKXtcdre3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zLWg4umcJfLAouQhZo1cGDsXKXtcdre3 > .row .container { background-color: transparent; background-image: none; }#zLWg4umcJfLAouQhZo1cGDsXKXtcdre3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zLWg4umcJfLAouQhZo1cGDsXKXtcdre3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zLWg4umcJfLAouQhZo1cGDsXKXtcdre3 > .row .container > .video-iframe-container { display: none; }#zLWg4umcJfLAouQhZo1cGDsXKXtcdre3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zLWg4umcJfLAouQhZo1cGDsXKXtcdre3 > .row > .video-iframe-container { display: none; }#zLWg4umcJfLAouQhZo1cGDsXKXtcdre3 > .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); }#zLWg4umcJfLAouQhZo1cGDsXKXtcdre3 > .row .container { border-width: 0; border-radius: 0; }#zLWg4umcJfLAouQhZo1cGDsXKXtcdre3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zLWg4umcJfLAouQhZo1cGDsXKXtcdre3 > .row .container { font-size:14px;font-family:arial;height:85px;width:1200px;position:relative;display:block; }#Xlt350UlqNd8uHJAutamKyh62I281Uyu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bbfb98ba-260f-463f-97b3-6816436f6272/5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Xlt350UlqNd8uHJAutamKyh62I281Uyu.adaptive-delivery-prevent-bg, #Xlt350UlqNd8uHJAutamKyh62I281Uyu.lazyload, #Xlt350UlqNd8uHJAutamKyh62I281Uyu.lazyloading { background-image: none; }#Xlt350UlqNd8uHJAutamKyh62I281Uyu > .row .container { background-color: transparent; background-image: none; }#Xlt350UlqNd8uHJAutamKyh62I281Uyu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xlt350UlqNd8uHJAutamKyh62I281Uyu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xlt350UlqNd8uHJAutamKyh62I281Uyu > .row .container > .video-iframe-container { display: none; }#Xlt350UlqNd8uHJAutamKyh62I281Uyu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xlt350UlqNd8uHJAutamKyh62I281Uyu > .row > .video-iframe-container { display: none; }#Xlt350UlqNd8uHJAutamKyh62I281Uyu > .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); }#Xlt350UlqNd8uHJAutamKyh62I281Uyu > .row .container { border-width: 0; border-radius: 0; }#Xlt350UlqNd8uHJAutamKyh62I281Uyu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xlt350UlqNd8uHJAutamKyh62I281Uyu > .row .container { font-size:14px;font-family:arial;height:485px;width:1200px;position:relative;display:block; }#e2VGNBUnItMKvTBrBeBcIVNNfARGK374 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9e677f41-012d-4f54-845b-332d958f8d32/6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e2VGNBUnItMKvTBrBeBcIVNNfARGK374.adaptive-delivery-prevent-bg, #e2VGNBUnItMKvTBrBeBcIVNNfARGK374.lazyload, #e2VGNBUnItMKvTBrBeBcIVNNfARGK374.lazyloading { background-image: none; }#e2VGNBUnItMKvTBrBeBcIVNNfARGK374 > .row .container { background-color: transparent; background-image: none; }#e2VGNBUnItMKvTBrBeBcIVNNfARGK374::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2VGNBUnItMKvTBrBeBcIVNNfARGK374 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2VGNBUnItMKvTBrBeBcIVNNfARGK374 > .row .container > .video-iframe-container { display: none; }#e2VGNBUnItMKvTBrBeBcIVNNfARGK374 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2VGNBUnItMKvTBrBeBcIVNNfARGK374 > .row > .video-iframe-container { display: none; }#e2VGNBUnItMKvTBrBeBcIVNNfARGK374 > .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); }#e2VGNBUnItMKvTBrBeBcIVNNfARGK374 > .row .container { border-width: 0; border-radius: 0; }#e2VGNBUnItMKvTBrBeBcIVNNfARGK374 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e2VGNBUnItMKvTBrBeBcIVNNfARGK374 > .row .container { font-size:14px;font-family:arial;height:503px;width:1200px;position:relative;display:block; }#IvKr7iPymQfMLLarKcil2zGTc3tQJNBh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IvKr7iPymQfMLLarKcil2zGTc3tQJNBh > .row .container { background-color: transparent; background-image: none; }#IvKr7iPymQfMLLarKcil2zGTc3tQJNBh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IvKr7iPymQfMLLarKcil2zGTc3tQJNBh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IvKr7iPymQfMLLarKcil2zGTc3tQJNBh > .row .container > .video-iframe-container { display: none; }#IvKr7iPymQfMLLarKcil2zGTc3tQJNBh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IvKr7iPymQfMLLarKcil2zGTc3tQJNBh > .row > .video-iframe-container { display: none; }#IvKr7iPymQfMLLarKcil2zGTc3tQJNBh > .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); }#IvKr7iPymQfMLLarKcil2zGTc3tQJNBh > .row .container { border-width: 0; border-radius: 0; }#IvKr7iPymQfMLLarKcil2zGTc3tQJNBh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IvKr7iPymQfMLLarKcil2zGTc3tQJNBh > .row .container { font-size:14px;font-family:arial;height:85px;width:1200px;position:relative;display:block; }#R9VgrCk20P7ybR0OecgIUUMEqxR0ABsE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/df111afc-d1de-42e3-938c-6accdd0a0e62/landingi17.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#R9VgrCk20P7ybR0OecgIUUMEqxR0ABsE.adaptive-delivery-prevent-bg, #R9VgrCk20P7ybR0OecgIUUMEqxR0ABsE.lazyload, #R9VgrCk20P7ybR0OecgIUUMEqxR0ABsE.lazyloading { background-image: none; }#R9VgrCk20P7ybR0OecgIUUMEqxR0ABsE > .row .container { background-color: transparent; background-image: none; }#R9VgrCk20P7ybR0OecgIUUMEqxR0ABsE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9VgrCk20P7ybR0OecgIUUMEqxR0ABsE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9VgrCk20P7ybR0OecgIUUMEqxR0ABsE > .row .container > .video-iframe-container { display: none; }#R9VgrCk20P7ybR0OecgIUUMEqxR0ABsE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9VgrCk20P7ybR0OecgIUUMEqxR0ABsE > .row > .video-iframe-container { display: none; }#R9VgrCk20P7ybR0OecgIUUMEqxR0ABsE > .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); }#R9VgrCk20P7ybR0OecgIUUMEqxR0ABsE > .row .container { border-width: 0; border-radius: 0; }#R9VgrCk20P7ybR0OecgIUUMEqxR0ABsE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R9VgrCk20P7ybR0OecgIUUMEqxR0ABsE > .row .container { font-size:14px;font-family:arial;height:641px;width:1200px;position:relative;display:block; }#v1BgAgBxNAvtkkByms0JGOJpyTxmKNAb { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:515.38330078125px;left:520px; }
#ST0p9gRmPsnok8n8NS4m7XmTUKx9LhrN { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:38px;width:38px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:521.38330078125px;left:744px; }
#FRnA5T7URSJ4PllnSWmxO0Mr2mxO4W3L { color:#ffffff;display:block;width:188px;position:absolute;font-family:"titillium web";font-size:20px;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:524.38330078125px;left:576px;height:32px;text-align:left;text-align-last:left;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; }
#EPTet5TysBmkp65xsCCbWHDTq62cUPWm { color:#ffffff;display:block;width:188px;position:absolute;font-family:"titillium web";font-size:20px;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:524.38330078125px;left:794px;height:32px;text-align:left;text-align-last:left;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; }
#uxSbiVAfnU2a7yDdzckWNqQR4EVTVRFc { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:41px;width:41px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:519.38330078125px;left:218px; }
#hEqxUwogw0zucLippfLDpsZ0Fp0dt4Td { background-color:#efad57;background-image:none;background-position:top left !important;background-repeat: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:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: 0 2px 5px rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:23px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:321px;height:66px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:308.38330078125px;left:440px;display:block; }
#VW9o86xZH1u1wyyK9TIKZWR4AiZEK7LZ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#XBUyokfiiZB15TPV1QnUANoqWfWkVUA4 { color:#ffffff;display:block;width:1200px;position:absolute;font-family:"din rounded";font-size:45px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:216.38330078125px;left:0px;height:58.5px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#h1RBWMQZ9rp02DEMSeoQI8A58C2eMQXc { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:276px;width:391px;top:0px;left:404px;overflow:hidden;display:block; }
#sFBi6TfVoTLmKG4sfN00zL7Urz8FAZOK { color:#ffffff;display:block;width:377px;position:absolute;font-family:"titillium web";font-size:20px;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:508.38330078125px;left:264px;height:64px;text-align:left;text-align-last:left;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; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tm15XexmGWUiddRVkCZ6xFlSstiqg4uq { display:block; }#tm15XexmGWUiddRVkCZ6xFlSstiqg4uq > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTnG7z4N0tB8epNASg5d6RWTSCFJIT8I { width:293px;height:62px;top:463px;left:245px;display:block; }
 }@media only screen and (max-width: 763px) { #ErDQuspzeBEzoOTWGbL2iWlwa0UFzKgI { display:block; }
 }@media only screen and (max-width: 763px) { #TBQVC0BXR55nqyFf8PTKAUaN81NmBGyy { width:764px;height:97px;top:243px;left:0px;font-size:75px;display:block; }
 }@media only screen and (max-width: 763px) { #kGTxQE7nqQtKIlsqvW29Mp1C7f5wAdGO { width:390px;height:94px;top:340px;left:196px;font-size:73px;display:block; }
 }@media only screen and (max-width: 763px) { #V99wUw7nk1yGclVeBQNWyibndhPEaVb0 { top:0px;left:235px;width:293px;height:206px;display:block; }
 }@media only screen and (max-width: 763px) { #BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v { display:block; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oNN1ycRTrwsbbREiJLTXLXFFwG4Imn7T { top:143px;left:382px;width:75px;height:4px;display:block; }
 }@media only screen and (max-width: 763px) { #kRe5Dv47OfILi5kCpZEfg31MPpxgrScL { top:177px;left:245px;width:468px;height:296px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #EyfrC4nk5ifebgLuximtTTBIA5sRsXay { top:92px;left:382px;width:382px;height:40px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #zABDIT0xnxncTRCPAQfBPBpk78X9V35B { display:block; }#zABDIT0xnxncTRCPAQfBPBpk78X9V35B > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lqZxWPlI8Mt3Khac4WvQi5awbs0cZOeC { display:block; }#lqZxWPlI8Mt3Khac4WvQi5awbs0cZOeC > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ynE2fr4lo8OT6TRTi3e5pnaWffNZ8N4R { display:block; }#ynE2fr4lo8OT6TRTi3e5pnaWffNZ8N4R > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SZmay5KLDClfClbKNf492BZpySlNEsdp { display:block; }#SZmay5KLDClfClbKNf492BZpySlNEsdp > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dw51QxQHrkbI1fJJC0lbJXKvq0bMeaJm { display:block; }#dw51QxQHrkbI1fJJC0lbJXKvq0bMeaJm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #avuWJaGVgzuPKDUOCsZe8gTNoSUeBqOA { display:none; }#avuWJaGVgzuPKDUOCsZe8gTNoSUeBqOA > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PM7Uw265suC5lbGAbT3uJh5sKlnBE4Nm { display:block; }#PM7Uw265suC5lbGAbT3uJh5sKlnBE4Nm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #guSWNiWchmaubfRhUPwzo6Cq95NpAAz5 { display:block; }#guSWNiWchmaubfRhUPwzo6Cq95NpAAz5 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UL38L5FNe5medk9MN2SPcenyIoyO2AvS { display:block; }#UL38L5FNe5medk9MN2SPcenyIoyO2AvS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kC1QbMcswBhwELUhmcSS8L49wSyGvBK3 { display:block; }#kC1QbMcswBhwELUhmcSS8L49wSyGvBK3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iEaKP93SEdNTZPHamdTF5CTlxmgMr5fu { display:block; }#iEaKP93SEdNTZPHamdTF5CTlxmgMr5fu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aEL4V1rx6QuLsVU1g4TVpBg5fLymWp5d { display:block; }#aEL4V1rx6QuLsVU1g4TVpBg5fLymWp5d > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zLWg4umcJfLAouQhZo1cGDsXKXtcdre3 { display:block; }#zLWg4umcJfLAouQhZo1cGDsXKXtcdre3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xlt350UlqNd8uHJAutamKyh62I281Uyu { display:block; }#Xlt350UlqNd8uHJAutamKyh62I281Uyu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e2VGNBUnItMKvTBrBeBcIVNNfARGK374 { display:block; }#e2VGNBUnItMKvTBrBeBcIVNNfARGK374 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IvKr7iPymQfMLLarKcil2zGTc3tQJNBh { display:block; }#IvKr7iPymQfMLLarKcil2zGTc3tQJNBh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R9VgrCk20P7ybR0OecgIUUMEqxR0ABsE { display:block; }#R9VgrCk20P7ybR0OecgIUUMEqxR0ABsE > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v1BgAgBxNAvtkkByms0JGOJpyTxmKNAb { top:515px;left:302px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #ST0p9gRmPsnok8n8NS4m7XmTUKx9LhrN { top:521px;left:526px;width:38px;height:38px;display:block; }
 }@media only screen and (max-width: 763px) { #FRnA5T7URSJ4PllnSWmxO0Mr2mxO4W3L { width:188px;height:32px;top:524px;left:358px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #EPTet5TysBmkp65xsCCbWHDTq62cUPWm { width:188px;height:32px;top:524px;left:576px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #uxSbiVAfnU2a7yDdzckWNqQR4EVTVRFc { top:519px;left:0px;width:41px;height:41px;display:block; }
 }@media only screen and (max-width: 763px) { #hEqxUwogw0zucLippfLDpsZ0Fp0dt4Td { width:321px;height:66px;top:308px;left:222px;display:block; }
 }@media only screen and (max-width: 763px) { #VW9o86xZH1u1wyyK9TIKZWR4AiZEK7LZ { display:block; }
 }@media only screen and (max-width: 763px) { #XBUyokfiiZB15TPV1QnUANoqWfWkVUA4 { width:764px;height:58px;top:216px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #h1RBWMQZ9rp02DEMSeoQI8A58C2eMQXc { top:0px;left:186px;width:391px;height:276px;display:block; }
 }@media only screen and (max-width: 763px) { #sFBi6TfVoTLmKG4sfN00zL7Urz8FAZOK { width:377px;height:64px;top:508px;left:46px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tm15XexmGWUiddRVkCZ6xFlSstiqg4uq { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8c7d722a-e928-4815-9e23-ab97d33c3cbc/240606_WES_007po2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tm15XexmGWUiddRVkCZ6xFlSstiqg4uq.adaptive-delivery-prevent-bg, #tm15XexmGWUiddRVkCZ6xFlSstiqg4uq.lazyload, #tm15XexmGWUiddRVkCZ6xFlSstiqg4uq.lazyloading { background-image: none; }#tm15XexmGWUiddRVkCZ6xFlSstiqg4uq > .row .container { background-color: transparent; background-image: none; }#tm15XexmGWUiddRVkCZ6xFlSstiqg4uq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.36); }#tm15XexmGWUiddRVkCZ6xFlSstiqg4uq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tm15XexmGWUiddRVkCZ6xFlSstiqg4uq > .row .container > .video-iframe-container { display: none; }#tm15XexmGWUiddRVkCZ6xFlSstiqg4uq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.36); }#tm15XexmGWUiddRVkCZ6xFlSstiqg4uq > .row > .video-iframe-container { display: none; }#tm15XexmGWUiddRVkCZ6xFlSstiqg4uq > .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); }#tm15XexmGWUiddRVkCZ6xFlSstiqg4uq > .row .container { border-width: 0; border-radius: 0; }#tm15XexmGWUiddRVkCZ6xFlSstiqg4uq::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tm15XexmGWUiddRVkCZ6xFlSstiqg4uq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tm15XexmGWUiddRVkCZ6xFlSstiqg4uq > .row .container { width:320px;height:385px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTnG7z4N0tB8epNASg5d6RWTSCFJIT8I { width:185px;height:38px;top:286.20001220703px;left:67.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ErDQuspzeBEzoOTWGbL2iWlwa0UFzKgI { display:block; }
 }@media only screen and (max-width: 763px) { #TBQVC0BXR55nqyFf8PTKAUaN81NmBGyy { width:320px;height:41.6px;top:159px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #kGTxQE7nqQtKIlsqvW29Mp1C7f5wAdGO { width:320px;height:41.6px;top:201px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #V99wUw7nk1yGclVeBQNWyibndhPEaVb0 { width:211px;height:149px;top:0px;left:54.5px;display:block; }
 }@media only screen and (max-width: 763px) { #BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v { display:block; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v { background-color: transparent; background-image: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container > .video-iframe-container { display: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row > .video-iframe-container { display: none; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .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); }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v { border-width: 0; border-radius: 0; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container { width:320px;height:369px;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7567ac3f-2e05-4a4a-982e-79bfd08fb3e5/landingiwidokztel36.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container.adaptive-delivery-prevent-bg, #BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container.lazyload, #BvIEeS5rAQRcS111rluNGUkwUQ0a0N2v > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #oNN1ycRTrwsbbREiJLTXLXFFwG4Imn7T { width:39px;height:5px;top:62.416687011719px;left:119.5px;display:block; }
 }@media only screen and (max-width: 763px) { #kRe5Dv47OfILi5kCpZEfg31MPpxgrScL { width:298px;height:236.6px;top:93.599975585938px;left:11px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EyfrC4nk5ifebgLuximtTTBIA5sRsXay { width:100px;height:28.6px;top:32.700012207031px;left:110px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zABDIT0xnxncTRCPAQfBPBpk78X9V35B { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c21b8a35-b02c-4a07-b5a2-40b77d9aebcc/landingiwidokztel11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zABDIT0xnxncTRCPAQfBPBpk78X9V35B.adaptive-delivery-prevent-bg, #zABDIT0xnxncTRCPAQfBPBpk78X9V35B.lazyload, #zABDIT0xnxncTRCPAQfBPBpk78X9V35B.lazyloading { background-image: none; }#zABDIT0xnxncTRCPAQfBPBpk78X9V35B > .row .container { background-color: transparent; background-image: none; }#zABDIT0xnxncTRCPAQfBPBpk78X9V35B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zABDIT0xnxncTRCPAQfBPBpk78X9V35B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zABDIT0xnxncTRCPAQfBPBpk78X9V35B > .row .container > .video-iframe-container { display: none; }#zABDIT0xnxncTRCPAQfBPBpk78X9V35B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zABDIT0xnxncTRCPAQfBPBpk78X9V35B > .row > .video-iframe-container { display: none; }#zABDIT0xnxncTRCPAQfBPBpk78X9V35B > .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); }#zABDIT0xnxncTRCPAQfBPBpk78X9V35B > .row .container { width:320px;height:127px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lqZxWPlI8Mt3Khac4WvQi5awbs0cZOeC { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3aa9b477-9627-481f-bbdf-04c5040b6314/3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#lqZxWPlI8Mt3Khac4WvQi5awbs0cZOeC.adaptive-delivery-prevent-bg, #lqZxWPlI8Mt3Khac4WvQi5awbs0cZOeC.lazyload, #lqZxWPlI8Mt3Khac4WvQi5awbs0cZOeC.lazyloading { background-image: none; }#lqZxWPlI8Mt3Khac4WvQi5awbs0cZOeC > .row .container { background-color: transparent; background-image: none; }#lqZxWPlI8Mt3Khac4WvQi5awbs0cZOeC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lqZxWPlI8Mt3Khac4WvQi5awbs0cZOeC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lqZxWPlI8Mt3Khac4WvQi5awbs0cZOeC > .row .container > .video-iframe-container { display: none; }#lqZxWPlI8Mt3Khac4WvQi5awbs0cZOeC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lqZxWPlI8Mt3Khac4WvQi5awbs0cZOeC > .row > .video-iframe-container { display: none; }#lqZxWPlI8Mt3Khac4WvQi5awbs0cZOeC > .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); }#lqZxWPlI8Mt3Khac4WvQi5awbs0cZOeC > .row .container { width:320px;height:539px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ynE2fr4lo8OT6TRTi3e5pnaWffNZ8N4R { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0fbaa1eb-c8f7-48e5-a43c-6362ba116e82/4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ynE2fr4lo8OT6TRTi3e5pnaWffNZ8N4R.adaptive-delivery-prevent-bg, #ynE2fr4lo8OT6TRTi3e5pnaWffNZ8N4R.lazyload, #ynE2fr4lo8OT6TRTi3e5pnaWffNZ8N4R.lazyloading { background-image: none; }#ynE2fr4lo8OT6TRTi3e5pnaWffNZ8N4R > .row .container { background-color: transparent; background-image: none; }#ynE2fr4lo8OT6TRTi3e5pnaWffNZ8N4R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynE2fr4lo8OT6TRTi3e5pnaWffNZ8N4R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynE2fr4lo8OT6TRTi3e5pnaWffNZ8N4R > .row .container > .video-iframe-container { display: none; }#ynE2fr4lo8OT6TRTi3e5pnaWffNZ8N4R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynE2fr4lo8OT6TRTi3e5pnaWffNZ8N4R > .row > .video-iframe-container { display: none; }#ynE2fr4lo8OT6TRTi3e5pnaWffNZ8N4R > .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); }#ynE2fr4lo8OT6TRTi3e5pnaWffNZ8N4R > .row .container { width:320px;height:602px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SZmay5KLDClfClbKNf492BZpySlNEsdp { background-color:#ffffff;background-image:none;display:block; }#SZmay5KLDClfClbKNf492BZpySlNEsdp > .row .container { background-color: transparent; background-image: none; }#SZmay5KLDClfClbKNf492BZpySlNEsdp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZmay5KLDClfClbKNf492BZpySlNEsdp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZmay5KLDClfClbKNf492BZpySlNEsdp > .row .container > .video-iframe-container { display: none; }#SZmay5KLDClfClbKNf492BZpySlNEsdp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZmay5KLDClfClbKNf492BZpySlNEsdp > .row > .video-iframe-container { display: none; }#SZmay5KLDClfClbKNf492BZpySlNEsdp > .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); }#SZmay5KLDClfClbKNf492BZpySlNEsdp > .row .container { width:320px;height:14px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dw51QxQHrkbI1fJJC0lbJXKvq0bMeaJm { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6de75d79-e05d-427f-a645-5db8542f3267/5.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#dw51QxQHrkbI1fJJC0lbJXKvq0bMeaJm.adaptive-delivery-prevent-bg, #dw51QxQHrkbI1fJJC0lbJXKvq0bMeaJm.lazyload, #dw51QxQHrkbI1fJJC0lbJXKvq0bMeaJm.lazyloading { background-image: none; }#dw51QxQHrkbI1fJJC0lbJXKvq0bMeaJm > .row .container { background-color: transparent; background-image: none; }#dw51QxQHrkbI1fJJC0lbJXKvq0bMeaJm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dw51QxQHrkbI1fJJC0lbJXKvq0bMeaJm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dw51QxQHrkbI1fJJC0lbJXKvq0bMeaJm > .row .container > .video-iframe-container { display: none; }#dw51QxQHrkbI1fJJC0lbJXKvq0bMeaJm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dw51QxQHrkbI1fJJC0lbJXKvq0bMeaJm > .row > .video-iframe-container { display: none; }#dw51QxQHrkbI1fJJC0lbJXKvq0bMeaJm > .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); }#dw51QxQHrkbI1fJJC0lbJXKvq0bMeaJm > .row .container { width:320px;height:548px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #avuWJaGVgzuPKDUOCsZe8gTNoSUeBqOA { display:block; }#avuWJaGVgzuPKDUOCsZe8gTNoSUeBqOA > .row .container { width:320px;height:61px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PM7Uw265suC5lbGAbT3uJh5sKlnBE4Nm { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/04b8d90f-8f62-41b3-a125-8a8240bd248b/6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#PM7Uw265suC5lbGAbT3uJh5sKlnBE4Nm.adaptive-delivery-prevent-bg, #PM7Uw265suC5lbGAbT3uJh5sKlnBE4Nm.lazyload, #PM7Uw265suC5lbGAbT3uJh5sKlnBE4Nm.lazyloading { background-image: none; }#PM7Uw265suC5lbGAbT3uJh5sKlnBE4Nm > .row .container { background-color: transparent; background-image: none; }#PM7Uw265suC5lbGAbT3uJh5sKlnBE4Nm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PM7Uw265suC5lbGAbT3uJh5sKlnBE4Nm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PM7Uw265suC5lbGAbT3uJh5sKlnBE4Nm > .row .container > .video-iframe-container { display: none; }#PM7Uw265suC5lbGAbT3uJh5sKlnBE4Nm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PM7Uw265suC5lbGAbT3uJh5sKlnBE4Nm > .row > .video-iframe-container { display: none; }#PM7Uw265suC5lbGAbT3uJh5sKlnBE4Nm > .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); }#PM7Uw265suC5lbGAbT3uJh5sKlnBE4Nm > .row .container { width:320px;height:549px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #guSWNiWchmaubfRhUPwzo6Cq95NpAAz5 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1604f254-6486-40c5-8ea1-832b7c4bbb14/landingiwidokztel316.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#guSWNiWchmaubfRhUPwzo6Cq95NpAAz5.adaptive-delivery-prevent-bg, #guSWNiWchmaubfRhUPwzo6Cq95NpAAz5.lazyload, #guSWNiWchmaubfRhUPwzo6Cq95NpAAz5.lazyloading { background-image: none; }#guSWNiWchmaubfRhUPwzo6Cq95NpAAz5 > .row .container { background-color: transparent; background-image: none; }#guSWNiWchmaubfRhUPwzo6Cq95NpAAz5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guSWNiWchmaubfRhUPwzo6Cq95NpAAz5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guSWNiWchmaubfRhUPwzo6Cq95NpAAz5 > .row .container > .video-iframe-container { display: none; }#guSWNiWchmaubfRhUPwzo6Cq95NpAAz5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guSWNiWchmaubfRhUPwzo6Cq95NpAAz5 > .row > .video-iframe-container { display: none; }#guSWNiWchmaubfRhUPwzo6Cq95NpAAz5 > .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); }#guSWNiWchmaubfRhUPwzo6Cq95NpAAz5 > .row .container { width:320px;height:433px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UL38L5FNe5medk9MN2SPcenyIoyO2AvS { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/733ed728-a6a5-4861-b7d5-da946b157d96/11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UL38L5FNe5medk9MN2SPcenyIoyO2AvS.adaptive-delivery-prevent-bg, #UL38L5FNe5medk9MN2SPcenyIoyO2AvS.lazyload, #UL38L5FNe5medk9MN2SPcenyIoyO2AvS.lazyloading { background-image: none; }#UL38L5FNe5medk9MN2SPcenyIoyO2AvS > .row .container { background-color: transparent; background-image: none; }#UL38L5FNe5medk9MN2SPcenyIoyO2AvS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UL38L5FNe5medk9MN2SPcenyIoyO2AvS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UL38L5FNe5medk9MN2SPcenyIoyO2AvS > .row .container > .video-iframe-container { display: none; }#UL38L5FNe5medk9MN2SPcenyIoyO2AvS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UL38L5FNe5medk9MN2SPcenyIoyO2AvS > .row > .video-iframe-container { display: none; }#UL38L5FNe5medk9MN2SPcenyIoyO2AvS > .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); }#UL38L5FNe5medk9MN2SPcenyIoyO2AvS > .row .container { border-width: 0; border-radius: 0; }#UL38L5FNe5medk9MN2SPcenyIoyO2AvS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UL38L5FNe5medk9MN2SPcenyIoyO2AvS > .row .container { width:320px;height:555px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kC1QbMcswBhwELUhmcSS8L49wSyGvBK3 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2fa915b4-6ad7-429f-8d8a-0b4944ef1d22/Projektbeznazwy58.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#kC1QbMcswBhwELUhmcSS8L49wSyGvBK3.adaptive-delivery-prevent-bg, #kC1QbMcswBhwELUhmcSS8L49wSyGvBK3.lazyload, #kC1QbMcswBhwELUhmcSS8L49wSyGvBK3.lazyloading { background-image: none; }#kC1QbMcswBhwELUhmcSS8L49wSyGvBK3 > .row .container { background-color: transparent; background-image: none; }#kC1QbMcswBhwELUhmcSS8L49wSyGvBK3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kC1QbMcswBhwELUhmcSS8L49wSyGvBK3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kC1QbMcswBhwELUhmcSS8L49wSyGvBK3 > .row .container > .video-iframe-container { display: none; }#kC1QbMcswBhwELUhmcSS8L49wSyGvBK3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kC1QbMcswBhwELUhmcSS8L49wSyGvBK3 > .row > .video-iframe-container { display: none; }#kC1QbMcswBhwELUhmcSS8L49wSyGvBK3 > .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); }#kC1QbMcswBhwELUhmcSS8L49wSyGvBK3 > .row .container { width:320px;height:147px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iEaKP93SEdNTZPHamdTF5CTlxmgMr5fu { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#iEaKP93SEdNTZPHamdTF5CTlxmgMr5fu.adaptive-delivery-prevent-bg, #iEaKP93SEdNTZPHamdTF5CTlxmgMr5fu.lazyload, #iEaKP93SEdNTZPHamdTF5CTlxmgMr5fu.lazyloading { background-image: none; }#iEaKP93SEdNTZPHamdTF5CTlxmgMr5fu > .row .container { background-color: transparent; background-image: none; }#iEaKP93SEdNTZPHamdTF5CTlxmgMr5fu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iEaKP93SEdNTZPHamdTF5CTlxmgMr5fu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iEaKP93SEdNTZPHamdTF5CTlxmgMr5fu > .row .container > .video-iframe-container { display: none; }#iEaKP93SEdNTZPHamdTF5CTlxmgMr5fu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iEaKP93SEdNTZPHamdTF5CTlxmgMr5fu > .row > .video-iframe-container { display: none; }#iEaKP93SEdNTZPHamdTF5CTlxmgMr5fu > .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); }#iEaKP93SEdNTZPHamdTF5CTlxmgMr5fu > .row .container { width:320px;height:18px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aEL4V1rx6QuLsVU1g4TVpBg5fLymWp5d { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/48020724-a604-44cc-bf57-043d316dd88a/12.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#aEL4V1rx6QuLsVU1g4TVpBg5fLymWp5d.adaptive-delivery-prevent-bg, #aEL4V1rx6QuLsVU1g4TVpBg5fLymWp5d.lazyload, #aEL4V1rx6QuLsVU1g4TVpBg5fLymWp5d.lazyloading { background-image: none; }#aEL4V1rx6QuLsVU1g4TVpBg5fLymWp5d > .row .container { background-color: transparent; background-image: none; }#aEL4V1rx6QuLsVU1g4TVpBg5fLymWp5d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aEL4V1rx6QuLsVU1g4TVpBg5fLymWp5d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aEL4V1rx6QuLsVU1g4TVpBg5fLymWp5d > .row .container > .video-iframe-container { display: none; }#aEL4V1rx6QuLsVU1g4TVpBg5fLymWp5d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aEL4V1rx6QuLsVU1g4TVpBg5fLymWp5d > .row > .video-iframe-container { display: none; }#aEL4V1rx6QuLsVU1g4TVpBg5fLymWp5d > .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); }#aEL4V1rx6QuLsVU1g4TVpBg5fLymWp5d > .row .container { width:320px;height:547px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zLWg4umcJfLAouQhZo1cGDsXKXtcdre3 { display:block; }#zLWg4umcJfLAouQhZo1cGDsXKXtcdre3 > .row .container { width:320px;height:15px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xlt350UlqNd8uHJAutamKyh62I281Uyu { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ab9def2c-ec05-4e12-814b-f7207d971086/13.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Xlt350UlqNd8uHJAutamKyh62I281Uyu.adaptive-delivery-prevent-bg, #Xlt350UlqNd8uHJAutamKyh62I281Uyu.lazyload, #Xlt350UlqNd8uHJAutamKyh62I281Uyu.lazyloading { background-image: none; }#Xlt350UlqNd8uHJAutamKyh62I281Uyu > .row .container { background-color: transparent; background-image: none; }#Xlt350UlqNd8uHJAutamKyh62I281Uyu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xlt350UlqNd8uHJAutamKyh62I281Uyu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xlt350UlqNd8uHJAutamKyh62I281Uyu > .row .container > .video-iframe-container { display: none; }#Xlt350UlqNd8uHJAutamKyh62I281Uyu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xlt350UlqNd8uHJAutamKyh62I281Uyu > .row > .video-iframe-container { display: none; }#Xlt350UlqNd8uHJAutamKyh62I281Uyu > .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); }#Xlt350UlqNd8uHJAutamKyh62I281Uyu > .row .container { width:320px;height:306px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e2VGNBUnItMKvTBrBeBcIVNNfARGK374 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/54a4c6fd-8646-4afc-b12d-bdb9ba745513/16.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#e2VGNBUnItMKvTBrBeBcIVNNfARGK374.adaptive-delivery-prevent-bg, #e2VGNBUnItMKvTBrBeBcIVNNfARGK374.lazyload, #e2VGNBUnItMKvTBrBeBcIVNNfARGK374.lazyloading { background-image: none; }#e2VGNBUnItMKvTBrBeBcIVNNfARGK374 > .row .container { background-color: transparent; background-image: none; }#e2VGNBUnItMKvTBrBeBcIVNNfARGK374::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2VGNBUnItMKvTBrBeBcIVNNfARGK374 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2VGNBUnItMKvTBrBeBcIVNNfARGK374 > .row .container > .video-iframe-container { display: none; }#e2VGNBUnItMKvTBrBeBcIVNNfARGK374 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2VGNBUnItMKvTBrBeBcIVNNfARGK374 > .row > .video-iframe-container { display: none; }#e2VGNBUnItMKvTBrBeBcIVNNfARGK374 > .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); }#e2VGNBUnItMKvTBrBeBcIVNNfARGK374 > .row .container { width:320px;height:506px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IvKr7iPymQfMLLarKcil2zGTc3tQJNBh { display:block; }#IvKr7iPymQfMLLarKcil2zGTc3tQJNBh > .row .container { width:320px;height:14px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R9VgrCk20P7ybR0OecgIUUMEqxR0ABsE { display:block; }#R9VgrCk20P7ybR0OecgIUUMEqxR0ABsE > .row .container { width:320px;height:517px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v1BgAgBxNAvtkkByms0JGOJpyTxmKNAb { display:flex;width:50px;height:50px;top:405px;left:61px; }
 }@media only screen and (max-width: 763px) { #ST0p9gRmPsnok8n8NS4m7XmTUKx9LhrN { display:flex;width:38px;height:38px;top:462px;left:67px; }
 }@media only screen and (max-width: 763px) { #FRnA5T7URSJ4PllnSWmxO0Mr2mxO4W3L { width:188px;height:22.4px;top:419px;left:115px;text-align:left;text-align-last:left;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #EPTet5TysBmkp65xsCCbWHDTq62cUPWm { width:188px;height:22.4px;top:470px;left:115px;text-align:left;text-align-last:left;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #uxSbiVAfnU2a7yDdzckWNqQR4EVTVRFc { display:flex;width:41px;height:41px;top:356px;left:65px; }
 }@media only screen and (max-width: 763px) { #hEqxUwogw0zucLippfLDpsZ0Fp0dt4Td { width:241px;height:51px;top:249.08334350586px;left:39.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #VW9o86xZH1u1wyyK9TIKZWR4AiZEK7LZ { display:block; }
 }@media only screen and (max-width: 763px) { #XBUyokfiiZB15TPV1QnUANoqWfWkVUA4 { width:247px;height:78px;top:142.61669921875px;left:36.5px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #h1RBWMQZ9rp02DEMSeoQI8A58C2eMQXc { width:188px;height:132px;top:10.61669921875px;left:61px;display:block; }
 }@media only screen and (max-width: 763px) { #sFBi6TfVoTLmKG4sfN00zL7Urz8FAZOK { width:166px;height:44.8px;top:354px;left:115px;text-align:left;text-align-last:left;font-size:14px;display:block; }
 }