.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#C13tpsIWxGhWsXqI7FBUcErVkThmy2y6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#C13tpsIWxGhWsXqI7FBUcErVkThmy2y6 > .row .container { background-color: transparent; background-image: none; }#C13tpsIWxGhWsXqI7FBUcErVkThmy2y6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C13tpsIWxGhWsXqI7FBUcErVkThmy2y6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C13tpsIWxGhWsXqI7FBUcErVkThmy2y6 > .row .container > .video-iframe-container { display: none; }#C13tpsIWxGhWsXqI7FBUcErVkThmy2y6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C13tpsIWxGhWsXqI7FBUcErVkThmy2y6 > .row > .video-iframe-container { display: none; }#C13tpsIWxGhWsXqI7FBUcErVkThmy2y6 > .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); }#C13tpsIWxGhWsXqI7FBUcErVkThmy2y6 > .row .container { border-width: 0; border-radius: 0; }#C13tpsIWxGhWsXqI7FBUcErVkThmy2y6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C13tpsIWxGhWsXqI7FBUcErVkThmy2y6 > .row .container { font-size:14px;font-family:arial;height:67px;width:1200px;position:relative;display:block; }#ThXk0UbW1Isri35W4bxQDS0TBt9vmklg { color:#ffffff;display:block;width:519px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:21.800001144409px;left:332.00003051758px;height:23.4px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CyPoXzJMNC5FeKgp56iXOxt7JFdQf9Cb { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:70px;width:121px;top:0px;left:175.80001831055px;overflow:hidden;display:block; }
#NHJT4WLC2Nqg2ygExnT4V4BxsyJwkJrk .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;flex-direction:column-reverse;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NHJT4WLC2Nqg2ygExnT4V4BxsyJwkJrk .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#afb770;background-image:none;box-shadow: 1px 4px 5px rgba(0,0,0,0.2) ;color:#000000;padding-top:5.64px;padding-right:5.3px;padding-bottom:5.64px;padding-left:5.3px;display:block;align-items:center;width:31.83px;min-width:31.83px;height:30.26px;position:relative;font-family:lato;font-size:22.57px;font-weight:700;line-height:30.26px;text-align:center;text-align-last:center;top:0px;left:0px;border-top-left-radius:44px;border-top-right-radius:44px;border-bottom-left-radius:44px;border-bottom-right-radius:44px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NHJT4WLC2Nqg2ygExnT4V4BxsyJwkJrk .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:3.53px;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:42.42px;height:11.95px;position:relative;font-family:lato;font-size:8.45px;font-weight:700;line-height:11.95px;text-align:center;text-align-last:center;text-transform:none;top:-3%;left:0px;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NHJT4WLC2Nqg2ygExnT4V4BxsyJwkJrk { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:229px;height:56px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0px;left:806.00003051758px;z-index:15008; }
#NHJT4WLC2Nqg2ygExnT4V4BxsyJwkJrk #wIRJavWwXgCsN8ZsAyVyrNHDRGKPTQZI { display:flex;position:relative;top:0px;left:0px; }
#NHJT4WLC2Nqg2ygExnT4V4BxsyJwkJrk #G9i7uwgNGI6k5hgZL5DoAzNpbmZvP4ha { width:auto; }
#NHJT4WLC2Nqg2ygExnT4V4BxsyJwkJrk #dUZd5mbuyyZVu0rKnPHArWsuOvFzwpkb {  }
#NHJT4WLC2Nqg2ygExnT4V4BxsyJwkJrk #Bws2k3UTPTpDNxH1KD3pIUTJWGCWh6qW { display:flex;position:relative;top:0px;left:0px; }
#NHJT4WLC2Nqg2ygExnT4V4BxsyJwkJrk #CbsmsOJ3hTEf08pDQt5NUCCcnug0CzMc {  }
#NHJT4WLC2Nqg2ygExnT4V4BxsyJwkJrk #xuAGJJD7a12RaLoVOrR4JNP4Eedq0mPg {  }
#NHJT4WLC2Nqg2ygExnT4V4BxsyJwkJrk #sdCQ2DW6ydnUUWNJ5MQaCt8332Krt7Ta { display:flex;position:relative;top:0px;left:0px; }
#NHJT4WLC2Nqg2ygExnT4V4BxsyJwkJrk #fDTuELP5gdt5vpQM5tnrv0tkbmBiVSx3 {  }
#NHJT4WLC2Nqg2ygExnT4V4BxsyJwkJrk #hLiku3CDZyKT621TTP1R4xZS5o5qlFeA {  }
#NHJT4WLC2Nqg2ygExnT4V4BxsyJwkJrk #evAKK5dkcopItMUUcXBOb1yff9yPgKFB { display:flex;position:relative;top:0px;left:0px; }
#NHJT4WLC2Nqg2ygExnT4V4BxsyJwkJrk #Vu1U0kLTxNfxnSKCtNasVoI0dV9JKvX8 {  }
#NHJT4WLC2Nqg2ygExnT4V4BxsyJwkJrk #AV5xTroE2slzsebxymwldGdWCncWDTzz {  }
#sweRsBiQ70tuQbanVy9gnglWPeMATrvz { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/33680c10-a459-48ae-9d6a-0f67baf33634/to8.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz.adaptive-delivery-prevent-bg, #sweRsBiQ70tuQbanVy9gnglWPeMATrvz.lazyload, #sweRsBiQ70tuQbanVy9gnglWPeMATrvz.lazyloading { background-image: none; }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .row .container { background-color: transparent; background-image: none; }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .row .container > .video-iframe-container { display: none; }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .row > .video-iframe-container { display: none; }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .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); }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .row .container { border-width: 0; border-radius: 0; }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .row .container { font-size:14px;font-family:arial;height:659px;width:1200px;overflow:visible;position:relative;display:block; }#hFucdS6RSv5CpeF6essCVAyCHOgStb88 { color:#ffffff;display:block;width:1200px;position:absolute;font-family:lato;font-size:35px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:35px;left:0px;height:45.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lgmx8X1C4NJd2h1l5ipfyZBRw5sBBi4l { z-index:15004;top:129.00000762939px;left:324.50003051758px;background-color:#dfff00;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #33361e;border-left:2px solid #33361e;border-right:2px solid #33361e;border-bottom:2px solid #33361e;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:25px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:580.6px;height:50.6px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#FxFRzchMCAZ0mX3z2dTwvpckwNq0IkH4 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#nE09d5BvT3LwPuW9evvMSrNCycf2S4ta { color:#ffffff;display:block;width:1200px;position:absolute;font-family:lato;font-size:25px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:82px;left:0px;height:32.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JsRLCPkAGAZhhmECsGbhew17yCB5Qosf { position:absolute;display:block;z-index:15011;border-top:3px solid #ffffff;border-left:3px solid #ffffff;border-right:3px solid #ffffff;border-bottom:3px solid #ffffff;height:384px;width:684px;top:206.00000762939px;left:270.86666870117px;display:block; }
#mGN8faDhPVdvxlfemorWRPFfyUhZCgWm { border-top:2px solid #afb770;border-left:0 solid #000000;border-right:0 solid #000000;border-bottom:0;background-color:#000000;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; }#mGN8faDhPVdvxlfemorWRPFfyUhZCgWm > .row .container { background-color: transparent; background-image: none; }#mGN8faDhPVdvxlfemorWRPFfyUhZCgWm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGN8faDhPVdvxlfemorWRPFfyUhZCgWm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGN8faDhPVdvxlfemorWRPFfyUhZCgWm > .row .container > .video-iframe-container { display: none; }#mGN8faDhPVdvxlfemorWRPFfyUhZCgWm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGN8faDhPVdvxlfemorWRPFfyUhZCgWm > .row > .video-iframe-container { display: none; }#mGN8faDhPVdvxlfemorWRPFfyUhZCgWm > .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); }#mGN8faDhPVdvxlfemorWRPFfyUhZCgWm > .row .container { border-width: 0; border-radius: 0; }#mGN8faDhPVdvxlfemorWRPFfyUhZCgWm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mGN8faDhPVdvxlfemorWRPFfyUhZCgWm > .row .container { font-size:14px;font-family:arial;height:400.86666px;width:1200px;position:relative;display:block; }#UuDXKH1svoyNVsgnNA4BttmaJtN7IITR { color:#ffffff;display:block;width:900px;position:absolute;font-family:lato;font-size:22px;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:130.3500213623px;left:33px;height:194px;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#UuDXKH1svoyNVsgnNA4BttmaJtN7IITR li:not(:first-child){ padding-top:10px;padding-right:0;padding-bottom:0;padding-left:0; }#UuDXKH1svoyNVsgnNA4BttmaJtN7IITR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/428aa419-ed82-48a5-a409-077a96480e11/Projektbeznazwy20240507T120245164.png); }
#fuUJoTqe6tZJSTgvWKVPHfkyo338ZqHv { color:#afb770;display:block;width:1200px;position:absolute;font-family:lato;font-size:30px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:47.783325195312px;left:0px;height:39px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jb6HrkLOrdJvTXGvM1QPlMZlL1qZyoCt { position:absolute;display:block;z-index:15012;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:374px;width:374px;top:0px;left:826px;overflow:hidden;display:block; }
#mc3SVlVSubmgEoG9xusWHeit3l4g83io { border-top:0;border-left:0;border-right:0;border-bottom:1px solid #ffffff;background-color:#000000;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; }#mc3SVlVSubmgEoG9xusWHeit3l4g83io > .row .container { background-color: transparent; background-image: none; }#mc3SVlVSubmgEoG9xusWHeit3l4g83io::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mc3SVlVSubmgEoG9xusWHeit3l4g83io > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mc3SVlVSubmgEoG9xusWHeit3l4g83io > .row .container > .video-iframe-container { display: none; }#mc3SVlVSubmgEoG9xusWHeit3l4g83io > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mc3SVlVSubmgEoG9xusWHeit3l4g83io > .row > .video-iframe-container { display: none; }#mc3SVlVSubmgEoG9xusWHeit3l4g83io > .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); }#mc3SVlVSubmgEoG9xusWHeit3l4g83io > .row .container { border-width: 0; border-radius: 0; }#mc3SVlVSubmgEoG9xusWHeit3l4g83io > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mc3SVlVSubmgEoG9xusWHeit3l4g83io > .row .container { font-size:14px;font-family:arial;height:471.93333px;width:1200px;position:relative;display:block; }#nI252M2zd3TDfBGnJQecO7TpNUZoRLrO { color:#ffffff;display:block;width:858px;position:absolute;font-family:lato;font-size:22px;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:137px;left:341.00003051758px;height:;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#nI252M2zd3TDfBGnJQecO7TpNUZoRLrO li:not(:first-child){ padding-top:10px;padding-right:0;padding-bottom:0;padding-left:0; }#nI252M2zd3TDfBGnJQecO7TpNUZoRLrO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/428aa419-ed82-48a5-a409-077a96480e11/Projektbeznazwy20240507T120245164.png); }
#QpWFTiNgB5I9a1EVmm66cdLIEgzLKIQD { color:#afb770;display:block;width:1200px;position:absolute;font-family:lato;font-size:30px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:53.366668701172px;left:-4px;height:39px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nngzJtDfqvlv0xxv79QILfG35KB2lFL8 { 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:313px;width:313px;top:110.50010681152px;left:0px;overflow:hidden;display:block; }
#B2i8BN08NEJ1BKXHi0x0ac4AheFopLVJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B2i8BN08NEJ1BKXHi0x0ac4AheFopLVJ > .row .container { background-color: transparent; background-image: none; }#B2i8BN08NEJ1BKXHi0x0ac4AheFopLVJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2i8BN08NEJ1BKXHi0x0ac4AheFopLVJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2i8BN08NEJ1BKXHi0x0ac4AheFopLVJ > .row .container > .video-iframe-container { display: none; }#B2i8BN08NEJ1BKXHi0x0ac4AheFopLVJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2i8BN08NEJ1BKXHi0x0ac4AheFopLVJ > .row > .video-iframe-container { display: none; }#B2i8BN08NEJ1BKXHi0x0ac4AheFopLVJ > .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); }#B2i8BN08NEJ1BKXHi0x0ac4AheFopLVJ > .row .container { border-width: 0; border-radius: 0; }#B2i8BN08NEJ1BKXHi0x0ac4AheFopLVJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B2i8BN08NEJ1BKXHi0x0ac4AheFopLVJ > .row .container { font-size:14px;font-family:arial;height:680px;width:1200px;position:relative;display:block; }#wvddk1xROAgXKdWRkfGHDHDAHHNRmV5p { color:#000000;display:block;width:846px;position:absolute;font-family:lato;font-size:30px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:37px;left:149.00003051758px;height:39px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 .widget-form-header { font-size:14px; }
#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:14px;font-weight:bold;color:#000000;width:668px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#faffea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;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:668px;box-sizing:border-box;height:41px;color:#181c21;font-size:14px;overflow:hidden;font-family:lato;vertical-align:top; }
#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#faffea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;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:668px;box-sizing:border-box;height:70px;color:#181c21;font-size:14px;overflow:hidden;font-family:lato;vertical-align:top; }
#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 .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:668px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 .widget-input-button { border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;background-color:#dfff00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:2px solid #f9ffc8;border-left:2px solid #f9ffc8;border-right:2px solid #f9ffc8;border-bottom:2px solid #f9ffc8;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;box-sizing:border-box;font-size:35px;font-weight:bold;color:#000000;width:668px;height:66px;font-family:lato;overflow:hidden;box-shadow: 4px 4px 5px rgba(0,0,0,0.5) ; }
#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 [class*="-text"]:-moz-placeholder { color:#2f2f2d;font-family:lato;font-size:14px; }
#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 [class*="-text"]::-moz-placeholder { color:#2f2f2d;font-family:lato;font-size:14px; }
#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 [class*="-text"]:-ms-input-placeholder { color:#2f2f2d;font-family:lato;font-size:14px; }
#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 [class*="-text"]::-webkit-input-placeholder { color:#2f2f2d;font-family:lato;font-size:14px; }
#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 .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.3;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:646px;overflow:hidden;font-style:normal;float:none; }
#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 .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; }
#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 .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;float:none; }
#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 .widget-container:first-of-type{padding-top:0;}#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 .widget-container:last-of-type{padding-bottom:0;}#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2  { background-color:#777d4e;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:668px;height:auto;border-top:4px solid #2f2f2d;border-left:4px solid #2f2f2d;border-right:4px solid #2f2f2d;border-bottom:4px solid #2f2f2d;z-index:15013;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 3px 3px 3px rgba(0,0,0,0.5) ;position:absolute;top:231.90002441406px;left:242.80001831055px;font-size:14px; }
#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:668px;display:block;vertical-align:top; }
#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 .widget-info-text { display:block;height:auto;font-family:lato;font-size:13px;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 {display:block;}#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 { background-color:#777d4e;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:668px;height:auto;border-top:4px solid #2f2f2d;border-left:4px solid #2f2f2d;border-right:4px solid #2f2f2d;border-bottom:4px solid #2f2f2d;z-index:15013;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: 3px 3px 3px rgba(0,0,0,0.5) ;position:absolute;top:231.90002441406px;left:242.80001831055px;font-size:14px; }
#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 #hAtO07rsg73KB478FpDULolLMZrfeRwF { position:relative; }
#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 #IdlU7K4p8Pquq7kx8iPlfNPAPzAUdFbn { position:relative;display:block; }
#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 #PXZ8mUR4dIZliKG4VFbff1TFThelWWZl { position:relative; }
#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 #t9Siz5vTbQq2MoAoWnxODaAfIBNR0cGQ { position:relative; }
#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 #gHeZJTT2Pu5PkdggiUydzCeqXFXX4rRN { position:relative;display:block; }
#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 #R3ED4MHDBabiFkRbXdxQ7ZwwLfcESz3H { position:relative; }
#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 #kLENo2IbPnkmeOwh5E2zWTrMvmkUQGMF { position:relative; }
#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 #SIxsxqaQq4zR0ohvwgCJJUrdEF6XzWuQ { position:relative;display:block; }
#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 #tvgy4pZTgmN606R9dgbRIGhULTf419yD { position:relative; }
#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 #SxKR3ZX3TllIqckxlThSnHGE44vW07Ss { position:relative;display:block;z-index:15000; }
#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 #JfpU7wJg2WiqaeB4bsGfELBvIGtaTDnp { position:relative;display:block;z-index:15000; }
#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 #nwfWEZuDrUSeKUk2ZwMCmLl08Uk6XJWl { position:relative; }
#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 #BcJmHidTw7oV1xVLWGMIrxH73G3xPgLX { position:relative; }
#vK7iVQtIqufVGM5nCJ6n9hgafaArPGEv { box-sizing:content-box;color:#afb770;font-size:12px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:37px;left:881.00003051758px;display:block; }
#OkthkDil39boIHh3frUKTPqZkuqnpVzu { position:absolute;display:block;z-index:15010;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:130px;width:130px;top:295.5px;left:113.86666870117px;overflow:hidden;display:block; }
#H7Owf7ZiGo748gzpV5yleGgFRTXCXC9t { 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:130px;width:130px;top:295.5px;left:957.20010375977px;overflow:hidden;display:block; }
#ZbNnqStB6HFrw43HDCaHMJcFyaFoE68T { color:#000000;display:block;width:846px;position:absolute;font-family:lato;font-size:20px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:157.5px;left:177.00003051758px;height:52px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qtCwr1JQaV5MClFZkwxfWN3Jpox3JigV { color:#2f2f2d;display:block;width:485px;position:absolute;font-family:lato;font-size:25px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:79px;left:474px;height:32.5px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bs6bTImZgWPxP7NPiOETxioDx9agzdSG { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:31px;width:31px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:81px;left:436px; }
#TTqw4pMOT9ER2TwtBMgUkF0wo0Aa2Tlv { position:absolute;display:block;z-index:15022;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:36px;width:36px;top:118.88333129883px;left:586.86669051758px;overflow:hidden;display:block; }
#FATU7wlkEUOaX9BtdHhKTuSZe5EMF8sg { border-top:1px solid #ffffff;border-left:0 solid #ee3162;border-right:0 solid #ee3162;border-bottom:5px solid #afb770;background-color:#000000;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; }#FATU7wlkEUOaX9BtdHhKTuSZe5EMF8sg > .row .container { background-color: transparent; background-image: none; }#FATU7wlkEUOaX9BtdHhKTuSZe5EMF8sg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FATU7wlkEUOaX9BtdHhKTuSZe5EMF8sg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FATU7wlkEUOaX9BtdHhKTuSZe5EMF8sg > .row .container > .video-iframe-container { display: none; }#FATU7wlkEUOaX9BtdHhKTuSZe5EMF8sg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FATU7wlkEUOaX9BtdHhKTuSZe5EMF8sg > .row > .video-iframe-container { display: none; }#FATU7wlkEUOaX9BtdHhKTuSZe5EMF8sg > .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); }#FATU7wlkEUOaX9BtdHhKTuSZe5EMF8sg > .row .container { border-width: 0; border-radius: 0; }#FATU7wlkEUOaX9BtdHhKTuSZe5EMF8sg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FATU7wlkEUOaX9BtdHhKTuSZe5EMF8sg > .row .container { font-size:14px;font-family:arial;height:566.86666px;width:1200px;position:relative;display:block; }#UK7qQoc3EJPfkQMTwoy37tRxUX5JGM6E { color:#ffffff;display:block;width:1032px;position:absolute;font-family:lato;font-size:22px;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:117.75px;left:84px;height:30.8px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VOGEPoCmDQGgauLFsUUOJcIhz7uObVgu { color:#ffffff;display:block;width:778px;position:absolute;font-family:lato;font-size:22px;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:503px;left:211.00003051758px;height:30.8px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r9GIKD0rBHxnuoO574Kxuh9tBfMZZ4wc { color:#afb770;display:block;width:1200px;position:absolute;font-family:lato;font-size:30px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:72.683349609375px;left:0px;height:39px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TEmk9ZM4i0vCbJPEtaTLe9GDyn1ocF4D { color:#ffffff;display:block;width:559px;position:absolute;font-family:lato;font-size:22px;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:259.75003051758px;left:84px;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#TEmk9ZM4i0vCbJPEtaTLe9GDyn1ocF4D li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#TEmk9ZM4i0vCbJPEtaTLe9GDyn1ocF4D li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/428aa419-ed82-48a5-a409-077a96480e11/Projektbeznazwy20240507T120245164.png); }
#WF2tKt7DsEWugC0zWXyVnQMp73LUtqyh { color:#ffffff;display:block;width:668px;position:absolute;font-family:lato;font-size:22px;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:204.99983215332px;left:84px;height:30.8px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HtduvPEtlCSlKJxzuTPZrS9E8OuEWHTi { position:absolute;display:block;z-index:15006;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:313px;width:438px;top:197.00001525879px;left:661.00003051758px;overflow:hidden;display:block; }
#s4mryfAm65c1SLUs8KQLNCa7p9pdIgai { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#s4mryfAm65c1SLUs8KQLNCa7p9pdIgai > .row .container { background-color: transparent; background-image: none; }#s4mryfAm65c1SLUs8KQLNCa7p9pdIgai::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4mryfAm65c1SLUs8KQLNCa7p9pdIgai > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4mryfAm65c1SLUs8KQLNCa7p9pdIgai > .row .container > .video-iframe-container { display: none; }#s4mryfAm65c1SLUs8KQLNCa7p9pdIgai > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4mryfAm65c1SLUs8KQLNCa7p9pdIgai > .row > .video-iframe-container { display: none; }#s4mryfAm65c1SLUs8KQLNCa7p9pdIgai > .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); }#s4mryfAm65c1SLUs8KQLNCa7p9pdIgai > .row .container { border-width: 0; border-radius: 0; }#s4mryfAm65c1SLUs8KQLNCa7p9pdIgai > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s4mryfAm65c1SLUs8KQLNCa7p9pdIgai > .row .container { font-size:14px;font-family:arial;height:474px;width:1200px;position:relative;display:block; }#uy7qLZCuWkMzo42KATGwyCVuvma9vu4f { color:#ffffff;display:block;width:594px;position:absolute;font-family:lato;font-size:23px;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:173.98315429688px;left:600.00003051758px;height:191px;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#uy7qLZCuWkMzo42KATGwyCVuvma9vu4f li:not(:first-child){ padding-top:10px;padding-right:0;padding-bottom:0;padding-left:0; }#uy7qLZCuWkMzo42KATGwyCVuvma9vu4f li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/428aa419-ed82-48a5-a409-077a96480e11/Projektbeznazwy20240507T120245164.png); }
#PcbeT17EOkvFookUaFFpqxJnadTtVoP7 { color:#afb770;display:block;width:600px;position:absolute;font-family:lato;font-size:30px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:34px;left:299.00003051758px;height:39px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RRkMTPi1MhEQ7pmImUBHXmAkkNJiZTvH { 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:315px;width:475px;top:104px;left:54px;overflow:hidden;display:block; }
#ttOynGJykr9VLGWaw5eUSRdC2XkqiuZt { color:#ffffff;display:block;width:400px;position:absolute;font-family:lato;font-size:30px;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:114px;left:700.00003051758px;height:39px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zl2mnFADfQ7U3vqCdB4784uZe1Hi3zO0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zl2mnFADfQ7U3vqCdB4784uZe1Hi3zO0 > .row .container { background-color: transparent; background-image: none; }#zl2mnFADfQ7U3vqCdB4784uZe1Hi3zO0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zl2mnFADfQ7U3vqCdB4784uZe1Hi3zO0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zl2mnFADfQ7U3vqCdB4784uZe1Hi3zO0 > .row .container > .video-iframe-container { display: none; }#zl2mnFADfQ7U3vqCdB4784uZe1Hi3zO0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zl2mnFADfQ7U3vqCdB4784uZe1Hi3zO0 > .row > .video-iframe-container { display: none; }#zl2mnFADfQ7U3vqCdB4784uZe1Hi3zO0 > .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); }#zl2mnFADfQ7U3vqCdB4784uZe1Hi3zO0 > .row .container { border-width: 0; border-radius: 0; }#zl2mnFADfQ7U3vqCdB4784uZe1Hi3zO0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zl2mnFADfQ7U3vqCdB4784uZe1Hi3zO0 > .row .container { font-size:14px;font-family:arial;height:157px;width:1200px;position:relative;display:block; }#MWvivZhKD8Cof7g621TXJZKlInL2kwlG { color:#000000;display:block;width:700px;position:absolute;font-family:lato;font-size:31px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:47px;left:230px;height:40.3px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DB4NfTWZk5bWhtoJp3NakTDnT8QJbLKD { 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:80px;width:80px;top:106.31666564941px;left:549.0666809082px;overflow:hidden;display:block; }
#wHb63dm95imkCtVePfLh7LSNc6dHeQTl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wHb63dm95imkCtVePfLh7LSNc6dHeQTl > .row .container { background-color: transparent; background-image: none; }#wHb63dm95imkCtVePfLh7LSNc6dHeQTl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wHb63dm95imkCtVePfLh7LSNc6dHeQTl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wHb63dm95imkCtVePfLh7LSNc6dHeQTl > .row .container > .video-iframe-container { display: none; }#wHb63dm95imkCtVePfLh7LSNc6dHeQTl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wHb63dm95imkCtVePfLh7LSNc6dHeQTl > .row > .video-iframe-container { display: none; }#wHb63dm95imkCtVePfLh7LSNc6dHeQTl > .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); }#wHb63dm95imkCtVePfLh7LSNc6dHeQTl > .row .container { border-width: 0; border-radius: 0; }#wHb63dm95imkCtVePfLh7LSNc6dHeQTl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wHb63dm95imkCtVePfLh7LSNc6dHeQTl > .row .container { font-size:14px;font-family:arial;height:370px;width:1200px;position:relative;display:block; }#LuxANRqP2dgKARH0oacSZbn2nwPXhJxU { color:#0b0a0a;display:block;width:415px;position:absolute;font-family:lato;font-size:18px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:257px;left:124px;height:70.2px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g9iZGknc45DhqrBgwM2enQ6F1DO5D0qK { color:#100e0f;display:block;width:415px;position:absolute;font-family:lato;font-size:18px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:257px;left:657px;height:70.2px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FOCoSM90SuuE4wDKSSogsczKMzzWv1tv { position:absolute;display:block;z-index:15003;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;height:222px;width:396px;top:23px;left:134px;display:block; }
#P2uAWTGWT5VIsMZoKPJkvV3IKUkGiwUM { position:absolute;display:block;z-index:15004;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;height:222px;width:396px;top:23px;left:667px;display:block; }
#COXlMqk47NxsSZIM3PS6JQbFoq8TOyTm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b0c0e;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; }#COXlMqk47NxsSZIM3PS6JQbFoq8TOyTm > .row .container { background-color: transparent; background-image: none; }#COXlMqk47NxsSZIM3PS6JQbFoq8TOyTm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#COXlMqk47NxsSZIM3PS6JQbFoq8TOyTm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#COXlMqk47NxsSZIM3PS6JQbFoq8TOyTm > .row .container > .video-iframe-container { display: none; }#COXlMqk47NxsSZIM3PS6JQbFoq8TOyTm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#COXlMqk47NxsSZIM3PS6JQbFoq8TOyTm > .row > .video-iframe-container { display: none; }#COXlMqk47NxsSZIM3PS6JQbFoq8TOyTm > .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); }#COXlMqk47NxsSZIM3PS6JQbFoq8TOyTm > .row .container { border-width: 0; border-radius: 0; }#COXlMqk47NxsSZIM3PS6JQbFoq8TOyTm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#COXlMqk47NxsSZIM3PS6JQbFoq8TOyTm > .row .container { font-size:14px;font-family:arial;height:257px;width:1200px;position:relative;display:block; }#UPd8RRZZ7OQAlTHduVm5xU7pvo7Db8s8 { color:#ffffff;display:block;width:846px;position:absolute;font-family:lato;font-size:30px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:57px;left:177px;height:78px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k8eWpWR1lT7yaUnfDQhKIJcHTyPOfcPd { z-index:15004;top:158.2001953125px;left:244.00003051758px;background-color:#dfff00;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:3px solid #afb770;border-left:3px solid #afb770;border-right:3px solid #afb770;border-bottom:3px solid #afb770;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:30px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:746px;height:70px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#RWxTbclG8AFB9KLDhEzcC2F1sh6APvMt { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b0c0e;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; }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row .container { background-color: transparent; background-image: none; }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row .container > .video-iframe-container { display: none; }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row > .video-iframe-container { display: none; }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .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); }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row .container { border-width: 0; border-radius: 0; }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row .container { font-size:14px;font-family:arial;height:125px;width:1200px;position:relative;display:block; }#zPfRFPXuv26kT5udpcMrNS4xMUdlNmAb { 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:107px;width:143px;top:9px;left:528px;overflow:hidden;display:block; }
#pBTQhXGolNRbgwBT8WBOKJD6TWvmsob2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pBTQhXGolNRbgwBT8WBOKJD6TWvmsob2 > .row .container { background-color: transparent; background-image: none; }#pBTQhXGolNRbgwBT8WBOKJD6TWvmsob2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pBTQhXGolNRbgwBT8WBOKJD6TWvmsob2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pBTQhXGolNRbgwBT8WBOKJD6TWvmsob2 > .row .container > .video-iframe-container { display: none; }#pBTQhXGolNRbgwBT8WBOKJD6TWvmsob2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pBTQhXGolNRbgwBT8WBOKJD6TWvmsob2 > .row > .video-iframe-container { display: none; }#pBTQhXGolNRbgwBT8WBOKJD6TWvmsob2 > .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); }#pBTQhXGolNRbgwBT8WBOKJD6TWvmsob2 > .row .container { border-width: 0; border-radius: 0; }#pBTQhXGolNRbgwBT8WBOKJD6TWvmsob2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pBTQhXGolNRbgwBT8WBOKJD6TWvmsob2 > .row .container { font-size:14px;font-family:arial;height:47px;width:1200px;position:relative;display:block; }#KhIBD0SJ0Qzr7Kti1msnXvvRMR7iStdu { color:#ffffff;display:block;width:846px;position:absolute;font-family:lato;font-size:14px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:16px;left:177px;height:18.2px;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #C13tpsIWxGhWsXqI7FBUcErVkThmy2y6 { display:block; }#C13tpsIWxGhWsXqI7FBUcErVkThmy2y6 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThXk0UbW1Isri35W4bxQDS0TBt9vmklg { top:21px;left:114.00003051758px;width:519px;height:23px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #CyPoXzJMNC5FeKgp56iXOxt7JFdQf9Cb { top:0px;left:0px;width:121px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #NHJT4WLC2Nqg2ygExnT4V4BxsyJwkJrk .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NHJT4WLC2Nqg2ygExnT4V4BxsyJwkJrk .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#NHJT4WLC2Nqg2ygExnT4V4BxsyJwkJrk .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#NHJT4WLC2Nqg2ygExnT4V4BxsyJwkJrk { width:288px;height:81px;display:flex;top:128px;left:63.399993896484px;z-index:15007; }
 }@media only screen and (max-width: 763px) { #NHJT4WLC2Nqg2ygExnT4V4BxsyJwkJrk #wIRJavWwXgCsN8ZsAyVyrNHDRGKPTQZI { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #NHJT4WLC2Nqg2ygExnT4V4BxsyJwkJrk #G9i7uwgNGI6k5hgZL5DoAzNpbmZvP4ha {  }
 }@media only screen and (max-width: 763px) { #NHJT4WLC2Nqg2ygExnT4V4BxsyJwkJrk #dUZd5mbuyyZVu0rKnPHArWsuOvFzwpkb {  }
 }@media only screen and (max-width: 763px) { #NHJT4WLC2Nqg2ygExnT4V4BxsyJwkJrk #Bws2k3UTPTpDNxH1KD3pIUTJWGCWh6qW { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #NHJT4WLC2Nqg2ygExnT4V4BxsyJwkJrk #CbsmsOJ3hTEf08pDQt5NUCCcnug0CzMc {  }
 }@media only screen and (max-width: 763px) { #NHJT4WLC2Nqg2ygExnT4V4BxsyJwkJrk #xuAGJJD7a12RaLoVOrR4JNP4Eedq0mPg {  }
 }@media only screen and (max-width: 763px) { #NHJT4WLC2Nqg2ygExnT4V4BxsyJwkJrk #sdCQ2DW6ydnUUWNJ5MQaCt8332Krt7Ta { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #NHJT4WLC2Nqg2ygExnT4V4BxsyJwkJrk #fDTuELP5gdt5vpQM5tnrv0tkbmBiVSx3 {  }
 }@media only screen and (max-width: 763px) { #NHJT4WLC2Nqg2ygExnT4V4BxsyJwkJrk #hLiku3CDZyKT621TTP1R4xZS5o5qlFeA {  }
 }@media only screen and (max-width: 763px) { #NHJT4WLC2Nqg2ygExnT4V4BxsyJwkJrk #evAKK5dkcopItMUUcXBOb1yff9yPgKFB { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #NHJT4WLC2Nqg2ygExnT4V4BxsyJwkJrk #Vu1U0kLTxNfxnSKCtNasVoI0dV9JKvX8 {  }
 }@media only screen and (max-width: 763px) { #NHJT4WLC2Nqg2ygExnT4V4BxsyJwkJrk #AV5xTroE2slzsebxymwldGdWCncWDTzz {  }
 }@media only screen and (max-width: 763px) { #sweRsBiQ70tuQbanVy9gnglWPeMATrvz { display:block; }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hFucdS6RSv5CpeF6essCVAyCHOgStb88 { top:35px;left:0px;width:764px;height:45px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #Lgmx8X1C4NJd2h1l5ipfyZBRw5sBBi4l { top:129px;left:106.50003051758px;width:580px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #FxFRzchMCAZ0mX3z2dTwvpckwNq0IkH4 { display:block; }
 }@media only screen and (max-width: 763px) { #nE09d5BvT3LwPuW9evvMSrNCycf2S4ta { top:82px;left:0px;width:764px;height:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #JsRLCPkAGAZhhmECsGbhew17yCB5Qosf { top:206px;left:52.866668701172px;width:684px;height:384px;display:block; }
 }@media only screen and (max-width: 763px) { #mGN8faDhPVdvxlfemorWRPFfyUhZCgWm { display:block; }#mGN8faDhPVdvxlfemorWRPFfyUhZCgWm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UuDXKH1svoyNVsgnNA4BttmaJtN7IITR { width:764px;height:194px;top:130px;left:0px;font-size:22px;display:block; }#UuDXKH1svoyNVsgnNA4BttmaJtN7IITR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/428aa419-ed82-48a5-a409-077a96480e11/Projektbeznazwy20240507T120245164.png); }
 }@media only screen and (max-width: 763px) { #fuUJoTqe6tZJSTgvWKVPHfkyo338ZqHv { top:47px;left:0px;width:764px;height:39px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #Jb6HrkLOrdJvTXGvM1QPlMZlL1qZyoCt { top:0px;left:199px;width:374px;height:374px;display:block; }
 }@media only screen and (max-width: 763px) { #mc3SVlVSubmgEoG9xusWHeit3l4g83io { display:block; }#mc3SVlVSubmgEoG9xusWHeit3l4g83io > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nI252M2zd3TDfBGnJQecO7TpNUZoRLrO { width:360px;height:93px;top:314px;left:404px;display:block; }#nI252M2zd3TDfBGnJQecO7TpNUZoRLrO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/428aa419-ed82-48a5-a409-077a96480e11/Projektbeznazwy20240507T120245164.png); }
 }@media only screen and (max-width: 763px) { #QpWFTiNgB5I9a1EVmm66cdLIEgzLKIQD { top:53px;left:0px;width:764px;height:39px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #nngzJtDfqvlv0xxv79QILfG35KB2lFL8 { top:110px;left:0px;width:313px;height:313px;display:block; }
 }@media only screen and (max-width: 763px) { #B2i8BN08NEJ1BKXHi0x0ac4AheFopLVJ { display:block; }#B2i8BN08NEJ1BKXHi0x0ac4AheFopLVJ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wvddk1xROAgXKdWRkfGHDHDAHHNRmV5p { top:37px;left:0px;width:764px;height:39px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 .widget-regular-label { width:668px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 .widget-input-text { width:668px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 .widget-textarea { width:668px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 .widget-input-select { width:668px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 .widget-input-button { width:668px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 .widget-checkbox-label { width:649px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2  { width:668px;height:auto;top:231px;left:24.800018310547px; }
#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 .radio-container { width:668px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 {display:block;}#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 { width:668px;height:auto;top:231px;left:24.800018310547px; }
 }@media only screen and (max-width: 763px) { #T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 #hAtO07rsg73KB478FpDULolLMZrfeRwF {  }
 }@media only screen and (max-width: 763px) { #T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 #IdlU7K4p8Pquq7kx8iPlfNPAPzAUdFbn { display:block; }
 }@media only screen and (max-width: 763px) { #T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 #PXZ8mUR4dIZliKG4VFbff1TFThelWWZl {  }
 }@media only screen and (max-width: 763px) { #T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 #t9Siz5vTbQq2MoAoWnxODaAfIBNR0cGQ {  }
 }@media only screen and (max-width: 763px) { #T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 #gHeZJTT2Pu5PkdggiUydzCeqXFXX4rRN { display:block; }
 }@media only screen and (max-width: 763px) { #T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 #R3ED4MHDBabiFkRbXdxQ7ZwwLfcESz3H {  }
 }@media only screen and (max-width: 763px) { #T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 #kLENo2IbPnkmeOwh5E2zWTrMvmkUQGMF {  }
 }@media only screen and (max-width: 763px) { #T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 #SIxsxqaQq4zR0ohvwgCJJUrdEF6XzWuQ {  }
 }@media only screen and (max-width: 763px) { #T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 #tvgy4pZTgmN606R9dgbRIGhULTf419yD {  }
 }@media only screen and (max-width: 763px) { #T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 #SxKR3ZX3TllIqckxlThSnHGE44vW07Ss {  }
 }@media only screen and (max-width: 763px) { #T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 #JfpU7wJg2WiqaeB4bsGfELBvIGtaTDnp {  }
 }@media only screen and (max-width: 763px) { #T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 #nwfWEZuDrUSeKUk2ZwMCmLl08Uk6XJWl {  }
 }@media only screen and (max-width: 763px) { #T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 #BcJmHidTw7oV1xVLWGMIrxH73G3xPgLX {  }
 }@media only screen and (max-width: 763px) { #vK7iVQtIqufVGM5nCJ6n9hgafaArPGEv { top:37px;left:663.00003051758px;width:18px;height:18px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #OkthkDil39boIHh3frUKTPqZkuqnpVzu { top:295px;left:0px;width:130px;height:130px;display:block; }
 }@media only screen and (max-width: 763px) { #H7Owf7ZiGo748gzpV5yleGgFRTXCXC9t { top:295px;left:634px;width:130px;height:130px;display:block; }
 }@media only screen and (max-width: 763px) { #ZbNnqStB6HFrw43HDCaHMJcFyaFoE68T { top:157px;left:0px;width:764px;height:52px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #qtCwr1JQaV5MClFZkwxfWN3Jpox3JigV { top:79px;left:256.00003051758px;width:485px;height:32px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #bs6bTImZgWPxP7NPiOETxioDx9agzdSG { top:81px;left:218px;width:31px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #TTqw4pMOT9ER2TwtBMgUkF0wo0Aa2Tlv { top:118px;left:368.86669051758px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #FATU7wlkEUOaX9BtdHhKTuSZe5EMF8sg { display:block; }#FATU7wlkEUOaX9BtdHhKTuSZe5EMF8sg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UK7qQoc3EJPfkQMTwoy37tRxUX5JGM6E { top:117px;left:0px;width:764px;height:30px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #VOGEPoCmDQGgauLFsUUOJcIhz7uObVgu { top:503px;left:0px;width:764px;height:30px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #r9GIKD0rBHxnuoO574Kxuh9tBfMZZ4wc { top:72px;left:0px;width:764px;height:39px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TEmk9ZM4i0vCbJPEtaTLe9GDyn1ocF4D { top:259px;left:0px;width:559px;height:;font-size:22px;display:block; }#TEmk9ZM4i0vCbJPEtaTLe9GDyn1ocF4D li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/428aa419-ed82-48a5-a409-077a96480e11/Projektbeznazwy20240507T120245164.png); }
 }@media only screen and (max-width: 763px) { #WF2tKt7DsEWugC0zWXyVnQMp73LUtqyh { top:204px;left:0px;width:668px;height:30px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #HtduvPEtlCSlKJxzuTPZrS9E8OuEWHTi { top:197px;left:295px;width:438px;height:313px;display:block; }
 }@media only screen and (max-width: 763px) { #s4mryfAm65c1SLUs8KQLNCa7p9pdIgai { display:block; }#s4mryfAm65c1SLUs8KQLNCa7p9pdIgai > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uy7qLZCuWkMzo42KATGwyCVuvma9vu4f { width:360px;height:93px;top:314px;left:404px;display:block; }#uy7qLZCuWkMzo42KATGwyCVuvma9vu4f li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/428aa419-ed82-48a5-a409-077a96480e11/Projektbeznazwy20240507T120245164.png); }
 }@media only screen and (max-width: 763px) { #PcbeT17EOkvFookUaFFpqxJnadTtVoP7 { top:34px;left:0px;width:600px;height:39px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #RRkMTPi1MhEQ7pmImUBHXmAkkNJiZTvH { top:104px;left:0px;width:475px;height:315px;display:block; }
 }@media only screen and (max-width: 763px) { #ttOynGJykr9VLGWaw5eUSRdC2XkqiuZt { top:114px;left:364px;width:400px;height:39px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #zl2mnFADfQ7U3vqCdB4784uZe1Hi3zO0 { display:block; }#zl2mnFADfQ7U3vqCdB4784uZe1Hi3zO0 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MWvivZhKD8Cof7g621TXJZKlInL2kwlG { top:47px;left:12px;width:700px;height:40px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #DB4NfTWZk5bWhtoJp3NakTDnT8QJbLKD { top:106px;left:331.0666809082px;width:80px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #wHb63dm95imkCtVePfLh7LSNc6dHeQTl { display:block; }#wHb63dm95imkCtVePfLh7LSNc6dHeQTl > .row .container { width:764px;height:442px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LuxANRqP2dgKARH0oacSZbn2nwPXhJxU { width:415px;height:70px;top:257px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #g9iZGknc45DhqrBgwM2enQ6F1DO5D0qK { width:415px;height:70px;top:257px;left:349px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #FOCoSM90SuuE4wDKSSogsczKMzzWv1tv { top:23px;left:0px;width:396px;height:222px;display:block; }
 }@media only screen and (max-width: 763px) { #P2uAWTGWT5VIsMZoKPJkvV3IKUkGiwUM { top:23px;left:366px;width:396px;height:222px;display:block; }
 }@media only screen and (max-width: 763px) { #COXlMqk47NxsSZIM3PS6JQbFoq8TOyTm { display:block; }#COXlMqk47NxsSZIM3PS6JQbFoq8TOyTm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UPd8RRZZ7OQAlTHduVm5xU7pvo7Db8s8 { top:57px;left:0px;width:764px;height:78px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #k8eWpWR1lT7yaUnfDQhKIJcHTyPOfcPd { top:158px;left:18px;width:746px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #RWxTbclG8AFB9KLDhEzcC2F1sh6APvMt { display:block; }
 }@media only screen and (max-width: 763px) { #TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 { display:block; }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zPfRFPXuv26kT5udpcMrNS4xMUdlNmAb { top:9px;left:310px;width:143px;height:107px;display:block; }
 }@media only screen and (max-width: 763px) { #pBTQhXGolNRbgwBT8WBOKJD6TWvmsob2 { display:block; }#pBTQhXGolNRbgwBT8WBOKJD6TWvmsob2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KhIBD0SJ0Qzr7Kti1msnXvvRMR7iStdu { top:16px;left:0px;width:764px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #C13tpsIWxGhWsXqI7FBUcErVkThmy2y6 { display:block; }#C13tpsIWxGhWsXqI7FBUcErVkThmy2y6 > .row .container { width:320px;height:161px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThXk0UbW1Isri35W4bxQDS0TBt9vmklg { width:218px;height:44.2px;top:53.000003814697px;left:51.000001907349px;font-size:17px;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #CyPoXzJMNC5FeKgp56iXOxt7JFdQf9Cb { width:93px;height:53px;top:0px;left:113.50000572205px;display:block; }
 }@media only screen and (max-width: 763px) { #NHJT4WLC2Nqg2ygExnT4V4BxsyJwkJrk .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NHJT4WLC2Nqg2ygExnT4V4BxsyJwkJrk .widget-text.counter-number { padding-top:4.99px;padding-right:4.57px;padding-bottom:4.99px;padding-left:4.57px;width:27.4px;min-width:27.4px;height:26.82px;font-size:19.97px;line-height:26.82px;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NHJT4WLC2Nqg2ygExnT4V4BxsyJwkJrk .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:3.12px;margin-right:0;margin-bottom:0;margin-left:0;width:36.53px;height:10.59px;font-size:7.49px;line-height:10.59px;top:0px;left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NHJT4WLC2Nqg2ygExnT4V4BxsyJwkJrk { width:201px;height:50px;display:flex;top:97.200004577637px;left:59.500005722046px;z-index:15007;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #NHJT4WLC2Nqg2ygExnT4V4BxsyJwkJrk #wIRJavWwXgCsN8ZsAyVyrNHDRGKPTQZI { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #NHJT4WLC2Nqg2ygExnT4V4BxsyJwkJrk #G9i7uwgNGI6k5hgZL5DoAzNpbmZvP4ha {  }
 }@media only screen and (max-width: 763px) { #NHJT4WLC2Nqg2ygExnT4V4BxsyJwkJrk #dUZd5mbuyyZVu0rKnPHArWsuOvFzwpkb {  }
 }@media only screen and (max-width: 763px) { #NHJT4WLC2Nqg2ygExnT4V4BxsyJwkJrk #Bws2k3UTPTpDNxH1KD3pIUTJWGCWh6qW { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #NHJT4WLC2Nqg2ygExnT4V4BxsyJwkJrk #CbsmsOJ3hTEf08pDQt5NUCCcnug0CzMc {  }
 }@media only screen and (max-width: 763px) { #NHJT4WLC2Nqg2ygExnT4V4BxsyJwkJrk #xuAGJJD7a12RaLoVOrR4JNP4Eedq0mPg {  }
 }@media only screen and (max-width: 763px) { #NHJT4WLC2Nqg2ygExnT4V4BxsyJwkJrk #sdCQ2DW6ydnUUWNJ5MQaCt8332Krt7Ta { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #NHJT4WLC2Nqg2ygExnT4V4BxsyJwkJrk #fDTuELP5gdt5vpQM5tnrv0tkbmBiVSx3 {  }
 }@media only screen and (max-width: 763px) { #NHJT4WLC2Nqg2ygExnT4V4BxsyJwkJrk #hLiku3CDZyKT621TTP1R4xZS5o5qlFeA {  }
 }@media only screen and (max-width: 763px) { #NHJT4WLC2Nqg2ygExnT4V4BxsyJwkJrk #evAKK5dkcopItMUUcXBOb1yff9yPgKFB { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #NHJT4WLC2Nqg2ygExnT4V4BxsyJwkJrk #Vu1U0kLTxNfxnSKCtNasVoI0dV9JKvX8 {  }
 }@media only screen and (max-width: 763px) { #NHJT4WLC2Nqg2ygExnT4V4BxsyJwkJrk #AV5xTroE2slzsebxymwldGdWCncWDTzz {  }
 }@media only screen and (max-width: 763px) { #sweRsBiQ70tuQbanVy9gnglWPeMATrvz { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/fc71466c-e5b1-49f5-ab86-392aa4952c72/to2200x1100px2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz.adaptive-delivery-prevent-bg, #sweRsBiQ70tuQbanVy9gnglWPeMATrvz.lazyload, #sweRsBiQ70tuQbanVy9gnglWPeMATrvz.lazyloading { background-image: none; }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .row .container { background-color: transparent; background-image: none; }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .row .container > .video-iframe-container { display: none; }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .row > .video-iframe-container { display: none; }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .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); }#sweRsBiQ70tuQbanVy9gnglWPeMATrvz > .row .container { width:320px;height:536px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hFucdS6RSv5CpeF6essCVAyCHOgStb88 { width:320px;height:32.5px;top:27px;left:0px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lgmx8X1C4NJd2h1l5ipfyZBRw5sBBi4l { top:130.94999694824px;left:5.25px;width:309.46666px;height:51.46666px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #FxFRzchMCAZ0mX3z2dTwvpckwNq0IkH4 { display:block; }
 }@media only screen and (max-width: 763px) { #nE09d5BvT3LwPuW9evvMSrNCycf2S4ta { width:320px;height:52px;top:62.983322143555px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JsRLCPkAGAZhhmECsGbhew17yCB5Qosf { height:179.633px;width:320px;top:197.58332824707px;left:-0.26666736602783px;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mGN8faDhPVdvxlfemorWRPFfyUhZCgWm { display:block; }#mGN8faDhPVdvxlfemorWRPFfyUhZCgWm > .row .container { width:320px;height:604px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UuDXKH1svoyNVsgnNA4BttmaJtN7IITR { width:312px;height:292px;top:101.0000038147px;left:12.5px;text-align:left;text-align-last:left;font-size:18px;font-weight:400;font-style:normal;display:block; }#UuDXKH1svoyNVsgnNA4BttmaJtN7IITR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/428aa419-ed82-48a5-a409-077a96480e11/Projektbeznazwy20240507T120245164.png); }
 }@media only screen and (max-width: 763px) { #fuUJoTqe6tZJSTgvWKVPHfkyo338ZqHv { width:295px;height:52px;top:37.000015258789px;left:12.5px;font-size:20px;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jb6HrkLOrdJvTXGvM1QPlMZlL1qZyoCt { width:194px;height:194px;top:408.00000762939px;left:63.000005722046px;display:block; }
 }@media only screen and (max-width: 763px) { #mc3SVlVSubmgEoG9xusWHeit3l4g83io { display:block; }#mc3SVlVSubmgEoG9xusWHeit3l4g83io > .row .container { width:320px;height:630px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nI252M2zd3TDfBGnJQecO7TpNUZoRLrO { width:317px;height:317.2px;top:76.000007629395px;left:2.9833326339722px;text-align:left;text-align-last:left;font-size:18px;line-height:1.4;display:block; }#nI252M2zd3TDfBGnJQecO7TpNUZoRLrO li:not(:first-child){ padding-top:10px;padding-right:0;padding-bottom:0;padding-left:0; }#nI252M2zd3TDfBGnJQecO7TpNUZoRLrO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/428aa419-ed82-48a5-a409-077a96480e11/Projektbeznazwy20240507T120245164.png); }
 }@media only screen and (max-width: 763px) { #QpWFTiNgB5I9a1EVmm66cdLIEgzLKIQD { width:320px;height:26px;top:29px;left:0px;font-size:20px;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nngzJtDfqvlv0xxv79QILfG35KB2lFL8 { width:171px;height:171px;top:418.85003662109px;left:74.500005722046px;display:block; }
 }@media only screen and (max-width: 763px) { #B2i8BN08NEJ1BKXHi0x0ac4AheFopLVJ { display:block; }#B2i8BN08NEJ1BKXHi0x0ac4AheFopLVJ > .row .container { width:320px;height:679px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wvddk1xROAgXKdWRkfGHDHDAHHNRmV5p { width:282px;height:57.2px;top:20px;left:19px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 .widget-regular-label { width:274px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 .widget-input-text { width:274px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:10px;overflow:hidden;line-height:1.2; }
#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 .widget-textarea { width:274px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:10px;overflow:hidden;line-height:1.2; }
#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 .widget-input-select { width:274px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 .widget-input-button { width:274px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:24px;overflow:hidden; }
#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 [class*="-text"]:-moz-placeholder { font-size:10px; }
#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 [class*="-text"]::-moz-placeholder { font-size:10px; }
#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 [class*="-text"]:-ms-input-placeholder { font-size:10px; }
#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 [class*="-text"]::-webkit-input-placeholder { font-size:10px; }
#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 .widget-checkbox-label { width:255px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 .widget-container { padding-top:2px;padding-right:0;padding-bottom:1px;padding-left:0; }
#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 .widget-container:first-of-type{padding-top:0;}#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 .widget-container:last-of-type{padding-bottom:0;}#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2  { width:274px;height:auto;top:297.00003051758px;left:0px; }
#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 .radio-container { width:274px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 .widget-info-text { font-size:11px;overflow:hidden;height:auto; }
#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 {display:block;}#T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 { width:274px;height:auto;top:297.00003051758px;left:0px; }
 }@media only screen and (max-width: 763px) { #T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 #hAtO07rsg73KB478FpDULolLMZrfeRwF {  }
 }@media only screen and (max-width: 763px) { #T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 #IdlU7K4p8Pquq7kx8iPlfNPAPzAUdFbn { display:block; }
 }@media only screen and (max-width: 763px) { #T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 #PXZ8mUR4dIZliKG4VFbff1TFThelWWZl {  }
 }@media only screen and (max-width: 763px) { #T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 #t9Siz5vTbQq2MoAoWnxODaAfIBNR0cGQ {  }
 }@media only screen and (max-width: 763px) { #T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 #gHeZJTT2Pu5PkdggiUydzCeqXFXX4rRN { display:block; }
 }@media only screen and (max-width: 763px) { #T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 #R3ED4MHDBabiFkRbXdxQ7ZwwLfcESz3H {  }
 }@media only screen and (max-width: 763px) { #T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 #kLENo2IbPnkmeOwh5E2zWTrMvmkUQGMF {  }
 }@media only screen and (max-width: 763px) { #T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 #SIxsxqaQq4zR0ohvwgCJJUrdEF6XzWuQ { display:block; }
 }@media only screen and (max-width: 763px) { #T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 #tvgy4pZTgmN606R9dgbRIGhULTf419yD {  }
 }@media only screen and (max-width: 763px) { #T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 #SxKR3ZX3TllIqckxlThSnHGE44vW07Ss {  }
 }@media only screen and (max-width: 763px) { #T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 #JfpU7wJg2WiqaeB4bsGfELBvIGtaTDnp {  }
 }@media only screen and (max-width: 763px) { #T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 #nwfWEZuDrUSeKUk2ZwMCmLl08Uk6XJWl {  }
 }@media only screen and (max-width: 763px) { #T9ASNJ0V4O2vNcmdFuPt1SNlTBciP0a2 #BcJmHidTw7oV1xVLWGMIrxH73G3xPgLX {  }
 }@media only screen and (max-width: 763px) { #vK7iVQtIqufVGM5nCJ6n9hgafaArPGEv { width:13px;height:13px;top:49.266662597656px;left:244.00001335144px;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #OkthkDil39boIHh3frUKTPqZkuqnpVzu { width:130px;height:130px;top:295px;left:95px;display:none; }
 }@media only screen and (max-width: 763px) { #H7Owf7ZiGo748gzpV5yleGgFRTXCXC9t { width:130px;height:130px;top:295px;left:95px;display:none; }
 }@media only screen and (max-width: 763px) { #ZbNnqStB6HFrw43HDCaHMJcFyaFoE68T { width:320px;height:126px;top:161.00003051758px;left:0px;font-size:18px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #qtCwr1JQaV5MClFZkwxfWN3Jpox3JigV { width:253px;height:26px;top:86.25px;left:66px;font-size:20px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bs6bTImZgWPxP7NPiOETxioDx9agzdSG { display:flex;width:31px;height:31px;top:83px;left:29px; }
 }@media only screen and (max-width: 763px) { #TTqw4pMOT9ER2TwtBMgUkF0wo0Aa2Tlv { width:36px;height:36px;top:117.00003051758px;left:142.00001335144px;display:block; }
 }@media only screen and (max-width: 763px) { #FATU7wlkEUOaX9BtdHhKTuSZe5EMF8sg { display:block; }#FATU7wlkEUOaX9BtdHhKTuSZe5EMF8sg { border-width: 0; border-radius: 0; }#FATU7wlkEUOaX9BtdHhKTuSZe5EMF8sg > .row .container { width:320px;height:655px;border-top:0;border-left:0;border-right:0;border-bottom:1px solid #ffffff;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UK7qQoc3EJPfkQMTwoy37tRxUX5JGM6E { width:320px;height:56px;top:113.78329467773px;left:0px;font-size:20px;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VOGEPoCmDQGgauLFsUUOJcIhz7uObVgu { width:320px;height:28px;top:601.00006103516px;left:0px;font-size:20px;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r9GIKD0rBHxnuoO574Kxuh9tBfMZZ4wc { width:320px;height:52px;top:41.000061035156px;left:0px;font-size:20px;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TEmk9ZM4i0vCbJPEtaTLe9GDyn1ocF4D { width:320px;height:136px;top:431.98332214355px;left:0px;font-size:18px;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }#TEmk9ZM4i0vCbJPEtaTLe9GDyn1ocF4D li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/428aa419-ed82-48a5-a409-077a96480e11/Projektbeznazwy20240507T120245164.png); }
 }@media only screen and (max-width: 763px) { #WF2tKt7DsEWugC0zWXyVnQMp73LUtqyh { width:320px;height:28px;top:385.99998474121px;left:0px;font-size:20px;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HtduvPEtlCSlKJxzuTPZrS9E8OuEWHTi { width:298px;height:213px;top:162.74996948242px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #s4mryfAm65c1SLUs8KQLNCa7p9pdIgai { display:block; }#s4mryfAm65c1SLUs8KQLNCa7p9pdIgai > .row .container { width:320px;height:685px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uy7qLZCuWkMzo42KATGwyCVuvma9vu4f { width:320px;height:231.6px;top:396.26670074463px;left:0px;text-align:left;text-align-last:left;font-size:18px;line-height:1.4;display:block; }#uy7qLZCuWkMzo42KATGwyCVuvma9vu4f li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/428aa419-ed82-48a5-a409-077a96480e11/Projektbeznazwy20240507T120245164.png); }
 }@media only screen and (max-width: 763px) { #PcbeT17EOkvFookUaFFpqxJnadTtVoP7 { width:320px;height:26px;top:34.000007629395px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RRkMTPi1MhEQ7pmImUBHXmAkkNJiZTvH { width:320px;height:212.2px;top:97.049987792969px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ttOynGJykr9VLGWaw5eUSRdC2XkqiuZt { width:320px;height:32.5px;top:346.93334960938px;left:0px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zl2mnFADfQ7U3vqCdB4784uZe1Hi3zO0 { display:block; }#zl2mnFADfQ7U3vqCdB4784uZe1Hi3zO0 > .row .container { width:320px;height:124px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MWvivZhKD8Cof7g621TXJZKlInL2kwlG { width:313px;height:52px;top:35.999877929688px;left:4.9833335876465px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DB4NfTWZk5bWhtoJp3NakTDnT8QJbLKD { width:80px;height:80px;top:106px;left:120px;display:none; }
 }@media only screen and (max-width: 763px) { #wHb63dm95imkCtVePfLh7LSNc6dHeQTl { display:block; }#wHb63dm95imkCtVePfLh7LSNc6dHeQTl > .row .container { width:320px;height:598px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LuxANRqP2dgKARH0oacSZbn2nwPXhJxU { width:200px;height:83.2px;top:186.40008544922px;left:60.000005722046px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #g9iZGknc45DhqrBgwM2enQ6F1DO5D0qK { width:320px;height:62.4px;top:495.3500213623px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #FOCoSM90SuuE4wDKSSogsczKMzzWv1tv { height:179.383px;width:320px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #P2uAWTGWT5VIsMZoKPJkvV3IKUkGiwUM { height:179.383px;width:320px;top:282.96667480469px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #COXlMqk47NxsSZIM3PS6JQbFoq8TOyTm { display:block; }#COXlMqk47NxsSZIM3PS6JQbFoq8TOyTm > .row .container { width:320px;height:231px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UPd8RRZZ7OQAlTHduVm5xU7pvo7Db8s8 { width:320px;height:78px;top:35px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k8eWpWR1lT7yaUnfDQhKIJcHTyPOfcPd { top:138.70001220703px;left:3.2000007629395px;width:311px;height:59px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #RWxTbclG8AFB9KLDhEzcC2F1sh6APvMt { display:block; }
 }@media only screen and (max-width: 763px) { #TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 { display:block; }#TTc6o5nKk6oFRZMKqqVQTlWmbdw2Ta77 > .row .container { width:320px;height:98px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zPfRFPXuv26kT5udpcMrNS4xMUdlNmAb { width:99px;height:74px;top:15px;left:110.50000572205px;display:block; }
 }@media only screen and (max-width: 763px) { #pBTQhXGolNRbgwBT8WBOKJD6TWvmsob2 { display:block; }#pBTQhXGolNRbgwBT8WBOKJD6TWvmsob2 > .row .container { width:320px;height:58px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KhIBD0SJ0Qzr7Kti1msnXvvRMR7iStdu { width:320px;height:18.2px;top:20px;left:0px;font-size:14px;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }