.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5f3bc4dd-4e95-4031-bd4c-192cd5cec812/Projektbeznazwy75.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5f3bc4dd-4e95-4031-bd4c-192cd5cec812/Projektbeznazwy75.png");background-position:center left !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; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi.adaptive-delivery-prevent-bg, #wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi.lazyload, #wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi.lazyloading { background-image: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { background-color: transparent; background-image: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container > .video-iframe-container { display: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container { display: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .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); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { border-width: 0; border-radius: 0; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { font-size:14px;font-family:arial;height:624px;width:960px;position:relative;display:block; }#zSJaXRuNmZhu9AJ7N7Rl4MbtfKTIBDhT { color:#ffffff;display:block;width:793px;position:absolute;font-family:"open sans";font-size:33px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:187px;left:105.50001525879px;height:85.8px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bWUh1qR7noLbay8RD3KtnT7qums32IOc { color:#ffffff;display:block;width:411px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:299px;left:287.00001525879px;height:25.6px;display:block; }
#vgD5o4R4Rwgr8qTKGZ07Ldan3thfyT2U { z-index:15003;top:372px;left:383.00001525879px;background-color:#bbe94a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;box-shadow: 1px 4px 20px #f9f9f9 ;box-sizing:border-box;color:#191b3f;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:21px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#aWaMOqu3Kp505u2rO4zBqc9ftZAMUNvH { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#leoPqBSKcoISvwJ2atEaqOWQyy3ROw2p { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:145px;height:42px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:40px;left:420px;display:block; }
#LnkC6P1RS5q9HDgNmlOn70JkToNncwRy { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#xuJcTBTRBSlxf8BoqBrP8myT035WBOSa { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:142px;height:42px;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:40px;left:579px;display:block; }
#PRhXqVtoxdvVUrsMWUTH32JkEoRZ6k8l { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#u568e3HA1du1hMJKAbtTqtxT5pnFeO9T { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:135px;height:42px;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:40px;left:737.00003051758px;display:block; }
#oILIsRPG4UBKPLXTFi4XbEsQnuw8WSyO { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#DUTbgeHS4stxmsqn4gUFQNhKkkvX9PKR { position:absolute;display:block;z-index:15011;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:89px;width:184px;top:0px;left:0px;overflow:hidden;display:block; }
#TVE1hpr82HeeE7zVE6kFfZUZRTzVfvzW { color:#000000;display:block;width:689px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:290.5px;left:151.00001525879px;height:41.6px;text-align:center;text-align-last:center;display:block; }
#bPZsCsD6Xa5UivPTAID3XKiqMvFuOccF { position:absolute;display:block;z-index:15013;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:185px;width:185px;top:272.79547119141px;left:82.500015258789px;overflow:hidden;display:block; }
#CSlIais0DfOImF6FfxcR668S2dz8yTdd { position:relative;display:block; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd { background-color: transparent; background-image: none; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row .container > .video-iframe-container { display: none; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row > .video-iframe-container { display: none; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .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); }#CSlIais0DfOImF6FfxcR668S2dz8yTdd { border-width: 0; border-radius: 0; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .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; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5f3bc4dd-4e95-4031-bd4c-192cd5cec812/Projektbeznazwy75.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:14px;font-family:arial;height:752px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row .container.adaptive-delivery-prevent-bg, #CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row .container.lazyload, #CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row .container.lazyloading { background-image: none; }#m57IXMgdbJKbNNaUM2asaHJWxPvHe3SR { position:absolute;display:block;z-index:15010;background-color:#bbef3a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:70px;border-top-right-radius:70px;border-bottom-left-radius:70px;border-bottom-right-radius:70px;height:70px;width:70px;top:234.98864746094px;left:8.7272796630859px;display:block; }
#xtxZDWKx9NBwfLhUEeIEVaU8fi8ddZGO { color:#575761;display:block;width:302px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:190.64773988724px;left:97.727279663086px;height:25.6px;display:block; }
#DrgHTTaNuIIgqraR1NX7NnT4zeciNwn9 { color:#f9f9f9;display:block;width:960px;position:absolute;font-family:"open sans";font-size:45px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:73.97721862793px;left:0px;height:58.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UAwla7Z2B5cieZqPQI9PMDpkFqTkNI2k { position:absolute;display:block;z-index:15021;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:76px;width:76px;top:215.5px;left:21.727279663086px;overflow:hidden;display:block; }
#BtVaP6pFLnqx8Qf8x7DhNGaJ9GuGwunt { color:#f9f9f9;display:block;width:326px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:234.98863649368px;left:105.00001525879px;height:155.6px;display:block; }#BtVaP6pFLnqx8Qf8x7DhNGaJ9GuGwunt li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#BtVaP6pFLnqx8Qf8x7DhNGaJ9GuGwunt li:before{  }
#dPw48Ttxzeo6XDKzVGodI4OuM3qALQXV { position:absolute;display:block;z-index:15011;background-color:#bbef3a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:70px;border-top-right-radius:70px;border-bottom-left-radius:70px;border-bottom-right-radius:70px;height:70px;width:70px;top:234.98863649368px;left:503.00001525879px;display:block; }
#C9J4W0FtMXb5Z7JOO0TqNkFOykqf9aZa { position:absolute;display:block;z-index:15023;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:70px;width:70px;top:216.21591758728px;left:511.72731018066px;overflow:hidden;display:block; }
#Va6aTvmInAXeTr2Sis5CDpP3PUutoCU3 { color:#575761;display:block;width:302px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:190.6363735199px;left:599.00001525879px;height:25.6px;display:block; }
#rJzCWTQwC3U37fm4eVTJpnGEGMZ0XWWk { color:#f9f9f9;display:block;width:326px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:234.98863792419px;left:599.00001525879px;height:119px;display:block; }#rJzCWTQwC3U37fm4eVTJpnGEGMZ0XWWk li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#rJzCWTQwC3U37fm4eVTJpnGEGMZ0XWWk li:before{  }
#iwlRPON9IHpqqGCOwafl4KLnKA2I0suW { position:absolute;display:block;z-index:15011;background-color:#bbef3a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:70px;border-top-right-radius:70px;border-bottom-left-radius:70px;border-bottom-right-radius:70px;height:70px;width:70px;top:480.09091186523px;left:8.7272796630859px;display:block; }
#VxX43VU94sRgy5kgNLhF7mc4c1INiBTn { color:#575761;display:block;width:302px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:455.23866271973px;left:97.727279663086px;height:25.6px;display:block; }
#FxaVR448vcXf7BAXv6KQ0XxgSebvH0hK { position:absolute;display:block;z-index:15024;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:65px;width:65px;top:465.72727966309px;left:14.454544067383px;overflow:hidden;display:block; }
#ksX0AIeMGtt4WS6Pyw0zfwTeWIgAoXeb { color:#f9f9f9;display:block;width:326px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:510.22735595703px;left:105.00001525879px;height:98.2px;display:block; }#ksX0AIeMGtt4WS6Pyw0zfwTeWIgAoXeb li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#ksX0AIeMGtt4WS6Pyw0zfwTeWIgAoXeb li:before{  }
#H7nxw5p76LQgzw7zf9ovG5GmGs83w2FC { position:absolute;display:block;z-index:15012;background-color:#bbef3a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:70px;border-top-right-radius:70px;border-bottom-left-radius:70px;border-bottom-right-radius:70px;height:70px;width:70px;top:480.09092712402px;left:503.00001525879px;display:block; }
#cALJcJnqvRSgMCEdT7QqWe6qCD9Txzgp { position:absolute;display:block;z-index:15025;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:70px;width:70px;top:463.21592712402px;left:511.72731018066px;overflow:hidden;display:block; }
#DafsBiupUQFQVSA9tSkvLA746Hwe5urg { color:#575761;display:block;width:302px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:455.23864746094px;left:599.00001525879px;height:25.6px;display:block; }
#GQGNxXEscGoTvZbJJnMSBu9GZr7zMdR0 { color:#f9f9f9;display:block;width:326px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:510.22729492188px;left:599.00001525879px;height:;display:block; }#GQGNxXEscGoTvZbJJnMSBu9GZr7zMdR0 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#GQGNxXEscGoTvZbJJnMSBu9GZr7zMdR0 li:before{  }
#IMtJQh5nKyuJL45OmeMBeVwLQUn99Xp7 { position:relative;display:block; }#IMtJQh5nKyuJL45OmeMBeVwLQUn99Xp7 { background-color: transparent; background-image: none; }#IMtJQh5nKyuJL45OmeMBeVwLQUn99Xp7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMtJQh5nKyuJL45OmeMBeVwLQUn99Xp7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMtJQh5nKyuJL45OmeMBeVwLQUn99Xp7 > .row .container > .video-iframe-container { display: none; }#IMtJQh5nKyuJL45OmeMBeVwLQUn99Xp7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMtJQh5nKyuJL45OmeMBeVwLQUn99Xp7 > .row > .video-iframe-container { display: none; }#IMtJQh5nKyuJL45OmeMBeVwLQUn99Xp7 > .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); }#IMtJQh5nKyuJL45OmeMBeVwLQUn99Xp7 { border-width: 0; border-radius: 0; }#IMtJQh5nKyuJL45OmeMBeVwLQUn99Xp7 > .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; }#IMtJQh5nKyuJL45OmeMBeVwLQUn99Xp7 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#772121;background-image:url("https://images.assets-landingi.com/uc/5f3bc4dd-4e95-4031-bd4c-192cd5cec812/Projektbeznazwy75.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;font-size:14px;font-family:arial;height:697px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#IMtJQh5nKyuJL45OmeMBeVwLQUn99Xp7 > .row .container.adaptive-delivery-prevent-bg, #IMtJQh5nKyuJL45OmeMBeVwLQUn99Xp7 > .row .container.lazyload, #IMtJQh5nKyuJL45OmeMBeVwLQUn99Xp7 > .row .container.lazyloading { background-image: none; }#vhn1ELsXIAVMl5FTEQqyi3oz8onzdaMF { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:72px;width:72px;top:290px;left:0px;overflow:hidden;display:block; }
#VFrSlzzQ3KD3rHhpgnGcQ5Igrxki2263 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:91px;width:91px;top:290px;left:177.88751220703px;overflow:hidden;display:block; }
#ENPQu7WJNaw1CA0kJcxvfShIDqIeXhAL { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:85px;width:85px;top:290px;left:426.00003051758px;overflow:hidden;display:block; }
#BHVHiRTfZHFzS1OOOZdKRe3XwAF9aQy0 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:90px;width:90px;top:290px;left:663.50003051758px;overflow:hidden;display:block; }
#IJuktOUXymrQrwzFHZXPp4mJwEZiTVBZ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:92px;width:92px;top:290px;left:867.99996948242px;overflow:hidden;display:block; }
#znPZzM9yDLbXPw4v2eEhP1HWvHaB1oy5 { position:absolute;display:block;z-index:15013;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:37px;width:37px;top:392px;left:214px;overflow:hidden;display:block; }
#kZ2NMbZTv1STWvay8zGe3Qh6wbFvgtvS { position:absolute;display:block;z-index:15006;background-color:#afe32f;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:6px;width:899px;top:407px;left:37px;display:block; }
#WxaZZLLEPLNwDF1vGPX2q6yWRTkcSLyy { position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;border-top:6px solid #afe32f;border-left:6px solid #afe32f;border-right:6px solid #afe32f;border-bottom:6px solid #afe32f;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;height:25px;width:25px;top:392px;left:0px;display:block; }
#xunmDoayCNMdZqQ2v6uwc7bMy8JpiDyT { position:absolute;display:block;z-index:15008;background-color:#afe32f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;height:37px;width:37px;top:392px;left:923px;display:block; }
#AAg5gfHSRDTacTXSLJxqhRdSlWgRosFo { color:#ffffff;display:block;width:142px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:457.0000166297px;left:0px;height:83.2px;text-align:center;text-align-last:center;display:block; }
#JXKwtQXRR7CR4xf3oPVdaqMxhegVQz4C { color:#ffffff;display:block;width:126px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:457.80001831055px;left:169.5px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#pDxVCJEFxzK5pmSDqHaLFBgWxxSb5edg { color:#ffffff;display:block;width:167px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:446.60000610352px;left:368.00003051758px;height:104px;text-align:center;text-align-last:center;display:block; }
#TftmrRomzOnxd8ON1z3zEgkMT5VGbifH { color:#ffffff;display:block;width:170px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:457.0000166297px;left:607.00001525879px;height:83.2px;text-align:center;text-align-last:center;display:block; }
#fDl4e45nSQUm6SIvQTqS7ZK2XLTHysMn { color:#ffffff;display:block;width:149px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:457.0000166297px;left:809.00007629395px;height:83.2px;text-align:center;text-align-last:center;display:block; }
#nTm81sR97ZkKmRvdmqe4vc3NDvx2MC8q { color:#ffffff;display:block;width:946px;position:absolute;font-family:"open sans";font-size:45px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:92px;left:7px;height:58.5px;font-style:normal;display:block; }
#Oqexl5Ugv0mna3rguCusz0IOd0uJU2Gw { color:#ffffff;display:block;width:947px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:160px;left:7px;height:26px;display:block; }
#cgndI3wkpzmQs2eyOQ2NONHqZX5zqr5i { position:absolute;display:block;z-index:15014;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:37px;width:37px;top:392.00001144409px;left:450.00003051758px;overflow:hidden;display:block; }
#tnIb1BOEtN3RpGU6wzr6P33aqTwrHLDu { position:absolute;display:block;z-index:15015;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:37px;width:37px;top:392.00001144409px;left:690.00003051758px;overflow:hidden;display:block; }
#KaTs74SKJKe9xQVRpbzND6z8lnxkoWe7 { position:absolute;display:block;z-index:15008;background-color:#afe32f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;height:37px;width:37px;top:392px;left:923px;display:none; }
#NZZp7CE3OAHHqewyVMCkVN45iZ2eOaTk { position:absolute;display:block;z-index:15008;background-color:#afe32f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;height:37px;width:37px;top:392px;left:923px;display:none; }
#Vvm6lbNBMahxmp8vCkhOw8dDym6R8wkJ { position:absolute;display:block;z-index:15008;background-color:#afe32f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;height:37px;width:37px;top:392px;left:923px;display:none; }
#OlyJfGQ9SzwqokGuCuuS6McZvdwHAfXy { position:absolute;display:block;z-index:15008;background-color:#afe32f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;height:37px;width:37px;top:392px;left:923px;display:none; }
#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR { position:relative;display:block; }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR { background-color: transparent; background-image: none; }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row .container > .video-iframe-container { display: none; }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row > .video-iframe-container { display: none; }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .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); }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR { border-width: 0; border-radius: 0; }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .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; }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5f3bc4dd-4e95-4031-bd4c-192cd5cec812/Projektbeznazwy75.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;font-size:14px;font-family:arial;height:530px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row .container.adaptive-delivery-prevent-bg, #dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row .container.lazyload, #dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row .container.lazyloading { background-image: none; }#iHDh6lEaz0iyUuwnDAaBL1OtNI3iQRUa { color:#f9f9f9;display:block;width:960px;position:absolute;font-family:"open sans";font-size:45px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:57.5px;left:0px;height:58.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dbyu0TMu3UBIEZlA1yhbatbbxrMqPrR7 { color:#f9f9f9;display:block;width:295px;position:absolute;font-family:"open sans";font-size:16px;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:193.19999694824px;left:332.50003051758px;height:201.6px;text-align:center;text-align-last:center;font-style:italic;display:block; }
#X4Ekkhr28ulc5e8QpucCGyWxmH5ZyI1y { color:#afe32f;display:block;width:242px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:405.00001525879px;left:374.30001831055px;height:25.6px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#roMvyCB8cdnAlQrDtVLmzpe7c28IixTH { color:#afe32f;display:block;width:256px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:405.00001525879px;left:39.799987792969px;height:25.6px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#FhS1xV0EITbZeEOzgV8eeGaoHk4nUrlA { color:#f9f9f9;display:block;width:295px;position:absolute;font-family:"open sans";font-size:16px;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:196px;left:0px;height:172.8px;text-align:center;text-align-last:center;font-style:italic;display:block; }
#ikH5zissLmIWB93t7iyPnKXTQUGTuQZk { color:#afe32f;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:405.00001525879px;left:712.50003051758px;height:25.6px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#IQw8l217iGmCukPPqZiiuGIcVSFPr1sK { color:#f9f9f9;display:block;width:295px;position:absolute;font-family:"open sans";font-size:16px;font-weight:400;z-index:15008;line-height:1.8;letter-spacing:0;top:253.59999084473px;left:665.00003051758px;height:57.6px;text-align:center;text-align-last:center;font-style:italic;display:block; }
#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 { position:relative;display:block; }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 { background-color: transparent; background-image: none; }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 > .row .container > .video-iframe-container { display: none; }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 > .row > .video-iframe-container { display: none; }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 > .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); }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 { border-width: 0; border-radius: 0; }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 > .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; }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5f3bc4dd-4e95-4031-bd4c-192cd5cec812/Projektbeznazwy75.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;font-size:14px;font-family:arial;height:184px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 > .row .container.adaptive-delivery-prevent-bg, #mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 > .row .container.lazyload, #mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 > .row .container.lazyloading { background-image: none; }#crTnILwmEDfXJOXrw2J5FsTMQCMlH8P0 { color:#f9f9f9;display:block;width:960px;position:absolute;font-family:"open sans";font-size:45px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:64px;left:0px;height:58.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#meXisEIwRQMiHdGbL5hcpROI0GpTvKxK { position:relative;display:block; }#meXisEIwRQMiHdGbL5hcpROI0GpTvKxK { background-color: transparent; background-image: none; }#meXisEIwRQMiHdGbL5hcpROI0GpTvKxK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meXisEIwRQMiHdGbL5hcpROI0GpTvKxK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meXisEIwRQMiHdGbL5hcpROI0GpTvKxK > .row .container > .video-iframe-container { display: none; }#meXisEIwRQMiHdGbL5hcpROI0GpTvKxK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meXisEIwRQMiHdGbL5hcpROI0GpTvKxK > .row > .video-iframe-container { display: none; }#meXisEIwRQMiHdGbL5hcpROI0GpTvKxK > .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); }#meXisEIwRQMiHdGbL5hcpROI0GpTvKxK { border-width: 0; border-radius: 0; }#meXisEIwRQMiHdGbL5hcpROI0GpTvKxK > .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; }#meXisEIwRQMiHdGbL5hcpROI0GpTvKxK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5f3bc4dd-4e95-4031-bd4c-192cd5cec812/Projektbeznazwy75.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;font-size:14px;font-family:arial;height:494px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#meXisEIwRQMiHdGbL5hcpROI0GpTvKxK > .row .container.adaptive-delivery-prevent-bg, #meXisEIwRQMiHdGbL5hcpROI0GpTvKxK > .row .container.lazyload, #meXisEIwRQMiHdGbL5hcpROI0GpTvKxK > .row .container.lazyloading { background-image: none; }#MJAkDFU0tvpMCAAQNRXiErkkvR2D3Buv { position:absolute;display:block;z-index:15004;background-color:#afe32f;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:489px;width:306px;top:0px;left:327.00001525879px;display:block; }
#PL8FzRqtDQCyLZoG9C0nTFcJwDvX3pSg { color:#191b3f;display:block;width:282px;position:absolute;font-family:"open sans";font-size:35px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:40px;left:339px;height:45.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IBklC7RN309WoGfJZUssTmhzgETgdNJI { color:#191b3f;display:block;width:80px;position:absolute;font-family:"open sans";font-size:45px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:127px;left:406px;height:58.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pW976IIpcrtsW7XvIT07FECqI1QMRPD9 { color:#191b3f;display:block;width:80px;position:absolute;font-family:"open sans";font-size:22px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:127.00004577637px;left:486.00003051758px;height:28.6px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#v7OMgqhZ5wEcwAcRd22KTLVsC6OVdhr8 { color:#191b3f;display:block;width:260px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:216.39999389648px;left:350px;height:25.6px;text-align:center;text-align-last:center;display:block; }
#Q9R3G0E8QWPWaNKG9wTDBOTXv6rOHHLQ { color:#191b3f;display:block;width:218px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:271.89999389648px;left:371.00003051758px;height:143px;text-align:left;text-align-last:left;display:block; }#Q9R3G0E8QWPWaNKG9wTDBOTXv6rOHHLQ li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#Q9R3G0E8QWPWaNKG9wTDBOTXv6rOHHLQ li:before{  }
#diIULM8oxqeXCKDunpksxUchvdlIJN0S { position:relative;display:block; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S { background-color: transparent; background-image: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container > .video-iframe-container { display: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row > .video-iframe-container { display: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .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); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S { border-width: 0; border-radius: 0; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .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; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5f3bc4dd-4e95-4031-bd4c-192cd5cec812/Projektbeznazwy75.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:14px;font-family:arial;height:664px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container.adaptive-delivery-prevent-bg, #diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container.lazyload, #diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container.lazyloading { background-image: none; }#Olhv6qdCwTlQyTIPRSVEVFPCQPPqf3dQ { color:#ffffff;display:block;width:960px;position:absolute;font-family:"open sans";font-size:45px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:64px;left:0px;height:58.5px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GIcQFcxrRfehywG5X7CODRmFxdXzrWgJ { color:#ffffff;display:block;width:421px;position:absolute;font-family:"open sans";font-size:31px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:239.99999237061px;left:0px;height:40.3px;font-style:normal;display:block; }
#buETIg3bLw63pftRp0FRLrH9sWhgIIBL { color:#fbfbfb;display:block;width:387px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:306.40017700195px;left:0px;height:51.2px;display:block; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-form-header {  }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:16px;font-weight:400;color:#ffffff;width:442px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal;line-height:2; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#f9f9f9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:3px solid #ffbf46;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:442px;box-sizing:border-box;height:54px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans"; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-text {padding-top: 0; padding-bottom: 0;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#f9f9f9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:3px solid #ffbf46;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:442px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans"; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:442px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-select {padding-top: 0; padding-bottom: 0;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#afe32f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:230px;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:20px;font-weight:bold;color:#191b3f;width:212px;height:60px;font-family:"open sans";overflow:hidden; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf [class*="-text"]:-moz-placeholder { color:#f9f9f9;font-family:"open sans";font-size:14px; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf [class*="-text"]::-moz-placeholder { color:#f9f9f9;font-family:"open sans";font-size:14px; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf [class*="-text"]:-ms-input-placeholder { color:#f9f9f9;font-family:"open sans";font-size:14px; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf [class*="-text"]::-webkit-input-placeholder { color:#f9f9f9;font-family:"open sans";font-size:14px; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.2;font-size:14px;font-weight:300;color:#ffffff;vertical-align:top;width:482px;overflow:hidden;font-style:normal; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-container:first-of-type{padding-top:0;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-container:last-of-type{padding-bottom:0;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:505px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:205.99987792969px;left:478.00001525879px; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:442px; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf {display:block;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:505px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:205.99987792969px;left:478.00001525879px; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #deJT0bWJ2c1H0EsGwziP7GTckrB8HTZN { position:relative; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #u4qQAeTJ6Hum2c4uQJzzNrHuXmXTmstA { position:relative;display:block; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #ARyDPdzZkhS690PTDO35C681zyw9MPBa { position:relative; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #uo2inS2deFaOCrL6JDh0DWfTSt4Fr3uD { position:relative; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #PAs5UmLQV9ngXh1zpgusTBvvht06JDvg { position:relative;display:block; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #ZvSgJRxt9zg6wEODusbyWHh7aqw4x8P0 { position:relative; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #ZBAEiVd46aovCk88QmsMRsHMLbSU291p { position:relative; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #TOfTcSlHlMSpAXA1Q0qbLkO68AMkfwXu { position:relative;z-index:2; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #EHpKKTa562FmnTnCsGCmpVxbEn7dpKU4 { position:relative; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #kCxdwSSHHuoHkO8i3ENgKtHcnEsgxQHg { position:relative; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #zdODcrxr2990ZwkmeMieB5zbTTV0pC1H { position:relative; }
#aFSKluV20PTGqTMq7WvgpIi9fJvgfzbC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(106,106,106,0.03);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; }#aFSKluV20PTGqTMq7WvgpIi9fJvgfzbC > .row .container { background-color: transparent; background-image: none; }#aFSKluV20PTGqTMq7WvgpIi9fJvgfzbC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aFSKluV20PTGqTMq7WvgpIi9fJvgfzbC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aFSKluV20PTGqTMq7WvgpIi9fJvgfzbC > .row .container > .video-iframe-container { display: none; }#aFSKluV20PTGqTMq7WvgpIi9fJvgfzbC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aFSKluV20PTGqTMq7WvgpIi9fJvgfzbC > .row > .video-iframe-container { display: none; }#aFSKluV20PTGqTMq7WvgpIi9fJvgfzbC > .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); }#aFSKluV20PTGqTMq7WvgpIi9fJvgfzbC > .row .container { border-width: 0; border-radius: 0; }#aFSKluV20PTGqTMq7WvgpIi9fJvgfzbC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aFSKluV20PTGqTMq7WvgpIi9fJvgfzbC > .row .container { font-size:14px;font-family:arial;height:139px;width:960px;position:relative;display:block; }#z2EzaCDEousvDlRE5PevZfmfb0lSXvwQ { color:#f9f9f9;display:block;width:794.997px;position:absolute;font-family:lato;font-size:12px;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:26.326416015625px;left:74.481536865234px;height:31.2px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zVBAlVWlFhLtsEq0HmcBmTvvkFHTkk6z { color:#f9f9f9;display:block;width:152px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:81.214660644531px;left:613.32479858398px;height:15.6px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tsbQzxVSrEweMDIC2wyRfx3g2rX41DGg { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:81.214660644531px;left:746.47183227539px;height:15.6px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi { display:block; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zSJaXRuNmZhu9AJ7N7Rl4MbtfKTIBDhT { top:187px;left:0px;width:764px;height:85px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #bWUh1qR7noLbay8RD3KtnT7qums32IOc { top:299px;left:189.00001525879px;width:411px;height:25px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vgD5o4R4Rwgr8qTKGZ07Ldan3thfyT2U { top:372px;left:285.00001525879px;width:219px;height:63px;display:block; }
 }@media only screen and (max-width: 763px) { #aWaMOqu3Kp505u2rO4zBqc9ftZAMUNvH { display:block; }
 }@media only screen and (max-width: 763px) { #leoPqBSKcoISvwJ2atEaqOWQyy3ROw2p { width:145px;height:42px;top:40px;left:322px;display:block; }
 }@media only screen and (max-width: 763px) { #LnkC6P1RS5q9HDgNmlOn70JkToNncwRy { display:block; }
 }@media only screen and (max-width: 763px) { #xuJcTBTRBSlxf8BoqBrP8myT035WBOSa { width:142px;height:42px;top:40px;left:481px;display:block; }
 }@media only screen and (max-width: 763px) { #PRhXqVtoxdvVUrsMWUTH32JkEoRZ6k8l { display:block; }
 }@media only screen and (max-width: 763px) { #u568e3HA1du1hMJKAbtTqtxT5pnFeO9T { width:135px;height:42px;top:40px;left:629px;display:block; }
 }@media only screen and (max-width: 763px) { #oILIsRPG4UBKPLXTFi4XbEsQnuw8WSyO { display:block; }
 }@media only screen and (max-width: 763px) { #DUTbgeHS4stxmsqn4gUFQNhKkkvX9PKR { top:0px;left:0px;width:184px;height:89px;display:block; }
 }@media only screen and (max-width: 763px) { #TVE1hpr82HeeE7zVE6kFfZUZRTzVfvzW { top:290px;left:53.000015258789px;width:689px;height:43px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #bPZsCsD6Xa5UivPTAID3XKiqMvFuOccF { top:272px;left:0px;width:185px;height:185px;display:block; }
 }@media only screen and (max-width: 763px) { #CSlIais0DfOImF6FfxcR668S2dz8yTdd { display:block; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m57IXMgdbJKbNNaUM2asaHJWxPvHe3SR { top:234px;left:0px;width:70px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #xtxZDWKx9NBwfLhUEeIEVaU8fi8ddZGO { top:190px;left:0px;width:302px;height:25px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #DrgHTTaNuIIgqraR1NX7NnT4zeciNwn9 { top:73px;left:0px;width:764px;height:58px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #UAwla7Z2B5cieZqPQI9PMDpkFqTkNI2k { top:215px;left:0px;width:76px;height:76px;display:block; }
 }@media only screen and (max-width: 763px) { #BtVaP6pFLnqx8Qf8x7DhNGaJ9GuGwunt { top:234px;left:7.0000152587891px;width:326px;height:;font-size:16px;display:block; }#BtVaP6pFLnqx8Qf8x7DhNGaJ9GuGwunt li:before{  }
 }@media only screen and (max-width: 763px) { #dPw48Ttxzeo6XDKzVGodI4OuM3qALQXV { top:234px;left:405.00001525879px;width:70px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #C9J4W0FtMXb5Z7JOO0TqNkFOykqf9aZa { top:216px;left:413.72731018066px;width:70px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #Va6aTvmInAXeTr2Sis5CDpP3PUutoCU3 { top:190px;left:462px;width:302px;height:25px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #rJzCWTQwC3U37fm4eVTJpnGEGMZ0XWWk { top:234px;left:438px;width:326px;height:;font-size:16px;display:block; }#rJzCWTQwC3U37fm4eVTJpnGEGMZ0XWWk li:before{  }
 }@media only screen and (max-width: 763px) { #iwlRPON9IHpqqGCOwafl4KLnKA2I0suW { top:480px;left:0px;width:70px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #VxX43VU94sRgy5kgNLhF7mc4c1INiBTn { top:455px;left:0px;width:302px;height:25px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #FxaVR448vcXf7BAXv6KQ0XxgSebvH0hK { top:465px;left:0px;width:65px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #ksX0AIeMGtt4WS6Pyw0zfwTeWIgAoXeb { top:510px;left:7.0000152587891px;width:326px;height:98px;font-size:16px;display:block; }#ksX0AIeMGtt4WS6Pyw0zfwTeWIgAoXeb li:before{  }
 }@media only screen and (max-width: 763px) { #H7nxw5p76LQgzw7zf9ovG5GmGs83w2FC { top:480px;left:405.00001525879px;width:70px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #cALJcJnqvRSgMCEdT7QqWe6qCD9Txzgp { top:463px;left:413.72731018066px;width:70px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #DafsBiupUQFQVSA9tSkvLA746Hwe5urg { top:455px;left:462px;width:302px;height:25px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #GQGNxXEscGoTvZbJJnMSBu9GZr7zMdR0 { top:510px;left:438px;width:326px;height:;font-size:16px;display:block; }#GQGNxXEscGoTvZbJJnMSBu9GZr7zMdR0 li:before{  }
 }@media only screen and (max-width: 763px) { #IMtJQh5nKyuJL45OmeMBeVwLQUn99Xp7 { display:block; }#IMtJQh5nKyuJL45OmeMBeVwLQUn99Xp7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vhn1ELsXIAVMl5FTEQqyi3oz8onzdaMF { top:290px;left:0px;width:72px;height:72px;display:block; }
 }@media only screen and (max-width: 763px) { #VFrSlzzQ3KD3rHhpgnGcQ5Igrxki2263 { top:290px;left:79.887512207031px;width:91px;height:91px;display:block; }
 }@media only screen and (max-width: 763px) { #ENPQu7WJNaw1CA0kJcxvfShIDqIeXhAL { top:290px;left:328.00003051758px;width:85px;height:85px;display:block; }
 }@media only screen and (max-width: 763px) { #BHVHiRTfZHFzS1OOOZdKRe3XwAF9aQy0 { top:290px;left:565.50003051758px;width:90px;height:90px;display:block; }
 }@media only screen and (max-width: 763px) { #IJuktOUXymrQrwzFHZXPp4mJwEZiTVBZ { top:290px;left:672px;width:92px;height:92px;display:block; }
 }@media only screen and (max-width: 763px) { #znPZzM9yDLbXPw4v2eEhP1HWvHaB1oy5 { top:392px;left:116px;width:37px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #kZ2NMbZTv1STWvay8zGe3Qh6wbFvgtvS { top:407px;left:0px;width:764px;height:6px;display:block; }
 }@media only screen and (max-width: 763px) { #WxaZZLLEPLNwDF1vGPX2q6yWRTkcSLyy { top:392px;left:0px;width:25px;height:25px;display:block; }
 }@media only screen and (max-width: 763px) { #xunmDoayCNMdZqQ2v6uwc7bMy8JpiDyT { top:392px;left:727px;width:37px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #AAg5gfHSRDTacTXSLJxqhRdSlWgRosFo { top:457px;left:0px;width:142px;height:83px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #JXKwtQXRR7CR4xf3oPVdaqMxhegVQz4C { top:457px;left:71.5px;width:126px;height:0;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #pDxVCJEFxzK5pmSDqHaLFBgWxxSb5edg { top:446px;left:270.00003051758px;width:167px;height:104px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #TftmrRomzOnxd8ON1z3zEgkMT5VGbifH { top:457px;left:509.00001525879px;width:170px;height:83px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #fDl4e45nSQUm6SIvQTqS7ZK2XLTHysMn { top:457px;left:615px;width:149px;height:83px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #nTm81sR97ZkKmRvdmqe4vc3NDvx2MC8q { top:92px;left:0px;width:764px;height:58px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #Oqexl5Ugv0mna3rguCusz0IOd0uJU2Gw { top:160px;left:0px;width:764px;height:26px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #cgndI3wkpzmQs2eyOQ2NONHqZX5zqr5i { top:392px;left:352.00003051758px;width:37px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #tnIb1BOEtN3RpGU6wzr6P33aqTwrHLDu { top:392px;left:592.00003051758px;width:37px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #KaTs74SKJKe9xQVRpbzND6z8lnxkoWe7 { top:392px;left:727px;width:37px;height:37px;display:none; }
 }@media only screen and (max-width: 763px) { #NZZp7CE3OAHHqewyVMCkVN45iZ2eOaTk { top:392px;left:727px;width:37px;height:37px;display:none; }
 }@media only screen and (max-width: 763px) { #Vvm6lbNBMahxmp8vCkhOw8dDym6R8wkJ { top:392px;left:727px;width:37px;height:37px;display:none; }
 }@media only screen and (max-width: 763px) { #OlyJfGQ9SzwqokGuCuuS6McZvdwHAfXy { top:392px;left:727px;width:37px;height:37px;display:none; }
 }@media only screen and (max-width: 763px) { #dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR { display:block; }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iHDh6lEaz0iyUuwnDAaBL1OtNI3iQRUa { top:57px;left:0px;width:764px;height:58px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #Dbyu0TMu3UBIEZlA1yhbatbbxrMqPrR7 { top:193px;left:234.50003051758px;width:295px;height:201px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #X4Ekkhr28ulc5e8QpucCGyWxmH5ZyI1y { top:405px;left:276.30001831055px;width:242px;height:25px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #roMvyCB8cdnAlQrDtVLmzpe7c28IixTH { top:405px;left:0px;width:256px;height:25px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #FhS1xV0EITbZeEOzgV8eeGaoHk4nUrlA { top:196px;left:0px;width:295px;height:172px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #ikH5zissLmIWB93t7iyPnKXTQUGTuQZk { top:405px;left:564px;width:200px;height:25px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #IQw8l217iGmCukPPqZiiuGIcVSFPr1sK { top:253px;left:469px;width:295px;height:57px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 { display:block; }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #crTnILwmEDfXJOXrw2J5FsTMQCMlH8P0 { top:64px;left:0px;width:764px;height:;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #meXisEIwRQMiHdGbL5hcpROI0GpTvKxK { display:block; }#meXisEIwRQMiHdGbL5hcpROI0GpTvKxK > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MJAkDFU0tvpMCAAQNRXiErkkvR2D3Buv { top:0px;left:202px;width:306px;height:489px;display:block; }
 }@media only screen and (max-width: 763px) { #PL8FzRqtDQCyLZoG9C0nTFcJwDvX3pSg { top:40px;left:226px;width:282px;height:45px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #IBklC7RN309WoGfJZUssTmhzgETgdNJI { top:127px;left:307.00001525879px;width:80px;height:58px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #pW976IIpcrtsW7XvIT07FECqI1QMRPD9 { top:127px;left:387.00003051758px;width:80px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #v7OMgqhZ5wEcwAcRd22KTLVsC6OVdhr8 { top:216px;left:248px;width:260px;height:25px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Q9R3G0E8QWPWaNKG9wTDBOTXv6rOHHLQ { top:271px;left:272.00003051758px;width:218px;height:;font-size:16px;display:block; }#Q9R3G0E8QWPWaNKG9wTDBOTXv6rOHHLQ li:before{  }
 }@media only screen and (max-width: 763px) { #diIULM8oxqeXCKDunpksxUchvdlIJN0S { display:block; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Olhv6qdCwTlQyTIPRSVEVFPCQPPqf3dQ { top:64px;left:0px;width:764px;height:58px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #GIcQFcxrRfehywG5X7CODRmFxdXzrWgJ { top:239px;left:0px;width:421px;height:0;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #buETIg3bLw63pftRp0FRLrH9sWhgIIBL { top:306px;left:0px;width:387px;height:51px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-regular-label { width:505px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-text { width:505px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-text {padding-top: 0; padding-bottom: 0;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-textarea { width:505px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-select { width:505px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-select {padding-top: 0; padding-bottom: 0;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-button { width:242px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-checkbox-label { width:483px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf  { width:505px;height:auto;top:205px;left:218px; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .radio-container { width:505px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf {display:block;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf { width:505px;height:auto;top:205px;left:218px; }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #deJT0bWJ2c1H0EsGwziP7GTckrB8HTZN {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #u4qQAeTJ6Hum2c4uQJzzNrHuXmXTmstA { display:block; }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #ARyDPdzZkhS690PTDO35C681zyw9MPBa {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #uo2inS2deFaOCrL6JDh0DWfTSt4Fr3uD {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #PAs5UmLQV9ngXh1zpgusTBvvht06JDvg { display:block; }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #ZvSgJRxt9zg6wEODusbyWHh7aqw4x8P0 {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #ZBAEiVd46aovCk88QmsMRsHMLbSU291p {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #TOfTcSlHlMSpAXA1Q0qbLkO68AMkfwXu {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #EHpKKTa562FmnTnCsGCmpVxbEn7dpKU4 {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #kCxdwSSHHuoHkO8i3ENgKtHcnEsgxQHg {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #zdODcrxr2990ZwkmeMieB5zbTTV0pC1H {  }
 }@media only screen and (max-width: 763px) { #aFSKluV20PTGqTMq7WvgpIi9fJvgfzbC { display:block; }#aFSKluV20PTGqTMq7WvgpIi9fJvgfzbC > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z2EzaCDEousvDlRE5PevZfmfb0lSXvwQ { top:26px;left:0px;width:764px;height:31px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #zVBAlVWlFhLtsEq0HmcBmTvvkFHTkk6z { top:81px;left:515.32479858398px;width:152px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #tsbQzxVSrEweMDIC2wyRfx3g2rX41DGg { top:81px;left:564px;width:200px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi { background-color:#042048;background-image:url("https://images.assets-landingi.com/uc/5f3bc4dd-4e95-4031-bd4c-192cd5cec812/Projektbeznazwy75.png");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; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi.adaptive-delivery-prevent-bg, #wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi.lazyload, #wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi.lazyloading { background-image: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { background-color: transparent; background-image: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container > .video-iframe-container { display: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container { display: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .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); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { border-width: 0; border-radius: 0; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { width:320px;height:642px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zSJaXRuNmZhu9AJ7N7Rl4MbtfKTIBDhT { width:320px;height:135.2px;top:165px;left:0px;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bWUh1qR7noLbay8RD3KtnT7qums32IOc { width:295.983px;height:25.6px;top:252px;left:12px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vgD5o4R4Rwgr8qTKGZ07Ldan3thfyT2U { top:490.99999237061px;left:47.500001907349px;z-index:15011;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #aWaMOqu3Kp505u2rO4zBqc9ftZAMUNvH { display:block; }
 }@media only screen and (max-width: 763px) { #leoPqBSKcoISvwJ2atEaqOWQyy3ROw2p { width:93px;height:29px;top:14.5px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #LnkC6P1RS5q9HDgNmlOn70JkToNncwRy { display:block; }
 }@media only screen and (max-width: 763px) { #xuJcTBTRBSlxf8BoqBrP8myT035WBOSa { width:96px;height:29px;top:14.5px;left:92.999998092651px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #PRhXqVtoxdvVUrsMWUTH32JkEoRZ6k8l { display:block; }
 }@media only screen and (max-width: 763px) { #u568e3HA1du1hMJKAbtTqtxT5pnFeO9T { width:57px;height:29px;top:14.5px;left:197.8000087738px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #oILIsRPG4UBKPLXTFi4XbEsQnuw8WSyO { display:block; }
 }@media only screen and (max-width: 763px) { #DUTbgeHS4stxmsqn4gUFQNhKkkvX9PKR { width:184px;height:89px;top:43.5px;left:67.999998092651px;display:block; }
 }@media only screen and (max-width: 763px) { #TVE1hpr82HeeE7zVE6kFfZUZRTzVfvzW { width:254px;height:109.2px;top:316px;left:54.77499961853px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #bPZsCsD6Xa5UivPTAID3XKiqMvFuOccF { width:126px;height:126px;top:365.80001831055px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #CSlIais0DfOImF6FfxcR668S2dz8yTdd { display:block; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd { background-color: transparent; background-image: none; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row .container > .video-iframe-container { display: none; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row > .video-iframe-container { display: none; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .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); }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row .container { width:320px;height:1693px;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m57IXMgdbJKbNNaUM2asaHJWxPvHe3SR { width:70px;height:70px;top:167.17499542236px;left:125.00000572205px;display:block; }
 }@media only screen and (max-width: 763px) { #xtxZDWKx9NBwfLhUEeIEVaU8fi8ddZGO { width:213px;height:51.2px;top:265.19998931885px;left:53.499998092651px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DrgHTTaNuIIgqraR1NX7NnT4zeciNwn9 { width:320px;height:83.2px;top:20px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UAwla7Z2B5cieZqPQI9PMDpkFqTkNI2k { width:76px;height:76px;top:152.17499542236px;left:140.00000572205px;display:block; }
 }@media only screen and (max-width: 763px) { #BtVaP6pFLnqx8Qf8x7DhNGaJ9GuGwunt { width:320px;height:155.6px;top:352.00001525879px;left:0px;font-size:16px;display:block; }#BtVaP6pFLnqx8Qf8x7DhNGaJ9GuGwunt li:before{  }
 }@media only screen and (max-width: 763px) { #dPw48Ttxzeo6XDKzVGodI4OuM3qALQXV { width:70px;height:70px;top:601.6px;left:125px;display:block; }
 }@media only screen and (max-width: 763px) { #C9J4W0FtMXb5Z7JOO0TqNkFOykqf9aZa { width:70px;height:70px;top:583.60006713867px;left:143.00000572205px;display:block; }
 }@media only screen and (max-width: 763px) { #Va6aTvmInAXeTr2Sis5CDpP3PUutoCU3 { width:302px;height:25.6px;top:713.38751220703px;left:9px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rJzCWTQwC3U37fm4eVTJpnGEGMZ0XWWk { width:320px;height:119px;top:770.78744506836px;left:0px;font-size:16px;display:block; }#rJzCWTQwC3U37fm4eVTJpnGEGMZ0XWWk li:before{  }
 }@media only screen and (max-width: 763px) { #iwlRPON9IHpqqGCOwafl4KLnKA2I0suW { width:70px;height:70px;top:970.10003662109px;left:125.00000572205px;display:block; }
 }@media only screen and (max-width: 763px) { #VxX43VU94sRgy5kgNLhF7mc4c1INiBTn { width:302px;height:25.6px;top:1095.6px;left:9px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FxaVR448vcXf7BAXv6KQ0XxgSebvH0hK { width:65px;height:65px;top:960.60003662109px;left:145.50000572205px;display:block; }
 }@media only screen and (max-width: 763px) { #ksX0AIeMGtt4WS6Pyw0zfwTeWIgAoXeb { width:320px;height:98.2px;top:1136.799987793px;left:0px;font-size:16px;display:block; }#ksX0AIeMGtt4WS6Pyw0zfwTeWIgAoXeb li:before{  }
 }@media only screen and (max-width: 763px) { #H7nxw5p76LQgzw7zf9ovG5GmGs83w2FC { width:70px;height:70px;top:1321px;left:125.00000572205px;display:block; }
 }@media only screen and (max-width: 763px) { #cALJcJnqvRSgMCEdT7QqWe6qCD9Txzgp { width:70px;height:70px;top:1301px;left:143.00000572205px;display:block; }
 }@media only screen and (max-width: 763px) { #DafsBiupUQFQVSA9tSkvLA746Hwe5urg { width:302px;height:25.6px;top:1416px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GQGNxXEscGoTvZbJJnMSBu9GZr7zMdR0 { width:320px;height:155.6px;top:1460.1999816895px;left:0px;font-size:16px;display:block; }#GQGNxXEscGoTvZbJJnMSBu9GZr7zMdR0 li:before{  }
 }@media only screen and (max-width: 763px) { #IMtJQh5nKyuJL45OmeMBeVwLQUn99Xp7 { display:block; }#IMtJQh5nKyuJL45OmeMBeVwLQUn99Xp7 { background-color: transparent; background-image: none; }#IMtJQh5nKyuJL45OmeMBeVwLQUn99Xp7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMtJQh5nKyuJL45OmeMBeVwLQUn99Xp7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMtJQh5nKyuJL45OmeMBeVwLQUn99Xp7 > .row .container > .video-iframe-container { display: none; }#IMtJQh5nKyuJL45OmeMBeVwLQUn99Xp7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMtJQh5nKyuJL45OmeMBeVwLQUn99Xp7 > .row > .video-iframe-container { display: none; }#IMtJQh5nKyuJL45OmeMBeVwLQUn99Xp7 > .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); }#IMtJQh5nKyuJL45OmeMBeVwLQUn99Xp7 > .row .container { width:320px;height:727px;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vhn1ELsXIAVMl5FTEQqyi3oz8onzdaMF { width:38px;height:38px;top:136.59999847412px;left:54.999998092651px;display:block; }
 }@media only screen and (max-width: 763px) { #VFrSlzzQ3KD3rHhpgnGcQ5Igrxki2263 { width:48px;height:48px;top:256.19999694824px;left:224.00000572205px;display:block; }
 }@media only screen and (max-width: 763px) { #ENPQu7WJNaw1CA0kJcxvfShIDqIeXhAL { width:47px;height:47px;top:329.38751220703px;left:64.975004196167px;display:block; }
 }@media only screen and (max-width: 763px) { #BHVHiRTfZHFzS1OOOZdKRe3XwAF9aQy0 { width:48px;height:48px;top:442.15000915527px;left:224.00000572205px;display:block; }
 }@media only screen and (max-width: 763px) { #IJuktOUXymrQrwzFHZXPp4mJwEZiTVBZ { width:48px;height:48px;top:557.40000915527px;left:50.000001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #znPZzM9yDLbXPw4v2eEhP1HWvHaB1oy5 { width:37px;height:37px;top:495.8000166297px;left:163.11250305176px;display:none; }
 }@media only screen and (max-width: 763px) { #kZ2NMbZTv1STWvay8zGe3Qh6wbFvgtvS { width:6px;height:426px;top:200.59999847412px;left:157.00000572205px;display:block; }
 }@media only screen and (max-width: 763px) { #WxaZZLLEPLNwDF1vGPX2q6yWRTkcSLyy { width:20px;height:20px;top:604.6000213623px;left:145.20000267029px;border-top:5px solid #ad1818;border-left:5px solid #ad1818;border-right:5px solid #ad1818;border-bottom:5px solid #ad1818;display:block; }
 }@media only screen and (max-width: 763px) { #xunmDoayCNMdZqQ2v6uwc7bMy8JpiDyT { width:26px;height:26px;top:173.80019378662px;left:147.00000572205px;display:block; }
 }@media only screen and (max-width: 763px) { #AAg5gfHSRDTacTXSLJxqhRdSlWgRosFo { width:149px;height:78px;top:188.40005493164px;left:0px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JXKwtQXRR7CR4xf3oPVdaqMxhegVQz4C { width:119px;height:19.5px;top:305px;left:188.50000572205px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pDxVCJEFxzK5pmSDqHaLFBgWxxSb5edg { width:159px;height:97.5px;top:391.85000610352px;left:0px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TftmrRomzOnxd8ON1z3zEgkMT5VGbifH { width:144px;height:78px;top:501.38749694824px;left:176.00000572205px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fDl4e45nSQUm6SIvQTqS7ZK2XLTHysMn { width:148px;height:78px;top:605.40000915527px;left:0px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nTm81sR97ZkKmRvdmqe4vc3NDvx2MC8q { width:305px;height:39px;top:20.775001525879px;left:0px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Oqexl5Ugv0mna3rguCusz0IOd0uJU2Gw { width:277px;height:41.6px;top:59.775001525879px;left:21.500001907349px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cgndI3wkpzmQs2eyOQ2NONHqZX5zqr5i { width:37px;height:37px;top:392px;left:141px;display:none; }
 }@media only screen and (max-width: 763px) { #tnIb1BOEtN3RpGU6wzr6P33aqTwrHLDu { width:37px;height:37px;top:647.80001144409px;left:157.5px;display:none; }
 }@media only screen and (max-width: 763px) { #KaTs74SKJKe9xQVRpbzND6z8lnxkoWe7 { width:26px;height:26px;top:277.39999389648px;left:147.00000572205px;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #NZZp7CE3OAHHqewyVMCkVN45iZ2eOaTk { width:26px;height:26px;top:375.58749389648px;left:147.00000572205px;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #Vvm6lbNBMahxmp8vCkhOw8dDym6R8wkJ { width:26px;height:26px;top:489.35006713867px;left:147.00000572205px;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #OlyJfGQ9SzwqokGuCuuS6McZvdwHAfXy { width:30px;height:30px;top:604.19999694824px;left:145.00000572205px;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5f3bc4dd-4e95-4031-bd4c-192cd5cec812/Projektbeznazwy75.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR.adaptive-delivery-prevent-bg, #dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR.lazyload, #dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR.lazyloading { background-image: none; }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row .container { background-color: transparent; background-image: none; }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row .container > .video-iframe-container { display: none; }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row > .video-iframe-container { display: none; }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .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); }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row .container { width:320px;height:645px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iHDh6lEaz0iyUuwnDAaBL1OtNI3iQRUa { width:320px;height:41.6px;top:20px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dbyu0TMu3UBIEZlA1yhbatbbxrMqPrR7 { width:297.975px;height:117px;top:294.98749542236px;left:11.012500762939px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X4Ekkhr28ulc5e8QpucCGyWxmH5ZyI1y { width:200px;height:20.8px;top:431.80005645752px;left:109.77499961853px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #roMvyCB8cdnAlQrDtVLmzpe7c28IixTH { width:221px;height:20.8px;top:227.18750762939px;left:98.999998092651px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FhS1xV0EITbZeEOzgV8eeGaoHk4nUrlA { width:272px;height:117px;top:92.600006103516px;left:24.000001907349px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ikH5zissLmIWB93t7iyPnKXTQUGTuQZk { width:136px;height:20.8px;top:572px;left:182.00000572205px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IQw8l217iGmCukPPqZiiuGIcVSFPr1sK { width:305px;height:46.8px;top:506.60000610352px;left:7.5px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 { display:block; }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 > .row .container { width:320px;height:70px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #crTnILwmEDfXJOXrw2J5FsTMQCMlH8P0 { width:320px;height:41.6px;top:28.993041992188px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #meXisEIwRQMiHdGbL5hcpROI0GpTvKxK { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#meXisEIwRQMiHdGbL5hcpROI0GpTvKxK > .row .container { background-color: transparent; background-image: none; }#meXisEIwRQMiHdGbL5hcpROI0GpTvKxK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meXisEIwRQMiHdGbL5hcpROI0GpTvKxK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meXisEIwRQMiHdGbL5hcpROI0GpTvKxK > .row .container > .video-iframe-container { display: none; }#meXisEIwRQMiHdGbL5hcpROI0GpTvKxK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meXisEIwRQMiHdGbL5hcpROI0GpTvKxK > .row > .video-iframe-container { display: none; }#meXisEIwRQMiHdGbL5hcpROI0GpTvKxK > .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); }#meXisEIwRQMiHdGbL5hcpROI0GpTvKxK > .row .container { border-width: 0; border-radius: 0; }#meXisEIwRQMiHdGbL5hcpROI0GpTvKxK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#meXisEIwRQMiHdGbL5hcpROI0GpTvKxK > .row .container { width:320px;height:524px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MJAkDFU0tvpMCAAQNRXiErkkvR2D3Buv { width:320px;height:445px;top:50.999801635742px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #PL8FzRqtDQCyLZoG9C0nTFcJwDvX3pSg { width:200px;height:41.6px;top:83.000045776367px;left:59.999998092651px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #IBklC7RN309WoGfJZUssTmhzgETgdNJI { width:80px;height:48.1px;top:161px;left:86.800001144409px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #pW976IIpcrtsW7XvIT07FECqI1QMRPD9 { width:80px;height:28.6px;top:161.0000038147px;left:166.8000087738px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #v7OMgqhZ5wEcwAcRd22KTLVsC6OVdhr8 { width:260px;height:25.6px;top:229.00009536743px;left:30.000001907349px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Q9R3G0E8QWPWaNKG9wTDBOTXv6rOHHLQ { width:200px;height:168.6px;top:289.99991607666px;left:59.999998092651px;font-size:16px;display:block; }#Q9R3G0E8QWPWaNKG9wTDBOTXv6rOHHLQ li:before{  }
 }@media only screen and (max-width: 763px) { #diIULM8oxqeXCKDunpksxUchvdlIJN0S { background-color:#52c1fd;background-image:url("https://images.assets-landingi.com/uc/5f3bc4dd-4e95-4031-bd4c-192cd5cec812/Projektbeznazwy75.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S.adaptive-delivery-prevent-bg, #diIULM8oxqeXCKDunpksxUchvdlIJN0S.lazyload, #diIULM8oxqeXCKDunpksxUchvdlIJN0S.lazyloading { background-image: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container { background-color: transparent; background-image: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container > .video-iframe-container { display: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row > .video-iframe-container { display: none; }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .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); }#diIULM8oxqeXCKDunpksxUchvdlIJN0S > .row .container { width:320px;height:678px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Olhv6qdCwTlQyTIPRSVEVFPCQPPqf3dQ { width:290px;height:83.2px;top:49px;left:28px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #GIcQFcxrRfehywG5X7CODRmFxdXzrWgJ { width:307px;height:27.3px;top:196px;left:6.5px;font-size:21px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #buETIg3bLw63pftRp0FRLrH9sWhgIIBL { width:310px;height:76.8px;top:249px;left:5px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;height:41px; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-text {padding-top: 0; padding-bottom: 0;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-select {padding-top: 0; padding-bottom: 0;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-input-button { width:168px;margin-top:4px;margin-right:56px;margin-bottom:4px;margin-left:56px;height:64px;font-size:19px;overflow:hidden;text-align:center;text-align-last:center; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .widget-checkbox-label { width:257px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:10px;overflow:hidden;height:auto; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf  { width:280px;height:auto;top:338.79979705811px;left:0px; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf {display:block;}#T2VO0WUEUGio3SucQEedmCXwNkRu7wIf { width:280px;height:auto;top:338.79979705811px;left:0px; }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #deJT0bWJ2c1H0EsGwziP7GTckrB8HTZN {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #u4qQAeTJ6Hum2c4uQJzzNrHuXmXTmstA { display:block; }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #ARyDPdzZkhS690PTDO35C681zyw9MPBa {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #uo2inS2deFaOCrL6JDh0DWfTSt4Fr3uD {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #PAs5UmLQV9ngXh1zpgusTBvvht06JDvg { display:block; }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #ZvSgJRxt9zg6wEODusbyWHh7aqw4x8P0 {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #ZBAEiVd46aovCk88QmsMRsHMLbSU291p {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #TOfTcSlHlMSpAXA1Q0qbLkO68AMkfwXu {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #EHpKKTa562FmnTnCsGCmpVxbEn7dpKU4 {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #kCxdwSSHHuoHkO8i3ENgKtHcnEsgxQHg {  }
 }@media only screen and (max-width: 763px) { #T2VO0WUEUGio3SucQEedmCXwNkRu7wIf #zdODcrxr2990ZwkmeMieB5zbTTV0pC1H {  }
 }@media only screen and (max-width: 763px) { #aFSKluV20PTGqTMq7WvgpIi9fJvgfzbC { display:block; }#aFSKluV20PTGqTMq7WvgpIi9fJvgfzbC > .row .container { width:320px;height:159px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z2EzaCDEousvDlRE5PevZfmfb0lSXvwQ { width:262px;height:78px;top:20.138854980469px;left:29.000000953674px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zVBAlVWlFhLtsEq0HmcBmTvvkFHTkk6z { width:200px;height:15.6px;top:115.56689453125px;left:59.991919517517px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #tsbQzxVSrEweMDIC2wyRfx3g2rX41DGg { width:200px;height:15.6px;top:138.10278320312px;left:59.991919517517px;font-size:12px;display:block; }
 }