.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;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sEl54dxP3e3OGDTFXlmKDTuJur23ngNq { 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;z-index:auto;display:block; }#sEl54dxP3e3OGDTFXlmKDTuJur23ngNq > .row .container { background-color: transparent; background-image: none; }#sEl54dxP3e3OGDTFXlmKDTuJur23ngNq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sEl54dxP3e3OGDTFXlmKDTuJur23ngNq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sEl54dxP3e3OGDTFXlmKDTuJur23ngNq > .row .container > .video-iframe-container { display: none; }#sEl54dxP3e3OGDTFXlmKDTuJur23ngNq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sEl54dxP3e3OGDTFXlmKDTuJur23ngNq > .row > .video-iframe-container { display: none; }#sEl54dxP3e3OGDTFXlmKDTuJur23ngNq > .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); }#sEl54dxP3e3OGDTFXlmKDTuJur23ngNq > .row .container { border-width: 0; border-radius: 0; }#sEl54dxP3e3OGDTFXlmKDTuJur23ngNq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sEl54dxP3e3OGDTFXlmKDTuJur23ngNq > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:75rem;position:relative;display:block; }#VzDUtXF77cJnuwTgVACJDbLJV2e0d4c5 { background-color:#f01900;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:8rem;height:2.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.375rem;left:58.375rem;display:none; }
#aeNgQVbcMugc3DxVIXbNNmkeyXX1mAAy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uwEibLEDDebZybBcixV0BUw6JeedpiQp { color:#ffffff;display:block;width:5.99935rem;position:absolute;font-family:"fira sans";font-size:1.5625rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:2.4991860389709rem;left:29.436849594116rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FctDs9Afi37q4qHGVtPDFPhqZ5tk4A25 { color:#ffffff;display:block;width:5.99935rem;position:absolute;font-family:"fira sans";font-size:1.5625rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:2.4991860389709rem;left:36.562498092651rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bH4i2bMec7LT3PmVkb4qD9Ht938cGTPl { color:#ffffff;display:block;width:5.99935rem;position:absolute;font-family:"fira sans";font-size:1.5625rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:2.4991860389709rem;left:45.249837875366rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dtTF8JIdKLkJD1BxB3UkCp3CBqPo5UdO { color:#ffffff;display:block;width:5.99935rem;position:absolute;font-family:"fira sans";font-size:1.5625rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:2.4991860389709rem;left:53.062337875366rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dTUo32X3uIZAfsi62Ge5izSdtXe7c1hz { background-color:#f01900;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.186875rem;height:3.0623375rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:1.9051105976105rem;left:60.553380966186rem;display:block; }
#sLxawCsebg77E4Zckac76DnIPNBxENmK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q6Twu58TN5ASXxdR8DeviszEmThAIfsu { color:#ffffff;display:block;width:5.99935rem;position:absolute;font-family:"fira sans";font-size:1.5625rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:2.49951171875rem;left:27.249349594116rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#eQPiQP70pGgZWZJgtNugkUUVCdd1Fzi7 { color:#ffffff;display:block;width:5.99935rem;position:absolute;font-family:"fira sans";font-size:1.5625rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:2.49951171875rem;left:34.374998092651rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#TTRk9aDyFCBTeThXbZmFrlFM5uK2TO3s { color:#ffffff;display:block;width:5.99935rem;position:absolute;font-family:"fira sans";font-size:1.5625rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:2.49951171875rem;left:43.062337875366rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#KE5IJSmzyaycWCmFEOF0iyhaOT9znqvH { color:#ffffff;display:block;width:5.99935rem;position:absolute;font-family:"fira sans";font-size:1.5625rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:2.49951171875rem;left:50.874837875366rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/919310a6-3f7b-4d22-b80d-aae102bf4bf6/Beznazwy1200x580px1.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD.adaptive-delivery-prevent-bg, #PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD.lazyload, #PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD.lazyloading { background-image: none; }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row .container { background-color: transparent; background-image: none; }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row .container > .video-iframe-container { display: none; }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row > .video-iframe-container { display: none; }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .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); }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row .container { border-width: 0; border-radius: 0; }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row .container { font-size:0.875rem;font-family:arial;height:44.4375rem;width:75rem;position:relative;display:block; }#ediX2vKdn9OUCJ6cRgmZc9MfiQFELKk2 { color:#000000;display:block;width:56.125rem;position:absolute;font-family:"fira sans";font-size:3.75rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:17.300618171692rem;left:0rem;height:8.999rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OJQ4yDB4zuXtUe7t5NobCpGsvpvzJ7fu { position:absolute;display:block;z-index:15018;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;box-shadow: none;height:20.5625rem;width:23.3125rem;top:-2.0104169845581rem;left:-0.75652680373606rem;overflow:hidden;display:block; }
#dy86tHip7Ntqd1BDQtGFGrzG6VTtnBqb { background-color:#f01900;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.312375rem;height:3.06206875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:31.872829437256rem;left:30.8125rem;display:none; }
#FmVSKELfTRnWm5QBFhef2Rf9Mqg8g6ZX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AXDTO6MylLILmife9TOBfI2aLbiSnFiS { position:absolute;display:block;z-index:15034;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;box-shadow: none;height:11.25rem;width:18.75rem;top:33.186033248901rem;left:56.249181747436rem;overflow:hidden;display:block; }
#PKPOen2rxc4pyyFaXM2VKh4SsQO354rX { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15036;background-color:#f01901;background-image:none;top:28.206053733826rem;left:0rem;display:block; }
#Cs7ehGyUNAVXIiU03iT173SMlLL13oB0 { color:#ffffff;display:block;width:41.0611875rem;position:absolute;font-family:"fira sans";font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:28.049803733826rem;left:2.1875rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XG0ToKMwDKGLl2hGLgL0AGyms52nEtTU { color:#ffffff;display:block;width:41.060375rem;position:absolute;font-family:"fira sans";font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:30.393553733826rem;left:2.1866855621338rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QMJXxofupsPX5XozkJsnc417OMZ2n9XN { color:#ffffff;display:block;width:41.0595625rem;position:absolute;font-family:"fira sans";font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:32.874022483826rem;left:2.1866855621338rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ozSDCrBPyqyNd68f1eH576utSnIv36X9 { background-color:#f01900;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3745rem;height:3.8745125rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:36.686034202576rem;left:29.312337875366rem;display:block; }
#gPkyRSfoS98DvtPdEU55IRdsU17iouQi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uXb8VROB3Wd3Cre50bo3ZrqyHgz6QDKw { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15037;background-color:#f01901;background-image:none;top:32.988932609558rem;left:0rem;display:block; }
#fQG4AsQwm9oLaALR0T7hTVg9nkVqazWV { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15038;background-color:#f01901;background-image:none;top:30.581053733826rem;left:0rem;display:block; }
#CvMpgvXlqik7E3r9pq6SvTAXGZBzKCMe { position:absolute;display:block;z-index:15035;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;box-shadow: none;height:18.8125rem;width:18.8125rem;top:32.737628936767rem;left:56.249181747436rem;overflow:hidden;display:block; }
#N08LHSL36vqwLEOOeuGULa8Z5wsNSLbK { color:#ffffff;display:block;width:41.0611875rem;position:absolute;font-family:"fira sans";font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:28.049803733826rem;left:2.1875rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#frnxTn0bSiuOdJDEn8bIfa06wE6vccKV { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15036;background-color:#f01901;background-image:none;top:28.206053733826rem;left:0rem;display:none; }
#axuNv04pIk7yN8B5NqGpNfbzZE4VTZTQ { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15036;background-color:#f01901;background-image:none;top:28.206053733826rem;left:0rem;display:none; }
#kFUT1Lw5G83u7nonnK5So8tiXJmOy34d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/919310a6-3f7b-4d22-b80d-aae102bf4bf6/Beznazwy1200x580px1.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#kFUT1Lw5G83u7nonnK5So8tiXJmOy34d.adaptive-delivery-prevent-bg, #kFUT1Lw5G83u7nonnK5So8tiXJmOy34d.lazyload, #kFUT1Lw5G83u7nonnK5So8tiXJmOy34d.lazyloading { background-image: none; }#kFUT1Lw5G83u7nonnK5So8tiXJmOy34d > .row .container { border-width: 0; border-radius: 0; }#kFUT1Lw5G83u7nonnK5So8tiXJmOy34d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kFUT1Lw5G83u7nonnK5So8tiXJmOy34d > .row .container { font-size:0.875rem;font-family:arial;height:44.4375rem;width:75rem;position:relative;display:none; }#gFTDon5EDog5ED8nkTE57Cynyr72kfnR { color:#000000;display:block;width:56.125rem;position:absolute;font-family:"fira sans";font-size:3.75rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:17.300618171692rem;left:0rem;height:8.999rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#k5piZoGtKGZHLUWKqUQqR4pXWNF7Ga2p { position:absolute;display:block;z-index:15018;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;box-shadow: none;height:20.5625rem;width:23.3125rem;top:-2.0104169845581rem;left:-0.75652680373606rem;overflow:hidden;display:block; }
#H1Ea1JX6r2lRPtaHmG2ZkPzTfrg8gnnz { background-color:#f01900;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.312375rem;height:3.06206875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:31.872829437256rem;left:30.8125rem;display:none; }
#wlg3tf31yZ4N94ldMcyyh6E0PG1mgBkl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K7wgRKi7FlA9lHQTp4KMwIDQUyh23MS5 { position:absolute;display:block;z-index:15034;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;box-shadow: none;height:11.25rem;width:18.75rem;top:33.186033248901rem;left:56.249181747436rem;overflow:hidden;display:block; }
#S61iZOgTSwD3Hn1E6GTtqK1nwI2QuncV { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15036;background-color:#f01901;background-image:none;top:28.206053733826rem;left:0rem;display:block; }
#cHymHkEz5ZSRhvfXs65kEUMRJGxgM8P1 { color:#ffffff;display:block;width:41.0611875rem;position:absolute;font-family:"fira sans";font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:28.049803733826rem;left:2.1875rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qFZtLBbGOcVlZLvdreQE26KmQwTZvoLd { color:#ffffff;display:block;width:41.060375rem;position:absolute;font-family:"fira sans";font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:30.393553733826rem;left:2.1866855621338rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Tfvd8xJPULeintHaARD2TPsubgI5JUvz { color:#ffffff;display:block;width:41.0595625rem;position:absolute;font-family:"fira sans";font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:32.874022483826rem;left:2.1866855621338rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iOl6lB29z8oLO3l69eQnTbJX75yiH8HR { background-color:#f01900;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3745rem;height:3.8745125rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:36.686034202576rem;left:29.312337875366rem;display:block; }
#DiWbkAfQqeTFRl1vRtofBEtvlwafxXaA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tUZpdOm8MqkMgwy0qcohZ3qWFuEPz4yq { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15037;background-color:#f01901;background-image:none;top:32.988932609558rem;left:0rem;display:block; }
#LTa1iHcVbhrvE9lF7uVC5yDvOWGKHIMC { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15038;background-color:#f01901;background-image:none;top:30.581053733826rem;left:0rem;display:block; }
#Z6eTubhzLi9ti7zIVEOZpag3mgsuuzUd { position:absolute;display:block;z-index:15035;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;box-shadow: none;height:18.8125rem;width:18.8125rem;top:32.737628936767rem;left:56.249181747436rem;overflow:hidden;display:block; }
#daiUl5CTnDcKVI8m6pCG7cNAic6BhEom { color:#ffffff;display:block;width:41.0611875rem;position:absolute;font-family:"fira sans";font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:28.049803733826rem;left:2.1875rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#LF5CPlBl8QdCDafh8nzCWuCF038df2H9 { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15036;background-color:#f01901;background-image:none;top:28.206053733826rem;left:0rem;display:none; }
#kBg8ffAAfAgvn4q3lciHcoe7TiDW6lLn { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15036;background-color:#f01901;background-image:none;top:28.206053733826rem;left:0rem;display:none; }
#vBFZXLJX0mKVlTTGU9oze1I6Kv38vRQ4 { 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; }#vBFZXLJX0mKVlTTGU9oze1I6Kv38vRQ4 > .row .container { background-color: transparent; background-image: none; }#vBFZXLJX0mKVlTTGU9oze1I6Kv38vRQ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBFZXLJX0mKVlTTGU9oze1I6Kv38vRQ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBFZXLJX0mKVlTTGU9oze1I6Kv38vRQ4 > .row .container > .video-iframe-container { display: none; }#vBFZXLJX0mKVlTTGU9oze1I6Kv38vRQ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBFZXLJX0mKVlTTGU9oze1I6Kv38vRQ4 > .row > .video-iframe-container { display: none; }#vBFZXLJX0mKVlTTGU9oze1I6Kv38vRQ4 > .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); }#vBFZXLJX0mKVlTTGU9oze1I6Kv38vRQ4 > .row .container { border-width: 0; border-radius: 0; }#vBFZXLJX0mKVlTTGU9oze1I6Kv38vRQ4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vBFZXLJX0mKVlTTGU9oze1I6Kv38vRQ4 > .row .container { font-size:0.875rem;font-family:arial;height:79.4375rem;width:75rem;position:relative;display:block; }#xuVUwlIgJNMS3rMoBPzaclWqkNXpLTnN { color:#737373;display:block;width:41.0625rem;position:absolute;font-family:"fira sans";font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:3.625rem;left:16.9375rem;height:2.62488125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JwDwXqeycECLtHlximpGo1GFhgz19tqb { color:#000000;display:block;width:40.4375rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:7.6139335632325rem;left:0.061849594116211rem;height:33.9917375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yr3zTIXywQUVrGTCpeX2IlO0TcdZEDET { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem #000000 ;height:19.6875rem;width:29.8125rem;top:27.923962433838rem;left:45.072184896016rem;overflow:hidden;display:block; }
#QeJpPOVaC4AfWpGF1MTTbSTNVMl63L3q { color:#737373;display:block;width:41.062rem;position:absolute;font-family:"fira sans";font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:50.798179626465rem;left:16.968587875366rem;height:2.62488125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hbBGc0CHumbxkLfTo3ZZ9P4FcM6rBOPa { box-sizing:content-box;height:20.75rem;width:75rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(115,115,115,0.5));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(115,115,115,0.5));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(115,115,115,0.5));background-image: -o-linear-gradient(180deg, #ffffff, rgba(115,115,115,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#7f737373' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#7f737373' );";background-image: linear-gradient(180deg, #ffffff, rgba(115,115,115,0.5));background-size:auto !important;top:54.874671936035rem;left:0.061849594116211rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem #000000 ;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#w6lTHbEf7uO3imaEc78ImWFwgcHMLUR8 { color:#000000;display:block;width:75rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:56.749839782715rem;left:0rem;height:1.99988125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E2KwQIVngdudGPMaKHAAKzsSAIqeTUNE { color:#000000;display:block;width:18.3121875rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:65.812335968019rem;left:1.11328125rem;height:7.99805rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J49rOcFoMKXxQ98SvDIPmy6Mfi3ueqTs { color:#000000;display:block;width:18.186875rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.6;letter-spacing:0;top:65.812335968019rem;left:37.124837875366rem;height:5.9985375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JJXbV0URIlqK8BRMVR3TkERTlfGbnC3D { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.6;letter-spacing:0;top:65.812335968019rem;left:56.186521530151rem;height:7.99805rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TuhkJNXPWnGMfQ7Ay2DbdevzwS2lvnUe { color:#000000;display:block;width:16.9986875rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:400;z-index:15029;line-height:1.6;letter-spacing:0;top:65.812335968019rem;left:19.425455093384rem;height:5.9985375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QWIW7ZQLXrJnpKwMIIFo8GP0rtfLri3F { position:absolute;display:block;z-index:15030;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;box-shadow: none;height:5.5623375rem;width:5.5623375rem;top:59.499347686767rem;left:7.48779296875rem;overflow:hidden;display:block; }
#SPcNTLN1hFti2xJZiuGpnSwFugPFquHM { position:absolute;display:block;z-index:15031;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;box-shadow: none;height:6.0620125rem;width:6.0620125rem;top:59.552244186401rem;left:24.641763687134rem;overflow:hidden;display:block; }
#eLpIVbg5ZsriengTCbLknX2z4b4sRG0A { position:absolute;display:block;z-index:15032;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;box-shadow: none;height:5.5623375rem;width:5.5623375rem;top:59.499347686767rem;left:43.435873031616rem;overflow:hidden;display:block; }
#uv6WivkXABpgKtMAc7hSp0PB93SXyMzT { position:absolute;display:block;z-index:15033;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;box-shadow: none;height:5.5625rem;width:5.5625rem;top:59.374671936035rem;left:61.874670028686rem;overflow:hidden;display:block; }
#qfLrlP5uTiTwly9wcedoqPB7siqHiqrB { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem #000000 ;height:19.4375rem;width:29.875rem;top:7.6139307022094rem;left:45.013485302866rem;overflow:hidden;display:block; }
#oBoR6w8QQLUdtXyhyALJiSU5Dt3iH5yb { 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;box-shadow: none;height:18.5625rem;width:18.5625rem;display:none; }
#SXN4qSCNH9q3lZ7xD5ew7g2Owq0TV9S5 { position:absolute;display:block;z-index:15038;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;box-shadow: none;height:4.1870125rem;width:10.374375rem;top:43.478183746338rem;left:0rem;overflow:hidden;display:block; }
#uE7HNyLLB38z8bdixJhiwUDzSQ5WZeCB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/5afecde8-7e5c-4c27-97f7-a81eb52c2a0b/Beznazwy1200x580px1200x1200px.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uE7HNyLLB38z8bdixJhiwUDzSQ5WZeCB.adaptive-delivery-prevent-bg, #uE7HNyLLB38z8bdixJhiwUDzSQ5WZeCB.lazyload, #uE7HNyLLB38z8bdixJhiwUDzSQ5WZeCB.lazyloading { background-image: none; }#uE7HNyLLB38z8bdixJhiwUDzSQ5WZeCB > .row .container { background-color: transparent; background-image: none; }#uE7HNyLLB38z8bdixJhiwUDzSQ5WZeCB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uE7HNyLLB38z8bdixJhiwUDzSQ5WZeCB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uE7HNyLLB38z8bdixJhiwUDzSQ5WZeCB > .row .container > .video-iframe-container { display: none; }#uE7HNyLLB38z8bdixJhiwUDzSQ5WZeCB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uE7HNyLLB38z8bdixJhiwUDzSQ5WZeCB > .row > .video-iframe-container { display: none; }#uE7HNyLLB38z8bdixJhiwUDzSQ5WZeCB > .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); }#uE7HNyLLB38z8bdixJhiwUDzSQ5WZeCB > .row .container { border-width: 0; border-radius: 0; }#uE7HNyLLB38z8bdixJhiwUDzSQ5WZeCB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uE7HNyLLB38z8bdixJhiwUDzSQ5WZeCB > .row .container { font-size:0.875rem;font-family:arial;height:56.5625rem;width:75rem;position:relative;display:block; }#fThOFW72UzaMo8PfLdoefiAGOLCPtRIo { color:#ffffff;display:block;width:41.0625rem;position:absolute;font-family:"fira sans";font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:3.75rem;left:16.9375rem;height:2.62488125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rdh1g1hR2EV7mtMOslMnwfmDLfOZkSZS { position:absolute;display:block;z-index:15038;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;box-shadow: none;height:5.5623375rem;width:5.5623375rem;top:8.0615234375rem;left:7.5rem;overflow:hidden;display:block; }
#QbyFD1h1lMQgq3qgKRtMpuZLfTB5Gfbv { position:absolute;display:block;z-index:15039;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;box-shadow: none;height:5.5623375rem;width:5.5623375rem;top:8.0615234375rem;left:25.311685562134rem;overflow:hidden;display:block; }
#T78b14HgUsGxJSyHHTgr5qUrkxk8UZEJ { position:absolute;display:block;z-index:15040;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;box-shadow: none;height:5.5623375rem;width:5.5623375rem;top:8.0615234375rem;left:44.124349594116rem;overflow:hidden;display:block; }
#XOZ5vLaoowz490iusAHg6UQh9MbkR3Nx { position:absolute;display:block;z-index:15041;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;box-shadow: none;height:5.625rem;width:5.625rem;top:8.02978515625rem;left:62.154943466186rem;overflow:hidden;display:block; }
#DW14ZTIRZBFIMZhkJFL3wllN5ArTzv9r { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:400;z-index:15036;line-height:1.6;letter-spacing:0;top:14.6240234375rem;left:55.748693466186rem;height:9.9975625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R6o1Oav2x7g4QtW3pnMQk0ATf2OfqAvV { color:#ffffff;display:block;width:16.9995rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:400;z-index:15035;line-height:1.6;letter-spacing:0;top:14.624031066894rem;left:38.404947280884rem;height:11.997075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cesPdZSTokSzmvC45yHszH7uLOoGetN3 { color:#ffffff;display:block;width:16.7496875rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:400;z-index:15037;line-height:1.6;letter-spacing:0;top:14.6240234375rem;left:19.717611312866rem;height:9.997575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KBkdK6c8V1zOKGeRzrvrl3W246V96SpI { color:#ffffff;display:block;width:17.6245rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:400;z-index:15034;line-height:1.6;letter-spacing:0;top:14.6240234375rem;left:1.4680995941162rem;height:11.9970875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m7iTwbwHdNOLc1ZTPU3Mw8UfVWs8XgKp { background-color:#f01900;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.312375rem;height:3.06206875rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:44.905248165131rem;left:30.8125rem;display:none; }
#yNW7aa0EA7PBwI9PP0B9okgMC9CkH8mP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gAP7B3E76QkcAJEoSzJoy02odNMKtTOO { position:absolute;display:block;z-index:15098;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.6875rem #f01900 ;height:22.3746875rem;width:39.9373125rem;top:30.370279312134rem;left:17.530111312866rem;display:block; }
#TMUXxdIF17T3RHVt0nQsQo7uBwPvTdLu { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.75rem;width:14.0625rem;top:44.744464874267rem;left:0rem;overflow:hidden;display:block; }
#HO5mhZRyi3SE9JVrQgQqVVsiiZ0waKIg { 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;box-shadow: none;height:52.6875rem;width:47.1875rem;display:none; }
#edVBPsyTSlV8q97AAoRKbQ1H6BDhVV5L { 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; }#edVBPsyTSlV8q97AAoRKbQ1H6BDhVV5L > .row .container { background-color: transparent; background-image: none; }#edVBPsyTSlV8q97AAoRKbQ1H6BDhVV5L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#edVBPsyTSlV8q97AAoRKbQ1H6BDhVV5L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#edVBPsyTSlV8q97AAoRKbQ1H6BDhVV5L > .row .container > .video-iframe-container { display: none; }#edVBPsyTSlV8q97AAoRKbQ1H6BDhVV5L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#edVBPsyTSlV8q97AAoRKbQ1H6BDhVV5L > .row > .video-iframe-container { display: none; }#edVBPsyTSlV8q97AAoRKbQ1H6BDhVV5L > .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); }#edVBPsyTSlV8q97AAoRKbQ1H6BDhVV5L > .row .container { border-width: 0; border-radius: 0; }#edVBPsyTSlV8q97AAoRKbQ1H6BDhVV5L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#edVBPsyTSlV8q97AAoRKbQ1H6BDhVV5L > .row .container { font-size:0.875rem;font-family:arial;height:212rem;width:75rem;position:relative;display:block; }#kpNH3KiKoTBie1q6hVfcnkz4AzHzJzpk { color:#737373;display:block;width:37.5rem;position:absolute;font-family:"fira sans";font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:3.75rem;left:18.749185562134rem;height:2.62488125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GKQqeNaCG4trZ9y6AA1A9zeIWg9ruAZc { color:#000000;display:block;width:72.5625rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:normal;z-index:15026;line-height:1.2;letter-spacing:0;top:8.2478837966919rem;left:1.3103847503662rem;height:4.4995125rem;text-align:center;text-align-last:center;display:block; }
#lV3XpF4OgcRHsDZHaexWCu8GtUOTz3KU { position:absolute;display:block;z-index:15035;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;box-shadow: none;height:4.375rem;width:4.375rem;top:138.03786849976rem;left:2.4958567619324rem;overflow:hidden;display:block; }
#aFT2kTyDAGaoz6nCpDlMyqPsJ0v3gzFa { color:#f01900;display:block;width:29.4995rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:300;z-index:15027;line-height:1.2;letter-spacing:0;top:16.497395515442rem;left:22.748208999634rem;height:1.4998375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cK98IEnKRPARMUwTGDM5VbQopkrpEfxM { box-sizing:content-box;height:0.124511875rem;width:12.5rem;position:absolute;display:block;z-index:15036;background-color:#f01900;background-image:none;top:17.18505859375rem;left:62.499181747436rem;display:block; }
#KLySp3TBKmrN8TAl28wPVowAc0l2PuTO { box-sizing:content-box;height:0.124511875rem;width:12.5rem;position:absolute;display:block;z-index:15037;background-color:#f01900;background-image:none;top:17.18505859375rem;left:0rem;display:block; }
#vsSTVuI4Xg51HTfweJ505RkydnqDNW0b { position:absolute;display:block;z-index:15040;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;box-shadow: none;height:2.1248375rem;width:2.1248375rem;top:16.184895515442rem;left:25.436849594116rem;overflow:hidden;display:block; }
#cn1dyHNwgtavG9Xu6aWJlsogRRF1uUxl { color:#000000;display:block;width:26.3745rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.2;letter-spacing:0;top:21.747232437134rem;left:1.3094081878662rem;height:1.4998375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#puL7ESNBysZQZqtkpxfrbOzTdGaRSDKS { position:absolute;display:block;z-index:15038;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;box-shadow: none;height:4.375rem;width:4.375rem;top:40.038940429688rem;left:2.4964485168457rem;overflow:hidden;display:block; }
#GfqAFE05gIT2bdG8CWnfPhSMzgyZPi1b { color:#000000;display:block;width:69.875rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:400;z-index:15032;line-height:1.2;letter-spacing:0;top:24.470169067382rem;left:1.2466855049133rem;height:2.999675rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#Z1hoFes2IQpVH6s7UerfvzyvRS0sLlRl { position:absolute;display:block;z-index:15036;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;box-shadow: none;height:4.3123375rem;width:4.3123375rem;top:173.78123474121rem;left:2.5266332626342rem;overflow:hidden;display:block; }
#xpIQQXanfV2wUgUPJdJbWlSigxT3GNqD { position:absolute;display:block;z-index:15037;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;box-shadow: none;height:4.375rem;width:4.375rem;top:55.27864074707rem;left:2.4958567619324rem;overflow:hidden;display:block; }
#Krwl0vnAyCGHf76za1UWt07JLEuoT6ET { position:absolute;display:block;z-index:15042;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;box-shadow: none;height:2.1248375rem;width:2.1248375rem;top:74.720520019531rem;left:27.124169826508rem;overflow:hidden;display:block; }
#l1CAko9gHzsO59WSxF7dDTZ0k16LwDit { color:#f01900;display:block;width:29.4995rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:300;z-index:15028;line-height:1.2;letter-spacing:0;top:75.221229553225rem;left:22.747985363007rem;height:1.4998375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nnnsS4npOsm7wzT3hZ189gzrfMOyN2o9 { box-sizing:content-box;height:0.124511875rem;width:12.5rem;position:absolute;display:block;z-index:15037;background-color:#f01900;background-image:none;top:75.908374786375rem;left:0rem;display:block; }
#BstR5yn4MnAOnohylT32kWX78FddCQIt { box-sizing:content-box;height:0.124511875rem;width:12.5rem;position:absolute;display:block;z-index:15038;background-color:#f01900;background-image:none;top:75.90719127655rem;left:62.498815059662rem;display:block; }
#rrM5eOcwSM0egc3d7zN8nnQWEfn9ATdm { position:absolute;display:block;z-index:15038;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;box-shadow: none;height:4.375rem;width:4.375rem;top:106.04509162903rem;left:2.4958567619324rem;overflow:hidden;display:block; }
#CBQnd9QKzaJ2iC94FbUrSJAHQurxB344 { position:absolute;display:block;z-index:15041;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;box-shadow: none;height:4.375rem;width:4.375rem;top:122.79165649414rem;left:2.4958567619324rem;overflow:hidden;display:block; }
#uCKSyfWlNRBkvZNOZNXJT4AikgBuhcLc { position:absolute;display:block;z-index:15044;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;box-shadow: none;height:4.375rem;width:4.375rem;top:158.53443145752rem;left:2.4958567619324rem;overflow:hidden;display:block; }
#wAnXoPKNvh30iFKLaAhrilrOkXkU9H5x { box-sizing:content-box;height:0.124511875rem;width:12.5rem;position:absolute;display:block;z-index:15040;background-color:#f01900;background-image:none;top:197.40221405029rem;left:0rem;display:block; }
#ACr1OuWcli8T9UiPLGtORV1UioZQ6pRk { box-sizing:content-box;height:0.124511875rem;width:12.5rem;position:absolute;display:block;z-index:15041;background-color:#f01900;background-image:none;top:197.40221405029rem;left:62.498815059662rem;display:block; }
#vH7hUShU6EbDC1BegziNwgTsLMEEM5CD { color:#f01900;display:block;width:29.4995rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:300;z-index:15031;line-height:1.2;letter-spacing:0;top:196.71447753906rem;left:22.748578548431rem;height:1.4998375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RoRcsBTT3eDqXl9QmvabkgbJDQs7TO7a { position:absolute;display:block;z-index:15047;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;box-shadow: none;height:4.375rem;width:4.375rem;top:190.46447753906rem;left:2.4958567619324rem;overflow:hidden;display:block; }
#cIKSxG8B5iAQafM8GmCOv18a8h07NaGm { position:absolute;display:block;z-index:15043;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;box-shadow: none;height:2.1248375rem;width:2.1248375rem;top:196.40197753906rem;left:26.624051570893rem;overflow:hidden;display:block; }
#ERyLTIOXfuioxmtUvFiyVWydhIcFo8qs { box-sizing:content-box;height:0.124511875rem;width:12.5rem;position:absolute;display:block;z-index:15044;background-color:#f01900;background-image:none;top:144.97560501099rem;left:62.498815059662rem;display:block; }
#wQEBVusQwLJ1gy6GGzXAnCLQNSqpwn73 { color:#f01900;display:block;width:29.4995rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:300;z-index:15035;line-height:1.2;letter-spacing:0;top:144.28786849976rem;left:22.748578548431rem;height:1.4998375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ne7kOk8bHoum4w8feVQLblMLz7TDLnH8 { position:absolute;display:block;z-index:15047;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;box-shadow: none;height:2.1248375rem;width:2.1248375rem;top:143.97536849976rem;left:26.686788082123rem;overflow:hidden;display:block; }
#fDPSmTl5m3um9IzthRfwJpgbyQDkxtk7 { box-sizing:content-box;height:0.124511875rem;width:12.5rem;position:absolute;display:block;z-index:15045;background-color:#f01900;background-image:none;top:144.97560501099rem;left:0rem;display:block; }
#N9KovpANftFeW6JDp5v6GP7U8vL7URGO { position:absolute;display:block;z-index:15053;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;box-shadow: none;height:4.375rem;width:4.375rem;top:89.300300825387rem;left:2.4958567619324rem;overflow:hidden;display:block; }
#Oz29CO1d7dIBiXfhZOBnWKlvi9EpfEXr { 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;box-shadow: none;height:53.0625rem;width:37.5rem;display:none; }
#f3QO40DzVPU0Z2IXQ0eDFn7FR8eT8SWL { color:#f01900;display:block;width:59.749375rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.2;letter-spacing:0;top:32.368488311767rem;left:1.3091855049133rem;height:1.350025rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nPMP85IFt1dh7S1OOQ2qy0he0t3Qzxox { color:#f01900;display:block;width:71.25rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.2;letter-spacing:0;top:34.743011474609rem;left:1.3091855049133rem;height:4.04785rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#m0KpGdTg2wsuScF57LPwETTM0aSJ3p0b { color:#000000;display:block;width:69.8125rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15030;line-height:1.2;letter-spacing:0;top:28.719696044922rem;left:1.2499995231628rem;height:2.3990875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OZqMT8WodLze760d45PbMUoxgQhw4riy { position:absolute;display:block;z-index:15039;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;box-shadow: none;height:4.3125rem;width:4.3125rem;top:40.037757873535rem;left:9.3637537956238rem;overflow:hidden;display:block; }
#CKWKcRVr9mFL9xM2aUKTk17CkhUGTHUy { position:absolute;display:block;z-index:15040;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;box-shadow: none;height:4.375rem;width:4.375rem;top:40.037757873535rem;left:26.123340129853rem;overflow:hidden;display:block; }
#coEm5KGxagoNdxKCfEEHdiPZBW7DXzfV { position:absolute;display:block;z-index:15041;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;box-shadow: none;height:4.375rem;width:4.375rem;top:40.037757873535rem;left:20.561669826508rem;overflow:hidden;display:block; }
#TGahrPCJ8MS4lgv4PeQ96X8NfyatHrMe { position:absolute;display:block;z-index:15042;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;box-shadow: none;height:4.375rem;width:4.375rem;top:40.037757873535rem;left:14.936669826508rem;overflow:hidden;display:block; }
#xRBNLB0q5wilTBi2WQ2I215sINRPOZRp { color:#000000;display:block;width:70.1875rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:400;z-index:15033;line-height:1.2;letter-spacing:0;top:46.286571502686rem;left:1.3091855049133rem;height:1.4998375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#AB9T3QHp0sfeCa6LdWU0WMsIyRVwXNRX { color:#000000;display:block;width:68.1875rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15031;line-height:1.2;letter-spacing:0;top:49.035152435302rem;left:1.3091855049133rem;height:2.3990875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#piyq4sEIK3v0izvc7QBM37B4euNsOX1r { color:#f01900;display:block;width:68.4375rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.2;letter-spacing:0;top:52.681575775146rem;left:1.3091855049133rem;height:1.350025rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bhfh97A3XtBCS3aT7a2Hh4l9uGXec4oZ { color:#000000;display:block;width:37.5rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:400;z-index:15034;line-height:1.2;letter-spacing:0;top:61.526865005493rem;left:1.1843037605286rem;height:1.4998375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#UFTFIJkPhDAC1Xhz3tDrwbpQXH8HvB2C { color:#000000;display:block;width:70.6875rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15032;line-height:1.2;letter-spacing:0;top:64.274852752687rem;left:1.3091855049133rem;height:1.19954375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GS7yS3Ty4Ze0TaDwVoOZTDhtRVhSvR9C { color:#000000;display:block;width:68.5rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15031;line-height:1.2;letter-spacing:0;top:99.798050880431rem;left:1.3091855049133rem;height:2.3990875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eSBn2e6qeMJ2k3JkpdLy9U0bQFXH88qT { position:absolute;display:block;z-index:15037;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;box-shadow: none;height:4.249675rem;width:4.249675rem;top:69.098480224613rem;left:2.5585932731628rem;overflow:hidden;display:block; }
#K0v2JGabmP0tcxB2P03A3cgTar8AOFwJ { color:#f01900;display:block;width:37.5rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.2;letter-spacing:0;top:66.722177505494rem;left:1.2464485168457rem;height:1.350025rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xSH1ynwGlUWWqpmvbIqpLRT78L3ZviKX { color:#000000;display:block;width:37.5rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:400;z-index:15035;line-height:1.2;letter-spacing:0;top:80.308232307431rem;left:1.3091855049133rem;height:1.4998375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#RWCytyQwQeiJHN8iXGGwxMk9tvoqCWyl { color:#000000;display:block;width:67.1875rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15033;line-height:1.2;letter-spacing:0;top:83.056811809538rem;left:1.3091855049133rem;height:2.3990875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NFe73C9XMDrvpmFoG234vnxDUUDtTkA5 { color:#f01900;display:block;width:65.9375rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:400;z-index:15037;line-height:1.2;letter-spacing:0;top:86.703236579894rem;left:1.3091855049133rem;height:1.350025rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bm7pmeLmJGVlKN6EiHM76iXLMckNItTd { color:#000000;display:block;width:72.0625rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:400;z-index:15036;line-height:1.2;letter-spacing:0;top:95.548524856569rem;left:1.3091855049133rem;height:2.999675rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#WXh7XV5It9vXGMUIKgG7nzHUecTyQCgp { color:#f01900;display:block;width:37.5rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:400;z-index:15038;line-height:1.2;letter-spacing:0;top:103.4462518692rem;left:1.3091855049133rem;height:1.350025rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#R4zgwbODTBpMcL7KJewMAsyoeCPkRnCD { color:#000000;display:block;width:62.75rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:400;z-index:15037;line-height:1.2;letter-spacing:0;top:164.78443145752rem;left:1.3091855049133rem;height:1.4998375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#AAkSAV7GESAleOfARJt8Gl1ZnAaCn7dd { color:#000000;display:block;width:66rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15032;line-height:1.2;letter-spacing:0;top:116.54461669922rem;left:1.3091855049133rem;height:2.3990875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TpeS9T4l3V3VZDe3TuF38TvrfMwHWTCF { color:#f01900;display:block;width:63.125rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:400;z-index:15039;line-height:1.2;letter-spacing:0;top:120.19281768799rem;left:1.3091855049133rem;height:1.350025rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mVOOhk8rvrhHlWApEvHZJcmQI5pICSKl { color:#000000;display:block;width:37.5rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:400;z-index:15038;line-height:1.2;letter-spacing:0;top:129.04165649414rem;left:1.3091855049133rem;height:1.4998375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#qyJQS298VwT8T5rysQ5MwS00OUnli4aT { color:#000000;display:block;width:66.9375rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15033;line-height:1.2;letter-spacing:0;top:131.79141998291rem;left:1.3091855049133rem;height:2.3990875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kgLU9hW7gXzT5CRblOx7eG1NLzihZeh9 { color:#f01900;display:block;width:67.625rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:400;z-index:15040;line-height:1.2;letter-spacing:0;top:135.43962097168rem;left:1.3091855049133rem;height:1.350025rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WUxaCr9UwgaaTb0M64Iv3ZIRJd52Aila { color:#000000;display:block;width:37.5rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:400;z-index:15039;line-height:1.2;letter-spacing:0;top:149.53763198852rem;left:1.3091855049133rem;height:1.4998375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#IobqBE9WGXCQCUkcFp37EBSRREeU6sq8 { color:#000000;display:block;width:66.5rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15034;line-height:1.2;letter-spacing:0;top:152.28739547729rem;left:1.3091855049133rem;height:2.3990875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xLVsQMGz7Xs7IAfEfyoGbTUFiKgmzz45 { color:#f01900;display:block;width:54.1875rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:400;z-index:15041;line-height:1.2;letter-spacing:0;top:155.93618774414rem;left:1.3091855049133rem;height:1.350025rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qz22dnDTQyOv52T3X7bWUyRd3VpDDAtD { color:#000000;display:block;width:66.875rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15035;line-height:1.2;letter-spacing:0;top:167.53419494629rem;left:1.3091855049133rem;height:2.3990875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZosshvDdPzUgVx7gh7n1AbPMGtx0o9Qi { color:#f01900;display:block;width:63.4375rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:400;z-index:15042;line-height:1.2;letter-spacing:0;top:171.38422393799rem;left:1.3091855049133rem;height:1.350025rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#srkVoQn2n5ghdvArky5JBX3VWhgafwzK { color:#000000;display:block;width:63.5625rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:400;z-index:15038;line-height:1.2;letter-spacing:0;top:179.96849822998rem;left:1.3091855049133rem;height:2.999675rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#TVsxhzFTqmEx1OLTwGtUruqKgG6D0Opf { color:#000000;display:block;width:66.75rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15036;line-height:1.2;letter-spacing:0;top:184.21802520752rem;left:1.3091855049133rem;height:2.3990875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iTuFZ3nL44BAZnTQfgfuJCNsTrHVxT8Z { color:#f01900;display:block;width:55.8121875rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.2;letter-spacing:0;top:187.86622619629rem;left:1.3091855049133rem;height:1.350025rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qQU8unbOi209R2CWvQSnp5QZ8NQ8Rm9B { color:#000000;display:block;width:63.625rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:400;z-index:15037;line-height:1.2;letter-spacing:0;top:112.29509162903rem;left:1.3091855049133rem;height:2.999675rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#pw44imptbSR1T1AnUdyVhzBX7Tb6fsp6 { box-sizing:content-box;height:193.0625rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.16), rgba(115,115,115,0.5));background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.16), rgba(115,115,115,0.5));background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.16), rgba(115,115,115,0.5));background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.16), rgba(115,115,115,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#28ffffff', endColorstr='#7f737373' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#28ffffff', endColorstr='#7f737373' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.16), rgba(115,115,115,0.5));background-size:auto !important;top:14.527636528015rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.4375rem #000000 ;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#F2XRHtrRz4tFs0a2FSa3moCtyvUOcBVE { background-color:#f01900;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.373125rem;height:3.8742875rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:201.49958229065rem;left:29.311344146729rem;display:block; }
#dB8UOuScMlIQg81cddAtNAfHNQyq5nMG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MzOco3tSuKTuE4F961RWJvOOLBPuVAfE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/5afecde8-7e5c-4c27-97f7-a81eb52c2a0b/Beznazwy1200x580px1200x1200px.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MzOco3tSuKTuE4F961RWJvOOLBPuVAfE.adaptive-delivery-prevent-bg, #MzOco3tSuKTuE4F961RWJvOOLBPuVAfE.lazyload, #MzOco3tSuKTuE4F961RWJvOOLBPuVAfE.lazyloading { background-image: none; }#MzOco3tSuKTuE4F961RWJvOOLBPuVAfE > .row .container { background-color: transparent; background-image: none; }#MzOco3tSuKTuE4F961RWJvOOLBPuVAfE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MzOco3tSuKTuE4F961RWJvOOLBPuVAfE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MzOco3tSuKTuE4F961RWJvOOLBPuVAfE > .row .container > .video-iframe-container { display: none; }#MzOco3tSuKTuE4F961RWJvOOLBPuVAfE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MzOco3tSuKTuE4F961RWJvOOLBPuVAfE > .row > .video-iframe-container { display: none; }#MzOco3tSuKTuE4F961RWJvOOLBPuVAfE > .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); }#MzOco3tSuKTuE4F961RWJvOOLBPuVAfE > .row .container { border-width: 0; border-radius: 0; }#MzOco3tSuKTuE4F961RWJvOOLBPuVAfE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MzOco3tSuKTuE4F961RWJvOOLBPuVAfE > .row .container { font-size:0.875rem;font-family:arial;height:133.75rem;width:75rem;position:relative;display:block; }#vMhcTDE7fw79MsbiCWgbbu8I6RMltGkR { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:"fira sans";font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:3.4983711242676rem;left:18.749185562134rem;height:2.62488125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RThsSuf13Q2AXmmVnDXXAlIeAGyoFyTZ { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:400;z-index:15048;line-height:1.2;letter-spacing:0;top:88.193191528319rem;left:58.217283248901rem;height:5.39713125rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#mi0Iz80HXaOp4flMktBvBa8dXQpxOgBx { position:absolute;display:block;z-index:15053;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;box-shadow: none;height:1.875rem;width:6.25rem;top:96.157707214356rem;left:58.216955184936rem;overflow:hidden;display:block; }
#grgiT4DInAV5WlGi1WMgVB3zfhM4Zc1i { position:absolute;display:block;z-index:15060;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;box-shadow: none;height:1.25rem;width:1.25rem;top:96.658363342288rem;left:72.040365219119rem;overflow:hidden;display:block; }
#hHXVnaPgSiciGS8MiCfJzzWFpfpORfkp { box-sizing:content-box;height:29.124375rem;width:17.5rem;position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;top:69.79491996765rem;left:0.46712303161621rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.6875rem #f01900 ;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#nToFPbS7NhIKDVyJy5EVOpeWGDIgkqvc { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:17.5rem;width:17.5rem;top:69.794105529788rem;left:0.46712303161621rem;overflow:hidden;display:block; }
#s5hmkyrm3iRWhdptwTNDlQaaiBxoIZx4 { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:400;z-index:15057;line-height:1.2;letter-spacing:0;top:88.205402374269rem;left:20.497884750366rem;height:5.39713125rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#UgyxNhbzL8lmHomHrKr51uo7ZCprIdou { position:absolute;display:block;z-index:15063;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;box-shadow: none;height:1.25rem;width:1.25rem;top:96.596515655519rem;left:15.549966812134rem;overflow:hidden;display:block; }
#i1wgcLkAfnFWm7fxZzDyk69pzbRh9laO { position:absolute;display:block;z-index:15054;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;box-shadow: none;height:1.875rem;width:6.25rem;top:96.146320343019rem;left:20.560708999634rem;overflow:hidden;display:block; }
#I91eddZ4hTG6CPpGwc128q2AzxpDLUwp { box-sizing:content-box;height:29.124375rem;width:17.5rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;top:100.79426574707rem;left:19.403482437134rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.6875rem #f01900 ;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#TUugLoDTJb8ScwWofKoN9TLmgFcHxOHq { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:400;z-index:15053;line-height:1.2;letter-spacing:0;top:88.201496124269rem;left:39.361978530884rem;height:8.0957rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#od0oSEy9PlIHESES9n1rGRrcSeoSLAJQ { position:absolute;display:block;z-index:15065;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;box-shadow: none;height:1.25rem;width:1.25rem;top:96.645828247069rem;left:53.289060592651rem;overflow:hidden;display:block; }
#rribtrhWhbGuv2yIf0XpWJiN47nHeHms { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:17.561875rem;width:17.561875rem;top:100.79426574707rem;left:19.371744155884rem;overflow:hidden;display:block; }
#eavtAyWhbBR6ECFPGleFMmLh3DBhpEqq { box-sizing:content-box;height:29.124375rem;width:17.561875rem;position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;top:100.79426574707rem;left:38.236490249634rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.6875rem #f01900 ;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#JnxfCiCln3hth69ThBQiNDyDQ8DQ5bOD { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:400;z-index:15057;line-height:1.2;letter-spacing:0;top:119.35611343384rem;left:20.559732437134rem;height:6.7464125rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#PqlrdTIq3KqsQuzq6E6G6RpCtfUD3IpG { position:absolute;display:block;z-index:15069;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;box-shadow: none;height:1.25rem;width:1.25rem;top:127.70832824707rem;left:34.414224624634rem;overflow:hidden;display:block; }
#i6q3HaF5i9vU5TQ5ugGkoUvMu4m9RfSr { box-sizing:content-box;height:29.124375rem;width:17.561875rem;position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:none;top:7.7994785308837rem;left:0.43701171875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.6875rem #f01900 ;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#XrctVB3ve6PTPgskMizdfXtMf66mV2eS { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:400;z-index:15061;line-height:1.2;letter-spacing:0;top:26.259764194489rem;left:39.362630844116rem;height:6.74640625rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#vEI7VWIgGF38rGrcmhSheiJidtCgmtEU { position:absolute;display:block;z-index:15073;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;box-shadow: none;height:1.25rem;width:1.25rem;top:34.727211952209rem;left:53.352209091186rem;overflow:hidden;display:block; }
#iV64IvDHyrRJTaZfAqdLo7UkZaPE660Z { position:absolute;display:block;z-index:15083;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;box-shadow: none;height:1.875rem;width:1.875rem;top:70.667316436769rem;left:58.061849594116rem;overflow:hidden;display:block; }
#C7Me2f2frXWoTs5gWTssD6FwR8fHoUeO { position:absolute;display:block;z-index:15085;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;box-shadow: none;height:1.875rem;width:1.875rem;top:70.668292999269rem;left:1.5413417816162rem;overflow:hidden;display:block; }
#eO2b1mpbq1mssJAnB4ZhZiDi3DyTCQdS { position:absolute;display:block;z-index:15086;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;box-shadow: none;height:1.875rem;width:1.875rem;top:70.667316436769rem;left:39.299478530884rem;overflow:hidden;display:block; }
#fciJipXvNAxFbHU66lfIwD5FoidnLu84 { position:absolute;display:block;z-index:15087;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;box-shadow: none;height:1.875rem;width:1.875rem;top:101.60660171509rem;left:20.434732437134rem;overflow:hidden;display:block; }
#qukalkzlHpOBgwuRxL8defied02qGkhz { position:absolute;display:block;z-index:15088;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;box-shadow: none;height:1.875rem;width:1.875rem;top:8.6100254058837rem;left:39.300130844116rem;overflow:hidden;display:block; }
#ApC7v5U8fhJkKU37WpC910OqQhTL2yCi { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:17.561875rem;width:17.561875rem;top:100.79426574707rem;left:38.236490249634rem;overflow:hidden;display:block; }
#ktJkAtzIuOpxfntTtBTqlPex7PKPrCmE { color:#000000;display:block;width:15.3116875rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:400;z-index:15076;line-height:1.2;letter-spacing:0;top:119.35546112061rem;left:39.361978530884rem;height:6.7464125rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#Ko5vraxLmZbcblHCfeD62lScuiMExe54 { position:absolute;display:block;z-index:15096;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;box-shadow: none;height:1.8741875rem;width:1.8741875rem;top:101.60643959046rem;left:39.299478530884rem;overflow:hidden;display:block; }
#JPpS1I3rqF4xqEE1TTzOevt5BWHdhkhi { position:absolute;display:block;z-index:15065;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;box-shadow: none;height:1.8741875rem;width:6.2491875rem;top:127.19872283936rem;left:39.361978530884rem;overflow:hidden;display:block; }
#D9sizhqgnibxl17Ay6qTiQ7L2xzCkrbI { position:absolute;display:block;z-index:15088;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;box-shadow: none;height:1.2491875rem;width:1.2491875rem;top:127.70832824707rem;left:53.289060592651rem;overflow:hidden;display:block; }
#TfZaUT0h3kl2wLZFaq3NrimdDl6mtIdA { box-sizing:content-box;height:29.124375rem;width:17.561875rem;position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:none;top:7.7986640930175rem;left:19.310708999634rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.6875rem #f01900 ;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#WK6KyFqWAPLHGDuV9FDJyJTy0kKTTxST { box-sizing:content-box;height:29.124375rem;width:17.561875rem;position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:none;top:7.7986640930175rem;left:38.175455093384rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.6875rem #f01900 ;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#ozMuyPCxa4lET2KmHAJ5L24DuBisXcuK { box-sizing:content-box;height:29.124375rem;width:17.561875rem;position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:none;top:7.7986640930175rem;left:56.936849594116rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.6875rem #f01900 ;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#ZxTofHrNW1AHidTmUWvxJtocth0oRNv3 { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:17.5rem;width:17.5rem;top:7.7986640930175rem;left:0.4052734375rem;overflow:hidden;display:block; }
#MCRzRtpVViVMiOC6aXqeWWQLSP0hJiiX { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:400;z-index:15058;line-height:1.2;letter-spacing:0;top:26.197264194489rem;left:1.6858730316162rem;height:8.0957rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#c06cGI0TQEAEIHcG4vVOOnvCRc6RDCFO { position:absolute;display:block;z-index:15070;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;box-shadow: none;height:1.25rem;width:1.25rem;top:34.665525436401rem;left:15.612955093384rem;overflow:hidden;display:block; }
#VgzTS5J4ugdaGXbx5dZucfwT1pzcKbME { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:17.5625rem;width:17.5625rem;top:7.7986755371094rem;left:19.310056686401rem;overflow:hidden;display:block; }
#s37VUF0N5ttO34kpQdNitX2ABKndkJ89 { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:400;z-index:15059;line-height:1.2;letter-spacing:0;top:26.245116233826rem;left:20.499837875366rem;height:6.7464125rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#QEElfKtzcww3CIBItO7oLXT6ayGPXasG { position:absolute;display:block;z-index:15071;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;box-shadow: none;height:1.25rem;width:1.25rem;top:34.665526390076rem;left:34.414224624634rem;overflow:hidden;display:block; }
#SLzDieEJdM2U6f5WDwX83frvyM80XfW3 { position:absolute;display:block;z-index:15088;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;box-shadow: none;height:1.875rem;width:1.875rem;top:8.6111650466919rem;left:1.6121425628662rem;overflow:hidden;display:block; }
#DlDTqG3vtUgnmZhavyIeK7D2ftTdTxDy { position:absolute;display:block;z-index:15089;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;box-shadow: none;height:1.875rem;width:1.875rem;top:8.6100256443025rem;left:20.363279342651rem;overflow:hidden;display:block; }
#BO6yhFpZEJLQlV9M4Xvo2pbHvafODrbs { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:17.5625rem;width:17.5625rem;top:7.7986755371094rem;left:56.926427841186rem;overflow:hidden;display:block; }
#DvXauvinRavcJL3LokknJ2LRbsv4tpud { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:400;z-index:15060;line-height:1.2;letter-spacing:0;top:26.259764194489rem;left:58.175619125366rem;height:6.7464125rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#JNPNMSJQAHu9GamXHObELufSMsUnsw3e { position:absolute;display:block;z-index:15072;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;box-shadow: none;height:1.25rem;width:1.25rem;top:34.690753936767rem;left:72.040365219119rem;overflow:hidden;display:block; }
#e9wQTJ3KErSi356TMTBufr8CDLuDMALc { position:absolute;display:block;z-index:15090;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;box-shadow: none;height:1.875rem;width:1.875rem;top:8.6100256443025rem;left:58.113767623901rem;overflow:hidden;display:block; }
#GsiLqt2I15c9LRNnbkWB55fH7c0eqHia { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:17.5625rem;width:17.5625rem;top:7.7986755371094rem;left:38.176431655884rem;overflow:hidden;display:block; }
#zTU1xPIsAlTkX2OWWOhW708KsW0pfy2I { position:absolute;display:block;z-index:15054;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;box-shadow: none;height:1.875rem;width:6.25rem;top:34.091793060302rem;left:20.488279342651rem;overflow:hidden;display:block; }
#hU5BoffUtQdcTTUG9KKS4IQUVJD1NytF { box-sizing:content-box;height:29.124375rem;width:17.5rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:none;top:38.797200679779rem;left:0.46712303161621rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.6875rem #f01900 ;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#VGR2a06nUB5wLwU2TLGLvB5W1gfoTJ9n { box-sizing:content-box;height:29.124375rem;width:17.5rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;top:38.797201156616rem;left:19.341634750366rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.6875rem #f01900 ;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#eestM5X692f5snXN7EnOd9lzkOy1yWXo { box-sizing:content-box;height:29.124375rem;width:17.5rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;top:38.797200202942rem;left:38.206380844116rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.6875rem #f01900 ;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#yqBJxgtHwTvI3hflTlToAkMsadUeKlBi { box-sizing:content-box;height:29.124375rem;width:17.5rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;top:38.797200202942rem;left:56.989416122436rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.6875rem #f01900 ;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#g3A2hLvROCas5GSAapKAsrRSZK4gc4DN { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:17.5rem;width:17.5rem;top:38.797210693359rem;left:0.43717384338379rem;overflow:hidden;display:block; }
#PCTforN6q124x0sTXQJpq5XTBTGHVIem { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:17.5rem;width:17.5rem;top:38.797210693359rem;left:19.373208999634rem;overflow:hidden;display:block; }
#IBtKzcvgD5UrCS0ALAI3m9riRTpy5ETa { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:17.5625rem;width:17.5625rem;top:38.797210693359rem;left:38.174642562866rem;overflow:hidden;display:block; }
#RCsXKrC8zlec10tBwsJ0UqogdvVQR2sT { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:17.5rem;width:17.5rem;top:38.797200202942rem;left:56.989255905151rem;overflow:hidden;display:block; }
#n5vURrbn9xFGCbEAu5nhmZZVxbGty4dA { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:400;z-index:15059;line-height:1.2;letter-spacing:0;top:57.294918060302rem;left:1.6858730316162rem;height:8.0957rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#PZQbXbrt8LE7BT6wzTqW6ICSBbPA6ACO { position:absolute;display:block;z-index:15072;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;box-shadow: none;height:1.25rem;width:1.25rem;top:65.774085998538rem;left:72.040365219119rem;overflow:hidden;display:block; }
#bOTQ25KqzvDDpqiL910zFcxTqRxCL7fT { position:absolute;display:block;z-index:15073;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;box-shadow: none;height:1.25rem;width:1.25rem;top:65.711585998538rem;left:53.289709091186rem;overflow:hidden;display:block; }
#xPMmJEUyKaQr4NWzJ7WCQLq4RS1sTeXq { position:absolute;display:block;z-index:15074;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;box-shadow: none;height:1.25rem;width:1.25rem;top:65.774085998538rem;left:34.414224624634rem;overflow:hidden;display:block; }
#zpnK0cS9VF3ynIUPDAxraPAs3HGt0KfS { position:absolute;display:block;z-index:15075;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;box-shadow: none;height:1.25rem;width:1.25rem;top:65.711585998538rem;left:15.549966812134rem;overflow:hidden;display:block; }
#mboZa2sqxVwdVZvLQHhyxgSmODKBBaCH { position:absolute;display:block;z-index:15090;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;box-shadow: none;height:1.875rem;width:1.875rem;top:39.688313484192rem;left:1.6121425628662rem;overflow:hidden;display:block; }
#Xt2EmJeTAVrRNQ4i77uCZX5GrgxR5nHL { position:absolute;display:block;z-index:15091;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;box-shadow: none;height:1.875rem;width:1.875rem;top:39.626461982727rem;left:20.426919937134rem;overflow:hidden;display:block; }
#JNZUinebs8F4KddW556dUKOlffWODXEs { position:absolute;display:block;z-index:15092;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;box-shadow: none;height:1.875rem;width:1.875rem;top:39.671383857727rem;left:39.301431655884rem;overflow:hidden;display:block; }
#pLBHT3Az6gh8CKr1Bp5UHNzW04hrMd6V { position:absolute;display:block;z-index:15093;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;box-shadow: none;height:1.875rem;width:1.875rem;top:39.671383857727rem;left:58.051267623901rem;overflow:hidden;display:block; }
#wGbT6mwMLiVe2pJEvMTTv7T9L3pTfIl9 { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:400;z-index:15060;line-height:1.2;letter-spacing:0;top:57.246579170227rem;left:20.497884750366rem;height:6.7464125rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#XpBLzE6v47zSl0761TkPv2C86DHpmO00 { position:absolute;display:block;z-index:15055;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;box-shadow: none;height:1.875rem;width:6.25rem;top:65.211585998538rem;left:20.488279342651rem;overflow:hidden;display:block; }
#SQXnZpyIapRXTH4VamMGf1WnCUiOZshZ { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:400;z-index:15061;line-height:1.2;letter-spacing:0;top:57.294919967651rem;left:39.300130844116rem;height:5.39713125rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#TdJx2ysV6xyQbTBIsGglPAfi0JhC9KvV { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:400;z-index:15062;line-height:1.2;letter-spacing:0;top:57.329262733459rem;left:58.124021530151rem;height:6.7464125rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#LoUxvTJd6thnkIEToKGtdPfrlSftJ0QC { box-sizing:content-box;height:29.124375rem;width:17.5rem;position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:none;top:69.794106483462rem;left:19.341634750366rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.6875rem #f01900 ;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#mhOWHsMDRpJD07T9tQ7ghDd1LyZT5S9b { box-sizing:content-box;height:29.124375rem;width:17.5rem;position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:none;top:69.794106483462rem;left:38.268228530884rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.6875rem #f01900 ;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#GtFiKw10nF8SKFTdMuJPGdzcqLzELwTW { box-sizing:content-box;height:29.124375rem;width:17.5rem;position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:none;top:69.794106483462rem;left:56.936681747436rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.6875rem #f01900 ;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#PDU169cpRQDsTZzmKpPyqWS9rzXKkAbT { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:17.5rem;width:17.5rem;top:69.794106483462rem;left:19.341634750366rem;overflow:hidden;display:block; }
#yDOK9veoxUMG9OtZJBp3O3JZgt07OCCh { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:17.5rem;width:17.5rem;top:69.794106483462rem;left:38.268228530884rem;overflow:hidden;display:block; }
#kUAfosekaCvzPVWnB3t6Omx4pNfyTymn { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:17.5rem;width:17.5rem;top:69.794097900387rem;left:56.936193466186rem;overflow:hidden;display:block; }
#B1XoGGPoWb9JNX6zrVFlL1VdJ9zRchA6 { position:absolute;display:block;z-index:15066;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;box-shadow: none;height:1.25rem;width:1.25rem;top:96.647132873538rem;left:34.414224624634rem;overflow:hidden;display:block; }
#w5U5eM0Smno0X6iDrlCIOv3iGzG3VZCS { position:absolute;display:block;z-index:15086;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;box-shadow: none;height:1.875rem;width:1.875rem;top:70.667316436769rem;left:20.423666000366rem;overflow:hidden;display:block; }
#rZ10bSWvqyCJfRdd7Q0HHZ1rWe85N8VE { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:400;z-index:15058;line-height:1.2;letter-spacing:0;top:88.205402374269rem;left:1.6858730316162rem;height:6.7464125rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#cNiSo3AthBORToVPRsvqwoyuMPdQgU2Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/5afecde8-7e5c-4c27-97f7-a81eb52c2a0b/Beznazwy1200x580px1200x1200px.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#cNiSo3AthBORToVPRsvqwoyuMPdQgU2Q.adaptive-delivery-prevent-bg, #cNiSo3AthBORToVPRsvqwoyuMPdQgU2Q.lazyload, #cNiSo3AthBORToVPRsvqwoyuMPdQgU2Q.lazyloading { background-image: none; }#cNiSo3AthBORToVPRsvqwoyuMPdQgU2Q > .row .container { border-width: 0; border-radius: 0; }#cNiSo3AthBORToVPRsvqwoyuMPdQgU2Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cNiSo3AthBORToVPRsvqwoyuMPdQgU2Q > .row .container { font-size:0.875rem;font-family:arial;height:56rem;width:75rem;position:relative;display:none; }#ZAy5IwKixStE6W5wgTZUXyNz4GIQEg7i { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:"fira sans";font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:3.75rem;left:0rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LF7sFZXDqIrzEnvLigt3deDKLzne31o9 { box-sizing:content-box;height:6.1875rem;width:37.5rem;position:absolute;display:block;z-index:15009;background-color:#737373;background-image:none;top:15.999420166016rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#Ov0wouvTGRIAAmy5w9nDE1vI5XPi4bKq { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15038;line-height:1.6;letter-spacing:0;top:17.499694824219rem;left:6.125rem;height:3.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mciRWmdNWyMLb4Ct0Bk8uCU5VAI01reI { box-sizing:content-box;height:6.1875rem;width:37.5rem;position:absolute;display:block;z-index:15006;background-color:#737373;background-image:none;top:24rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#IbXsWPqJnFxyKAe01ZC675VSmrkunGTQ { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15040;line-height:1.6;letter-spacing:0;top:24.687194824219rem;left:6.25rem;height:4.798825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AdH5GD9gOH6oT2ESAGCpxNJVA1khf635 { box-sizing:content-box;height:6.1875rem;width:37.5rem;position:absolute;display:block;z-index:15003;background-color:#737373;background-image:none;top:31.999847412109rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#T7hwg5O0Ci6Si5KQKGQspg2HlVlQJ7iE { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15041;line-height:1.6;letter-spacing:0;top:32.687042236328rem;left:6.125rem;height:4.79818125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O7gOTiVz3u6wFeMkCR9ssw6ZhhAunK7n { box-sizing:content-box;height:6.1875rem;width:37.5rem;position:absolute;display:block;z-index:15004;background-color:#737373;background-image:none;top:40.061920166016rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#ixmT7mxa8vPiSvM9cQfdPOyWv2vOUU7e { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15042;line-height:1.6;letter-spacing:0;top:40.749847412109rem;left:6.125rem;height:4.79818125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UetyDiEECPOTJWiMGO6RTW9Qwtw5PcLN { color:#000000;display:block;width:8.75rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15040;line-height:1.6;letter-spacing:0;top:10.937194824219rem;left:24.8125rem;height:3.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NVwT2J9zKmwNtedkTVrtqRA2uXMyym6E { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15041;line-height:1.6;letter-spacing:0;top:10.937194824219rem;left:51.875rem;height:4.79818125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZL6T4A7qHvqpSRSOg7qcTTqWB9MuAR0M { box-sizing:content-box;height:45.1875rem;width:17.5625rem;position:absolute;display:block;z-index:15020;background-color:#f01900;background-image:none;top:7.0620422363281rem;left:49.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.6875rem #ffffff ;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#tdsgvqevymTA7NWxG4kQ6RMlPFB9zGW9 { box-sizing:content-box;height:45.125rem;width:17.5625rem;position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:none;top:7.0620422363281rem;left:19.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.6875rem #f01900 ;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#lkAtHTupI066SIMnW4nTiwHeic6ptQfi { position:absolute;display:block;z-index:15044;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;box-shadow: none;height:2.125rem;width:2.125rem;top:8.2498474121094rem;left:28.3125rem;overflow:hidden;display:block; }
#MesK2mifwy0T9GJGZ8GNAZ0rg83THQvM { position:absolute;display:block;z-index:15045;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;box-shadow: none;height:2rem;width:4.0625rem;top:8.3120422363281rem;left:56.4375rem;overflow:hidden;display:block; }
#nklqHES7ok7y6q5FGmd1xLwZDnRuRaIK { color:#f01900;display:block;width:8.75rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15039;line-height:1.6;letter-spacing:0;top:17.499694824219rem;left:24.8125rem;height:1.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#slCW4r8sFM2efkm0vaW1BqC9CmXfmZB2 { color:#737373;display:block;width:10.3125rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15040;line-height:1.6;letter-spacing:0;top:19rem;left:24rem;height:1.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vdbJArq6vkEEcTZ3yccttccwnH5VCIhT { color:#f01900;display:block;width:8.75rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15041;line-height:1.6;letter-spacing:0;top:25.5625rem;left:24.8125rem;height:1.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ipnm3BKpM4L7fGy7cQ28vL1qQEWrImJG { color:#737373;display:block;width:10.3125rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15042;line-height:1.6;letter-spacing:0;top:26.999847412109rem;left:24rem;height:1.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uNLg8wbA0FGDHoFuh218iaIsZfM8ykgV { color:#f01900;display:block;width:8.75rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15043;line-height:1.6;letter-spacing:0;top:33.624542236328rem;left:24.8125rem;height:1.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C3u84K320vbo4Wqnpu6HTLsFduHroSXT { color:#737373;display:block;width:10.3125rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15044;line-height:1.6;letter-spacing:0;top:35.061920166016rem;left:24rem;height:1.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TDBPEuXmyZFMWZTaLNimS80UI8zQcEfm { color:#f01900;display:block;width:8.75rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15045;line-height:1.6;letter-spacing:0;top:41.624420166016rem;left:24.8125rem;height:1.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZroGCdemTpIvfNT28cRCM1L41lksTLuQ { color:#737373;display:block;width:10.3125rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15046;line-height:1.6;letter-spacing:0;top:43.062469482422rem;left:24rem;height:1.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L6CiOsWhKJZF00riFTaKKU5cnW9BlQ18 { color:#000000;display:block;width:8.75rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15047;line-height:1.6;letter-spacing:0;top:17.561920166016rem;left:54.125rem;height:1.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tz2n0Ud01oZ9peEUOghurhZ6mvUKSi6o { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15048;line-height:1.6;letter-spacing:0;top:19.062194824219rem;left:53.3125rem;height:1.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IgsDA2bdMCT7pRogO2dKBSOIQAdnyN6o { color:#000000;display:block;width:8.75rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15049;line-height:1.6;letter-spacing:0;top:25.624694824219rem;left:54.125rem;height:1.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pSmUiC1r7BkuGcvaiGxSGtbJ9ipGux74 { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15050;line-height:1.6;letter-spacing:0;top:27.062042236328rem;left:53.3125rem;height:1.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XnVeArmOQUBMT6pr5OAalIPtPoymLQT7 { color:#000000;display:block;width:8.75rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15051;line-height:1.6;letter-spacing:0;top:33.562347412109rem;left:54.125rem;height:1.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yrJ6T4EWHOmqDwLLTfNgSsTr3KXdhuPN { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15052;line-height:1.6;letter-spacing:0;top:34.999694824219rem;left:53.3125rem;height:1.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FZu9h92cyTanU81k4UKVgWuxvMFCVz7J { color:#000000;display:block;width:8.75rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15053;line-height:1.6;letter-spacing:0;top:41.687347412109rem;left:54.125rem;height:1.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P34A8Gs7hLytLsg91Tt75QaQnJtudWkE { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15054;line-height:1.6;letter-spacing:0;top:43.124694824219rem;left:53.3125rem;height:1.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kyqvtoWpIaaIIzHiFqLnSASZZi3r6Czf { background-color:#f01900;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.3125rem;height:3.0625rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:47.25rem;left:22.5625rem;display:block; }
#LOGSG1uN4EoAVmxxLaeoA7p6STP4ndnK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iErLK7oGo21ICbOx32hBNSxmQ0CpyaoI { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#f01900;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fira sans";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.3125rem;height:3.0625rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:47.25rem;left:51.875rem;display:block; }
#BBT95LAJNH1KWA1SElg5qxipwUtLyTIe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W74RIZbteUI2RAUwXQsFOfglngoIUa1H { box-sizing:content-box;height:6.1875rem;width:37.5rem;position:absolute;display:block;z-index:15009;background-color:#737373;background-image:none;top:15.999420166016rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:none; }
#AZSAWbcfDvgLxHJNBNiPI2Ps4DyJiLWt { box-sizing:content-box;height:6.1875rem;width:37.5rem;position:absolute;display:block;z-index:15009;background-color:#737373;background-image:none;top:15.999420166016rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:none; }
#dXA8eLJV2TRnJZacmqTPyG3g3xLviSUJ { box-sizing:content-box;height:6.1875rem;width:37.5rem;position:absolute;display:block;z-index:15009;background-color:#737373;background-image:none;top:15.999420166016rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:none; }
#lKN3Rv8PqanflgJXTWL5gLFZeLuV7UO5 { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15040;line-height:1.6;letter-spacing:0;top:24.687194824219rem;left:6.25rem;height:4.798825rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#cCyqJCDyWaVNJXLkcDFbNKNgTrV2vVlD { box-sizing:content-box;height:6.1875rem;width:37.5rem;position:absolute;display:block;z-index:15009;background-color:#737373;background-image:none;top:15.999420166016rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:none; }
#s3u6GzWTd9yTF5W4gphacc8S3prvaI8q { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15041;line-height:1.6;letter-spacing:0;top:32.687042236328rem;left:6.125rem;height:4.7988375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#zS5xlTWIruDOXxuBb0ElNhwATngXauT5 { color:#737373;display:block;width:10.3125rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15042;line-height:1.6;letter-spacing:0;top:26.999847412109rem;left:24rem;height:1.6rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#kQVx8XyTqdT6LtECD1IuHvZvuDavq3TP { box-sizing:content-box;height:6.1875rem;width:37.5rem;position:absolute;display:block;z-index:15009;background-color:#737373;background-image:none;top:15.999420166016rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:none; }
#Zq0q7MBLZXFWf1nwhP8lCZU9ThAbRFWa { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15042;line-height:1.6;letter-spacing:0;top:40.749847412109rem;left:6.125rem;height:4.79883125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#d9XCANkKAq9i9O8DXs0gk5MsECkaBvdX { box-sizing:content-box;height:6.1875rem;width:37.5rem;position:absolute;display:block;z-index:15009;background-color:#737373;background-image:none;top:15.999420166016rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:none; }
#LVOFznVbDJ5vDADVfdMvxNMRTCzVzuOE { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15038;line-height:1.6;letter-spacing:0;top:17.499694824219rem;left:6.125rem;height:3.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#F3eI6tekT1XM0WslnFsJmI2QPXXJHzmE { box-sizing:content-box;height:6.1875rem;width:37.5rem;position:absolute;display:block;z-index:15009;background-color:#737373;background-image:none;top:15.999420166016rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:none; }
#JsKITTVSKLTl7V2lXCmH2B9IwV060OVP { box-sizing:content-box;height:6.1875rem;width:37.5rem;position:absolute;display:block;z-index:15009;background-color:#737373;background-image:none;top:15.999420166016rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:none; }
#IICWvNJ7JDeStcfPtTwXNpHwTKCngugf { box-sizing:content-box;height:6.1875rem;width:37.5rem;position:absolute;display:block;z-index:15009;background-color:#737373;background-image:none;top:15.999420166016rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:none; }
#a8zxrE6MuzfGMw8nx5T2ws4wPuFXL1Av { 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; }#a8zxrE6MuzfGMw8nx5T2ws4wPuFXL1Av > .row .container { background-color: transparent; background-image: none; }#a8zxrE6MuzfGMw8nx5T2ws4wPuFXL1Av::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8zxrE6MuzfGMw8nx5T2ws4wPuFXL1Av > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8zxrE6MuzfGMw8nx5T2ws4wPuFXL1Av > .row .container > .video-iframe-container { display: none; }#a8zxrE6MuzfGMw8nx5T2ws4wPuFXL1Av > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8zxrE6MuzfGMw8nx5T2ws4wPuFXL1Av > .row > .video-iframe-container { display: none; }#a8zxrE6MuzfGMw8nx5T2ws4wPuFXL1Av > .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); }#a8zxrE6MuzfGMw8nx5T2ws4wPuFXL1Av > .row .container { border-width: 0; border-radius: 0; }#a8zxrE6MuzfGMw8nx5T2ws4wPuFXL1Av > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a8zxrE6MuzfGMw8nx5T2ws4wPuFXL1Av > .row .container { font-size:0.875rem;font-family:arial;height:69.8125rem;width:75rem;position:relative;display:block; }#kmLezwbqNdHRmC0F8eq1v9IC0Uqb4qKU { color:#737373;display:block;width:37.5rem;position:absolute;font-family:"fira sans";font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:3.61328125rem;left:18.494466781616rem;height:2.62488125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MikT3oEMWwGs4MeM1hPW6gE2F03J4eHi { position:absolute;display:block;z-index:15074;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;box-shadow: none;height:10rem;width:15.1875rem;top:6.82958984375rem;left:39.872232437134rem;overflow:hidden;display:block; }
#l8Fgmsgba3vPLq4BwoFwf6Q52J5rcZLX { position:absolute;display:block;z-index:15075;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;box-shadow: none;height:4.6875rem;width:11.624375rem;top:52.478149414062rem;left:3.96728515625rem;overflow:hidden;display:block; }
#qFNzByB51UwTftvFM5UO14iUDh7upK1O { position:absolute;display:block;z-index:15078;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;box-shadow: none;height:2.6245125rem;width:17.1875rem;top:53.50927734375rem;left:38.859048843384rem;overflow:hidden;display:block; }
#p4HU77WhHh6MGhH5h8wGDXhDMKL4DQ8B { position:absolute;display:block;z-index:15079;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;box-shadow: none;height:2.1248375rem;width:13.8745rem;top:53.759094238281rem;left:19.358724594116rem;overflow:hidden;display:block; }
#cMxa7OVVIMGy4XbICPkQTyUD9EJo4EOv { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9370125rem;width:15.8121875rem;top:62.809387207031rem;left:29.337564468384rem;overflow:hidden;display:block; }
#xmXi5zCKPBbhfrA7Tv5O1GiuoWtyuiXA { position:absolute;display:block;z-index:15075;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;box-shadow: none;height:8.9371875rem;width:9.812rem;top:7.20458984375rem;left:22.870767593384rem;overflow:hidden;display:block; }
#CIXK9hnXcam71HPs5w1gK8mDOCPXB20e { color:#737373;display:block;width:37.5rem;position:absolute;font-family:"fira sans";font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:19.064126968384rem;left:17.611490249634rem;height:2.62488125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sdMSsfEi3JpyJJXhP9mazfW5MPUyTc6Q { position:absolute;display:block;z-index:15076;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;box-shadow: none;height:8.0623125rem;width:12.4373125rem;top:23.126138687134rem;left:31.024576187134rem;overflow:hidden;display:block; }
#VaqSVUH7O4Ag1nrtyRVD9Fo4San9xTq2 { color:#737373;display:block;width:37.5rem;position:absolute;font-family:"fira sans";font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:34.498697280884rem;left:17.611490249634rem;height:2.62488125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iqUNmLHGr0onKnroaKfuf6nCok7foTHT { position:absolute;display:block;z-index:15077;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;box-shadow: none;height:10.1245rem;width:16.1873125rem;top:36.935708999634rem;left:29.149576187134rem;overflow:hidden;display:block; }
#vQcvqRR2U6MW3dxJgyrrCalnxs7nOLEC { color:#737373;display:block;width:37.5rem;position:absolute;font-family:"fira sans";font-size:2.1875rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:49.310708999634rem;left:19.017740249634rem;height:2.62488125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K2pqHmIgSpgW9pCxbhxDc7tJEn35DqcL { position:absolute;display:block;z-index:15079;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;box-shadow: none;height:4rem;width:16.625rem;top:50.00830078125rem;left:56.704916000366rem;overflow:hidden;display:block; }
#ia3qroSQgbQEB28JqdkqK0ddEVeTydFh { color:#737373;display:block;width:37.5rem;position:absolute;font-family:"fira sans";font-size:2.1875rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:59.853149414062rem;left:18.494466781616rem;height:2.62488125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yMLM9rnJRGUQ1XreUabemFGQxHW6Sf9n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/5afecde8-7e5c-4c27-97f7-a81eb52c2a0b/Beznazwy1200x580px1200x1200px.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#yMLM9rnJRGUQ1XreUabemFGQxHW6Sf9n.adaptive-delivery-prevent-bg, #yMLM9rnJRGUQ1XreUabemFGQxHW6Sf9n.lazyload, #yMLM9rnJRGUQ1XreUabemFGQxHW6Sf9n.lazyloading { background-image: none; }#yMLM9rnJRGUQ1XreUabemFGQxHW6Sf9n > .row .container { border-width: 0; border-radius: 0; }#yMLM9rnJRGUQ1XreUabemFGQxHW6Sf9n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yMLM9rnJRGUQ1XreUabemFGQxHW6Sf9n > .row .container { font-size:0.875rem;font-family:arial;height:36.6875rem;width:75rem;position:relative;display:none; }#nTibQhJTeHgKAe0TxyEFwPalQ442QRQD { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:"fira sans";font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:3.75rem;left:0rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0));background-size:contain !important;vertical-align:top; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1rem;color:#ffffff;height:auto;font-family:"fira sans"; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;color:#ffffff;height:auto;font-family:"fira sans"; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_b3c6e97e0bd261c16d965814f1e2dea08db9d922.svg");background-size:contain !important; }#c55p2lbPHls2iJwichJqy8dhJqEPTSIU .accordion-trigger.adaptive-delivery-prevent-bg, #c55p2lbPHls2iJwichJqy8dhJqEPTSIU .accordion-trigger.lazyload, #c55p2lbPHls2iJwichJqy8dhJqEPTSIU .accordion-trigger.lazyloading { background-image: none; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU { box-sizing:content-box;height:auto;width:37.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15095;background-color:rgba(0,0,0,0);background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:8.4794893264769rem;left:0rem; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #fC4gT4O483x5RgdnI6bBMDmTViPhZD7x { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #Wdr89bbR3yyepOUaBndQ2sN1e2IAxQXc { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #yf2O4B2dGOVTQaF2c1frhlvlLr6419PJ { display:block;position:relative; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #PN83NTiWrNXozTGXqxQ9xf4TDGFTTpQT {  }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #lm3TtZoTW8ultIaispdw06K8csFpmTh9 {  }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #QtOAxIpkiNJS6bldo1mm61pJq4ZiHPuu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #XOaBJw6iTs68BfU3dlrPNhDSS5WfDMR7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #dvT181aK3fRoC9CVLfx4aCKXFNwkf7BC { display:block;position:relative; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #cv05Gd0wGSPamwZXZ5b8yLlNZWqdJARC {  }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #TI5PTatsCkZ16VpP6xTGUDVUs7tH6RHt { display:none; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #TXdWhTOfVencNyaEsDzrrNadEmr2cih3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #KDz2a6gkrSmJS9VDBcK0p2vDx6g8SMUG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #BTztQqcWVNRNqcoDT3idizNJunPhTFu6 { display:block;position:relative; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #mobUJTzyD0IwkTnbfd5SRRCpe2QqAnlh {  }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #JFOGSQ01rKgM0JWpFzN8zFVhy4LVI8nz { display:none; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #AlZJK9DZepBtsQnU2BQmMS9zhxNX4o3a { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #FbHLwW3SXO8GNCQRinafQLPgbsGNXqsn { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #Ov94G4uiHLGXhDwDVnOwqXREJT6GCZpQ { display:block;position:relative; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #okHIsf9XMMWxz6qO2umAaXrCGF32G1hr {  }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #P9fapRdfDnlx98syqIdHHKeVFcvXbLcV { display:none; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #TbeSF0ycSThLxPrVMVXccqsIL7c9Dy7N { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #pRJdbMIla50TXCnMvkRrw5a4psqzOw8q { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #myqxRtSWnqVWEfw7kZshvd6WTqy6KL3a { display:block;position:relative; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #BWbPXUPP31Wni8cZbqGP7V2H1uGPRxT6 {  }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #oNeQGl2f0eVAapXatc2XkhHVTJ2MEgb6 { display:none; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #Lf7Gd3ST7qFb9CAdqy0efJmUbTTsnoTi { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #vyLFFQ1qkzVMz1b7BREQi7oTTPmyZpUR { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #S0CGLHCIwdfeyAXIvrS9KQQwMcI5nRwV { display:block;position:relative; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #wnz5Ubhi0krRRhB9Sik8PVXmGkG9tMhM {  }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #kTTEr6grDaKuzz4vUTN12PECUR0ZUVnN { display:none; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #JTnpRzlSLbZxtEEqPGBl7necBPC2tGtf { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #HMVB9EFPtxWx9m1Ksy30MtxkuE3gZz0L { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #MWF610ZfZaed9RTAuBNQ899XgbrSlwmz { display:block;position:relative; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #Ct5XSwcGqG5d0ThA2vfwdVquLUkqiPdL {  }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU #d8z3ThgKypeRy0W3DKXCL1JSgRo77ise { display:none; }
#FxX6GIhkWBsIHU847JBMaR8HlBt4Q0MK { 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; }#FxX6GIhkWBsIHU847JBMaR8HlBt4Q0MK > .row .container { background-color: transparent; background-image: none; }#FxX6GIhkWBsIHU847JBMaR8HlBt4Q0MK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FxX6GIhkWBsIHU847JBMaR8HlBt4Q0MK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FxX6GIhkWBsIHU847JBMaR8HlBt4Q0MK > .row .container > .video-iframe-container { display: none; }#FxX6GIhkWBsIHU847JBMaR8HlBt4Q0MK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FxX6GIhkWBsIHU847JBMaR8HlBt4Q0MK > .row > .video-iframe-container { display: none; }#FxX6GIhkWBsIHU847JBMaR8HlBt4Q0MK > .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); }#FxX6GIhkWBsIHU847JBMaR8HlBt4Q0MK > .row .container { border-width: 0; border-radius: 0; }#FxX6GIhkWBsIHU847JBMaR8HlBt4Q0MK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FxX6GIhkWBsIHU847JBMaR8HlBt4Q0MK > .row .container { font-size:0.875rem;font-family:arial;height:44.75rem;width:75rem;position:relative;display:block; }#soNO7kz9Ufne8mgVW6wVWuRiZ74KKcKA { color:#737373;display:block;width:37.5rem;position:absolute;font-family:"fira sans";font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:3.75rem;left:18.795572280884rem;height:2.62488125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WJhToF4gWlQVCvDNgy0CaPKItSo6pO5x { position:absolute;display:block;z-index:15024;height:18.8745rem;width:34.3123125rem;top:17.279458999634rem;left:1.5934238433838rem;display:block; }
#ku0x0kbOn4VwZQ0VfwIb0OlOWT0rTFbV { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem #000000 ;height:20.3125rem;width:34.3125rem;top:13.124186187983rem;left:39.030759811401rem;overflow:hidden;display:block; }
#wDu6zswKgOItlJnmhtBTuFJEh4ah1evc { position:absolute;display:block;z-index:15024;height:14.4375rem;width:26rem;top:14.388744354248rem;left:5rem;display:none; }
#ZpAwHgfhe7Zl8I3O6bXAnT7TTK24iRPw { color:#050505;display:block;width:37rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:8.25rem;left:2.1875rem;height:7.4991875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Pwv2vuEXSklvCGMv6VfiU7duIGqfb7fO { box-sizing:content-box;height:1.5625rem;width:1.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15038;background-color:#f01901;background-image:none;top:8.4375rem;left:0rem;display:block; }
#OEhi3wapmUd3TQ2lPGevL31iA578Ja6f { color:#050505;display:block;width:35.8745625rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:39.900899887085rem;left:2.1867771148682rem;height:1.4998375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HPoFCgKLD6OHr7lXI7toM8VuABATt3Hw { position:absolute;display:block;z-index:15094;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;box-shadow: none;height:17.9996875rem;width:17.9996875rem;top:34.561410903931rem;left:56.295568466186rem;overflow:hidden;display:block; }
#po49CBbKgmMmvz1JPkQL4bnOIl456D3t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/5afecde8-7e5c-4c27-97f7-a81eb52c2a0b/Beznazwy1200x580px1200x1200px.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#po49CBbKgmMmvz1JPkQL4bnOIl456D3t.adaptive-delivery-prevent-bg, #po49CBbKgmMmvz1JPkQL4bnOIl456D3t.lazyload, #po49CBbKgmMmvz1JPkQL4bnOIl456D3t.lazyloading { background-image: none; }#po49CBbKgmMmvz1JPkQL4bnOIl456D3t > .row .container { background-color: transparent; background-image: none; }#po49CBbKgmMmvz1JPkQL4bnOIl456D3t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#po49CBbKgmMmvz1JPkQL4bnOIl456D3t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#po49CBbKgmMmvz1JPkQL4bnOIl456D3t > .row .container > .video-iframe-container { display: none; }#po49CBbKgmMmvz1JPkQL4bnOIl456D3t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#po49CBbKgmMmvz1JPkQL4bnOIl456D3t > .row > .video-iframe-container { display: none; }#po49CBbKgmMmvz1JPkQL4bnOIl456D3t > .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); }#po49CBbKgmMmvz1JPkQL4bnOIl456D3t > .row .container { border-width: 0; border-radius: 0; }#po49CBbKgmMmvz1JPkQL4bnOIl456D3t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#po49CBbKgmMmvz1JPkQL4bnOIl456D3t > .row .container { font-size:0.875rem;font-family:arial;height:60.625rem;width:75rem;position:relative;display:block; }#PhuU1pLsvWwrLd57p1Hi8qu3OBogfpwB { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:"fira sans";font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:3.75rem;left:18.795572280884rem;height:2.62488125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kNeUcIGTfwsFdvzTPtpJgr7dr1LeCC1S { box-sizing:content-box;height:29.125rem;width:17.5rem;position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:none;top:8.5rem;left:28.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.6875rem #f01900 ;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#ddQrR5Au3SQKQq22zcuwCa1J44QNId3n { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:17.5625rem;width:17.5625rem;top:8.25rem;left:28.75rem;overflow:hidden;display:block; }
#RBsoKGbrU0brDF5yD6yLtOpWuSceu5Dc { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:"fira sans";font-size:1.125rem;font-weight:400;z-index:15058;line-height:1.2;letter-spacing:0;top:26.75rem;left:29.9375rem;height:9.444975rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#ZTf0Ox8gDnUXPFgqZ2Zal6f2AhwB8V1b { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:400;z-index:15039;line-height:1.6;letter-spacing:0;top:41.373697280884rem;left:18.795572280884rem;height:1.99988125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WV6TQP5zII4LF2hu70MfhrD30L71rloO { position:absolute;display:block;z-index:15079;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;box-shadow: none;height:2.5rem;width:2.5rem;top:45.122883796692rem;left:31.748861312866rem;overflow:hidden;display:block; }
#acT4PhI273NdUDJ0WkPJmL0ZStEsJuMJ { position:absolute;display:block;z-index:15080;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;box-shadow: none;height:2.5rem;width:2.5rem;top:45.123208999634rem;left:36.295572280884rem;overflow:hidden;display:block; }
#zaZicu3mTdfAzT531l3E4R3ZCNqWhrJu { position:absolute;display:block;z-index:15081;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;box-shadow: none;height:2.5rem;width:2.5rem;top:45.122883796692rem;left:40.811361312866rem;overflow:hidden;display:block; }
#ft165nr2NmwoFCTzJi3PEOTsyLfl7U3u { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:"fira sans";font-size:1.25rem;font-weight:400;z-index:15040;line-height:1.6;letter-spacing:0;top:49.497882843017rem;left:18.795572280884rem;height:1.99988125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ETlT3sLPWQlkTMbTTbLcZ7IkpTi3aVTT { position:absolute;display:block;z-index:15081;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;box-shadow: none;height:2.5rem;width:2.5rem;top:52.686847686767rem;left:36.295572280884rem;overflow:hidden;display:block; }
#lU6Co3TTZIWapapSwPXpsoScv76A5aFR { position:absolute;display:block;z-index:15092;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;box-shadow: none;height:1.875rem;width:1.875rem;top:8.99853515625rem;left:29.874349594116rem;overflow:hidden;display:block; }
#DQH9aQgHLrDiyvpSFpXECqk3Glh0zTHS { 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;box-shadow: none;height:50.5rem;width:37.5rem;display:none; }
#pByafmhmAL4LErqTx7SUAzv9muwqhE7i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/5afecde8-7e5c-4c27-97f7-a81eb52c2a0b/Beznazwy1200x580px1200x1200px.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#pByafmhmAL4LErqTx7SUAzv9muwqhE7i.adaptive-delivery-prevent-bg, #pByafmhmAL4LErqTx7SUAzv9muwqhE7i.lazyload, #pByafmhmAL4LErqTx7SUAzv9muwqhE7i.lazyloading { background-image: none; }#pByafmhmAL4LErqTx7SUAzv9muwqhE7i > .row .container { border-width: 0; border-radius: 0; }#pByafmhmAL4LErqTx7SUAzv9muwqhE7i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pByafmhmAL4LErqTx7SUAzv9muwqhE7i > .row .container { font-size:0.875rem;font-family:arial;height:53.5rem;width:75rem;position:relative;display:none; }#fJ6AZFqwqQIVfytbVOrMFDbUvFyBFlII { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:"fira sans";font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:3.75rem;left:0rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l3hl1JTMGH4nmdoVhmX8aenrgdavcogw { box-sizing:content-box;height:29.125rem;width:17.5rem;position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:none;top:7.375rem;left:5.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.6875rem #f01900 ;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#t28W1AHM0gRdhONnUgHrS541T3IrZ66h { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15056;line-height:1.2;letter-spacing:0;top:25.687194824219rem;left:6.25rem;height:8.3955375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#me8G76cUUaFa71qhl6BSZqIsyH3fGPxX { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:17.5625rem;width:17.5625rem;top:7.125rem;left:5rem;overflow:hidden;display:block; }
#fQJPKzu4t8ZOhVQ45iQDVbxTugBl7PZh { box-sizing:content-box;height:29.125rem;width:17.5rem;position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:none;top:7.375rem;left:52.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.6875rem #f01900 ;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#GIMTNcEvwPLSt0qbIybhy5m6Z7lzA66T { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:17.5625rem;width:17.5625rem;top:7.1245422363281rem;left:52.4375rem;overflow:hidden;display:block; }
#qomDWfLh0ZZrGnDTGTT1RMMxWlc6GrUo { box-sizing:content-box;height:29.125rem;width:17.5rem;position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:none;top:7.375rem;left:20rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.6875rem #f01900 ;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#aVrIt6MC1ABBhccG2QaAP3yLn1EGMaEe { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:17.5625rem;width:17.5625rem;top:7.1245422363281rem;left:19.9375rem;overflow:hidden;display:block; }
#RCZfRORJDqFxvJP8hrcbbDR9CFykcXBH { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15057;line-height:1.2;letter-spacing:0;top:25.686462402344rem;left:22.1875rem;height:8.3955375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#lJpg85rPsoJnNMi405TDLJaJCRlzNzya { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15058;line-height:1.2;letter-spacing:0;top:25.686462402344rem;left:53.75rem;height:8.3955375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#akmUETuQUaJB90kipdp2l9Xop4awDw4y { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15039;line-height:1.6;letter-spacing:0;top:40.248119354248rem;left:0rem;height:1.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#biRek8PTLTQgV5cEVgprQrwc39GtpoCb { position:absolute;display:block;z-index:15079;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;box-shadow: none;height:1.875rem;width:1.875rem;top:42.373987555504rem;left:28.1875rem;overflow:hidden;display:block; }
#f1gNuUtDba512UdfTrPhR4qNZFLCqh4V { position:absolute;display:block;z-index:15080;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;box-shadow: none;height:1.875rem;width:1.875rem;top:42.373987555504rem;left:32.75rem;overflow:hidden;display:block; }
#JCc028WJhlTswTk5aNvh0QsZ3Ee3cpHF { position:absolute;display:block;z-index:15081;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;box-shadow: none;height:1.875rem;width:1.875rem;top:42.373987555504rem;left:44.75rem;overflow:hidden;display:block; }
#O4Un12P5fn3cJWnr9eVJ7ZV4OqosBUIT { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:"fira sans";font-size:1rem;font-weight:400;z-index:15040;line-height:1.6;letter-spacing:0;top:45.935907721519rem;left:0rem;height:1.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wBTzVpJAzTy1f5HQo786m47zld3Rzol4 { position:absolute;display:block;z-index:15081;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;box-shadow: none;height:1.875rem;width:1.875rem;top:48.008245825768rem;left:32.75rem;overflow:hidden;display:block; }
#eWSLK99Nf5F1Wx3ciI6yAywqeiEM62k2 { position:absolute;display:block;z-index:15090;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;box-shadow: none;height:1.875rem;width:1.875rem;top:22.068720340729rem;left:6.0625rem;overflow:hidden;display:block; }
#IAaFTwPI9JKEOGsnwSpXMyP4XtQyhtqK { position:absolute;display:block;z-index:15091;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;box-shadow: none;height:1.875rem;width:1.875rem;top:22.068141460419rem;left:26.0625rem;overflow:hidden;display:block; }
#fQlxlO3hV5N2LkBxIgwaMQIE3H85Pb3a { position:absolute;display:block;z-index:15092;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;box-shadow: none;height:1.875rem;width:1.875rem;top:22.130641460419rem;left:53.5625rem;overflow:hidden;display:block; }
#uz8oGKTETZ6ctTo4itOevJwVwTUxOp4u { box-sizing:content-box;height:3.75rem;width:37.5rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:53.5rem;left:0rem;display:block; }
#cfcbda666674e0fb40e158f7917816a3.widget-smartsection { 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; } #cfcbda666674e0fb40e158f7917816a3.widget-smartsection *:focus-visible, #cfcbda666674e0fb40e158f7917816a3.widget-smartsection input[type="text"]:focus-visible, #cfcbda666674e0fb40e158f7917816a3.widget-smartsection input[type="email"]:focus-visible, #cfcbda666674e0fb40e158f7917816a3.widget-smartsection input[type="tel"]:focus-visible, #cfcbda666674e0fb40e158f7917816a3.widget-smartsection textarea:focus-visible { outline: none; } #MBUmwsxqHBrWIWEHETIFFWO5BQbJUuq3 > .row .container { background-color: transparent; background-image: none; }#MBUmwsxqHBrWIWEHETIFFWO5BQbJUuq3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBUmwsxqHBrWIWEHETIFFWO5BQbJUuq3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBUmwsxqHBrWIWEHETIFFWO5BQbJUuq3 > .row .container > .video-iframe-container { display: none; }#MBUmwsxqHBrWIWEHETIFFWO5BQbJUuq3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBUmwsxqHBrWIWEHETIFFWO5BQbJUuq3 > .row > .video-iframe-container { display: none; }#MBUmwsxqHBrWIWEHETIFFWO5BQbJUuq3 > .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); }#MBUmwsxqHBrWIWEHETIFFWO5BQbJUuq3 > .row .container { border-width: 0; border-radius: 0; }#MBUmwsxqHBrWIWEHETIFFWO5BQbJUuq3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MBUmwsxqHBrWIWEHETIFFWO5BQbJUuq3 > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sEl54dxP3e3OGDTFXlmKDTuJur23ngNq { display:none; }#sEl54dxP3e3OGDTFXlmKDTuJur23ngNq > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VzDUtXF77cJnuwTgVACJDbLJV2e0d4c5 { width:8rem;height:2.25rem;top:1.3125rem;left:39.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeNgQVbcMugc3DxVIXbNNmkeyXX1mAAy { display:block; }
 }@media only screen and (max-width: 763px) { #uwEibLEDDebZybBcixV0BUw6JeedpiQp { top:2.4375rem;left:15.811849594116rem;width:5.9375rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FctDs9Afi37q4qHGVtPDFPhqZ5tk4A25 { top:2.4375rem;left:22.937498092651rem;width:5.9375rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bH4i2bMec7LT3PmVkb4qD9Ht938cGTPl { top:2.4375rem;left:31.624837875366rem;width:5.9375rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtTF8JIdKLkJD1BxB3UkCp3CBqPo5UdO { top:2.4375rem;left:39.437337875366rem;width:5.9375rem;height:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTUo32X3uIZAfsi62Ge5izSdtXe7c1hz { width:13.125rem;height:3rem;top:1.875rem;left:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLxawCsebg77E4Zckac76DnIPNBxENmK { display:block; }
 }@media only screen and (max-width: 763px) { #q6Twu58TN5ASXxdR8DeviszEmThAIfsu { top:2.4375rem;left:13.624349594116rem;width:5.9375rem;height:1.875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eQPiQP70pGgZWZJgtNugkUUVCdd1Fzi7 { top:2.4375rem;left:20.749998092651rem;width:5.9375rem;height:1.875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTRk9aDyFCBTeThXbZmFrlFM5uK2TO3s { top:2.4375rem;left:29.437337875366rem;width:5.9375rem;height:1.875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KE5IJSmzyaycWCmFEOF0iyhaOT9znqvH { top:2.4375rem;left:37.249837875366rem;width:5.9375rem;height:1.875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD { display:block; }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ediX2vKdn9OUCJ6cRgmZc9MfiQFELKk2 { top:17.25rem;left:0rem;width:47.75rem;height:9rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJQ4yDB4zuXtUe7t5NobCpGsvpvzJ7fu { top:-2rem;left:0rem;width:23.3125rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy86tHip7Ntqd1BDQtGFGrzG6VTtnBqb { width:13.25rem;height:3rem;top:31.8125rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmVSKELfTRnWm5QBFhef2Rf9Mqg8g6ZX { display:block; }
 }@media only screen and (max-width: 763px) { #AXDTO6MylLILmife9TOBfI2aLbiSnFiS { top:33.125rem;left:29rem;width:18.75rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKPOen2rxc4pyyFaXM2VKh4SsQO354rX { top:28.1875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cs7ehGyUNAVXIiU03iT173SMlLL13oB0 { top:28rem;left:0rem;width:41rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XG0ToKMwDKGLl2hGLgL0AGyms52nEtTU { top:30.375rem;left:0rem;width:41rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMJXxofupsPX5XozkJsnc417OMZ2n9XN { top:32.8125rem;left:0rem;width:41rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozSDCrBPyqyNd68f1eH576utSnIv36X9 { width:16.3125rem;height:3.8125rem;top:36.625rem;left:15.687337875366rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPkyRSfoS98DvtPdEU55IRdsU17iouQi { display:block; }
 }@media only screen and (max-width: 763px) { #uXb8VROB3Wd3Cre50bo3ZrqyHgz6QDKw { top:32.9375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQG4AsQwm9oLaALR0T7hTVg9nkVqazWV { top:30.5625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvMpgvXlqik7E3r9pq6SvTAXGZBzKCMe { top:32.6875rem;left:28.9375rem;width:18.8125rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N08LHSL36vqwLEOOeuGULa8Z5wsNSLbK { top:27.5rem;left:0rem;width:20rem;height:1.3125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #frnxTn0bSiuOdJDEn8bIfa06wE6vccKV { top:28.1875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #axuNv04pIk7yN8B5NqGpNfbzZE4VTZTQ { top:28.1875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kFUT1Lw5G83u7nonnK5So8tiXJmOy34d { display:none; }#kFUT1Lw5G83u7nonnK5So8tiXJmOy34d > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gFTDon5EDog5ED8nkTE57Cynyr72kfnR { top:17.25rem;left:0rem;width:47.75rem;height:9rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5piZoGtKGZHLUWKqUQqR4pXWNF7Ga2p { top:-2rem;left:0rem;width:23.3125rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1Ea1JX6r2lRPtaHmG2ZkPzTfrg8gnnz { width:13.25rem;height:3rem;top:31.8125rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlg3tf31yZ4N94ldMcyyh6E0PG1mgBkl { display:block; }
 }@media only screen and (max-width: 763px) { #K7wgRKi7FlA9lHQTp4KMwIDQUyh23MS5 { top:33.125rem;left:29rem;width:18.75rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S61iZOgTSwD3Hn1E6GTtqK1nwI2QuncV { top:28.1875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHymHkEz5ZSRhvfXs65kEUMRJGxgM8P1 { top:28rem;left:0rem;width:41rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFZtLBbGOcVlZLvdreQE26KmQwTZvoLd { top:30.375rem;left:0rem;width:41rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfvd8xJPULeintHaARD2TPsubgI5JUvz { top:32.8125rem;left:0rem;width:41rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOl6lB29z8oLO3l69eQnTbJX75yiH8HR { width:16.3125rem;height:3.8125rem;top:36.625rem;left:15.687337875366rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiWbkAfQqeTFRl1vRtofBEtvlwafxXaA { display:block; }
 }@media only screen and (max-width: 763px) { #tUZpdOm8MqkMgwy0qcohZ3qWFuEPz4yq { top:32.9375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTa1iHcVbhrvE9lF7uVC5yDvOWGKHIMC { top:30.5625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6eTubhzLi9ti7zIVEOZpag3mgsuuzUd { top:32.6875rem;left:28.9375rem;width:18.8125rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #daiUl5CTnDcKVI8m6pCG7cNAic6BhEom { top:27.5rem;left:0rem;width:20rem;height:1.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LF5CPlBl8QdCDafh8nzCWuCF038df2H9 { top:28.1875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kBg8ffAAfAgvn4q3lciHcoe7TiDW6lLn { top:28.1875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vBFZXLJX0mKVlTTGU9oze1I6Kv38vRQ4 { display:block; }#vBFZXLJX0mKVlTTGU9oze1I6Kv38vRQ4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xuVUwlIgJNMS3rMoBPzaclWqkNXpLTnN { top:3.5625rem;left:3.3125rem;width:41rem;height:2.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwDwXqeycECLtHlximpGo1GFhgz19tqb { top:7.5625rem;left:0rem;width:40.375rem;height:33.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yr3zTIXywQUVrGTCpeX2IlO0TcdZEDET { top:27.875rem;left:17.9375rem;width:29.8125rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeJpPOVaC4AfWpGF1MTTbSTNVMl63L3q { top:50.75rem;left:3.3435878753662rem;width:41rem;height:2.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbBGc0CHumbxkLfTo3ZZ9P4FcM6rBOPa { top:54.8125rem;left:0rem;width:47.75rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6lTHbEf7uO3imaEc78ImWFwgcHMLUR8 { top:56.6875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2KwQIVngdudGPMaKHAAKzsSAIqeTUNE { top:65.75rem;left:0rem;width:18.25rem;height:7.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J49rOcFoMKXxQ98SvDIPmy6Mfi3ueqTs { top:65.75rem;left:23.499837875366rem;width:18.125rem;height:5.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJXbV0URIlqK8BRMVR3TkERTlfGbnC3D { top:65.75rem;left:30.25rem;width:17.5rem;height:7.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuhkJNXPWnGMfQ7Ay2DbdevzwS2lvnUe { top:65.75rem;left:5.8004550933838rem;width:16.9375rem;height:5.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWIW7ZQLXrJnpKwMIIFo8GP0rtfLri3F { top:59.4375rem;left:0rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPcNTLN1hFti2xJZiuGpnSwFugPFquHM { top:59.5rem;left:11.016763687134rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLpIVbg5ZsriengTCbLknX2z4b4sRG0A { top:59.4375rem;left:29.810873031616rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uv6WivkXABpgKtMAc7hSp0PB93SXyMzT { top:59.3125rem;left:42.25rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfLrlP5uTiTwly9wcedoqPB7siqHiqrB { top:7.5625rem;left:17.875rem;width:29.875rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBoR6w8QQLUdtXyhyALJiSU5Dt3iH5yb { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SXN4qSCNH9q3lZ7xD5ew7g2Owq0TV9S5 { top:43.4375rem;left:0rem;width:10.3125rem;height:4.1620402584493rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE7HNyLLB38z8bdixJhiwUDzSQ5WZeCB { display:block; }#uE7HNyLLB38z8bdixJhiwUDzSQ5WZeCB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fThOFW72UzaMo8PfLdoefiAGOLCPtRIo { top:3.75rem;left:3.3118495941162rem;width:41rem;height:2.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rdh1g1hR2EV7mtMOslMnwfmDLfOZkSZS { top:8rem;left:0rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbyFD1h1lMQgq3qgKRtMpuZLfTB5Gfbv { top:8rem;left:11.686685562134rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T78b14HgUsGxJSyHHTgr5qUrkxk8UZEJ { top:8rem;left:30.499349594116rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOZ5vLaoowz490iusAHg6UQh9MbkR3Nx { top:8rem;left:42.125rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DW14ZTIRZBFIMZhkJFL3wllN5ArTzv9r { top:14.5625rem;left:29.3125rem;width:18.4375rem;height:9.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6o1Oav2x7g4QtW3pnMQk0ATf2OfqAvV { top:14.5625rem;left:24.779947280884rem;width:16.9375rem;height:11.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cesPdZSTokSzmvC45yHszH7uLOoGetN3 { top:14.5625rem;left:6.0926113128662rem;width:16.6875rem;height:9.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBkdK6c8V1zOKGeRzrvrl3W246V96SpI { top:14.5625rem;left:0rem;width:17.5625rem;height:11.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7iTwbwHdNOLc1ZTPU3Mw8UfVWs8XgKp { width:13.25rem;height:3rem;top:44.875rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNW7aa0EA7PBwI9PP0B9okgMC9CkH8mP { display:block; }
 }@media only screen and (max-width: 763px) { #gAP7B3E76QkcAJEoSzJoy02odNMKtTOO { top:30.3125rem;left:3.9051113128662rem;width:39.875rem;height:22.339777221176rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMUXxdIF17T3RHVt0nQsQo7uBwPvTdLu { top:44.6875rem;left:0rem;width:14.0625rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HO5mhZRyi3SE9JVrQgQqVVsiiZ0waKIg { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #edVBPsyTSlV8q97AAoRKbQ1H6BDhVV5L { display:block; }#edVBPsyTSlV8q97AAoRKbQ1H6BDhVV5L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kpNH3KiKoTBie1q6hVfcnkz4AzHzJzpk { top:3.75rem;left:0rem;width:37.5rem;height:2.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKQqeNaCG4trZ9y6AA1A9zeIWg9ruAZc { top:8.1875rem;left:0rem;width:47.75rem;height:4.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lV3XpF4OgcRHsDZHaexWCu8GtUOTz3KU { top:138rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFT2kTyDAGaoz6nCpDlMyqPsJ0v3gzFa { top:16.4375rem;left:0rem;width:29.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cK98IEnKRPARMUwTGDM5VbQopkrpEfxM { top:17.125rem;left:35.25rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLySp3TBKmrN8TAl28wPVowAc0l2PuTO { top:17.125rem;left:0rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsSTVuI4Xg51HTfweJ505RkydnqDNW0b { top:16.125rem;left:18.624349594116rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cn1dyHNwgtavG9Xu6aWJlsogRRF1uUxl { top:21.6875rem;left:0rem;width:26.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #puL7ESNBysZQZqtkpxfrbOzTdGaRSDKS { top:40rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfqAFE05gIT2bdG8CWnfPhSMzgyZPi1b { top:24.4375rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1hoFes2IQpVH6s7UerfvzyvRS0sLlRl { top:173.75rem;left:0rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpIQQXanfV2wUgUPJdJbWlSigxT3GNqD { top:55.25rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Krwl0vnAyCGHf76za1UWt07JLEuoT6ET { top:74.6875rem;left:20.311669826508rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1CAko9gHzsO59WSxF7dDTZ0k16LwDit { top:75.1875rem;left:0rem;width:29.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnnsS4npOsm7wzT3hZ189gzrfMOyN2o9 { top:75.875rem;left:0rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BstR5yn4MnAOnohylT32kWX78FddCQIt { top:75.875rem;left:35.25rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrM5eOcwSM0egc3d7zN8nnQWEfn9ATdm { top:106rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBQnd9QKzaJ2iC94FbUrSJAHQurxB344 { top:122.75rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCKSyfWlNRBkvZNOZNXJT4AikgBuhcLc { top:158.5rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAnXoPKNvh30iFKLaAhrilrOkXkU9H5x { top:197.375rem;left:0rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACr1OuWcli8T9UiPLGtORV1UioZQ6pRk { top:197.375rem;left:35.25rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vH7hUShU6EbDC1BegziNwgTsLMEEM5CD { top:196.6875rem;left:0rem;width:29.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoRcsBTT3eDqXl9QmvabkgbJDQs7TO7a { top:190.4375rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIKSxG8B5iAQafM8GmCOv18a8h07NaGm { top:196.375rem;left:19.811551570893rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERyLTIOXfuioxmtUvFiyVWydhIcFo8qs { top:144.9375rem;left:35.25rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQEBVusQwLJ1gy6GGzXAnCLQNSqpwn73 { top:144.25rem;left:0rem;width:29.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ne7kOk8bHoum4w8feVQLblMLz7TDLnH8 { top:143.9375rem;left:19.874288082123rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDPSmTl5m3um9IzthRfwJpgbyQDkxtk7 { top:144.9375rem;left:0rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9KovpANftFeW6JDp5v6GP7U8vL7URGO { top:89.25rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oz29CO1d7dIBiXfhZOBnWKlvi9EpfEXr { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #f3QO40DzVPU0Z2IXQ0eDFn7FR8eT8SWL { top:32.3125rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPMP85IFt1dh7S1OOQ2qy0he0t3Qzxox { top:34.6875rem;left:0rem;width:47.75rem;height:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0KpGdTg2wsuScF57LPwETTM0aSJ3p0b { top:28.6875rem;left:0rem;width:47.75rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZqMT8WodLze760d45PbMUoxgQhw4riy { top:40rem;left:2.5512537956237rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKWKcRVr9mFL9xM2aUKTk17CkhUGTHUy { top:40rem;left:19.310840129853rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #coEm5KGxagoNdxKCfEEHdiPZBW7DXzfV { top:40rem;left:13.749169826508rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGahrPCJ8MS4lgv4PeQ96X8NfyatHrMe { top:40rem;left:8.1241698265075rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRBNLB0q5wilTBi2WQ2I215sINRPOZRp { top:46.25rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AB9T3QHp0sfeCa6LdWU0WMsIyRVwXNRX { top:49rem;left:0rem;width:47.75rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #piyq4sEIK3v0izvc7QBM37B4euNsOX1r { top:52.625rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhfh97A3XtBCS3aT7a2Hh4l9uGXec4oZ { top:61.5rem;left:0rem;width:37.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFTFIJkPhDAC1Xhz3tDrwbpQXH8HvB2C { top:64.25rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GS7yS3Ty4Ze0TaDwVoOZTDhtRVhSvR9C { top:99.75rem;left:0rem;width:47.75rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSBn2e6qeMJ2k3JkpdLy9U0bQFXH88qT { top:69.0625rem;left:0rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0v2JGabmP0tcxB2P03A3cgTar8AOFwJ { top:66.6875rem;left:0rem;width:37.5rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSH1ynwGlUWWqpmvbIqpLRT78L3ZviKX { top:80.25rem;left:0rem;width:37.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWCytyQwQeiJHN8iXGGwxMk9tvoqCWyl { top:83rem;left:0rem;width:47.75rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFe73C9XMDrvpmFoG234vnxDUUDtTkA5 { top:86.6875rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm7pmeLmJGVlKN6EiHM76iXLMckNItTd { top:95.5rem;left:0rem;width:47.75rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXh7XV5It9vXGMUIKgG7nzHUecTyQCgp { top:103.4375rem;left:0rem;width:37.5rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4zgwbODTBpMcL7KJewMAsyoeCPkRnCD { top:164.75rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAkSAV7GESAleOfARJt8Gl1ZnAaCn7dd { top:116.5rem;left:0rem;width:47.75rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpeS9T4l3V3VZDe3TuF38TvrfMwHWTCF { top:120.1875rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVOOhk8rvrhHlWApEvHZJcmQI5pICSKl { top:129rem;left:0rem;width:37.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyJQS298VwT8T5rysQ5MwS00OUnli4aT { top:131.75rem;left:0rem;width:47.75rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgLU9hW7gXzT5CRblOx7eG1NLzihZeh9 { top:135.4375rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUxaCr9UwgaaTb0M64Iv3ZIRJd52Aila { top:149.5rem;left:0rem;width:37.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IobqBE9WGXCQCUkcFp37EBSRREeU6sq8 { top:152.25rem;left:0rem;width:47.75rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLVsQMGz7Xs7IAfEfyoGbTUFiKgmzz45 { top:155.875rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qz22dnDTQyOv52T3X7bWUyRd3VpDDAtD { top:167.5rem;left:0rem;width:47.75rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZosshvDdPzUgVx7gh7n1AbPMGtx0o9Qi { top:171.375rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #srkVoQn2n5ghdvArky5JBX3VWhgafwzK { top:179.9375rem;left:0rem;width:47.75rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVsxhzFTqmEx1OLTwGtUruqKgG6D0Opf { top:184.1875rem;left:0rem;width:47.75rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTuFZ3nL44BAZnTQfgfuJCNsTrHVxT8Z { top:187.8125rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQU8unbOi209R2CWvQSnp5QZ8NQ8Rm9B { top:112.25rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pw44imptbSR1T1AnUdyVhzBX7Tb6fsp6 { top:14.5rem;left:0rem;width:47.75rem;height:193.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2XRHtrRz4tFs0a2FSa3moCtyvUOcBVE { width:16.3125rem;height:3.8125rem;top:201.4375rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dB8UOuScMlIQg81cddAtNAfHNQyq5nMG { display:block; }
 }@media only screen and (max-width: 763px) { #MzOco3tSuKTuE4F961RWJvOOLBPuVAfE { display:block; }#MzOco3tSuKTuE4F961RWJvOOLBPuVAfE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vMhcTDE7fw79MsbiCWgbbu8I6RMltGkR { top:3.4375rem;left:0rem;width:37.5rem;height:2.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RThsSuf13Q2AXmmVnDXXAlIeAGyoFyTZ { top:88.1875rem;left:32.4375rem;width:15.3125rem;height:5.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mi0Iz80HXaOp4flMktBvBa8dXQpxOgBx { top:96.125rem;left:37.779455184936rem;width:6.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #grgiT4DInAV5WlGi1WMgVB3zfhM4Zc1i { top:96.625rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHXVnaPgSiciGS8MiCfJzzWFpfpORfkp { top:69.75rem;left:0rem;width:17.5rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nToFPbS7NhIKDVyJy5EVOpeWGDIgkqvc { top:69.75rem;left:0rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5hmkyrm3iRWhdptwTNDlQaaiBxoIZx4 { top:88.1875rem;left:8.5625rem;width:15.3125rem;height:5.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgyxNhbzL8lmHomHrKr51uo7ZCprIdou { top:96.5625rem;left:8.7374668121337rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1wgcLkAfnFWm7fxZzDyk69pzbRh9laO { top:96.125rem;left:13.748208999634rem;width:6.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I91eddZ4hTG6CPpGwc128q2AzxpDLUwp { top:100.75rem;left:6.375rem;width:17.5rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUugLoDTJb8ScwWofKoN9TLmgFcHxOHq { top:88.1875rem;left:23.875rem;width:15.3125rem;height:8.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #od0oSEy9PlIHESES9n1rGRrcSeoSLAJQ { top:96.625rem;left:32.851560592651rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rribtrhWhbGuv2yIf0XpWJiN47nHeHms { top:100.75rem;left:6.375rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eavtAyWhbBR6ECFPGleFMmLh3DBhpEqq { top:100.75rem;left:23.875rem;width:17.5rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnxfCiCln3hth69ThBQiNDyDQ8DQ5bOD { top:119.3125rem;left:8.5625rem;width:15.3125rem;height:6.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqlrdTIq3KqsQuzq6E6G6RpCtfUD3IpG { top:127.6875rem;left:22.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6q3HaF5i9vU5TQ5ugGkoUvMu4m9RfSr { top:7.75rem;left:0rem;width:17.5rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrctVB3ve6PTPgskMizdfXtMf66mV2eS { top:26.25rem;left:23.875rem;width:15.3125rem;height:6.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEI7VWIgGF38rGrcmhSheiJidtCgmtEU { top:34.6875rem;left:32.914709091186rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iV64IvDHyrRJTaZfAqdLo7UkZaPE660Z { top:70.625rem;left:37.624349594116rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7Me2f2frXWoTs5gWTssD6FwR8fHoUeO { top:70.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eO2b1mpbq1mssJAnB4ZhZiDi3DyTCQdS { top:70.625rem;left:23.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fciJipXvNAxFbHU66lfIwD5FoidnLu84 { top:101.5625rem;left:13.622232437134rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qukalkzlHpOBgwuRxL8defied02qGkhz { top:8.5625rem;left:23.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApC7v5U8fhJkKU37WpC910OqQhTL2yCi { top:100.75rem;left:23.875rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktJkAtzIuOpxfntTtBTqlPex7PKPrCmE { top:119.3125rem;left:23.875rem;width:15.25rem;height:6.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ko5vraxLmZbcblHCfeD62lScuiMExe54 { top:101.5625rem;left:23.875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPpS1I3rqF4xqEE1TTzOevt5BWHdhkhi { top:127.1875rem;left:23.875rem;width:6.1875rem;height:1.8556868642924rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9sizhqgnibxl17Ay6qTiQ7L2xzCkrbI { top:127.6875rem;left:32.851560592651rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfZaUT0h3kl2wLZFaq3NrimdDl6mtIdA { top:7.75rem;left:6.375rem;width:17.5rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK6KyFqWAPLHGDuV9FDJyJTy0kKTTxST { top:7.75rem;left:23.875rem;width:17.5rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozMuyPCxa4lET2KmHAJ5L24DuBisXcuK { top:7.75rem;left:30.25rem;width:17.5rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxTofHrNW1AHidTmUWvxJtocth0oRNv3 { top:7.75rem;left:0rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCRzRtpVViVMiOC6aXqeWWQLSP0hJiiX { top:26.1875rem;left:0rem;width:15.3125rem;height:8.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c06cGI0TQEAEIHcG4vVOOnvCRc6RDCFO { top:34.625rem;left:8.8004550933837rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgzTS5J4ugdaGXbx5dZucfwT1pzcKbME { top:7.75rem;left:6.375rem;width:17.5625rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s37VUF0N5ttO34kpQdNitX2ABKndkJ89 { top:26.1875rem;left:8.5625rem;width:15.3125rem;height:6.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEElfKtzcww3CIBItO7oLXT6ayGPXasG { top:34.625rem;left:22.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLzDieEJdM2U6f5WDwX83frvyM80XfW3 { top:8.5625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlDTqG3vtUgnmZhavyIeK7D2ftTdTxDy { top:8.5625rem;left:13.550779342651rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BO6yhFpZEJLQlV9M4Xvo2pbHvafODrbs { top:7.75rem;left:30.1875rem;width:17.5625rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvXauvinRavcJL3LokknJ2LRbsv4tpud { top:26.25rem;left:32.4375rem;width:15.3125rem;height:6.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNPNMSJQAHu9GamXHObELufSMsUnsw3e { top:34.6875rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9wQTJ3KErSi356TMTBufr8CDLuDMALc { top:8.5625rem;left:37.676267623901rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsiLqt2I15c9LRNnbkWB55fH7c0eqHia { top:7.75rem;left:23.875rem;width:17.5625rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTU1xPIsAlTkX2OWWOhW708KsW0pfy2I { top:34.0625rem;left:13.675779342651rem;width:6.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hU5BoffUtQdcTTUG9KKS4IQUVJD1NytF { top:38.75rem;left:0rem;width:17.5rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGR2a06nUB5wLwU2TLGLvB5W1gfoTJ9n { top:38.75rem;left:6.375rem;width:17.5rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eestM5X692f5snXN7EnOd9lzkOy1yWXo { top:38.75rem;left:23.875rem;width:17.5rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqBJxgtHwTvI3hflTlToAkMsadUeKlBi { top:38.75rem;left:30.25rem;width:17.5rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3A2hLvROCas5GSAapKAsrRSZK4gc4DN { top:38.75rem;left:0rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCTforN6q124x0sTXQJpq5XTBTGHVIem { top:38.75rem;left:6.375rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBtKzcvgD5UrCS0ALAI3m9riRTpy5ETa { top:38.75rem;left:23.875rem;width:17.5625rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCsXKrC8zlec10tBwsJ0UqogdvVQR2sT { top:38.75rem;left:30.25rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5vURrbn9xFGCbEAu5nhmZZVxbGty4dA { top:57.25rem;left:0rem;width:15.3125rem;height:8.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZQbXbrt8LE7BT6wzTqW6ICSBbPA6ACO { top:65.75rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOTQ25KqzvDDpqiL910zFcxTqRxCL7fT { top:65.6875rem;left:32.852209091186rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPMmJEUyKaQr4NWzJ7WCQLq4RS1sTeXq { top:65.75rem;left:22.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpnK0cS9VF3ynIUPDAxraPAs3HGt0KfS { top:65.6875rem;left:8.7374668121337rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mboZa2sqxVwdVZvLQHhyxgSmODKBBaCH { top:39.6875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xt2EmJeTAVrRNQ4i77uCZX5GrgxR5nHL { top:39.625rem;left:13.614419937134rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNZUinebs8F4KddW556dUKOlffWODXEs { top:39.625rem;left:23.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLBHT3Az6gh8CKr1Bp5UHNzW04hrMd6V { top:39.625rem;left:37.613767623901rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGbT6mwMLiVe2pJEvMTTv7T9L3pTfIl9 { top:57.1875rem;left:8.5625rem;width:15.3125rem;height:6.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpBLzE6v47zSl0761TkPv2C86DHpmO00 { top:65.1875rem;left:13.675779342651rem;width:6.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQXnZpyIapRXTH4VamMGf1WnCUiOZshZ { top:57.25rem;left:23.875rem;width:15.3125rem;height:5.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdJx2ysV6xyQbTBIsGglPAfi0JhC9KvV { top:57.3125rem;left:32.4375rem;width:15.3125rem;height:6.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoUxvTJd6thnkIEToKGtdPfrlSftJ0QC { top:69.75rem;left:6.375rem;width:17.5rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhOWHsMDRpJD07T9tQ7ghDd1LyZT5S9b { top:69.75rem;left:23.875rem;width:17.5rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtFiKw10nF8SKFTdMuJPGdzcqLzELwTW { top:69.75rem;left:30.25rem;width:17.5rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDU169cpRQDsTZzmKpPyqWS9rzXKkAbT { top:69.75rem;left:6.375rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDOK9veoxUMG9OtZJBp3O3JZgt07OCCh { top:69.75rem;left:23.875rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUAfosekaCvzPVWnB3t6Omx4pNfyTymn { top:69.75rem;left:30.25rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1XoGGPoWb9JNX6zrVFlL1VdJ9zRchA6 { top:96.625rem;left:22.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5U5eM0Smno0X6iDrlCIOv3iGzG3VZCS { top:70.625rem;left:13.611166000366rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZ10bSWvqyCJfRdd7Q0HHZ1rWe85N8VE { top:88.1875rem;left:0rem;width:15.3125rem;height:6.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNiSo3AthBORToVPRsvqwoyuMPdQgU2Q { display:block; }#cNiSo3AthBORToVPRsvqwoyuMPdQgU2Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZAy5IwKixStE6W5wgTZUXyNz4GIQEg7i { top:3.6875rem;left:0rem;width:41.0625rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LF7sFZXDqIrzEnvLigt3deDKLzne31o9 { top:15.9375rem;left:0rem;width:47.75rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ov0wouvTGRIAAmy5w9nDE1vI5XPi4bKq { top:17.4375rem;left:0rem;width:8.75rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mciRWmdNWyMLb4Ct0Bk8uCU5VAI01reI { top:23.9375rem;left:0rem;width:47.75rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbXsWPqJnFxyKAe01ZC675VSmrkunGTQ { top:24.625rem;left:0rem;width:8.75rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdH5GD9gOH6oT2ESAGCpxNJVA1khf635 { top:31.9375rem;left:0rem;width:47.75rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7hwg5O0Ci6Si5KQKGQspg2HlVlQJ7iE { top:32.625rem;left:0rem;width:8.75rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7gOTiVz3u6wFeMkCR9ssw6ZhhAunK7n { top:40rem;left:0rem;width:47.75rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixmT7mxa8vPiSvM9cQfdPOyWv2vOUU7e { top:40.6875rem;left:0rem;width:8.75rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UetyDiEECPOTJWiMGO6RTW9Qwtw5PcLN { top:10.875rem;left:15.125rem;width:8.75rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVwT2J9zKmwNtedkTVrtqRA2uXMyym6E { top:10.875rem;left:31.4375rem;width:13.25rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZL6T4A7qHvqpSRSOg7qcTTqWB9MuAR0M { top:7rem;left:29.25rem;width:17.5625rem;height:45.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdsgvqevymTA7NWxG4kQ6RMlPFB9zGW9 { top:7rem;left:6.3125rem;width:17.5625rem;height:45.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkAtHTupI066SIMnW4nTiwHeic6ptQfi { top:8.1875rem;left:21.5rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MesK2mifwy0T9GJGZ8GNAZ0rg83THQvM { top:8.25rem;left:36rem;width:4.0625rem;height:1.999775633036rem;display:block; }
 }@media only screen and (max-width: 763px) { #nklqHES7ok7y6q5FGmd1xLwZDnRuRaIK { top:17.4375rem;left:15.125rem;width:8.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #slCW4r8sFM2efkm0vaW1BqC9CmXfmZB2 { top:18.9375rem;left:13.5625rem;width:10.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdbJArq6vkEEcTZ3yccttccwnH5VCIhT { top:25.5rem;left:15.125rem;width:8.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ipnm3BKpM4L7fGy7cQ28vL1qQEWrImJG { top:26.9375rem;left:13.5625rem;width:10.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNLg8wbA0FGDHoFuh218iaIsZfM8ykgV { top:33.5625rem;left:15.125rem;width:8.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3u84K320vbo4Wqnpu6HTLsFduHroSXT { top:35rem;left:13.5625rem;width:10.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDBPEuXmyZFMWZTaLNimS80UI8zQcEfm { top:41.5625rem;left:15.125rem;width:8.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZroGCdemTpIvfNT28cRCM1L41lksTLuQ { top:43rem;left:13.5625rem;width:10.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6CiOsWhKJZF00riFTaKKU5cnW9BlQ18 { top:17.5rem;left:33.6875rem;width:8.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz2n0Ud01oZ9peEUOghurhZ6mvUKSi6o { top:19rem;left:32.875rem;width:10.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgsDA2bdMCT7pRogO2dKBSOIQAdnyN6o { top:25.5625rem;left:33.6875rem;width:8.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSmUiC1r7BkuGcvaiGxSGtbJ9ipGux74 { top:27rem;left:32.875rem;width:10.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnVeArmOQUBMT6pr5OAalIPtPoymLQT7 { top:33.5rem;left:33.6875rem;width:8.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrJ6T4EWHOmqDwLLTfNgSsTr3KXdhuPN { top:34.9375rem;left:32.875rem;width:10.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZu9h92cyTanU81k4UKVgWuxvMFCVz7J { top:41.625rem;left:33.6875rem;width:8.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P34A8Gs7hLytLsg91Tt75QaQnJtudWkE { top:43.0625rem;left:32.875rem;width:10.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyqvtoWpIaaIIzHiFqLnSASZZi3r6Czf { width:13.3125rem;height:3.0625rem;top:47.1875rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOGSG1uN4EoAVmxxLaeoA7p6STP4ndnK { display:block; }
 }@media only screen and (max-width: 763px) { #iErLK7oGo21ICbOx32hBNSxmQ0CpyaoI { width:13.3125rem;height:3.0625rem;top:47.1875rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBT95LAJNH1KWA1SElg5qxipwUtLyTIe { display:block; }
 }@media only screen and (max-width: 763px) { #W74RIZbteUI2RAUwXQsFOfglngoIUa1H { top:15.9375rem;left:0rem;width:47.75rem;height:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AZSAWbcfDvgLxHJNBNiPI2Ps4DyJiLWt { top:15.9375rem;left:0rem;width:47.75rem;height:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dXA8eLJV2TRnJZacmqTPyG3g3xLviSUJ { top:15.9375rem;left:0rem;width:47.75rem;height:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lKN3Rv8PqanflgJXTWL5gLFZeLuV7UO5 { top:24.625rem;left:0rem;width:8.75rem;height:4.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cCyqJCDyWaVNJXLkcDFbNKNgTrV2vVlD { top:15.9375rem;left:0rem;width:47.75rem;height:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #s3u6GzWTd9yTF5W4gphacc8S3prvaI8q { top:32.625rem;left:0rem;width:8.75rem;height:4.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zS5xlTWIruDOXxuBb0ElNhwATngXauT5 { top:26.9375rem;left:13.5625rem;width:10.3125rem;height:1.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kQVx8XyTqdT6LtECD1IuHvZvuDavq3TP { top:15.9375rem;left:0rem;width:47.75rem;height:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zq0q7MBLZXFWf1nwhP8lCZU9ThAbRFWa { top:40.6875rem;left:0rem;width:8.75rem;height:4.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #d9XCANkKAq9i9O8DXs0gk5MsECkaBvdX { top:15.9375rem;left:0rem;width:47.75rem;height:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LVOFznVbDJ5vDADVfdMvxNMRTCzVzuOE { top:17.4375rem;left:0rem;width:8.75rem;height:3.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #F3eI6tekT1XM0WslnFsJmI2QPXXJHzmE { top:15.9375rem;left:0rem;width:47.75rem;height:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JsKITTVSKLTl7V2lXCmH2B9IwV060OVP { top:15.9375rem;left:0rem;width:47.75rem;height:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IICWvNJ7JDeStcfPtTwXNpHwTKCngugf { top:15.9375rem;left:0rem;width:47.75rem;height:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #a8zxrE6MuzfGMw8nx5T2ws4wPuFXL1Av { display:block; }#a8zxrE6MuzfGMw8nx5T2ws4wPuFXL1Av > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kmLezwbqNdHRmC0F8eq1v9IC0Uqb4qKU { top:3.5625rem;left:0rem;width:37.5rem;height:2.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MikT3oEMWwGs4MeM1hPW6gE2F03J4eHi { top:6.8125rem;left:23.875rem;width:15.1875rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8Fgmsgba3vPLq4BwoFwf6Q52J5rcZLX { top:52.4375rem;left:0rem;width:11.5625rem;height:4.6625490617775rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFNzByB51UwTftvFM5UO14iUDh7upK1O { top:53.5rem;left:23.875rem;width:17.1875rem;height:2.6245125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4HU77WhHh6MGhH5h8wGDXhDMKL4DQ8B { top:53.75rem;left:10.0625rem;width:13.8125rem;height:2.1154662715842rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMxa7OVVIMGy4XbICPkQTyUD9EJo4EOv { top:62.75rem;left:8.125rem;width:15.75rem;height:2.9254615703868rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmXi5zCKPBbhfrA7Tv5O1GiuoWtyuiXA { top:7.1875rem;left:14.125rem;width:9.75rem;height:8.8814507035973rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIXK9hnXcam71HPs5w1gK8mDOCPXB20e { top:19.0625rem;left:0rem;width:37.5rem;height:2.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdMSsfEi3JpyJJXhP9mazfW5MPUyTc6Q { top:23.125rem;left:11.5rem;width:12.375rem;height:8.021919300291rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaqSVUH7O4Ag1nrtyRVD9Fo4San9xTq2 { top:34.4375rem;left:0rem;width:37.5rem;height:2.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqUNmLHGr0onKnroaKfuf6nCok7foTHT { top:36.875rem;left:7.75rem;width:16.125rem;height:10.085526087175rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQcvqRR2U6MW3dxJgyrrCalnxs7nOLEC { top:49.25rem;left:0rem;width:37.5rem;height:2.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2pqHmIgSpgW9pCxbhxDc7tJEn35DqcL { top:50rem;left:31.125rem;width:16.625rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ia3qroSQgbQEB28JqdkqK0ddEVeTydFh { top:59.8125rem;left:0rem;width:37.5rem;height:2.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMLM9rnJRGUQ1XreUabemFGQxHW6Sf9n { display:block; }#yMLM9rnJRGUQ1XreUabemFGQxHW6Sf9n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTibQhJTeHgKAe0TxyEFwPalQ442QRQD { top:3.6875rem;left:0rem;width:41.0625rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU { display:flex;height:auto;width:27.8125rem;top:12.8125rem;left:7.7314815521237rem; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #fC4gT4O483x5RgdnI6bBMDmTViPhZD7x {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #Wdr89bbR3yyepOUaBndQ2sN1e2IAxQXc {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #yf2O4B2dGOVTQaF2c1frhlvlLr6419PJ {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #PN83NTiWrNXozTGXqxQ9xf4TDGFTTpQT {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #lm3TtZoTW8ultIaispdw06K8csFpmTh9 {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #QtOAxIpkiNJS6bldo1mm61pJq4ZiHPuu {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #XOaBJw6iTs68BfU3dlrPNhDSS5WfDMR7 {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #dvT181aK3fRoC9CVLfx4aCKXFNwkf7BC {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #cv05Gd0wGSPamwZXZ5b8yLlNZWqdJARC {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #TI5PTatsCkZ16VpP6xTGUDVUs7tH6RHt {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #TXdWhTOfVencNyaEsDzrrNadEmr2cih3 {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #KDz2a6gkrSmJS9VDBcK0p2vDx6g8SMUG {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #BTztQqcWVNRNqcoDT3idizNJunPhTFu6 {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #mobUJTzyD0IwkTnbfd5SRRCpe2QqAnlh {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #JFOGSQ01rKgM0JWpFzN8zFVhy4LVI8nz {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #AlZJK9DZepBtsQnU2BQmMS9zhxNX4o3a {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #FbHLwW3SXO8GNCQRinafQLPgbsGNXqsn {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #Ov94G4uiHLGXhDwDVnOwqXREJT6GCZpQ {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #okHIsf9XMMWxz6qO2umAaXrCGF32G1hr {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #P9fapRdfDnlx98syqIdHHKeVFcvXbLcV {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #TbeSF0ycSThLxPrVMVXccqsIL7c9Dy7N {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #pRJdbMIla50TXCnMvkRrw5a4psqzOw8q {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #myqxRtSWnqVWEfw7kZshvd6WTqy6KL3a {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #BWbPXUPP31Wni8cZbqGP7V2H1uGPRxT6 {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #oNeQGl2f0eVAapXatc2XkhHVTJ2MEgb6 {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #Lf7Gd3ST7qFb9CAdqy0efJmUbTTsnoTi {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #vyLFFQ1qkzVMz1b7BREQi7oTTPmyZpUR {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #S0CGLHCIwdfeyAXIvrS9KQQwMcI5nRwV {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #wnz5Ubhi0krRRhB9Sik8PVXmGkG9tMhM {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #kTTEr6grDaKuzz4vUTN12PECUR0ZUVnN {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #JTnpRzlSLbZxtEEqPGBl7necBPC2tGtf {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #HMVB9EFPtxWx9m1Ksy30MtxkuE3gZz0L {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #MWF610ZfZaed9RTAuBNQ899XgbrSlwmz {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #Ct5XSwcGqG5d0ThA2vfwdVquLUkqiPdL {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #d8z3ThgKypeRy0W3DKXCL1JSgRo77ise {  }
 }@media only screen and (max-width: 763px) { #FxX6GIhkWBsIHU847JBMaR8HlBt4Q0MK { display:block; }#FxX6GIhkWBsIHU847JBMaR8HlBt4Q0MK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #soNO7kz9Ufne8mgVW6wVWuRiZ74KKcKA { top:3.75rem;left:0rem;width:37.5rem;height:2.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJhToF4gWlQVCvDNgy0CaPKItSo6pO5x { top:17.25rem;left:0rem;width:34.25rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ku0x0kbOn4VwZQ0VfwIb0OlOWT0rTFbV { top:13.0625rem;left:13.3125rem;width:34.3125rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDu6zswKgOItlJnmhtBTuFJEh4ah1evc { top:14.375rem;left:0rem;width:26rem;height:14.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZpAwHgfhe7Zl8I3O6bXAnT7TTK24iRPw { top:8.25rem;left:0rem;width:36.9375rem;height:7.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pwv2vuEXSklvCGMv6VfiU7duIGqfb7fO { top:8.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEhi3wapmUd3TQ2lPGevL31iA578Ja6f { top:39.875rem;left:0rem;width:35.8125rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPoFCgKLD6OHr7lXI7toM8VuABATt3Hw { top:34.5rem;left:29.75rem;width:17.9375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #po49CBbKgmMmvz1JPkQL4bnOIl456D3t { display:block; }#po49CBbKgmMmvz1JPkQL4bnOIl456D3t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PhuU1pLsvWwrLd57p1Hi8qu3OBogfpwB { top:3.75rem;left:0rem;width:37.5rem;height:2.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNeUcIGTfwsFdvzTPtpJgr7dr1LeCC1S { top:8.5rem;left:6.375rem;width:17.5rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddQrR5Au3SQKQq22zcuwCa1J44QNId3n { top:8.25rem;left:6.375rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBsoKGbrU0brDF5yD6yLtOpWuSceu5Dc { top:26.75rem;left:8.5625rem;width:15.3125rem;height:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTf0Ox8gDnUXPFgqZ2Zal6f2AhwB8V1b { top:41.3125rem;left:0rem;width:37.5rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WV6TQP5zII4LF2hu70MfhrD30L71rloO { top:45.0625rem;left:21.375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #acT4PhI273NdUDJ0WkPJmL0ZStEsJuMJ { top:45.0625rem;left:21.375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaZicu3mTdfAzT531l3E4R3ZCNqWhrJu { top:45.0625rem;left:23.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ft165nr2NmwoFCTzJi3PEOTsyLfl7U3u { top:49.4375rem;left:0rem;width:37.5rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETlT3sLPWQlkTMbTTbLcZ7IkpTi3aVTT { top:52.625rem;left:21.375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lU6Co3TTZIWapapSwPXpsoScv76A5aFR { top:8.9375rem;left:22rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQH9aQgHLrDiyvpSFpXECqk3Glh0zTHS { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pByafmhmAL4LErqTx7SUAzv9muwqhE7i { display:block; }#pByafmhmAL4LErqTx7SUAzv9muwqhE7i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fJ6AZFqwqQIVfytbVOrMFDbUvFyBFlII { top:3.6875rem;left:0rem;width:41.0625rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3hl1JTMGH4nmdoVhmX8aenrgdavcogw { top:7.3125rem;left:0rem;width:17.5rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t28W1AHM0gRdhONnUgHrS541T3IrZ66h { top:25.625rem;left:0rem;width:15.3125rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #me8G76cUUaFa71qhl6BSZqIsyH3fGPxX { top:7.0625rem;left:0rem;width:17.5625rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQJPKzu4t8ZOhVQ45iQDVbxTugBl7PZh { top:7.3125rem;left:30.25rem;width:17.5rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIMTNcEvwPLSt0qbIybhy5m6Z7lzA66T { top:7.0625rem;left:30.1875rem;width:17.5625rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qomDWfLh0ZZrGnDTGTT1RMMxWlc6GrUo { top:7.3125rem;left:6.375rem;width:17.5rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVrIt6MC1ABBhccG2QaAP3yLn1EGMaEe { top:7.0625rem;left:6.3125rem;width:17.5625rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCZfRORJDqFxvJP8hrcbbDR9CFykcXBH { top:25.625rem;left:8.5625rem;width:15.3125rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJpg85rPsoJnNMi405TDLJaJCRlzNzya { top:25.625rem;left:32.4375rem;width:15.3125rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #akmUETuQUaJB90kipdp2l9Xop4awDw4y { top:40.1875rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #biRek8PTLTQgV5cEVgprQrwc39GtpoCb { top:42.3125rem;left:21.375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1gNuUtDba512UdfTrPhR4qNZFLCqh4V { top:42.3125rem;left:22rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCc028WJhlTswTk5aNvh0QsZ3Ee3cpHF { top:42.3125rem;left:24.3125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4Un12P5fn3cJWnr9eVJ7ZV4OqosBUIT { top:45.875rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBTzVpJAzTy1f5HQo786m47zld3Rzol4 { top:48rem;left:22rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWSLK99Nf5F1Wx3ciI6yAywqeiEM62k2 { top:22.0625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAaFTwPI9JKEOGsnwSpXMyP4XtQyhtqK { top:22.0625rem;left:19.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQlxlO3hV5N2LkBxIgwaMQIE3H85Pb3a { top:22.125rem;left:33.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uz8oGKTETZ6ctTo4itOevJwVwTUxOp4u { top:53.4375rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfcbda666674e0fb40e158f7917816a3.widget-smartsection { display:block; } #cfcbda666674e0fb40e158f7917816a3.widget-smartsection *:focus-visible, #cfcbda666674e0fb40e158f7917816a3.widget-smartsection input[type="text"]:focus-visible, #cfcbda666674e0fb40e158f7917816a3.widget-smartsection input[type="email"]:focus-visible, #cfcbda666674e0fb40e158f7917816a3.widget-smartsection input[type="tel"]:focus-visible, #cfcbda666674e0fb40e158f7917816a3.widget-smartsection textarea:focus-visible { outline: none; } #MBUmwsxqHBrWIWEHETIFFWO5BQbJUuq3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sEl54dxP3e3OGDTFXlmKDTuJur23ngNq { position:relative;z-index:auto;display:block; }#sEl54dxP3e3OGDTFXlmKDTuJur23ngNq > .row .container { width:20rem;height:21.73665390625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VzDUtXF77cJnuwTgVACJDbLJV2e0d4c5 { width:7.999875rem;height:2.2497125rem;top:16.3679rem;left:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #aeNgQVbcMugc3DxVIXbNNmkeyXX1mAAy { display:block; }
 }@media only screen and (max-width: 763px) { #uwEibLEDDebZybBcixV0BUw6JeedpiQp { width:5.99935rem;height:0;top:4.8006181716919rem;left:12.999674201012rem;font-size:1.5625rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #FctDs9Afi37q4qHGVtPDFPhqZ5tk4A25 { width:10.1871875rem;height:0;top:7.3746743202213rem;left:8.86311852932rem;font-size:1.5625rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #bH4i2bMec7LT3PmVkb4qD9Ht938cGTPl { width:9.8746875rem;height:0;top:10.187173843384rem;left:9.17561852932rem;font-size:1.5625rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #dtTF8JIdKLkJD1BxB3UkCp3CBqPo5UdO { width:5.99935rem;height:0;top:13.16162109375rem;left:12.999674201012rem;font-size:1.5rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #dTUo32X3uIZAfsi62Ge5izSdtXe7c1hz { width:13.374rem;height:3.0623375rem;top:18.67431640625rem;left:3.3121744394303rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLxawCsebg77E4Zckac76DnIPNBxENmK { display:block; }
 }@media only screen and (max-width: 763px) { #q6Twu58TN5ASXxdR8DeviszEmThAIfsu { width:5.99935rem;height:1.875rem;top:3.75rem;left:7.00032556057rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #eQPiQP70pGgZWZJgtNugkUUVCdd1Fzi7 { width:10.1871875rem;height:1.875rem;top:7.5rem;left:4.9055989980697rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #TTRk9aDyFCBTeThXbZmFrlFM5uK2TO3s { width:9.8746875rem;height:1.875rem;top:11.25rem;left:5.0618489980697rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #KE5IJSmzyaycWCmFEOF0iyhaOT9znqvH { width:5.99935rem;height:1.79976875rem;top:15rem;left:7.00032556057rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/47694890-177b-4646-ab15-6f0b6b15327b/Projektbeznazwy20250310T124115710.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD.adaptive-delivery-prevent-bg, #PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD.lazyload, #PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD.lazyloading { background-image: none; }#PtlXaViD1hoPvGe0V8RJ7TqD68IdFurD > .row .container { width:20rem;height:38.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ediX2vKdn9OUCJ6cRgmZc9MfiQFELKk2 { width:19.375rem;height:9.622375rem;top:14.8125rem;left:0.3125rem;font-size:2.1875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #OJQ4yDB4zuXtUe7t5NobCpGsvpvzJ7fu { width:16.4371875rem;height:14.375rem;top:1.1857089996338rem;left:2.6140950918197rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy86tHip7Ntqd1BDQtGFGrzG6VTtnBqb { width:13.312rem;height:3.06198125rem;top:23.24843788147rem;left:3.3437501192093rem;display:none; }
 }@media only screen and (max-width: 763px) { #FmVSKELfTRnWm5QBFhef2Rf9Mqg8g6ZX { display:block; }
 }@media only screen and (max-width: 763px) { #AXDTO6MylLILmife9TOBfI2aLbiSnFiS { width:15.625rem;height:9.375rem;top:20.749420166016rem;left:4.3742764592171rem;display:none; }
 }@media only screen and (max-width: 763px) { #PKPOen2rxc4pyyFaXM2VKh4SsQO354rX { width:1.25rem;height:1.25rem;top:25.936197280884rem;left:0.64453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cs7ehGyUNAVXIiU03iT173SMlLL13oB0 { width:20rem;height:0;top:27.870768308639rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #XG0ToKMwDKGLl2hGLgL0AGyms52nEtTU { width:10.4375rem;height:1.3745125rem;top:27.75rem;left:2.5625rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #QMJXxofupsPX5XozkJsnc417OMZ2n9XN { width:10.1875rem;height:1.3745125rem;top:29.6875rem;left:2.5625rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ozSDCrBPyqyNd68f1eH576utSnIv36X9 { width:16.311875rem;height:3.81185rem;top:32.9365234375rem;left:1.8432615995407rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPkyRSfoS98DvtPdEU55IRdsU17iouQi { display:block; }
 }@media only screen and (max-width: 763px) { #uXb8VROB3Wd3Cre50bo3ZrqyHgz6QDKw { width:1.25rem;height:1.25rem;top:7.7473964691163rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fQG4AsQwm9oLaALR0T7hTVg9nkVqazWV { width:1.25rem;height:1.25rem;top:2.30712890625rem;left:1.4160155057907rem;display:none; }
 }@media only screen and (max-width: 763px) { #CvMpgvXlqik7E3r9pq6SvTAXGZBzKCMe { width:18.8125rem;height:18.8125rem;top:32.561487197876rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #N08LHSL36vqwLEOOeuGULa8Z5wsNSLbK { width:14.875rem;height:1.3745125rem;top:25.875rem;left:2.5625rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.1;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #frnxTn0bSiuOdJDEn8bIfa06wE6vccKV { width:1.25rem;height:1.25rem;top:27.811197280884rem;left:0.64453125rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #axuNv04pIk7yN8B5NqGpNfbzZE4VTZTQ { width:1.25rem;height:1.25rem;top:29.748859405517rem;left:0.64453125rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #kFUT1Lw5G83u7nonnK5So8tiXJmOy34d { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/7cf764ee-3e05-4bec-8a2d-46db0facb23c/Projektbeznazwy20250829T220223942.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#kFUT1Lw5G83u7nonnK5So8tiXJmOy34d.adaptive-delivery-prevent-bg, #kFUT1Lw5G83u7nonnK5So8tiXJmOy34d.lazyload, #kFUT1Lw5G83u7nonnK5So8tiXJmOy34d.lazyloading { background-image: none; }#kFUT1Lw5G83u7nonnK5So8tiXJmOy34d > .row .container { background-color: transparent; background-image: none; }#kFUT1Lw5G83u7nonnK5So8tiXJmOy34d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFUT1Lw5G83u7nonnK5So8tiXJmOy34d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFUT1Lw5G83u7nonnK5So8tiXJmOy34d > .row .container > .video-iframe-container { display: none; }#kFUT1Lw5G83u7nonnK5So8tiXJmOy34d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFUT1Lw5G83u7nonnK5So8tiXJmOy34d > .row > .video-iframe-container { display: none; }#kFUT1Lw5G83u7nonnK5So8tiXJmOy34d > .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); }#kFUT1Lw5G83u7nonnK5So8tiXJmOy34d > .row .container { width:20rem;height:38.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gFTDon5EDog5ED8nkTE57Cynyr72kfnR { width:19.375rem;height:9.622375rem;top:14.8125rem;left:0.3125rem;font-size:2.1875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #k5piZoGtKGZHLUWKqUQqR4pXWNF7Ga2p { width:16.4371875rem;height:14.375rem;top:0rem;left:2.6139322519303rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1Ea1JX6r2lRPtaHmG2ZkPzTfrg8gnnz { width:13.312rem;height:3.06198125rem;top:23.24843788147rem;left:3.3437501192093rem;display:none; }
 }@media only screen and (max-width: 763px) { #wlg3tf31yZ4N94ldMcyyh6E0PG1mgBkl { display:block; }
 }@media only screen and (max-width: 763px) { #K7wgRKi7FlA9lHQTp4KMwIDQUyh23MS5 { width:15.625rem;height:9.375rem;top:20.749420166016rem;left:4.3742764592171rem;display:none; }
 }@media only screen and (max-width: 763px) { #S61iZOgTSwD3Hn1E6GTtqK1nwI2QuncV { width:1.25rem;height:1.25rem;top:25.936197280884rem;left:0.64453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHymHkEz5ZSRhvfXs65kEUMRJGxgM8P1 { width:20rem;height:0;top:27.870768308639rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #qFZtLBbGOcVlZLvdreQE26KmQwTZvoLd { width:10.4375rem;height:1.23756875rem;top:27.937335968017rem;left:2.5618489980697rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Tfvd8xJPULeintHaARD2TPsubgI5JUvz { width:10.1875rem;height:1.23756875rem;top:29.812499046326rem;left:2.5618489980697rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #iOl6lB29z8oLO3l69eQnTbJX75yiH8HR { width:16.311875rem;height:3.81185rem;top:32.9365234375rem;left:1.8432615995407rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiWbkAfQqeTFRl1vRtofBEtvlwafxXaA { display:block; }
 }@media only screen and (max-width: 763px) { #tUZpdOm8MqkMgwy0qcohZ3qWFuEPz4yq { width:1.25rem;height:1.25rem;top:7.7473964691163rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LTa1iHcVbhrvE9lF7uVC5yDvOWGKHIMC { width:1.25rem;height:1.25rem;top:2.30712890625rem;left:1.4160155057907rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z6eTubhzLi9ti7zIVEOZpag3mgsuuzUd { width:18.8125rem;height:18.8125rem;top:32.561487197876rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #daiUl5CTnDcKVI8m6pCG7cNAic6BhEom { width:14.875rem;height:1.23756875rem;top:25.999835968017rem;left:2.5618489980697rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.1;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #LF5CPlBl8QdCDafh8nzCWuCF038df2H9 { width:1.25rem;height:1.25rem;top:27.811197280884rem;left:0.64453125rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #kBg8ffAAfAgvn4q3lciHcoe7TiDW6lLn { width:1.25rem;height:1.25rem;top:29.748859405517rem;left:0.64453125rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #vBFZXLJX0mKVlTTGU9oze1I6Kv38vRQ4 { display:block; }#vBFZXLJX0mKVlTTGU9oze1I6Kv38vRQ4 > .row .container { width:20rem;height:137.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xuVUwlIgJNMS3rMoBPzaclWqkNXpLTnN { width:20rem;height:1.71875rem;top:3.7500061988831rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #JwDwXqeycECLtHlximpGo1GFhgz19tqb { width:20rem;height:38.346375rem;top:7.3421220779419rem;left:0.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #yr3zTIXywQUVrGTCpeX2IlO0TcdZEDET { width:17.622875rem;height:11.685375rem;top:66.969400405881rem;left:1.1873372793198rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeJpPOVaC4AfWpGF1MTTbSTNVMl63L3q { width:20rem;height:1.71875rem;top:80.556312561038rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #hbBGc0CHumbxkLfTo3ZZ9P4FcM6rBOPa { width:20rem;height:50.5rem;top:83.712562561038rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6lTHbEf7uO3imaEc78ImWFwgcHMLUR8 { width:17.561875rem;height:4.94791875rem;top:85.587564468381rem;left:1.21826171875rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #E2KwQIVngdudGPMaKHAAKzsSAIqeTUNE { width:15.8121875rem;height:4.94791875rem;top:96.461587905881rem;left:2.0930989980697rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #J49rOcFoMKXxQ98SvDIPmy6Mfi3ueqTs { width:16.5625rem;height:3.7109375rem;top:128.60807228088rem;left:1.7187498807907rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #JJXbV0URIlqK8BRMVR3TkERTlfGbnC3D { width:16.3745rem;height:4.94791875rem;top:117.53255081177rem;left:1.8115233182907rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TuhkJNXPWnGMfQ7Ay2DbdevzwS2lvnUe { width:16.25rem;height:3.7109375rem;top:107.07503128052rem;left:1.8749998807907rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #QWIW7ZQLXrJnpKwMIIFo8GP0rtfLri3F { width:5.5623375rem;height:5.5623375rem;top:91.410480499269rem;left:7.2184242010119rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPcNTLN1hFti2xJZiuGpnSwFugPFquHM { width:5.5623375rem;height:5.5623375rem;top:102.07600784302rem;left:7.2184242010119rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLpIVbg5ZsriengTCbLknX2z4b4sRG0A { width:5.5623375rem;height:5.5623375rem;top:111.97119140625rem;left:7.2184242010119rem;display:block; }
 }@media only screen and (max-width: 763px) { #uv6WivkXABpgKtMAc7hSp0PB93SXyMzT { width:5.5623375rem;height:5.5623375rem;top:123.23404884338rem;left:7.2184242010119rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfLrlP5uTiTwly9wcedoqPB7siqHiqrB { width:17.622875rem;height:11.4981875rem;top:53.597818374634rem;left:1.1881510019302rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBoR6w8QQLUdtXyhyALJiSU5Dt3iH5yb { top:-2.8553054845581rem;left:10.895508357262rem;width:7.3125rem;height:7.3125rem;z-index:15035;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SXN4qSCNH9q3lZ7xD5ew7g2Owq0TV9S5 { width:10.3125rem;height:4.16178125rem;top:47.561856508255rem;left:4.8437498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE7HNyLLB38z8bdixJhiwUDzSQ5WZeCB { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/f710433b-50ae-42df-8426-8f229d70e5a2/Projektbeznazwy20250310T124943733.png");background-position:center right !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uE7HNyLLB38z8bdixJhiwUDzSQ5WZeCB.adaptive-delivery-prevent-bg, #uE7HNyLLB38z8bdixJhiwUDzSQ5WZeCB.lazyload, #uE7HNyLLB38z8bdixJhiwUDzSQ5WZeCB.lazyloading { background-image: none; }#uE7HNyLLB38z8bdixJhiwUDzSQ5WZeCB > .row .container { background-color: transparent; background-image: none; }#uE7HNyLLB38z8bdixJhiwUDzSQ5WZeCB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uE7HNyLLB38z8bdixJhiwUDzSQ5WZeCB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uE7HNyLLB38z8bdixJhiwUDzSQ5WZeCB > .row .container > .video-iframe-container { display: none; }#uE7HNyLLB38z8bdixJhiwUDzSQ5WZeCB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uE7HNyLLB38z8bdixJhiwUDzSQ5WZeCB > .row > .video-iframe-container { display: none; }#uE7HNyLLB38z8bdixJhiwUDzSQ5WZeCB > .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); }#uE7HNyLLB38z8bdixJhiwUDzSQ5WZeCB > .row .container { border-width: 0; border-radius: 0; }#uE7HNyLLB38z8bdixJhiwUDzSQ5WZeCB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uE7HNyLLB38z8bdixJhiwUDzSQ5WZeCB > .row .container { width:20rem;height:70.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fThOFW72UzaMo8PfLdoefiAGOLCPtRIo { width:20rem;height:1.71875rem;top:3.80908203125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Rdh1g1hR2EV7mtMOslMnwfmDLfOZkSZS { width:5.5623375rem;height:5.5623375rem;top:6.62353515625rem;left:7.2184242010119rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbyFD1h1lMQgq3qgKRtMpuZLfTB5Gfbv { width:5.5623375rem;height:5.5623375rem;top:19.313151359558rem;left:7.2184242010119rem;display:block; }
 }@media only screen and (max-width: 763px) { #T78b14HgUsGxJSyHHTgr5qUrkxk8UZEJ { width:5.5623375rem;height:5.5623375rem;top:30.936033904552rem;left:7.2184242010119rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOZ5vLaoowz490iusAHg6UQh9MbkR3Nx { width:5.5623375rem;height:5.5623375rem;top:44.836588382721rem;left:7.2184242010119rem;display:block; }
 }@media only screen and (max-width: 763px) { #DW14ZTIRZBFIMZhkJFL3wllN5ArTzv9r { width:17.1875rem;height:4.9479125rem;top:50.023760318756rem;left:1.4054361581802rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #R6o1Oav2x7g4QtW3pnMQk0ATf2OfqAvV { width:17.3746875rem;height:7.421875rem;top:36.498209476471rem;left:1.3118489980698rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #cesPdZSTokSzmvC45yHszH7uLOoGetN3 { width:18.3748125rem;height:4.94791875rem;top:25.062987029552rem;left:0.81217443943025rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #KBkdK6c8V1zOKGeRzrvrl3W246V96SpI { width:19.124375rem;height:6.1849rem;top:11.99755859375rem;left:0.43701171875rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #m7iTwbwHdNOLc1ZTPU3Mw8UfVWs8XgKp { width:13.312375rem;height:3.06206875rem;top:46.155239105224rem;left:6.687625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yNW7aa0EA7PBwI9PP0B9okgMC9CkH8mP { display:block; }
 }@media only screen and (max-width: 763px) { #gAP7B3E76QkcAJEoSzJoy02odNMKtTOO { height:9.749375rem;width:17.5rem;top:56.908216953278rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMUXxdIF17T3RHVt0nQsQo7uBwPvTdLu { width:5rem;height:7rem;top:254.0625rem;left:1.1875000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #HO5mhZRyi3SE9JVrQgQqVVsiiZ0waKIg { top:-2.8142910003662rem;left:0.625rem;width:5.3125rem;height:6.5rem;z-index:15099;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #edVBPsyTSlV8q97AAoRKbQ1H6BDhVV5L { display:block; }#edVBPsyTSlV8q97AAoRKbQ1H6BDhVV5L > .row .container { width:20rem;height:316.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kpNH3KiKoTBie1q6hVfcnkz4AzHzJzpk { width:20rem;height:1.71875rem;top:3.75rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #GKQqeNaCG4trZ9y6AA1A9zeIWg9ruAZc { width:20rem;height:13.4928125rem;top:7.34375rem;left:0.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lV3XpF4OgcRHsDZHaexWCu8GtUOTz3KU { width:4.374275rem;height:4.374275rem;top:217.25478553772rem;left:7.8110538721087rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFT2kTyDAGaoz6nCpDlMyqPsJ0v3gzFa { width:20rem;height:1.350025rem;top:27.1181640625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cK98IEnKRPARMUwTGDM5VbQopkrpEfxM { width:12.5rem;height:0.125rem;top:26.5568rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #KLySp3TBKmrN8TAl28wPVowAc0l2PuTO { width:12.5rem;height:0.125rem;top:26.5568rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vsSTVuI4Xg51HTfweJ505RkydnqDNW0b { width:2.1248375rem;height:2.1248375rem;top:24.334991455078rem;left:8.9371742010119rem;display:block; }
 }@media only screen and (max-width: 763px) { #cn1dyHNwgtavG9Xu6aWJlsogRRF1uUxl { width:17.5rem;height:1.349825rem;top:30.340982437134rem;left:1.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #puL7ESNBysZQZqtkpxfrbOzTdGaRSDKS { width:4.3122625rem;height:4.3122625rem;top:68.25130701065rem;left:7.8428827524187rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfqAFE05gIT2bdG8CWnfPhSMzgyZPi1b { width:19.8739375rem;height:6.7464375rem;top:34.075958251953rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z1hoFes2IQpVH6s7UerfvzyvRS0sLlRl { width:4.31134375rem;height:4.31134375rem;top:270.36745071411rem;left:7.8428827524187rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpIQQXanfV2wUgUPJdJbWlSigxT3GNqD { width:4.31206875rem;height:4.31206875rem;top:97.310047149656rem;left:7.8421589136125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Krwl0vnAyCGHf76za1UWt07JLEuoT6ET { width:2.12456875rem;height:2.12456875rem;top:121.84100914001rem;left:8.9359089136125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1CAko9gHzsO59WSxF7dDTZ0k16LwDit { width:17.49925rem;height:1.349825rem;top:124.77648353577rem;left:1.2492767572403rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnnsS4npOsm7wzT3hZ189gzrfMOyN2o9 { width:12.5rem;height:0.125rem;top:88.530249707031rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BstR5yn4MnAOnohylT32kWX78FddCQIt { width:12.5rem;height:0.125rem;top:88.528632275387rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #rrM5eOcwSM0egc3d7zN8nnQWEfn9ATdm { width:4.374275rem;height:4.374275rem;top:169.45603179932rem;left:7.8110538721087rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBQnd9QKzaJ2iC94FbUrSJAHQurxB344 { width:4.374275rem;height:4.374275rem;top:195.82828521729rem;left:7.8110538721087rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCKSyfWlNRBkvZNOZNXJT4AikgBuhcLc { width:4.374275rem;height:4.374275rem;top:245.49191474914rem;left:7.8110538721087rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAnXoPKNvh30iFKLaAhrilrOkXkU9H5x { width:12.5rem;height:0.125rem;top:210.02439033203rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ACr1OuWcli8T9UiPLGtORV1UioZQ6pRk { width:12.5rem;height:0.125rem;top:210.02439033203rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vH7hUShU6EbDC1BegziNwgTsLMEEM5CD { width:17.49925rem;height:1.349825rem;top:304.01188850403rem;left:1.2492767572403rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoRcsBTT3eDqXl9QmvabkgbJDQs7TO7a { width:4.31206875rem;height:4.31206875rem;top:295.32899284362rem;left:7.8421589136125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIKSxG8B5iAQafM8GmCOv18a8h07NaGm { width:2.12456875rem;height:2.12456875rem;top:301.20155906678rem;left:8.9359089136125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERyLTIOXfuioxmtUvFiyVWydhIcFo8qs { width:12.5rem;height:0.125rem;top:157.59763251953rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wQEBVusQwLJ1gy6GGzXAnCLQNSqpwn73 { width:17.49925rem;height:1.349825rem;top:226.05830764771rem;left:1.2492767572403rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ne7kOk8bHoum4w8feVQLblMLz7TDLnH8 { width:2.12456875rem;height:2.12456875rem;top:223.25114536286rem;left:8.9359089136125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDPSmTl5m3um9IzthRfwJpgbyQDkxtk7 { width:12.5rem;height:0.125rem;top:157.59763251953rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #N9KovpANftFeW6JDp5v6GP7U8vL7URGO { width:4.31206875rem;height:4.31206875rem;top:144.0740814209rem;left:7.8421589136125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oz29CO1d7dIBiXfhZOBnWKlvi9EpfEXr { top:-2.1778974691162rem;left:13.880869442795rem;width:6rem;height:5.875rem;z-index:15054;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #f3QO40DzVPU0Z2IXQ0eDFn7FR8eT8SWL { width:20rem;height:3.59863125rem;top:49.823209762573rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nPMP85IFt1dh7S1OOQ2qy0he0t3Qzxox { width:20rem;height:11.9954375rem;top:55.318001747131rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m0KpGdTg2wsuScF57LPwETTM0aSJ3p0b { width:20rem;height:5.249025rem;top:42.700813293457rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #OZqMT8WodLze760d45PbMUoxgQhw4riy { width:4.3125rem;height:4.3125rem;top:73.499426841738rem;left:0.87962973117831rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKWKcRVr9mFL9xM2aUKTk17CkhUGTHUy { width:4.375rem;height:4.375rem;top:73.499426841738rem;left:14.723669648171rem;display:block; }
 }@media only screen and (max-width: 763px) { #coEm5KGxagoNdxKCfEEHdiPZBW7DXzfV { width:4.375rem;height:4.375rem;top:73.4979801178rem;left:10.098379731178rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGahrPCJ8MS4lgv4PeQ96X8NfyatHrMe { width:4.375rem;height:4.375rem;top:73.499426841738rem;left:5.4687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRBNLB0q5wilTBi2WQ2I215sINRPOZRp { width:20rem;height:4.04785rem;top:79.749427795413rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AB9T3QHp0sfeCa6LdWU0WMsIyRVwXNRX { width:20rem;height:5.249025rem;top:85.673183441162rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #piyq4sEIK3v0izvc7QBM37B4euNsOX1r { width:19.99925rem;height:3.59863125rem;top:92.798039436338rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bhfh97A3XtBCS3aT7a2Hh4l9uGXec4oZ { width:19.99925rem;height:2.69856875rem;top:103.49537658691rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UFTFIJkPhDAC1Xhz3tDrwbpQXH8HvB2C { width:19.99925rem;height:3.1494125rem;top:108.06785774231rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #GS7yS3Ty4Ze0TaDwVoOZTDhtRVhSvR9C { width:19.99925rem;height:5.249025rem;top:158.99885559082rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #eSBn2e6qeMJ2k3JkpdLy9U0bQFXH88qT { width:4.18691875rem;height:4.18691875rem;top:116.42578125rem;left:7.9050928354262rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0v2JGabmP0tcxB2P03A3cgTar8AOFwJ { width:19.99925rem;height:2.3990875rem;top:113.09244728088rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xSH1ynwGlUWWqpmvbIqpLRT78L3ZviKX { width:19.99925rem;height:2.69856875rem;top:127.99839019776rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RWCytyQwQeiJHN8iXGGwxMk9tvoqCWyl { width:19.99925rem;height:6.2988125rem;top:132.56944751739rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #NFe73C9XMDrvpmFoG234vnxDUUDtTkA5 { width:19.99925rem;height:2.3990875rem;top:140.74077224731rem;left:0.00072342157363894rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bm7pmeLmJGVlKN6EiHM76iXLMckNItTd { width:19.99925rem;height:6.7464375rem;top:150.25970554352rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WXh7XV5It9vXGMUIKgG7nzHUecTyQCgp { width:19.99925rem;height:2.3990875rem;top:166.12269973755rem;left:0.00072342157363894rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R4zgwbODTBpMcL7KJewMAsyoeCPkRnCD { width:19.99925rem;height:4.04785rem;top:251.73901176453rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AAkSAV7GESAleOfARJt8Gl1ZnAaCn7dd { width:19.99925rem;height:5.249025rem;top:182.97021865845rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #TpeS9T4l3V3VZDe3TuF38TvrfMwHWTCF { width:19.99925rem;height:4.798175rem;top:190.09476757049rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mVOOhk8rvrhHlWApEvHZJcmQI5pICSKl { width:19.99925rem;height:2.69856875rem;top:202.07538795471rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qyJQS298VwT8T5rysQ5MwS00OUnli4aT { width:19.99925rem;height:4.19921875rem;top:206.64786911011rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #kgLU9hW7gXzT5CRblOx7eG1NLzihZeh9 { width:19.99925rem;height:3.59863125rem;top:212.72208595276rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WUxaCr9UwgaaTb0M64Iv3ZIRJd52Aila { width:19.99925rem;height:2.69856875rem;top:229.32729530334rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IobqBE9WGXCQCUkcFp37EBSRREeU6sq8 { width:19.99925rem;height:5.249025rem;top:233.89685249329rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #xLVsQMGz7Xs7IAfEfyoGbTUFiKgmzz45 { width:19.99925rem;height:3.59863125rem;top:241.02139854431rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qz22dnDTQyOv52T3X7bWUyRd3VpDDAtD { width:19.99925rem;height:6.2988125rem;top:257.66133499146rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ZosshvDdPzUgVx7gh7n1AbPMGtx0o9Qi { width:19.3120625rem;height:3.59863125rem;top:265.83407592774rem;left:0.3414351940155rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #srkVoQn2n5ghdvArky5JBX3VWhgafwzK { width:19.99925rem;height:5.3971375rem;top:276.55167675018rem;left:0.00072342157363894rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TVsxhzFTqmEx1OLTwGtUruqKgG6D0Opf { width:19.99925rem;height:6.2988125rem;top:283.82453536987rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #iTuFZ3nL44BAZnTQfgfuJCNsTrHVxT8Z { width:19.99925rem;height:2.3990875rem;top:291.99652671814rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qQU8unbOi209R2CWvQSnp5QZ8NQ8Rm9B { width:19.99925rem;height:5.3971375rem;top:175.69881057739rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pw44imptbSR1T1AnUdyVhzBX7Tb6fsp6 { width:19.75rem;height:290.0625rem;top:22.935302734375rem;left:0.12369793653488rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #F2XRHtrRz4tFs0a2FSa3moCtyvUOcBVE { width:16.3121875rem;height:3.8122125rem;top:307.23454475403rem;left:1.8424481153488rem;display:block; }
 }@media only screen and (max-width: 763px) { #dB8UOuScMlIQg81cddAtNAfHNQyq5nMG { display:block; }
 }@media only screen and (max-width: 763px) { #MzOco3tSuKTuE4F961RWJvOOLBPuVAfE { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/f710433b-50ae-42df-8426-8f229d70e5a2/Projektbeznazwy20250310T124943733.png");background-position:center right !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:contain !important;display:block; }#MzOco3tSuKTuE4F961RWJvOOLBPuVAfE.adaptive-delivery-prevent-bg, #MzOco3tSuKTuE4F961RWJvOOLBPuVAfE.lazyload, #MzOco3tSuKTuE4F961RWJvOOLBPuVAfE.lazyloading { background-image: none; }#MzOco3tSuKTuE4F961RWJvOOLBPuVAfE > .row .container { background-color: transparent; background-image: none; }#MzOco3tSuKTuE4F961RWJvOOLBPuVAfE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MzOco3tSuKTuE4F961RWJvOOLBPuVAfE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MzOco3tSuKTuE4F961RWJvOOLBPuVAfE > .row .container > .video-iframe-container { display: none; }#MzOco3tSuKTuE4F961RWJvOOLBPuVAfE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MzOco3tSuKTuE4F961RWJvOOLBPuVAfE > .row > .video-iframe-container { display: none; }#MzOco3tSuKTuE4F961RWJvOOLBPuVAfE > .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); }#MzOco3tSuKTuE4F961RWJvOOLBPuVAfE > .row .container { width:20rem;height:430.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vMhcTDE7fw79MsbiCWgbbu8I6RMltGkR { width:19.9985625rem;height:1.71875rem;top:3.805700302124rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #RThsSuf13Q2AXmmVnDXXAlIeAGyoFyTZ { width:15.3125rem;height:5.39713125rem;top:385.9375rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mi0Iz80HXaOp4flMktBvBa8dXQpxOgBx { width:6.25rem;height:1.875rem;top:393.9375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #grgiT4DInAV5WlGi1WMgVB3zfhM4Zc1i { width:1.25rem;height:1.25rem;top:394.4375rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHXVnaPgSiciGS8MiCfJzzWFpfpORfkp { width:17.5rem;height:29.124375rem;top:127.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nToFPbS7NhIKDVyJy5EVOpeWGDIgkqvc { width:17.5rem;height:17.5rem;top:127.43707656861rem;left:1.2492767572403rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5hmkyrm3iRWhdptwTNDlQaaiBxoIZx4 { width:15.3125rem;height:5.39713125rem;top:175.9375rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgyxNhbzL8lmHomHrKr51uo7ZCprIdou { width:1.25rem;height:1.25rem;top:154.25rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1wgcLkAfnFWm7fxZzDyk69pzbRh9laO { width:5.4370125rem;height:1.749675rem;top:183.875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I91eddZ4hTG6CPpGwc128q2AzxpDLUwp { width:17.5rem;height:29.124375rem;top:187.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUugLoDTJb8ScwWofKoN9TLmgFcHxOHq { width:15.3125rem;height:8.0957rem;top:355.9375rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #od0oSEy9PlIHESES9n1rGRrcSeoSLAJQ { width:1.25rem;height:1.25rem;top:364.4375rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rribtrhWhbGuv2yIf0XpWJiN47nHeHms { width:17.5615rem;height:17.5615rem;top:187.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eavtAyWhbBR6ECFPGleFMmLh3DBhpEqq { width:17.561875rem;height:29.124375rem;top:397.5625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnxfCiCln3hth69ThBQiNDyDQ8DQ5bOD { width:15.3125rem;height:6.7464125rem;top:206.0625rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqlrdTIq3KqsQuzq6E6G6RpCtfUD3IpG { width:1.25rem;height:1.25rem;top:214.4375rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6q3HaF5i9vU5TQ5ugGkoUvMu4m9RfSr { width:17.561875rem;height:29.124375rem;top:7.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrctVB3ve6PTPgskMizdfXtMf66mV2eS { width:15.3125rem;height:6.74640625rem;top:236rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEI7VWIgGF38rGrcmhSheiJidtCgmtEU { width:1.25rem;height:1.25rem;top:244.5rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iV64IvDHyrRJTaZfAqdLo7UkZaPE660Z { width:1.875rem;height:1.875rem;top:368.4375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7Me2f2frXWoTs5gWTssD6FwR8fHoUeO { width:1.875rem;height:1.875rem;top:128.3125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eO2b1mpbq1mssJAnB4ZhZiDi3DyTCQdS { width:1.875rem;height:1.875rem;top:338.4375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fciJipXvNAxFbHU66lfIwD5FoidnLu84 { width:1.875rem;height:1.875rem;top:188.3125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qukalkzlHpOBgwuRxL8defied02qGkhz { width:1.875rem;height:1.875rem;top:218.375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApC7v5U8fhJkKU37WpC910OqQhTL2yCi { width:17.561875rem;height:17.561875rem;top:397.5625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktJkAtzIuOpxfntTtBTqlPex7PKPrCmE { width:15.249rem;height:6.7464125rem;top:416.125rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ko5vraxLmZbcblHCfeD62lScuiMExe54 { width:1.8123375rem;height:1.8123375rem;top:398.375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPpS1I3rqF4xqEE1TTzOevt5BWHdhkhi { width:6.186525rem;height:1.85546875rem;top:423.9375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9sizhqgnibxl17Ay6qTiQ7L2xzCkrbI { width:1.186525rem;height:1.186525rem;top:424.5rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfZaUT0h3kl2wLZFaq3NrimdDl6mtIdA { width:17.5rem;height:29.0625rem;top:37.4375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK6KyFqWAPLHGDuV9FDJyJTy0kKTTxST { width:17.5rem;height:29.0625rem;top:217.5625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozMuyPCxa4lET2KmHAJ5L24DuBisXcuK { width:17.49925rem;height:29.06175rem;top:247.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxTofHrNW1AHidTmUWvxJtocth0oRNv3 { width:17.5rem;height:17.5rem;top:7.3748626708988rem;left:1.1867767572403rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCRzRtpVViVMiOC6aXqeWWQLSP0hJiiX { width:15.3125rem;height:8.0957rem;top:25.8125rem;left:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c06cGI0TQEAEIHcG4vVOOnvCRc6RDCFO { width:1.25rem;height:1.25rem;top:34.25rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgzTS5J4ugdaGXbx5dZucfwT1pzcKbME { width:17.5625rem;height:17.5625rem;top:37.4375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s37VUF0N5ttO34kpQdNitX2ABKndkJ89 { width:15.3125rem;height:6.7464125rem;top:55.875rem;left:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEElfKtzcww3CIBItO7oLXT6ayGPXasG { width:1.25rem;height:1.25rem;top:64.3125rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLzDieEJdM2U6f5WDwX83frvyM80XfW3 { width:1.875rem;height:1.875rem;top:8.1875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlDTqG3vtUgnmZhavyIeK7D2ftTdTxDy { width:1.875rem;height:1.875rem;top:38.25rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BO6yhFpZEJLQlV9M4Xvo2pbHvafODrbs { width:17.5625rem;height:17.5625rem;top:247.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvXauvinRavcJL3LokknJ2LRbsv4tpud { width:15.3125rem;height:6.7464125rem;top:266.0625rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNPNMSJQAHu9GamXHObELufSMsUnsw3e { width:1.25rem;height:1.25rem;top:274.5rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9wQTJ3KErSi356TMTBufr8CDLuDMALc { width:1.875rem;height:1.875rem;top:248.375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsiLqt2I15c9LRNnbkWB55fH7c0eqHia { width:17.5625rem;height:17.5625rem;top:217.5625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTU1xPIsAlTkX2OWWOhW708KsW0pfy2I { width:6.25rem;height:1.875rem;top:63.75rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hU5BoffUtQdcTTUG9KKS4IQUVJD1NytF { width:17.5rem;height:29.0625rem;top:67.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGR2a06nUB5wLwU2TLGLvB5W1gfoTJ9n { width:17.5rem;height:29.0625rem;top:97.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eestM5X692f5snXN7EnOd9lzkOy1yWXo { width:17.5rem;height:29.0625rem;top:277.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqBJxgtHwTvI3hflTlToAkMsadUeKlBi { width:17.5rem;height:29.0625rem;top:307.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3A2hLvROCas5GSAapKAsrRSZK4gc4DN { width:17.5rem;height:17.5rem;top:67.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCTforN6q124x0sTXQJpq5XTBTGHVIem { width:17.5rem;height:17.5rem;top:97.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBtKzcvgD5UrCS0ALAI3m9riRTpy5ETa { width:17.5621875rem;height:17.5621875rem;top:277.5625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCsXKrC8zlec10tBwsJ0UqogdvVQR2sT { width:17.5rem;height:17.5rem;top:307.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5vURrbn9xFGCbEAu5nhmZZVxbGty4dA { width:15.3125rem;height:8.0957rem;top:85.9375rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZQbXbrt8LE7BT6wzTqW6ICSBbPA6ACO { width:1.25rem;height:1.25rem;top:334.5625rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOTQ25KqzvDDpqiL910zFcxTqRxCL7fT { width:1.25rem;height:1.25rem;top:304.5rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPMmJEUyKaQr4NWzJ7WCQLq4RS1sTeXq { width:1.25rem;height:1.25rem;top:124.4375rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpnK0cS9VF3ynIUPDAxraPAs3HGt0KfS { width:1.25rem;height:1.25rem;top:94.375rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mboZa2sqxVwdVZvLQHhyxgSmODKBBaCH { width:1.875rem;height:1.875rem;top:68.3125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xt2EmJeTAVrRNQ4i77uCZX5GrgxR5nHL { width:1.875rem;height:1.875rem;top:98.25rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNZUinebs8F4KddW556dUKOlffWODXEs { width:1.875rem;height:1.875rem;top:278.4375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLBHT3Az6gh8CKr1Bp5UHNzW04hrMd6V { width:1.875rem;height:1.875rem;top:308.4375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGbT6mwMLiVe2pJEvMTTv7T9L3pTfIl9 { width:15.3125rem;height:6.7464125rem;top:115.875rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpBLzE6v47zSl0761TkPv2C86DHpmO00 { width:6.25rem;height:1.875rem;top:123.875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQXnZpyIapRXTH4VamMGf1WnCUiOZshZ { width:15.3125rem;height:5.39713125rem;top:296.0625rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdJx2ysV6xyQbTBIsGglPAfi0JhC9KvV { width:15.3125rem;height:6.7464125rem;top:326.0625rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoUxvTJd6thnkIEToKGtdPfrlSftJ0QC { width:17.5rem;height:29.0625rem;top:157.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhOWHsMDRpJD07T9tQ7ghDd1LyZT5S9b { width:17.5rem;height:29.0625rem;top:337.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtFiKw10nF8SKFTdMuJPGdzcqLzELwTW { width:17.5rem;height:29.0625rem;top:367.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDU169cpRQDsTZzmKpPyqWS9rzXKkAbT { width:17.5rem;height:17.5rem;top:157.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDOK9veoxUMG9OtZJBp3O3JZgt07OCCh { width:17.5rem;height:17.5rem;top:337.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUAfosekaCvzPVWnB3t6Omx4pNfyTymn { width:17.49925rem;height:17.49925rem;top:367.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1XoGGPoWb9JNX6zrVFlL1VdJ9zRchA6 { width:1.25rem;height:1.25rem;top:184.375rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5U5eM0Smno0X6iDrlCIOv3iGzG3VZCS { width:1.875rem;height:1.875rem;top:158.375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZ10bSWvqyCJfRdd7Q0HHZ1rWe85N8VE { width:15.3125rem;height:6.7464125rem;top:145.875rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNiSo3AthBORToVPRsvqwoyuMPdQgU2Q { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/f710433b-50ae-42df-8426-8f229d70e5a2/Projektbeznazwy20250310T124943733.png");background-position:center right !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:contain !important;display:none; }#cNiSo3AthBORToVPRsvqwoyuMPdQgU2Q.adaptive-delivery-prevent-bg, #cNiSo3AthBORToVPRsvqwoyuMPdQgU2Q.lazyload, #cNiSo3AthBORToVPRsvqwoyuMPdQgU2Q.lazyloading { background-image: none; }#cNiSo3AthBORToVPRsvqwoyuMPdQgU2Q > .row .container { width:20rem;height:144.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZAy5IwKixStE6W5wgTZUXyNz4GIQEg7i { width:19.99925rem;height:1.71875rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #LF7sFZXDqIrzEnvLigt3deDKLzne31o9 { width:20rem;height:6.1875rem;top:46.210988146972rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ov0wouvTGRIAAmy5w9nDE1vI5XPi4bKq { width:8.74925rem;height:2.199075rem;top:47.711262805176rem;left:6.125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #mciRWmdNWyMLb4Ct0Bk8uCU5VAI01reI { width:20rem;height:6.1875rem;top:103.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IbXsWPqJnFxyKAe01ZC675VSmrkunGTQ { width:8.75rem;height:3.2986125rem;top:69.6875rem;left:5.625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #AdH5GD9gOH6oT2ESAGCpxNJVA1khf635 { width:20rem;height:6.1875rem;top:127.7500038147rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T7hwg5O0Ci6Si5KQKGQspg2HlVlQJ7iE { width:8.75rem;height:3.2986125rem;top:77.9375rem;left:5.625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #O7gOTiVz3u6wFeMkCR9ssw6ZhhAunK7n { width:20rem;height:6.1875rem;top:111.18750572204rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ixmT7mxa8vPiSvM9cQfdPOyWv2vOUU7e { width:8.75rem;height:3.2986125rem;top:86rem;left:5.625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #UetyDiEECPOTJWiMGO6RTW9Qwtw5PcLN { width:8.74925rem;height:2.199075rem;top:55.436133801269rem;left:6.0625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #NVwT2J9zKmwNtedkTVrtqRA2uXMyym6E { width:13.2486875rem;height:2.199075rem;top:102.12232130127rem;left:3.375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ZL6T4A7qHvqpSRSOg7qcTTqWB9MuAR0M { width:17.5621875rem;height:45.499875rem;top:98.247199230956rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdsgvqevymTA7NWxG4kQ6RMlPFB9zGW9 { width:17.5621875rem;height:45.4369375rem;top:51.561011730957rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkAtHTupI066SIMnW4nTiwHeic6ptQfi { width:2.12456875rem;height:2.12456875rem;top:52.74878638916rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MesK2mifwy0T9GJGZ8GNAZ0rg83THQvM { width:4.061775rem;height:1.9987rem;top:99.497199230956rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nklqHES7ok7y6q5FGmd1xLwZDnRuRaIK { width:8.74925rem;height:1.0995375rem;top:47.711262805176rem;left:11.25075rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #slCW4r8sFM2efkm0vaW1BqC9CmXfmZB2 { width:10.31175rem;height:1.0995375rem;top:49.211567980957rem;left:9.68825rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #vdbJArq6vkEEcTZ3yccttccwnH5VCIhT { width:8.75rem;height:1.0996125rem;top:27.216147184372rem;left:5.6250002980232rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Ipnm3BKpM4L7fGy7cQ28vL1qQEWrImJG { width:10.3125rem;height:1.0996125rem;top:28.315760612488rem;left:4.8437502980232rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #uNLg8wbA0FGDHoFuh218iaIsZfM8ykgV { width:8.75rem;height:1.0996125rem;top:35.290365695953rem;left:5.6250002980232rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #C3u84K320vbo4Wqnpu6HTLsFduHroSXT { width:10.3125rem;height:0;top:98.273443222044rem;left:9.686848938465rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #TDBPEuXmyZFMWZTaLNimS80UI8zQcEfm { width:8.75rem;height:1.0996125rem;top:43.364589691162rem;left:5.6250002980232rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ZroGCdemTpIvfNT28cRCM1L41lksTLuQ { width:10.3125rem;height:1.0996125rem;top:44.464199066162rem;left:4.8437502980232rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #L6CiOsWhKJZF00riFTaKKU5cnW9BlQ18 { width:8.74925rem;height:1.0995375rem;top:108.74704664307rem;left:5.625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Tz2n0Ud01oZ9peEUOghurhZ6mvUKSi6o { width:10.31175rem;height:1.0995375rem;top:110.24732130127rem;left:4.8125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #IgsDA2bdMCT7pRogO2dKBSOIQAdnyN6o { width:8.74925rem;height:1.0995375rem;top:116.80982130127rem;left:5.625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #pSmUiC1r7BkuGcvaiGxSGtbJ9ipGux74 { width:10.31175rem;height:1.0995375rem;top:118.24719923096rem;left:4.8125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #XnVeArmOQUBMT6pr5OAalIPtPoymLQT7 { width:8.74925rem;height:1.0995375rem;top:124.74747388916rem;left:5.625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #yrJ6T4EWHOmqDwLLTfNgSsTr3KXdhuPN { width:10.31175rem;height:1.0995375rem;top:126.18482130127rem;left:4.8125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #FZu9h92cyTanU81k4UKVgWuxvMFCVz7J { width:8.74925rem;height:1.0995375rem;top:132.87247388916rem;left:5.625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #P34A8Gs7hLytLsg91Tt75QaQnJtudWkE { width:10.31175rem;height:1.0995375rem;top:134.30982130127rem;left:4.8125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #kyqvtoWpIaaIIzHiFqLnSASZZi3r6Czf { width:13.312375rem;height:3.06206875rem;top:91.749091564944rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOGSG1uN4EoAVmxxLaeoA7p6STP4ndnK { display:block; }
 }@media only screen and (max-width: 763px) { #iErLK7oGo21ICbOx32hBNSxmQ0CpyaoI { width:13.312375rem;height:3.06206875rem;top:138.43527906494rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBT95LAJNH1KWA1SElg5qxipwUtLyTIe { display:block; }
 }@media only screen and (max-width: 763px) { #W74RIZbteUI2RAUwXQsFOfglngoIUa1H { width:18.74925rem;height:3.99956875rem;top:46.21095rem;left:0.625rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #AZSAWbcfDvgLxHJNBNiPI2Ps4DyJiLWt { width:0.062210625rem;height:3.99956875rem;top:40.961925rem;left:9.9375rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #dXA8eLJV2TRnJZacmqTPyG3g3xLviSUJ { width:18.74925rem;height:3.99956875rem;top:35.7129rem;left:0.625rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #lKN3Rv8PqanflgJXTWL5gLFZeLuV7UO5 { width:8.75rem;height:3.298825rem;top:22.545572996139rem;left:5.6250002980232rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #cCyqJCDyWaVNJXLkcDFbNKNgTrV2vVlD { width:18.74925rem;height:3.99956875rem;top:30.463875rem;left:0.625rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #s3u6GzWTd9yTF5W4gphacc8S3prvaI8q { width:8.75rem;height:3.2988375rem;top:30.702475070953rem;left:5.6250002980232rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #zS5xlTWIruDOXxuBb0ElNhwATngXauT5 { width:10.3125rem;height:1.0996125rem;top:36.389975547791rem;left:4.8437502980232rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #kQVx8XyTqdT6LtECD1IuHvZvuDavq3TP { width:18.74925rem;height:3.99956875rem;top:25.21485rem;left:0.625rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #Zq0q7MBLZXFWf1nwhP8lCZU9ThAbRFWa { width:8.75rem;height:3.29883125rem;top:38.776694297791rem;left:5.6250002980232rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #d9XCANkKAq9i9O8DXs0gk5MsECkaBvdX { width:18.74925rem;height:3.99956875rem;top:19.965825rem;left:0.625rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #LVOFznVbDJ5vDADVfdMvxNMRTCzVzuOE { width:8.74925rem;height:2.199075rem;top:47.711339099121rem;left:6.125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #F3eI6tekT1XM0WslnFsJmI2QPXXJHzmE { width:18.74925rem;height:3.99956875rem;top:14.7168rem;left:0.625rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #JsKITTVSKLTl7V2lXCmH2B9IwV060OVP { width:18.74925rem;height:3.99956875rem;top:9.467775rem;left:0.625rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #IICWvNJ7JDeStcfPtTwXNpHwTKCngugf { width:18.74925rem;height:3.99956875rem;top:4.21875rem;left:0.625rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #a8zxrE6MuzfGMw8nx5T2ws4wPuFXL1Av { display:block; }#a8zxrE6MuzfGMw8nx5T2ws4wPuFXL1Av > .row .container { width:20rem;height:58.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kmLezwbqNdHRmC0F8eq1v9IC0Uqb4qKU { width:19.9985625rem;height:1.71875rem;top:3.8078699111939rem;left:0.00072342157363894rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #MikT3oEMWwGs4MeM1hPW6gE2F03J4eHi { width:12.4985625rem;height:8.3109375rem;top:5.5237274169922rem;left:7.5007234811781rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8Fgmsgba3vPLq4BwoFwf6Q52J5rcZLX { width:8.6870625rem;height:3.4997125rem;top:38.946169853211rem;left:1.3085938692093rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFNzByB51UwTftvFM5UO14iUDh7upK1O { width:10.811625rem;height:1.73755625rem;top:43.911315917969rem;left:4.5920139551162rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4HU77WhHh6MGhH5h8wGDXhDMKL4DQ8B { width:7.623rem;height:1.3006375rem;top:40.047179222107rem;left:10.732783913613rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMxa7OVVIMGy4XbICPkQTyUD9EJo4EOv { width:10.4369375rem;height:1.99941875rem;top:53.710941314698rem;left:4.7800928354263rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmXi5zCKPBbhfrA7Tv5O1GiuoWtyuiXA { width:7.4370625rem;height:6.749875rem;top:6.36602973938rem;left:1.9350405931473rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIXK9hnXcam71HPs5w1gK8mDOCPXB20e { width:19.9985625rem;height:1.71875rem;top:14.821327209472rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #sdMSsfEi3JpyJJXhP9mazfW5MPUyTc6Q { width:8.2494375rem;height:5.311775rem;top:18.098236083984rem;left:5.8738428354263rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaqSVUH7O4Ag1nrtyRVD9Fo4San9xTq2 { width:19.9985625rem;height:1.71875rem;top:25.032579421997rem;left:0.00072342157363894rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #iqUNmLHGr0onKnroaKfuf6nCok7foTHT { width:11.0619375rem;height:6.87425rem;top:27.558016777039rem;left:4.4675928354263rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQcvqRR2U6MW3dxJgyrrCalnxs7nOLEC { width:19.99925rem;height:1.71875rem;top:35.308884620666rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #K2pqHmIgSpgW9pCxbhxDc7tJEn35DqcL { width:10.8745625rem;height:2.499275rem;top:46.461229324341rem;left:4.5594621896744rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ia3qroSQgbQEB28JqdkqK0ddEVeTydFh { width:19.99925rem;height:1.71875rem;top:50.149019241333rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #yMLM9rnJRGUQ1XreUabemFGQxHW6Sf9n { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/f710433b-50ae-42df-8426-8f229d70e5a2/Projektbeznazwy20250310T124943733.png");background-position:center right !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:contain !important;display:none; }#yMLM9rnJRGUQ1XreUabemFGQxHW6Sf9n.adaptive-delivery-prevent-bg, #yMLM9rnJRGUQ1XreUabemFGQxHW6Sf9n.lazyload, #yMLM9rnJRGUQ1XreUabemFGQxHW6Sf9n.lazyloading { background-image: none; }#yMLM9rnJRGUQ1XreUabemFGQxHW6Sf9n > .row .container { width:20rem;height:37.32425rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nTibQhJTeHgKAe0TxyEFwPalQ442QRQD { width:19.99925rem;height:1.71875rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU { display:flex;height:33.1055rem;width:17.49925rem;top:4.21875rem;left:1.25rem; }
#c55p2lbPHls2iJwichJqy8dhJqEPTSIU .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #fC4gT4O483x5RgdnI6bBMDmTViPhZD7x {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #Wdr89bbR3yyepOUaBndQ2sN1e2IAxQXc {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #yf2O4B2dGOVTQaF2c1frhlvlLr6419PJ {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #PN83NTiWrNXozTGXqxQ9xf4TDGFTTpQT {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #lm3TtZoTW8ultIaispdw06K8csFpmTh9 {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #QtOAxIpkiNJS6bldo1mm61pJq4ZiHPuu {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #XOaBJw6iTs68BfU3dlrPNhDSS5WfDMR7 {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #dvT181aK3fRoC9CVLfx4aCKXFNwkf7BC {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #cv05Gd0wGSPamwZXZ5b8yLlNZWqdJARC {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #TI5PTatsCkZ16VpP6xTGUDVUs7tH6RHt {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #TXdWhTOfVencNyaEsDzrrNadEmr2cih3 {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #KDz2a6gkrSmJS9VDBcK0p2vDx6g8SMUG {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #BTztQqcWVNRNqcoDT3idizNJunPhTFu6 {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #mobUJTzyD0IwkTnbfd5SRRCpe2QqAnlh {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #JFOGSQ01rKgM0JWpFzN8zFVhy4LVI8nz {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #AlZJK9DZepBtsQnU2BQmMS9zhxNX4o3a {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #FbHLwW3SXO8GNCQRinafQLPgbsGNXqsn {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #Ov94G4uiHLGXhDwDVnOwqXREJT6GCZpQ {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #okHIsf9XMMWxz6qO2umAaXrCGF32G1hr {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #P9fapRdfDnlx98syqIdHHKeVFcvXbLcV {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #TbeSF0ycSThLxPrVMVXccqsIL7c9Dy7N {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #pRJdbMIla50TXCnMvkRrw5a4psqzOw8q {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #myqxRtSWnqVWEfw7kZshvd6WTqy6KL3a {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #BWbPXUPP31Wni8cZbqGP7V2H1uGPRxT6 {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #oNeQGl2f0eVAapXatc2XkhHVTJ2MEgb6 {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #Lf7Gd3ST7qFb9CAdqy0efJmUbTTsnoTi {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #vyLFFQ1qkzVMz1b7BREQi7oTTPmyZpUR {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #S0CGLHCIwdfeyAXIvrS9KQQwMcI5nRwV {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #wnz5Ubhi0krRRhB9Sik8PVXmGkG9tMhM {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #kTTEr6grDaKuzz4vUTN12PECUR0ZUVnN {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #JTnpRzlSLbZxtEEqPGBl7necBPC2tGtf {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #HMVB9EFPtxWx9m1Ksy30MtxkuE3gZz0L {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #MWF610ZfZaed9RTAuBNQ899XgbrSlwmz {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #Ct5XSwcGqG5d0ThA2vfwdVquLUkqiPdL {  }
 }@media only screen and (max-width: 763px) { #c55p2lbPHls2iJwichJqy8dhJqEPTSIU #d8z3ThgKypeRy0W3DKXCL1JSgRo77ise {  }
 }@media only screen and (max-width: 763px) { #FxX6GIhkWBsIHU847JBMaR8HlBt4Q0MK { display:block; }#FxX6GIhkWBsIHU847JBMaR8HlBt4Q0MK > .row .container { width:20rem;height:53.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #soNO7kz9Ufne8mgVW6wVWuRiZ74KKcKA { width:19.99925rem;height:1.71875rem;top:3.7949104309082rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #WJhToF4gWlQVCvDNgy0CaPKItSo6pO5x { width:20rem;height:14.4371875rem;top:18.529479980469rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ku0x0kbOn4VwZQ0VfwIb0OlOWT0rTFbV { width:20rem;height:11.75rem;top:38.432438850403rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDu6zswKgOItlJnmhtBTuFJEh4ah1evc { width:19.9985625rem;height:14.4350625rem;top:17.503617286682rem;left:0rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #ZpAwHgfhe7Zl8I3O6bXAnT7TTK24iRPw { width:19.99925rem;height:8.247075rem;top:7.3849830627444rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Pwv2vuEXSklvCGMv6VfiU7duIGqfb7fO { width:1.5625rem;height:1.5625rem;top:9.6875rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #OEhi3wapmUd3TQ2lPGevL31iA578Ja6f { width:19.99925rem;height:2.749025rem;top:33.810791969299rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #HPoFCgKLD6OHr7lXI7toM8VuABATt3Hw { width:16.3125rem;height:16.3125rem;top:50.1519375rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #po49CBbKgmMmvz1JPkQL4bnOIl456D3t { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/f710433b-50ae-42df-8426-8f229d70e5a2/Projektbeznazwy20250310T124943733.png");background-position:center right !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:contain !important;display:block; }#po49CBbKgmMmvz1JPkQL4bnOIl456D3t.adaptive-delivery-prevent-bg, #po49CBbKgmMmvz1JPkQL4bnOIl456D3t.lazyload, #po49CBbKgmMmvz1JPkQL4bnOIl456D3t.lazyloading { background-image: none; }#po49CBbKgmMmvz1JPkQL4bnOIl456D3t > .row .container { background-color: transparent; background-image: none; }#po49CBbKgmMmvz1JPkQL4bnOIl456D3t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#po49CBbKgmMmvz1JPkQL4bnOIl456D3t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#po49CBbKgmMmvz1JPkQL4bnOIl456D3t > .row .container > .video-iframe-container { display: none; }#po49CBbKgmMmvz1JPkQL4bnOIl456D3t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#po49CBbKgmMmvz1JPkQL4bnOIl456D3t > .row > .video-iframe-container { display: none; }#po49CBbKgmMmvz1JPkQL4bnOIl456D3t > .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); }#po49CBbKgmMmvz1JPkQL4bnOIl456D3t > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PhuU1pLsvWwrLd57p1Hi8qu3OBogfpwB { width:19.99925rem;height:1.71875rem;top:3.8035306930542rem;left:0.00072342157363894rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #kNeUcIGTfwsFdvzTPtpJgr7dr1LeCC1S { width:17.5rem;height:29.124375rem;top:7.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddQrR5Au3SQKQq22zcuwCa1J44QNId3n { width:17.5615rem;height:17.5615rem;top:7.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBsoKGbrU0brDF5yD6yLtOpWuSceu5Dc { width:15.3125rem;height:9.444975rem;top:25.625rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTf0Ox8gDnUXPFgqZ2Zal6f2AhwB8V1b { width:17.49925rem;height:2.47395625rem;top:38.372397422791rem;left:1.247829914093rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #WV6TQP5zII4LF2hu70MfhrD30L71rloO { width:1.874275rem;height:1.874275rem;top:42.718463897705rem;left:4.0596066713333rem;display:block; }
 }@media only screen and (max-width: 763px) { #acT4PhI273NdUDJ0WkPJmL0ZStEsJuMJ { width:1.874275rem;height:1.874275rem;top:42.718463897705rem;left:9.0610538721088rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaZicu3mTdfAzT531l3E4R3ZCNqWhrJu { width:1.874275rem;height:1.874275rem;top:42.717016220093rem;left:14.317130684853rem;display:block; }
 }@media only screen and (max-width: 763px) { #ft165nr2NmwoFCTzJi3PEOTsyLfl7U3u { width:19.99925rem;height:1.23698125rem;top:46.465570449829rem;left:0.00072342157363894rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ETlT3sLPWQlkTMbTTbLcZ7IkpTi3aVTT { width:1.874275rem;height:1.874275rem;top:49.326103210449rem;left:9.0603300333025rem;display:block; }
 }@media only screen and (max-width: 763px) { #lU6Co3TTZIWapapSwPXpsoScv76A5aFR { width:1.875rem;height:1.875rem;top:8.0625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQH9aQgHLrDiyvpSFpXECqk3Glh0zTHS { top:-4.5571449946899rem;left:11.225826288027rem;width:8.0625rem;height:6.6875rem;z-index:15027;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pByafmhmAL4LErqTx7SUAzv9muwqhE7i { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/f710433b-50ae-42df-8426-8f229d70e5a2/Projektbeznazwy20250310T124943733.png");background-position:center right !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:contain !important;display:none; }#pByafmhmAL4LErqTx7SUAzv9muwqhE7i.adaptive-delivery-prevent-bg, #pByafmhmAL4LErqTx7SUAzv9muwqhE7i.lazyload, #pByafmhmAL4LErqTx7SUAzv9muwqhE7i.lazyloading { background-image: none; }#pByafmhmAL4LErqTx7SUAzv9muwqhE7i > .row .container { width:20rem;height:169.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fJ6AZFqwqQIVfytbVOrMFDbUvFyBFlII { width:19.99925rem;height:1.71875rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #l3hl1JTMGH4nmdoVhmX8aenrgdavcogw { width:17.49925rem;height:29.1246875rem;top:23.0298125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t28W1AHM0gRdhONnUgHrS541T3IrZ66h { width:15.31175rem;height:8.3955375rem;top:41.341442749024rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #me8G76cUUaFa71qhl6BSZqIsyH3fGPxX { width:17.5615rem;height:17.5615rem;top:4.21875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQJPKzu4t8ZOhVQ45iQDVbxTugBl7PZh { width:17.49925rem;height:29.1246875rem;top:136.5715875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIMTNcEvwPLSt0qbIybhy5m6Z7lzA66T { width:17.5615rem;height:17.5615rem;top:117.760525rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qomDWfLh0ZZrGnDTGTT1RMMxWlc6GrUo { width:17.49925rem;height:29.1246875rem;top:72.21525rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVrIt6MC1ABBhccG2QaAP3yLn1EGMaEe { width:17.5615rem;height:17.5615rem;top:53.4041875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCZfRORJDqFxvJP8hrcbbDR9CFykcXBH { width:15.31175rem;height:8.3955375rem;top:90.526155456544rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJpg85rPsoJnNMi405TDLJaJCRlzNzya { width:15.31175rem;height:8.3955375rem;top:154.88249295654rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #akmUETuQUaJB90kipdp2l9Xop4awDw4y { width:17.49925rem;height:2.199075rem;top:102.589625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #biRek8PTLTQgV5cEVgprQrwc39GtpoCb { width:1.874275rem;height:1.874275rem;top:106.03851875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1gNuUtDba512UdfTrPhR4qNZFLCqh4V { width:1.874275rem;height:1.874275rem;top:109.16270625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCc028WJhlTswTk5aNvh0QsZ3Ee3cpHF { width:1.874275rem;height:1.874275rem;top:166.9459625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4Un12P5fn3cJWnr9eVJ7ZV4OqosBUIT { width:19.99925rem;height:1.0995375rem;top:112.28689375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #wBTzVpJAzTy1f5HQo786m47zld3Rzol4 { width:1.874275rem;height:1.874275rem;top:114.6363375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWSLK99Nf5F1Wx3ciI6yAywqeiEM62k2 { width:1.874275rem;height:1.874275rem;top:37.723103210449rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAaFTwPI9JKEOGsnwSpXMyP4XtQyhtqK { width:1.874275rem;height:1.874275rem;top:86.907815917969rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQlxlO3hV5N2LkBxIgwaMQIE3H85Pb3a { width:1.874275rem;height:1.874275rem;top:151.32708829346rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uz8oGKTETZ6ctTo4itOevJwVwTUxOp4u { width:20rem;height:3.75rem;top:117.7673625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cfcbda666674e0fb40e158f7917816a3.widget-smartsection { display:block; } #cfcbda666674e0fb40e158f7917816a3.widget-smartsection *:focus-visible, #cfcbda666674e0fb40e158f7917816a3.widget-smartsection input[type="text"]:focus-visible, #cfcbda666674e0fb40e158f7917816a3.widget-smartsection input[type="email"]:focus-visible, #cfcbda666674e0fb40e158f7917816a3.widget-smartsection input[type="tel"]:focus-visible, #cfcbda666674e0fb40e158f7917816a3.widget-smartsection textarea:focus-visible { outline: none; } #MBUmwsxqHBrWIWEHETIFFWO5BQbJUuq3 > .row .container { width:20rem;height:13.6875rem;position:relative;display:block; } }