.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:230,234,229;--color-primary-1:170,186,168;--color-primary-2:85,116,81;--color-primary-3:43,58,41;--color-primary-4:13,17,12;--color-secondary-0:255,245,227;--color-secondary-1:255,223,163;--color-secondary-2:255,191,70;--color-secondary-3:128,96,35;--color-secondary-4:38,29,11;--color-tertiary-0:255,255,255;--color-tertiary-1:251,251,251;--color-tertiary-2:121,121,129;--color-tertiary-3:87,87,97;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#M93XEcapCVyvrcUqhl18ibVIWQ8BXOT0 { position:relative;display:block; }#M93XEcapCVyvrcUqhl18ibVIWQ8BXOT0 { background-color: transparent; background-image: none; }#M93XEcapCVyvrcUqhl18ibVIWQ8BXOT0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M93XEcapCVyvrcUqhl18ibVIWQ8BXOT0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M93XEcapCVyvrcUqhl18ibVIWQ8BXOT0 > .row .container > .video-iframe-container { display: none; }#M93XEcapCVyvrcUqhl18ibVIWQ8BXOT0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M93XEcapCVyvrcUqhl18ibVIWQ8BXOT0 > .row > .video-iframe-container { display: none; }#M93XEcapCVyvrcUqhl18ibVIWQ8BXOT0 > .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); }#M93XEcapCVyvrcUqhl18ibVIWQ8BXOT0 { border-width: 0; border-radius: 0; }#M93XEcapCVyvrcUqhl18ibVIWQ8BXOT0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#M93XEcapCVyvrcUqhl18ibVIWQ8BXOT0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mxdnWuIrvQToxakcotF3XWHmZ6oEJihF { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top: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:7.3123125rem;width:14.8123125rem;top:0rem;left:30.0625rem;overflow:hidden;display:block; }
#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi { border-top:0;border-left:0.3125rem solid #000000;border-right:0.3125rem solid #000000;border-bottom:0.3125rem solid #000000;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/660c6982-682f-46c4-b05a-a91bfe7252f2/Projektbeznazwy3.png");background-position:top right !important;background-repeat: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; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi.adaptive-delivery-prevent-bg, #wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi.lazyload, #wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi.lazyloading { background-image: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { background-color: transparent; background-image: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container > .video-iframe-container { display: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container { display: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { border-width: 0; border-radius: 0; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { font-size:0.875rem;font-family:arial;height:39.9375rem;width:75rem;position:relative;display:block; }#zSJaXRuNmZhu9AJ7N7Rl4MbtfKTIBDhT { color:rgba(var(--color-tertiary-0),1);display:block;width:54.12475rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.75);top:6.125rem;left:4.9375rem;height:8.125rem;font-style:normal;display:block; }
#vgD5o4R4Rwgr8qTKGZ07Ldan3thfyT2U { background-color:#f37531;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.125rem 0.0625rem 0.1875rem rgba(0,0,0,0.75);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.124375rem;height:3.93663125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:28.996313095092rem;left:10.810546875rem;display:block; }
#sD8oxdpUyty0BnUJOmJXZIbpqqEFiIkZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IPJvHkk7QKDIATt5bb5hMVclyER8bO6H { color:rgba(var(--color-tertiary-0),1);display:block;width:40.5615rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7);top:15.5625rem;left:4.9375rem;height:4.375rem;font-style:normal;display:block; }
#nnDIwvEdBMblEkENxMgX1tHAJSgIull8 { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top: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:33.562rem;width:21.687rem;top:3.1868534088135rem;left:49.372833251953rem;overflow:hidden;display:block; }
#mTkMeoOty0Q7QKaNGwpnk1oEuxFSB61E { color:rgba(var(--color-tertiary-0),1);display:block;width:43.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.75);top:23.301868438721rem;left:1.3107643127441rem;height:1.75rem;text-align:center;text-align-last:center;display:block; }#mTkMeoOty0Q7QKaNGwpnk1oEuxFSB61E li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mTkMeoOty0Q7QKaNGwpnk1oEuxFSB61E li:before{  }
#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S { border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;background-color:rgba(var(--color-tertiary-0),1);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; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row .container { background-color: transparent; background-image: none; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row .container > .video-iframe-container { display: none; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row > .video-iframe-container { display: none; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .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); }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row .container { border-width: 0; border-radius: 0; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row .container { font-size:0.875rem;font-family:arial;height:45.506945rem;width:75rem;position:relative;display:block; }#MXDcdARGtMJloE4bZ10whmq4a6rpwqg7 { color:#1a1a1a;display:block;width:30.435125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.4950103759766rem;left:40.069450378418rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BTaxt0hdRsQVn0aOeHf7puFwf3T4HVgL { color:#1a1a1a;display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:11.3125rem;left:46rem;height:3.5996125rem;display:block; }
#fnpIsuZU3cw3IXhKp8Aztlz4qvo2NACX { color:#1a1a1a;display:block;width:24.43725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:19.375rem;left:45.8125rem;height:3.5996125rem;display:block; }
#vufIAmnWrp6bOskS1bBEA5N3mkcTRBkE { position:absolute;display:block;z-index:15007;background-color:#53d05f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.875rem;width:4.875rem;top:10.6875rem;left:39.625rem;display:block; }
#uSbVLQzDuIbBIZwmiI6ggwmV1hH55UvJ { color:#1a1a1a;display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:27.8125rem;left:46rem;height:3.5996125rem;display:block; }
#iFa1QaUB3dm06NnTCooR4wlcB6PxO1cm { color:#1a1a1a;display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:36.25rem;left:45.9375rem;height:3.5996125rem;display:block; }
#bKdFDMBqdR74JNbbVvkWEuWc0MeOVk69 { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top: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.25rem;width:4.25rem;top:11.0625rem;left:40.1875rem;overflow:hidden;display:block; }
#F4Aakrfh0gvwAxTzQnSNIaLE2wUH6BU8 { position:absolute;display:block;z-index:15008;background-color:#53d05f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.87413125rem;width:4.87413125rem;top:18.75rem;left:39.5rem;display:block; }
#qBcCTqNbGTdp7h8Ogh1up7lBlkWGJmR0 { position:absolute;display:block;z-index:15009;background-color:#53d05f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.87305rem;width:4.87305rem;top:27.1875rem;left:39.625rem;display:block; }
#uOGSBdeTQCCCUb0tv2dZdBT9hLLb9EMu { position:absolute;display:block;z-index:15010;background-color:#53d05f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.87305rem;width:4.87305rem;top:35.625rem;left:39.625rem;display:block; }
#gWWttP9nQuy8ZQewqZeMquDTGdsvlqWJ { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top: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.25rem;width:4.25rem;top:19.1875rem;left:39.8125rem;overflow:hidden;display:block; }
#hEzPIT3dr4ycGKNrT4yCghCIGDzBA861 { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top: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.25rem;width:4.25rem;top:27.5rem;left:39.875rem;overflow:hidden;display:block; }
#T8qWoFFMncS2w8dunHHmIAQDbgE9ducI { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top: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.25rem;width:4.25rem;top:36.0625rem;left:39.875rem;overflow:hidden;display:block; }
#B4vd7c1pnv8JQ2zQtumkzLk2G9fsfLc0 { position:absolute;display:block;z-index:15027;border-top:0.3125rem solid rgba(var(--color-tertiary-4),1);border-left:0.3125rem solid rgba(var(--color-tertiary-4),1);border-right:0.3125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:37.9373125rem;width:26.624375rem;top:3.4950094223023rem;left:4.9956588745117rem;overflow:hidden;display:block; }
#IH2hvZfvOeEUHyDHxTmua3oiQPphPhqt { border-top:0.3125rem solid #000000;border-left:0.3125rem solid #000000;border-right:0.3125rem solid #000000;border-bottom:0.3125rem solid #000000;background-color:#30a137;background-image:url("https://images.assets-landingi.com/uc/660c6982-682f-46c4-b05a-a91bfe7252f2/Projektbeznazwy3.png");background-position:center !important;background-repeat: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; }#IH2hvZfvOeEUHyDHxTmua3oiQPphPhqt.adaptive-delivery-prevent-bg, #IH2hvZfvOeEUHyDHxTmua3oiQPphPhqt.lazyload, #IH2hvZfvOeEUHyDHxTmua3oiQPphPhqt.lazyloading { background-image: none; }#IH2hvZfvOeEUHyDHxTmua3oiQPphPhqt > .row .container { background-color: transparent; background-image: none; }#IH2hvZfvOeEUHyDHxTmua3oiQPphPhqt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IH2hvZfvOeEUHyDHxTmua3oiQPphPhqt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IH2hvZfvOeEUHyDHxTmua3oiQPphPhqt > .row .container > .video-iframe-container { display: none; }#IH2hvZfvOeEUHyDHxTmua3oiQPphPhqt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IH2hvZfvOeEUHyDHxTmua3oiQPphPhqt > .row > .video-iframe-container { display: none; }#IH2hvZfvOeEUHyDHxTmua3oiQPphPhqt > .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); }#IH2hvZfvOeEUHyDHxTmua3oiQPphPhqt > .row .container { border-width: 0; border-radius: 0; }#IH2hvZfvOeEUHyDHxTmua3oiQPphPhqt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IH2hvZfvOeEUHyDHxTmua3oiQPphPhqt > .row .container { font-size:0.875rem;font-family:arial;height:51.75rem;width:75rem;position:relative;display:block; }#KcthPm7pybsTw4K9pHhQkfagM6g1VEa6 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.74);top:3.6848964691162rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PuiTMCRmZixJGOmEHK2BbXdHkBHzlvXD { color:#ffffff;display:block;width:26.4355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.76);top:10.1875rem;left:6.375rem;height:3rem;font-style:normal;display:block; }
#ISaTd8zug20OESICyIcm2DagGIAeWh3m { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.875rem;width:4.875rem;top:21.125rem;left:3.5601119995117rem;display:block; }
#CpgDFPUREF0q0lBQDnvIckICwOKQzZqU { color:#ffffff;display:block;width:18.8748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.5);top:15.5625rem;left:10.125rem;height:3.5996125rem;display:block; }
#mKq6QTdvoi1nfFxeHq7TWaZhW5t7Qe2s { color:#ffffff;display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:22.25rem;left:10.125rem;height:3.5996125rem;display:block; }
#pVuKE8Ho7DwElalyW52dQz8ywn4lVb27 { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.875rem;width:4.875rem;top:14.854614257812rem;left:3.5611991882324rem;display:block; }
#c37cP1XTBo8XQnXNTMe8gmWDBcGeEbua { color:#ffffff;display:block;width:21.1230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:28.123924255371rem;left:10.125rem;height:3.5996125rem;display:block; }
#CrBcagD8UQhHdEAqotu3ZUb1ORQ3dqnf { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.875rem;width:4.875rem;top:27.415378570557rem;left:3.5579452514649rem;display:block; }
#SRq4mlCNLhRexhOJm1W1yVD9dJ8aaKz5 { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.875rem;width:4.875rem;top:34.229614257812rem;left:3.5579452514649rem;display:block; }
#z0xWZ3rT5tqQMnOTZalgSevv8GmGqK3u { color:#ffffff;display:block;width:18.8748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:34.9375rem;left:10.125rem;height:3.5996125rem;display:block; }
#m1ga2tV92tx6IWSAV9T3IzNA3HOyrERf { background-color:#f37531;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.1875rem 0.0625rem 0.1875rem rgba(0,0,0,0.75);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9963125rem;height:4.56055rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:43.683815002441rem;left:28.560111999512rem;display:block; }
#TRAxleQ5BpmBrM55QMoGXMCbcT6vzRSu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BvH6KA2TsqydOeIctA5sheTvTHUoDkPq { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:28.186875rem;width:34.3120625rem;top:10.685764312744rem;left:37.435981750488rem;overflow:hidden;display:block; }
#XsziTs60P9N6LDPCogcX4R4lscqMJ4os { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top: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.25rem;width:4.25rem;top:15.236549377441rem;left:4rem;overflow:hidden;display:block; }
#RRFbz0N3xySfHc47WMZboyPHecO9Z0hu { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top: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:4rem;top:21.625rem;left:4.0625rem;overflow:hidden;display:block; }
#abr9qaPAFQZSG3xo0x50EkTTUeLWc41q { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top: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.25rem;width:4.25rem;top:27.798397064209rem;left:4rem;overflow:hidden;display:block; }
#kMoOz9oZgVq8o1LthsbzVMNQvIHVZJfH { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top: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.25rem;width:4.25rem;top:34.6875rem;left:3.875rem;overflow:hidden;display:block; }
#CSlIais0DfOImF6FfxcR668S2dz8yTdd { position:relative;display:block; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd { background-color: transparent; background-image: none; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row .container > .video-iframe-container { display: none; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row > .video-iframe-container { display: none; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSlIais0DfOImF6FfxcR668S2dz8yTdd { border-width: 0; border-radius: 0; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:48.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#HLWLeZ47lDxHqO3zk12kx9a2F44yUdzl { color:rgba(var(--color-tertiary-4),1);display:block;width:43.3735rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:3.232421875rem;left:15.812721252441rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kwnK3ZeCLBIIo9BTNZRC0qVsRWEnF2iP { color:rgba(var(--color-primary-4),1);display:block;width:14.1873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:22.9375rem;left:56.4375rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E3qb3sPXG85pt4vt7xFeu4yZdTr24wuT { position:absolute;display:block;z-index:15013;background-color:#30a137;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:8.75rem;width:8.75rem;top:11.875rem;left:33.125rem;display:block; }
#xtxZDWKx9NBwfLhUEeIEVaU8fi8ddZGO { color:rgba(var(--color-primary-4),1);display:block;width:19.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:28.433162689209rem;left:1.3422317504882rem;height:8.999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pE2WdiXTIWhrGzxk5hKybOZTONJkqf4G { background-color:#f37531;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.1875rem 0.0625rem 0.1875rem rgba(0,0,0,0.75);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9985rem;height:4.56055rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:40.530609130859rem;left:28.000221252441rem;display:block; }
#qrceFTSLNXt934c6s2tA6woaT9OLeWSO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q2NNflGDqgpN66NpwvMTl8nTEv2yLVG4 { position:absolute;display:block;z-index:15014;background-color:#30a137;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:8.75rem;width:8.75rem;top:11.9375rem;left:7.25rem;display:block; }
#cbtumm8cBoqmapLnUXTRQcRGIKLU2lRL { position:absolute;display:block;z-index:15014;background-color:#30a137;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:8.75rem;width:8.75rem;top:11.875rem;left:59.18620300293rem;display:block; }
#xNR9lHuIiUG5UxCT8pPmynCR54WToQHx { color:rgba(var(--color-primary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:22.9375rem;left:1.0625rem;height:;text-align:center;text-align-last:center;display:block; }
#NWuW05R7UQcxaGZfN3pIBXLrR4FiJrwH { color:rgba(var(--color-primary-4),1);display:block;width:16.311875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:22.9375rem;left:29.3125rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vuUvzR00NKpZdyGbLXvJrw56BRe5HtyD { color:rgba(var(--color-primary-4),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:28.5rem;left:53.8125rem;height:8.999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WNCdhdMEKQ52yOPK0rJhgKmkb1exXe36 { color:rgba(var(--color-primary-4),1);display:block;width:21.124125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:28.5rem;left:26.9375rem;height:8.999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mSf1zZyPi5NhDRv2cBMzpOg9bkKAaUeg { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top: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.875rem;width:6.875rem;top:12.951389312744rem;left:8.3246536254881rem;overflow:hidden;display:block; }
#WDM3HFX1DolvbQaDGvDuoKARMivllBon { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top: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:7.3123125rem;width:7.3123125rem;top:12.73220539093rem;left:60.375rem;overflow:hidden;display:block; }
#DJvv5FAuko6HWr81ArFUetSTEUCkKe0t { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top: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:7.4370625rem;width:7.4370625rem;top:12.670355796814rem;left:33.9375rem;overflow:hidden;display:block; }
#mJBXBtt2aOUdkQMDG0gzv4097okf78a3 { border-top:0.3125rem solid #000000;border-left:0.3125rem solid #000000;border-right:0.3125rem solid #000000;border-bottom:0.3125rem solid #000000;background-color:#30a137;background-image:url("https://images.assets-landingi.com/uc/660c6982-682f-46c4-b05a-a91bfe7252f2/Projektbeznazwy3.png");background-position:center !important;background-repeat: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; }#mJBXBtt2aOUdkQMDG0gzv4097okf78a3.adaptive-delivery-prevent-bg, #mJBXBtt2aOUdkQMDG0gzv4097okf78a3.lazyload, #mJBXBtt2aOUdkQMDG0gzv4097okf78a3.lazyloading { background-image: none; }#mJBXBtt2aOUdkQMDG0gzv4097okf78a3 > .row .container { background-color: transparent; background-image: none; }#mJBXBtt2aOUdkQMDG0gzv4097okf78a3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mJBXBtt2aOUdkQMDG0gzv4097okf78a3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mJBXBtt2aOUdkQMDG0gzv4097okf78a3 > .row .container > .video-iframe-container { display: none; }#mJBXBtt2aOUdkQMDG0gzv4097okf78a3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mJBXBtt2aOUdkQMDG0gzv4097okf78a3 > .row > .video-iframe-container { display: none; }#mJBXBtt2aOUdkQMDG0gzv4097okf78a3 > .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); }#mJBXBtt2aOUdkQMDG0gzv4097okf78a3 > .row .container { border-width: 0; border-radius: 0; }#mJBXBtt2aOUdkQMDG0gzv4097okf78a3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mJBXBtt2aOUdkQMDG0gzv4097okf78a3 > .row .container { font-size:0.875rem;font-family:arial;height:43.381945rem;width:75rem;position:relative;display:block; }#i4IlSdgyb7v15DLEGPfQG8AZVcv6zR34 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.75);top:3.685302734375rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SQs1LTpBqs4KIn8i87zy7wR5JWCCZGoI { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.875rem;width:4.875rem;top:12.835292816162rem;left:6.1783866882324rem;display:block; }
#Qt5gbFxcqWRCgwTShzZsDGKhIINZwBWe { color:rgba(var(--color-tertiary-4),1);display:block;width:3.87478125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:14.12109375rem;left:6.7458763122556rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#UdRyqZRLX274a9GAvcUuTusivNpOkxIv { color:#ffffff;display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:13.562278747559rem;left:12.437068939209rem;height:3.5996125rem;display:block; }
#Tx6fP93k4HADQWk8W5Craldm2TxzDdA7 { color:#ffffff;display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:20.125rem;left:12.4375rem;height:3.5996125rem;display:block; }
#gAsThmyorDd8VrSsH08LpVyKL9ScoHIQ { color:#ffffff;display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:26.5625rem;left:12.4375rem;height:3.5996125rem;display:block; }
#zJFuTx4dv1uhpb9msIXvBnyTuifrDPrx { color:#ffffff;display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:33.4375rem;left:12.4375rem;height:3.5996125rem;display:block; }
#liQG42zA9dhq8zviru5BcCTVUG9VaTbq { color:#ffffff;display:block;width:22.249375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:16.6875rem;left:49.5625rem;height:1.80013125rem;display:block; }
#F4FAQVT5vfna9PIA8XeRvP71yHSqz4y0 { color:#ffffff;display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:23.5rem;left:49.5625rem;height:3.5996125rem;display:block; }
#qDaDevSVRWgGAKcNSVZhSQEgywTcXadn { color:#ffffff;display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:30.75rem;left:49.5rem;height:3.5996125rem;display:block; }
#WtuBbiHSTzzqqJ2Zxpnr5i02cfVhHP1z { position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.875rem;width:4.875rem;top:15.210502624512rem;left:43.241104125976rem;display:block; }
#DzgXz75Jy2VgC0V7FWlC0xr8Cq58RD3S { color:rgba(var(--color-tertiary-4),1);display:block;width:3.2487rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:16.5rem;left:44.125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#WyZfChTEgDBOde8gbFaUktdMse6Bm0fp { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.875rem;width:4.875rem;top:19.417316436767rem;left:6.1772994995117rem;display:block; }
#Wt6fFS28UJJunSeLGTFOtJEhcz0m8HNP { color:rgba(var(--color-tertiary-4),1);display:block;width:3.2487rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:20.6875rem;left:7.0625rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#QPhKWnz9cBe9SaSHFA4yXtSToP1rEK3y { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.875rem;width:4.875rem;top:25.855033874512rem;left:6.1772994995117rem;display:block; }
#p4MCN9XaAMMZ2w3KNhxI1cc34zl1u0Wq { color:rgba(var(--color-tertiary-4),1);display:block;width:3.2487rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:27.125rem;left:7.0625rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#xxPwKnZ7NCrnUS0JOirVAuXEIDiPTdFS { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.875rem;width:4.875rem;top:32.730033874512rem;left:6.1772994995117rem;display:block; }
#O9i94Ni796CgpbCMXFBfQztgWkbizECA { color:rgba(var(--color-tertiary-4),1);display:block;width:3.2487rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:34.018013000488rem;left:7.0594635009762rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#MhbUF6dTK72CyHE4gVAskFrRVVevo2cL { position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.875rem;width:4.875rem;top:22.791885375976rem;left:43.240020751953rem;display:block; }
#zfG4Is1tlfRgRcirhqp0u4i5TTRaPtnl { color:rgba(var(--color-tertiary-4),1);display:block;width:3.2487rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:24.0625rem;left:44.125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#MC65cONDuzreLOdzgDzF2EUrtWiPLQKZ { position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.875rem;width:4.875rem;top:30.042320251465rem;left:43.240020751953rem;display:block; }
#ArwIawIzsPf0Kg8WqrClwzu39w25e2Pl { color:rgba(var(--color-tertiary-4),1);display:block;width:3.2487rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:31.331382751465rem;left:44.123268127441rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 { position:relative;display:block; }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 { background-color: transparent; background-image: none; }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 > .row .container > .video-iframe-container { display: none; }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 > .row > .video-iframe-container { display: none; }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 { border-width: 0; border-radius: 0; }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:29.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#crTnILwmEDfXJOXrw2J5FsTMQCMlH8P0 { color:rgba(var(--color-tertiary-4),1);display:block;width:38.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.5277786254881rem;left:1.9661483764649rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bsalmgy9vJQTDL1ldCMCKSLRBxLNBm7I { color:rgba(var(--color-primary-4),1);display:block;width:34.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:12.825521469116rem;left:4.3098983764649rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#AlDabh2bDdcTiCtHTDQmv85NgCkIQVBr { color:rgba(var(--color-tertiary-4),1);display:block;width:38.311625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:16.993272781372rem;left:2.1842460632324rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#RebkC9VgAfgpyZ4WNgQghJsDA0DkKTVc { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top: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:27.874375rem;width:27.874375rem;top:0.71723175048825rem;left:46.193580627441rem;overflow:hidden;display:block; }
#Ip2UTXardz668zbfLQD5TGWBd5Xq1CRn { border-top:0.3125rem solid #000000;border-left:0.3125rem solid #000000;border-right:0.3125rem solid #000000;border-bottom:0.3125rem solid #000000;background-color:#30a137;background-image:url("https://images.assets-landingi.com/uc/660c6982-682f-46c4-b05a-a91bfe7252f2/Projektbeznazwy3.png");background-position:center !important;background-repeat: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; }#Ip2UTXardz668zbfLQD5TGWBd5Xq1CRn.adaptive-delivery-prevent-bg, #Ip2UTXardz668zbfLQD5TGWBd5Xq1CRn.lazyload, #Ip2UTXardz668zbfLQD5TGWBd5Xq1CRn.lazyloading { background-image: none; }#Ip2UTXardz668zbfLQD5TGWBd5Xq1CRn > .row .container { background-color: transparent; background-image: none; }#Ip2UTXardz668zbfLQD5TGWBd5Xq1CRn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ip2UTXardz668zbfLQD5TGWBd5Xq1CRn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ip2UTXardz668zbfLQD5TGWBd5Xq1CRn > .row .container > .video-iframe-container { display: none; }#Ip2UTXardz668zbfLQD5TGWBd5Xq1CRn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ip2UTXardz668zbfLQD5TGWBd5Xq1CRn > .row > .video-iframe-container { display: none; }#Ip2UTXardz668zbfLQD5TGWBd5Xq1CRn > .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); }#Ip2UTXardz668zbfLQD5TGWBd5Xq1CRn > .row .container { border-width: 0; border-radius: 0; }#Ip2UTXardz668zbfLQD5TGWBd5Xq1CRn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ip2UTXardz668zbfLQD5TGWBd5Xq1CRn > .row .container { font-size:0.875rem;font-family:arial;height:48.875rem;width:75rem;position:relative;display:block; }#V74xgqnmSxtTg70u37IxxsdOZPSfE808 { color:rgba(var(--color-primary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.75);top:3.4993400573731rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LQ9gxc6SyKPr8Fv8zv3UFCRc7OqFAiFe { background-color:#f37531;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.1875rem 0.0625rem 0.1875rem rgba(0,0,0,0.75);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9963125rem;height:4.56055rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:40.498046875rem;left:28.001304626465rem;display:block; }
#VxmoleJkNaI2vTqkTZTAAQerd0MyhLdh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sMlK1X5hXO6yrdecyJuRPnImZkyVKELA .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:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#sMlK1X5hXO6yrdecyJuRPnImZkyVKELA .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; }
#sMlK1X5hXO6yrdecyJuRPnImZkyVKELA .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.375rem;color:rgba(var(--color-tertiary-4),1);height:auto; }
#sMlK1X5hXO6yrdecyJuRPnImZkyVKELA .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);height:auto;line-height:1.4;overflow:hidden; }
#sMlK1X5hXO6yrdecyJuRPnImZkyVKELA .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_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#sMlK1X5hXO6yrdecyJuRPnImZkyVKELA .accordion-trigger.adaptive-delivery-prevent-bg, #sMlK1X5hXO6yrdecyJuRPnImZkyVKELA .accordion-trigger.lazyload, #sMlK1X5hXO6yrdecyJuRPnImZkyVKELA .accordion-trigger.lazyloading { background-image: none; }
#sMlK1X5hXO6yrdecyJuRPnImZkyVKELA { box-sizing:content-box;height:auto;width:62.625rem;position:absolute;display:flex;flex-direction:column;gap:1.5625rem;z-index:15012;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:1.5625rem;padding-right:1.5625rem;padding-bottom:1.5625rem;padding-left:1.5625rem;top:10.135638236999rem;left:4.9359817504883rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem; }
#sMlK1X5hXO6yrdecyJuRPnImZkyVKELA #NHenlMFs6y2S6VAtMcz4TJSkrJzy5ldM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sMlK1X5hXO6yrdecyJuRPnImZkyVKELA #bUhv0Q0lSoxRknzWTcWXHQTgPxnXu8qC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sMlK1X5hXO6yrdecyJuRPnImZkyVKELA #NN2Tkmi6av5kyxIe9AcxEfFs8lCT4dxa { display:block;position:relative; }
#sMlK1X5hXO6yrdecyJuRPnImZkyVKELA #gwKQmlkd9L0J71sSHQuFTx1iMfh2O6Kl {  }
#sMlK1X5hXO6yrdecyJuRPnImZkyVKELA #qufmscuogGRATT7LJdg396vAvkyrvoHQ {  }
#sMlK1X5hXO6yrdecyJuRPnImZkyVKELA #Lp3ZmKDrR9GPUpbantEDTVTauTkBUbr8 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sMlK1X5hXO6yrdecyJuRPnImZkyVKELA #ZGQPHRIVqoZLVZWVVVvWpystiG7fabgT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sMlK1X5hXO6yrdecyJuRPnImZkyVKELA #MUERzgFpqf0zvJUu3NDlsz9p2LDplWIP { display:block;position:relative; }
#sMlK1X5hXO6yrdecyJuRPnImZkyVKELA #ekd77TveSrgVlr7wneJa9suHsSqsIRty {  }
#sMlK1X5hXO6yrdecyJuRPnImZkyVKELA #GE6Wu0aUPpel7E9QpZzh1XMoH2nmDKs4 { display:none; }
#sMlK1X5hXO6yrdecyJuRPnImZkyVKELA #iuTzMXNZcITWQCgsvbpMrCGQOvwWMUFJ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sMlK1X5hXO6yrdecyJuRPnImZkyVKELA #mViv6AOMTfTz09qCG4zUDhtIKpcW8MXi { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sMlK1X5hXO6yrdecyJuRPnImZkyVKELA #g0WJNCqhKw7muWB7wvbgJKTQLCiiViwc { display:block;position:relative; }
#sMlK1X5hXO6yrdecyJuRPnImZkyVKELA #XvylvAkFyHTuBKtQSfcpcZWi3W44Wcz3 {  }
#sMlK1X5hXO6yrdecyJuRPnImZkyVKELA #rcNn3ET7tT4LOFnX10p1FNQ9cHsahHgU { display:none; }
#sMlK1X5hXO6yrdecyJuRPnImZkyVKELA #ITXlbU55eJxNZmNMhwJpWOgtPD48w9aI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sMlK1X5hXO6yrdecyJuRPnImZkyVKELA #N7vk2fwaxq5Q62vldaJFgHX5Wr5sDvHo { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sMlK1X5hXO6yrdecyJuRPnImZkyVKELA #ON5Acbzh8Xw1VW4ssy7E5uQPJkGlUAgO { display:block;position:relative; }
#sMlK1X5hXO6yrdecyJuRPnImZkyVKELA #zXINBqOMNO1iKQLBTErMO8NsTlPANVnT {  }
#sMlK1X5hXO6yrdecyJuRPnImZkyVKELA #weBoZAx6QmhQXVHVfNIZ6MCAkQd2BOKr { display:none; }
#k19euI6EcHdFoJtttoUXr8Z9sGLBA48V { 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; }#k19euI6EcHdFoJtttoUXr8Z9sGLBA48V > .row .container { background-color: transparent; background-image: none; }#k19euI6EcHdFoJtttoUXr8Z9sGLBA48V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k19euI6EcHdFoJtttoUXr8Z9sGLBA48V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k19euI6EcHdFoJtttoUXr8Z9sGLBA48V > .row .container > .video-iframe-container { display: none; }#k19euI6EcHdFoJtttoUXr8Z9sGLBA48V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k19euI6EcHdFoJtttoUXr8Z9sGLBA48V > .row > .video-iframe-container { display: none; }#k19euI6EcHdFoJtttoUXr8Z9sGLBA48V > .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); }#k19euI6EcHdFoJtttoUXr8Z9sGLBA48V > .row .container { border-width: 0; border-radius: 0; }#k19euI6EcHdFoJtttoUXr8Z9sGLBA48V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k19euI6EcHdFoJtttoUXr8Z9sGLBA48V > .row .container { font-size:0.875rem;font-family:arial;height:58.8125rem;width:75rem;position:relative;display:block; }#KsaHrqe1Wdmp3VnZTMsaMIvClh7t6Z8e { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.6219561100006rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KRUsZMPyITXuEMEbwg5J7QlWv7VCTpTz { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.875rem;width:4.875rem;top:21.999771118164rem;left:8.1239166259762rem;display:block; }
#JgQvO1yWBem0O91gwr70smnA0ASdFtm2 { color:rgba(var(--color-primary-4),1);display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:14.893663406372rem;left:14.654949188233rem;height:3.5996125rem;display:block; }
#ZnRhtqB4MXgvwZfX9dAhIy4Ik3MdXPBq { color:rgba(var(--color-primary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:22.703992843628rem;left:14.654949188233rem;height:3.5996125rem;display:block; }
#p1UZElTraLA5NkkAtlmSsG6TuxTE8ZRO { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.875rem;width:4.875rem;top:14.1875rem;left:8.125rem;display:block; }
#uqW3XhHQW5Fknqw6pDiOBMSfrEpzyHCg { color:rgba(var(--color-primary-4),1);display:block;width:21.1230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:31.346561431885rem;left:14.654949188233rem;height:1.80013125rem;display:block; }
#cytGhdcIag3i8O8O2I9qUSxDQ0ET7AqG { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.875rem;width:4.875rem;top:29.74174118042rem;left:8.1228294372556rem;display:block; }
#qJwCiqnVKzWyKy2PxG71dFTvtqCpe1UG { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.875rem;width:4.875rem;top:37.802726745606rem;left:8.1228294372556rem;display:block; }
#GDO2sLsCQUQROETnv6NzkJffPBJTuWwk { color:rgba(var(--color-primary-4),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:38.506944656372rem;left:14.498699188233rem;height:3.5996125rem;display:block; }
#naiThO2VURqUuAZ2bCSyNoWabz4Te2iH { background-color:#f37531;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.1875rem 0.0625rem 0.1875rem rgba(0,0,0,0.75);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.875rem;height:4.5625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:46.9375rem;left:25.0625rem;display:block; }
#TUWmQMwGyOk3wkuEyHcyWcvK0m3w3bsX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e4zcOcFgmcSLAFy6QL1gIeOqaFVtvIEt { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top: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:33.125rem;width:21.436625rem;top:11.042753219604rem;left:47.373046875rem;overflow:hidden;display:block; }
#fVDbD4esIm8y2yEthuxisZXK3hD6EQCI { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top: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.25rem;width:4.25rem;top:14.875rem;left:8.6875rem;overflow:hidden;display:block; }
#b4MVQKyVZZGDmML3ARw8qvATzVwc52VT { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top: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.25rem;width:4.25rem;top:22.379558563233rem;left:8.5047760009762rem;overflow:hidden;display:block; }
#qMxh5944XFkhvkSlm0Ave57BvVd36Rbw { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top: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.25rem;width:4.25rem;top:30.119358062744rem;left:8.5047760009762rem;overflow:hidden;display:block; }
#Td5zTX8TNbAI8qr8dUPZSUIKTNKByzkC { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top: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.25rem;width:4.25rem;top:38.18249130249rem;left:8.375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #M93XEcapCVyvrcUqhl18ibVIWQ8BXOT0 { display:block; }#M93XEcapCVyvrcUqhl18ibVIWQ8BXOT0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mxdnWuIrvQToxakcotF3XWHmZ6oEJihF { top:0rem;left:16.4375rem;width:14.75rem;height:7.2815510322915rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi { display:block; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zSJaXRuNmZhu9AJ7N7Rl4MbtfKTIBDhT { top:6.125rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgD5o4R4Rwgr8qTKGZ07Ldan3thfyT2U { width:24.0625rem;height:3.875rem;top:28.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sD8oxdpUyty0BnUJOmJXZIbpqqEFiIkZ { display:block; }
 }@media only screen and (max-width: 763px) { #IPJvHkk7QKDIATt5bb5hMVclyER8bO6H { top:15.5625rem;left:0rem;width:40.5rem;height:4.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnDIwvEdBMblEkENxMgX1tHAJSgIull8 { top:3.125rem;left:26.0625rem;width:21.625rem;height:33.466051090515rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTkMeoOty0Q7QKaNGwpnk1oEuxFSB61E { top:23.25rem;left:0rem;width:43.125rem;height:1.6875rem;font-size:1.1875rem;display:block; }#mTkMeoOty0Q7QKaNGwpnk1oEuxFSB61E li:before{  }
 }@media only screen and (max-width: 763px) { #x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S { display:block; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MXDcdARGtMJloE4bZ10whmq4a6rpwqg7 { top:3.4375rem;left:17.375rem;width:30.375rem;height:3.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTaxt0hdRsQVn0aOeHf7puFwf3T4HVgL { top:11.3125rem;left:23.375rem;width:24.375rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnpIsuZU3cw3IXhKp8Aztlz4qvo2NACX { top:19.375rem;left:23.375rem;width:24.375rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vufIAmnWrp6bOskS1bBEA5N3mkcTRBkE { top:10.6875rem;left:26rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSbVLQzDuIbBIZwmiI6ggwmV1hH55UvJ { top:27.8125rem;left:23.375rem;width:24.375rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFa1QaUB3dm06NnTCooR4wlcB6PxO1cm { top:36.25rem;left:22.3125rem;width:25.4375rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKdFDMBqdR74JNbbVvkWEuWc0MeOVk69 { top:11.0625rem;left:26.5625rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4Aakrfh0gvwAxTzQnSNIaLE2wUH6BU8 { top:18.75rem;left:25.875rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBcCTqNbGTdp7h8Ogh1up7lBlkWGJmR0 { top:27.1875rem;left:26rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOGSBdeTQCCCUb0tv2dZdBT9hLLb9EMu { top:35.625rem;left:26rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWWttP9nQuy8ZQewqZeMquDTGdsvlqWJ { top:19.1875rem;left:26.1875rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEzPIT3dr4ycGKNrT4yCghCIGDzBA861 { top:27.5rem;left:26.25rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8qWoFFMncS2w8dunHHmIAQDbgE9ducI { top:36.0625rem;left:26.25rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4vd7c1pnv8JQ2zQtumkzLk2G9fsfLc0 { top:3.4375rem;left:0rem;width:26.5625rem;height:37.849146253433rem;display:block; }
 }@media only screen and (max-width: 763px) { #IH2hvZfvOeEUHyDHxTmua3oiQPphPhqt { display:block; }#IH2hvZfvOeEUHyDHxTmua3oiQPphPhqt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KcthPm7pybsTw4K9pHhQkfagM6g1VEa6 { top:3.625rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuiTMCRmZixJGOmEHK2BbXdHkBHzlvXD { top:10.125rem;left:0rem;width:26.375rem;height:2.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISaTd8zug20OESICyIcm2DagGIAeWh3m { top:21.125rem;left:0rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpgDFPUREF0q0lBQDnvIckICwOKQzZqU { top:15.5625rem;left:0rem;width:18.8125rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKq6QTdvoi1nfFxeHq7TWaZhW5t7Qe2s { top:22.25rem;left:0rem;width:19.6875rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVuKE8Ho7DwElalyW52dQz8ywn4lVb27 { top:14.8125rem;left:0rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c37cP1XTBo8XQnXNTMe8gmWDBcGeEbua { top:28.125rem;left:0rem;width:21.0625rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrBcagD8UQhHdEAqotu3ZUb1ORQ3dqnf { top:27.375rem;left:0rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRq4mlCNLhRexhOJm1W1yVD9dJ8aaKz5 { top:34.1875rem;left:0rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0xWZ3rT5tqQMnOTZalgSevv8GmGqK3u { top:34.9375rem;left:0rem;width:18.8125rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1ga2tV92tx6IWSAV9T3IzNA3HOyrERf { width:18.9375rem;height:4.5rem;top:43.625rem;left:14.935111999512rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRAxleQ5BpmBrM55QMoGXMCbcT6vzRSu { display:block; }
 }@media only screen and (max-width: 763px) { #BvH6KA2TsqydOeIctA5sheTvTHUoDkPq { top:10.625rem;left:13.4375rem;width:34.25rem;height:28.135891532315rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsziTs60P9N6LDPCogcX4R4lscqMJ4os { top:15.25rem;left:0rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRFbz0N3xySfHc47WMZboyPHecO9Z0hu { top:21.625rem;left:0rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #abr9qaPAFQZSG3xo0x50EkTTUeLWc41q { top:27.8125rem;left:0rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMoOz9oZgVq8o1LthsbzVMNQvIHVZJfH { top:34.6875rem;left:0rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSlIais0DfOImF6FfxcR668S2dz8yTdd { display:block; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HLWLeZ47lDxHqO3zk12kx9a2F44yUdzl { top:3.1875rem;left:2.1877193450927rem;width:43.3125rem;height:4.4375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwnK3ZeCLBIIo9BTNZRC0qVsRWEnF2iP { top:22.9375rem;left:33.625rem;width:14.125rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3qb3sPXG85pt4vt7xFeu4yZdTr24wuT { top:11.875rem;left:19.5rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtxZDWKx9NBwfLhUEeIEVaU8fi8ddZGO { top:28.375rem;left:0rem;width:19.375rem;height:9rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE2WdiXTIWhrGzxk5hKybOZTONJkqf4G { width:18.9375rem;height:4.5rem;top:40.5rem;left:14.375221252441rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrceFTSLNXt934c6s2tA6woaT9OLeWSO { display:block; }
 }@media only screen and (max-width: 763px) { #q2NNflGDqgpN66NpwvMTl8nTEv2yLVG4 { top:11.9375rem;left:0rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbtumm8cBoqmapLnUXTRQcRGIKLU2lRL { top:11.875rem;left:39rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNR9lHuIiUG5UxCT8pPmynCR54WToQHx { top:22.875rem;left:0rem;width:20rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWuW05R7UQcxaGZfN3pIBXLrR4FiJrwH { top:22.875rem;left:15.687065124512rem;width:16.25rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuUvzR00NKpZdyGbLXvJrw56BRe5HtyD { top:28.5rem;left:28.375rem;width:19.375rem;height:9rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNCdhdMEKQ52yOPK0rJhgKmkb1exXe36 { top:28.5rem;left:13.3125rem;width:21.0625rem;height:9rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSf1zZyPi5NhDRv2cBMzpOg9bkKAaUeg { top:12.9375rem;left:0rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDM3HFX1DolvbQaDGvDuoKARMivllBon { top:12.75rem;left:40.5rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJvv5FAuko6HWr81ArFUetSTEUCkKe0t { top:12.6875rem;left:20.3125rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJBXBtt2aOUdkQMDG0gzv4097okf78a3 { display:block; }#mJBXBtt2aOUdkQMDG0gzv4097okf78a3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i4IlSdgyb7v15DLEGPfQG8AZVcv6zR34 { top:3.625rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQs1LTpBqs4KIn8i87zy7wR5JWCCZGoI { top:12.8125rem;left:0rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qt5gbFxcqWRCgwTShzZsDGKhIINZwBWe { top:14.0625rem;left:0rem;width:3.8125rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdRyqZRLX274a9GAvcUuTusivNpOkxIv { top:13.5rem;left:0rem;width:19.625rem;height:5.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx6fP93k4HADQWk8W5Craldm2TxzDdA7 { top:20.125rem;left:0rem;width:20.375rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAsThmyorDd8VrSsH08LpVyKL9ScoHIQ { top:26.5625rem;left:0rem;width:20.9375rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJFuTx4dv1uhpb9msIXvBnyTuifrDPrx { top:33.4375rem;left:0rem;width:20.9375rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #liQG42zA9dhq8zviru5BcCTVUG9VaTbq { top:16.6875rem;left:25.5625rem;width:22.1875rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4FAQVT5vfna9PIA8XeRvP71yHSqz4y0 { top:23.5rem;left:26.8125rem;width:20.9375rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDaDevSVRWgGAKcNSVZhSQEgywTcXadn { top:30.6875rem;left:26.8125rem;width:20.9375rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtuBbiHSTzzqqJ2Zxpnr5i02cfVhHP1z { top:15.1875rem;left:29.616104125976rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzgXz75Jy2VgC0V7FWlC0xr8Cq58RD3S { top:16.5rem;left:30.5rem;width:3.1875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyZfChTEgDBOde8gbFaUktdMse6Bm0fp { top:19.375rem;left:0rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wt6fFS28UJJunSeLGTFOtJEhcz0m8HNP { top:20.6875rem;left:0rem;width:3.1875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPhKWnz9cBe9SaSHFA4yXtSToP1rEK3y { top:25.8125rem;left:0rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4MCN9XaAMMZ2w3KNhxI1cc34zl1u0Wq { top:27.125rem;left:0rem;width:3.1875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxPwKnZ7NCrnUS0JOirVAuXEIDiPTdFS { top:32.6875rem;left:0rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9i94Ni796CgpbCMXFBfQztgWkbizECA { top:34rem;left:0rem;width:3.1875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhbUF6dTK72CyHE4gVAskFrRVVevo2cL { top:22.75rem;left:29.615020751953rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfG4Is1tlfRgRcirhqp0u4i5TTRaPtnl { top:24.0625rem;left:30.5rem;width:3.1875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MC65cONDuzreLOdzgDzF2EUrtWiPLQKZ { top:30rem;left:29.615020751953rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArwIawIzsPf0Kg8WqrClwzu39w25e2Pl { top:31.3125rem;left:30.498268127441rem;width:3.1875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 { display:block; }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #crTnILwmEDfXJOXrw2J5FsTMQCMlH8P0 { top:6.5rem;left:0rem;width:38.75rem;height:3.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsalmgy9vJQTDL1ldCMCKSLRBxLNBm7I { top:12.8125rem;left:0rem;width:34.0625rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlDabh2bDdcTiCtHTDQmv85NgCkIQVBr { top:16.9375rem;left:0rem;width:38.25rem;height:4.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RebkC9VgAfgpyZ4WNgQghJsDA0DkKTVc { top:0.6875rem;left:19.875rem;width:27.8125rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ip2UTXardz668zbfLQD5TGWBd5Xq1CRn { display:block; }#Ip2UTXardz668zbfLQD5TGWBd5Xq1CRn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V74xgqnmSxtTg70u37IxxsdOZPSfE808 { top:3.4375rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQ9gxc6SyKPr8Fv8zv3UFCRc7OqFAiFe { width:18.9375rem;height:4.5rem;top:40.4375rem;left:14.376304626465rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxmoleJkNaI2vTqkTZTAAQerd0MyhLdh { display:block; }
 }@media only screen and (max-width: 763px) { #sMlK1X5hXO6yrdecyJuRPnImZkyVKELA .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sMlK1X5hXO6yrdecyJuRPnImZkyVKELA { display:flex;height:auto;width:45.25rem;top:50.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sMlK1X5hXO6yrdecyJuRPnImZkyVKELA #NHenlMFs6y2S6VAtMcz4TJSkrJzy5ldM {  }
 }@media only screen and (max-width: 763px) { #sMlK1X5hXO6yrdecyJuRPnImZkyVKELA #bUhv0Q0lSoxRknzWTcWXHQTgPxnXu8qC {  }
 }@media only screen and (max-width: 763px) { #sMlK1X5hXO6yrdecyJuRPnImZkyVKELA #NN2Tkmi6av5kyxIe9AcxEfFs8lCT4dxa {  }
 }@media only screen and (max-width: 763px) { #sMlK1X5hXO6yrdecyJuRPnImZkyVKELA #gwKQmlkd9L0J71sSHQuFTx1iMfh2O6Kl {  }
 }@media only screen and (max-width: 763px) { #sMlK1X5hXO6yrdecyJuRPnImZkyVKELA #qufmscuogGRATT7LJdg396vAvkyrvoHQ {  }
 }@media only screen and (max-width: 763px) { #sMlK1X5hXO6yrdecyJuRPnImZkyVKELA #Lp3ZmKDrR9GPUpbantEDTVTauTkBUbr8 {  }
 }@media only screen and (max-width: 763px) { #sMlK1X5hXO6yrdecyJuRPnImZkyVKELA #ZGQPHRIVqoZLVZWVVVvWpystiG7fabgT {  }
 }@media only screen and (max-width: 763px) { #sMlK1X5hXO6yrdecyJuRPnImZkyVKELA #MUERzgFpqf0zvJUu3NDlsz9p2LDplWIP {  }
 }@media only screen and (max-width: 763px) { #sMlK1X5hXO6yrdecyJuRPnImZkyVKELA #ekd77TveSrgVlr7wneJa9suHsSqsIRty {  }
 }@media only screen and (max-width: 763px) { #sMlK1X5hXO6yrdecyJuRPnImZkyVKELA #GE6Wu0aUPpel7E9QpZzh1XMoH2nmDKs4 {  }
 }@media only screen and (max-width: 763px) { #sMlK1X5hXO6yrdecyJuRPnImZkyVKELA #iuTzMXNZcITWQCgsvbpMrCGQOvwWMUFJ {  }
 }@media only screen and (max-width: 763px) { #sMlK1X5hXO6yrdecyJuRPnImZkyVKELA #mViv6AOMTfTz09qCG4zUDhtIKpcW8MXi {  }
 }@media only screen and (max-width: 763px) { #sMlK1X5hXO6yrdecyJuRPnImZkyVKELA #g0WJNCqhKw7muWB7wvbgJKTQLCiiViwc {  }
 }@media only screen and (max-width: 763px) { #sMlK1X5hXO6yrdecyJuRPnImZkyVKELA #XvylvAkFyHTuBKtQSfcpcZWi3W44Wcz3 {  }
 }@media only screen and (max-width: 763px) { #sMlK1X5hXO6yrdecyJuRPnImZkyVKELA #rcNn3ET7tT4LOFnX10p1FNQ9cHsahHgU {  }
 }@media only screen and (max-width: 763px) { #sMlK1X5hXO6yrdecyJuRPnImZkyVKELA #ITXlbU55eJxNZmNMhwJpWOgtPD48w9aI {  }
 }@media only screen and (max-width: 763px) { #sMlK1X5hXO6yrdecyJuRPnImZkyVKELA #N7vk2fwaxq5Q62vldaJFgHX5Wr5sDvHo {  }
 }@media only screen and (max-width: 763px) { #sMlK1X5hXO6yrdecyJuRPnImZkyVKELA #ON5Acbzh8Xw1VW4ssy7E5uQPJkGlUAgO {  }
 }@media only screen and (max-width: 763px) { #sMlK1X5hXO6yrdecyJuRPnImZkyVKELA #zXINBqOMNO1iKQLBTErMO8NsTlPANVnT {  }
 }@media only screen and (max-width: 763px) { #sMlK1X5hXO6yrdecyJuRPnImZkyVKELA #weBoZAx6QmhQXVHVfNIZ6MCAkQd2BOKr {  }
 }@media only screen and (max-width: 763px) { #k19euI6EcHdFoJtttoUXr8Z9sGLBA48V { display:block; }#k19euI6EcHdFoJtttoUXr8Z9sGLBA48V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KsaHrqe1Wdmp3VnZTMsaMIvClh7t6Z8e { top:3.5625rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRUsZMPyITXuEMEbwg5J7QlWv7VCTpTz { top:21.9375rem;left:0rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgQvO1yWBem0O91gwr70smnA0ASdFtm2 { top:14.875rem;left:1.0299491882324rem;width:23.4375rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnRhtqB4MXgvwZfX9dAhIy4Ik3MdXPBq { top:22.6875rem;left:1.0299491882324rem;width:25rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1UZElTraLA5NkkAtlmSsG6TuxTE8ZRO { top:14.1875rem;left:0rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqW3XhHQW5Fknqw6pDiOBMSfrEpzyHCg { top:31.3125rem;left:1.0299491882324rem;width:21.0625rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cytGhdcIag3i8O8O2I9qUSxDQ0ET7AqG { top:29.6875rem;left:0rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJwCiqnVKzWyKy2PxG71dFTvtqCpe1UG { top:37.75rem;left:0rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDO2sLsCQUQROETnv6NzkJffPBJTuWwk { top:38.5rem;left:0.87369918823244rem;width:23.75rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #naiThO2VURqUuAZ2bCSyNoWabz4Te2iH { width:24.8125rem;height:4.5rem;top:46.9375rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUWmQMwGyOk3wkuEyHcyWcvK0m3w3bsX { display:block; }
 }@media only screen and (max-width: 763px) { #e4zcOcFgmcSLAFy6QL1gIeOqaFVtvIEt { top:11rem;left:26.3125rem;width:21.375rem;height:33.02977381001rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVDbD4esIm8y2yEthuxisZXK3hD6EQCI { top:14.875rem;left:0rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4MVQKyVZZGDmML3ARw8qvATzVwc52VT { top:22.375rem;left:0rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMxh5944XFkhvkSlm0Ave57BvVd36Rbw { top:30.0625rem;left:0rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td5zTX8TNbAI8qr8dUPZSUIKTNKByzkC { top:38.1875rem;left:0rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #M93XEcapCVyvrcUqhl18ibVIWQ8BXOT0 { display:block; }#M93XEcapCVyvrcUqhl18ibVIWQ8BXOT0 > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mxdnWuIrvQToxakcotF3XWHmZ6oEJihF { width:13.31175rem;height:5.874025rem;top:0rem;left:3.34228515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi { background-color:#042048;background-image:url("https://images.assets-landingi.com/uc/660c6982-682f-46c4-b05a-a91bfe7252f2/Projektbeznazwy3.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi.adaptive-delivery-prevent-bg, #wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi.lazyload, #wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi.lazyloading { background-image: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { background-color: transparent; background-image: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container > .video-iframe-container { display: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container { display: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { border-width: 0; border-radius: 0; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zSJaXRuNmZhu9AJ7N7Rl4MbtfKTIBDhT { width:20rem;height:4.0625rem;top:2.62451171875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vgD5o4R4Rwgr8qTKGZ07Ldan3thfyT2U { width:20rem;height:4.0625rem;top:46.496311664581rem;left:0rem;z-index:15011;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sD8oxdpUyty0BnUJOmJXZIbpqqEFiIkZ { display:block; }
 }@media only screen and (max-width: 763px) { #IPJvHkk7QKDIATt5bb5hMVclyER8bO6H { width:20rem;height:4.19970625rem;top:8.3778219223025rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nnDIwvEdBMblEkENxMgX1tHAJSgIull8 { width:15.9375rem;height:24.749375rem;top:14.811198234558rem;left:2.0312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTkMeoOty0Q7QKaNGwpnk1oEuxFSB61E { width:20rem;height:3.5rem;top:40.559899330139rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }#mTkMeoOty0Q7QKaNGwpnk1oEuxFSB61E li:before{  }
 }@media only screen and (max-width: 763px) { #x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row .container { background-color: transparent; background-image: none; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row .container > .video-iframe-container { display: none; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row > .video-iframe-container { display: none; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .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); }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row .container { border-width: 0; border-radius: 0; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row .container { width:20rem;height:84.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MXDcdARGtMJloE4bZ10whmq4a6rpwqg7 { width:20rem;height:2.1933625rem;top:2.1245675086975rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BTaxt0hdRsQVn0aOeHf7puFwf3T4HVgL { width:18.9355625rem;height:4.798825rem;top:38.434246063233rem;left:0.5316841006279rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fnpIsuZU3cw3IXhKp8Aztlz4qvo2NACX { width:18.4375rem;height:4.798825rem;top:50.749786376953rem;left:0.78125005960463rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vufIAmnWrp6bOskS1bBEA5N3mkcTRBkE { width:3.75rem;height:3.75rem;top:33.6875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSbVLQzDuIbBIZwmiI6ggwmV1hH55UvJ { width:18.2498125rem;height:4.798825rem;top:63.560115814206rem;left:0.87456601858137rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iFa1QaUB3dm06NnTCooR4wlcB6PxO1cm { width:18.499375rem;height:4.798825rem;top:76.185983657837rem;left:0.74978297948838rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bKdFDMBqdR74JNbbVvkWEuWc0MeOVk69 { width:3.4375rem;height:3.4375rem;top:33.875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4Aakrfh0gvwAxTzQnSNIaLE2wUH6BU8 { width:3.75rem;height:3.75rem;top:45.8125rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBcCTqNbGTdp7h8Ogh1up7lBlkWGJmR0 { width:3.75rem;height:3.75rem;top:58.3125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOGSBdeTQCCCUb0tv2dZdBT9hLLb9EMu { width:3.75rem;height:3.75rem;top:71rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWWttP9nQuy8ZQewqZeMquDTGdsvlqWJ { width:3.4375rem;height:3.4375rem;top:46.0625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEzPIT3dr4ycGKNrT4yCghCIGDzBA861 { width:3.4375rem;height:3.4375rem;top:58.5625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8qWoFFMncS2w8dunHHmIAQDbgE9ducI { width:3.4375rem;height:3.4375rem;top:71.3125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4vd7c1pnv8JQ2zQtumkzLk2G9fsfLc0 { width:17.3125rem;height:24.75rem;top:6.461589336395rem;left:1.0644531846046rem;display:block; }
 }@media only screen and (max-width: 763px) { #IH2hvZfvOeEUHyDHxTmua3oiQPphPhqt { background-color:#30a137;background-image:url("https://images.assets-landingi.com/uc/660c6982-682f-46c4-b05a-a91bfe7252f2/Projektbeznazwy3.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IH2hvZfvOeEUHyDHxTmua3oiQPphPhqt.adaptive-delivery-prevent-bg, #IH2hvZfvOeEUHyDHxTmua3oiQPphPhqt.lazyload, #IH2hvZfvOeEUHyDHxTmua3oiQPphPhqt.lazyloading { background-image: none; }#IH2hvZfvOeEUHyDHxTmua3oiQPphPhqt > .row .container { background-color: transparent; background-image: none; }#IH2hvZfvOeEUHyDHxTmua3oiQPphPhqt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IH2hvZfvOeEUHyDHxTmua3oiQPphPhqt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IH2hvZfvOeEUHyDHxTmua3oiQPphPhqt > .row .container > .video-iframe-container { display: none; }#IH2hvZfvOeEUHyDHxTmua3oiQPphPhqt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IH2hvZfvOeEUHyDHxTmua3oiQPphPhqt > .row > .video-iframe-container { display: none; }#IH2hvZfvOeEUHyDHxTmua3oiQPphPhqt > .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); }#IH2hvZfvOeEUHyDHxTmua3oiQPphPhqt > .row .container { border-width: 0; border-radius: 0; }#IH2hvZfvOeEUHyDHxTmua3oiQPphPhqt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IH2hvZfvOeEUHyDHxTmua3oiQPphPhqt > .row .container { width:20rem;height:67rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KcthPm7pybsTw4K9pHhQkfagM6g1VEa6 { width:20rem;height:2.1933625rem;top:1.8125rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PuiTMCRmZixJGOmEHK2BbXdHkBHzlvXD { width:20rem;height:2.19970625rem;top:23.936632633209rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ISaTd8zug20OESICyIcm2DagGIAeWh3m { width:4.375rem;height:4.375rem;top:28.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpgDFPUREF0q0lBQDnvIckICwOKQzZqU { width:11.1870625rem;height:3.19921875rem;top:28.968101978302rem;left:6.9368494153025rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKq6QTdvoi1nfFxeHq7TWaZhW5t7Qe2s { width:12.4370625rem;height:3.19921875rem;top:36.468101978302rem;left:6.9368494153025rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVuKE8Ho7DwElalyW52dQz8ywn4lVb27 { width:4.375rem;height:4.375rem;top:35.811634540558rem;left:1.2489150166511rem;display:block; }
 }@media only screen and (max-width: 763px) { #c37cP1XTBo8XQnXNTMe8gmWDBcGeEbua { width:12.875rem;height:4.798825rem;top:43.25rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrBcagD8UQhHdEAqotu3ZUb1ORQ3dqnf { width:4.375rem;height:4.375rem;top:43.393013477326rem;left:1.2489150166511rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRq4mlCNLhRexhOJm1W1yVD9dJ8aaKz5 { width:4.375rem;height:4.375rem;top:51.592884540558rem;left:1.2489150166511rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0xWZ3rT5tqQMnOTZalgSevv8GmGqK3u { width:11.875rem;height:3.19921875rem;top:52.25rem;left:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1ga2tV92tx6IWSAV9T3IzNA3HOyrERf { width:18.936625rem;height:4.4987rem;top:59.338105201721rem;left:0.5316841006279rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRAxleQ5BpmBrM55QMoGXMCbcT6vzRSu { display:block; }
 }@media only screen and (max-width: 763px) { #BvH6KA2TsqydOeIctA5sheTvTHUoDkPq { width:19.749375rem;height:16.1870625rem;top:5.3732595443726rem;left:0.24956601858139rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsziTs60P9N6LDPCogcX4R4lscqMJ4os { width:4.0625rem;height:4.0625rem;top:28.625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRFbz0N3xySfHc47WMZboyPHecO9Z0hu { width:3.75rem;height:3.75rem;top:36.099173069rem;left:1.5375435948372rem;display:block; }
 }@media only screen and (max-width: 763px) { #abr9qaPAFQZSG3xo0x50EkTTUeLWc41q { width:4.24913125rem;height:4.24913125rem;top:43.524308204651rem;left:1.3812935948372rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMoOz9oZgVq8o1LthsbzVMNQvIHVZJfH { width:4.0625rem;height:4.0625rem;top:51.818577766419rem;left:1.4756944775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSlIais0DfOImF6FfxcR668S2dz8yTdd { display:block; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row .container { width:20rem;height:77.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HLWLeZ47lDxHqO3zk12kx9a2F44yUdzl { width:20rem;height:2.3999rem;top:2.8721790313721rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kwnK3ZeCLBIIo9BTNZRC0qVsRWEnF2iP { width:12.561875rem;height:3.25rem;top:55.936418533325rem;left:3.7185333371162rem;font-size:1.25rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #E3qb3sPXG85pt4vt7xFeu4yZdTr24wuT { width:5.3125rem;height:5.3125rem;top:6.3422317504881rem;left:7.2037761807444rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtxZDWKx9NBwfLhUEeIEVaU8fi8ddZGO { width:19.1873125rem;height:7.9980625rem;top:16.633029937744rem;left:0.40581601858139rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pE2WdiXTIWhrGzxk5hKybOZTONJkqf4G { width:18.8736875rem;height:3.93663125rem;top:70.37109565735rem;left:0.56315106153488rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrceFTSLNXt934c6s2tA6woaT9OLeWSO { display:block; }
 }@media only screen and (max-width: 763px) { #q2NNflGDqgpN66NpwvMTl8nTEv2yLVG4 { width:5.3125rem;height:5.3125rem;top:49.3125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbtumm8cBoqmapLnUXTRQcRGIKLU2lRL { width:5.3125rem;height:5.3125rem;top:27.75rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNR9lHuIiUG5UxCT8pPmynCR54WToQHx { width:20rem;height:3.25rem;top:12.865669250488rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWuW05R7UQcxaGZfN3pIBXLrR4FiJrwH { width:14.124375rem;height:3.25rem;top:34.544271469116rem;left:2.9372830986977rem;font-size:1.25rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vuUvzR00NKpZdyGbLXvJrw56BRe5HtyD { width:18.811875rem;height:6.3984375rem;top:60.414499282837rem;left:0.59353297948838rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WNCdhdMEKQ52yOPK0rJhgKmkb1exXe36 { width:18.811875rem;height:7.9980625rem;top:38.556859970093rem;left:0.59353297948838rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mSf1zZyPi5NhDRv2cBMzpOg9bkKAaUeg { width:3.75rem;height:3.75rem;top:7.2634563446044rem;left:8.1250002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDM3HFX1DolvbQaDGvDuoKARMivllBon { width:4.1875rem;height:4.1875rem;top:28.4375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJvv5FAuko6HWr81ArFUetSTEUCkKe0t { width:4.375rem;height:4.375rem;top:49.9375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJBXBtt2aOUdkQMDG0gzv4097okf78a3 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/660c6982-682f-46c4-b05a-a91bfe7252f2/Projektbeznazwy3.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mJBXBtt2aOUdkQMDG0gzv4097okf78a3.adaptive-delivery-prevent-bg, #mJBXBtt2aOUdkQMDG0gzv4097okf78a3.lazyload, #mJBXBtt2aOUdkQMDG0gzv4097okf78a3.lazyloading { background-image: none; }#mJBXBtt2aOUdkQMDG0gzv4097okf78a3 > .row .container { background-color: transparent; background-image: none; }#mJBXBtt2aOUdkQMDG0gzv4097okf78a3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mJBXBtt2aOUdkQMDG0gzv4097okf78a3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mJBXBtt2aOUdkQMDG0gzv4097okf78a3 > .row .container > .video-iframe-container { display: none; }#mJBXBtt2aOUdkQMDG0gzv4097okf78a3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mJBXBtt2aOUdkQMDG0gzv4097okf78a3 > .row > .video-iframe-container { display: none; }#mJBXBtt2aOUdkQMDG0gzv4097okf78a3 > .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); }#mJBXBtt2aOUdkQMDG0gzv4097okf78a3 > .row .container { border-width: 0; border-radius: 0; }#mJBXBtt2aOUdkQMDG0gzv4097okf78a3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mJBXBtt2aOUdkQMDG0gzv4097okf78a3 > .row .container { width:20rem;height:59.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i4IlSdgyb7v15DLEGPfQG8AZVcv6zR34 { width:20rem;height:4.38671875rem;top:1.8125rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SQs1LTpBqs4KIn8i87zy7wR5JWCCZGoI { width:4.0625rem;height:4.0625rem;top:9.1167535781863rem;left:0.3656684756279rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qt5gbFxcqWRCgwTShzZsDGKhIINZwBWe { width:3.18685rem;height:2.4375rem;top:10rem;left:0.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdRyqZRLX274a9GAvcUuTusivNpOkxIv { width:14.249125rem;height:4.798825rem;top:8.8151035308837rem;left:5.7508681416511rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx6fP93k4HADQWk8W5Craldm2TxzDdA7 { width:14.3125rem;height:4.798825rem;top:15.939670562744rem;left:5.5616324543953rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAsThmyorDd8VrSsH08LpVyKL9ScoHIQ { width:14.436875rem;height:3.19921875rem;top:23.875rem;left:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJFuTx4dv1uhpb9msIXvBnyTuifrDPrx { width:14.249125rem;height:4.798825rem;top:30.386284828186rem;left:5.5913632512093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #liQG42zA9dhq8zviru5BcCTVUG9VaTbq { width:13.499375rem;height:3.19921875rem;top:38.124996185302rem;left:5.5609810948372rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4FAQVT5vfna9PIA8XeRvP71yHSqz4y0 { width:13.186875rem;height:3.19921875rem;top:44.967448711395rem;left:5.5609810948372rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDaDevSVRWgGAKcNSVZhSQEgywTcXadn { width:13.9355625rem;height:3.19921875rem;top:52.593318462372rem;left:5.5609810948372rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtuBbiHSTzzqqJ2Zxpnr5i02cfVhHP1z { width:4.0625rem;height:4.0625rem;top:37.625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzgXz75Jy2VgC0V7FWlC0xr8Cq58RD3S { width:3.18685rem;height:2.4375rem;top:38.5rem;left:0.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyZfChTEgDBOde8gbFaUktdMse6Bm0fp { width:4.0625rem;height:4.0625rem;top:16.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wt6fFS28UJJunSeLGTFOtJEhcz0m8HNP { width:3.18685rem;height:2.4375rem;top:17.1875rem;left:0.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPhKWnz9cBe9SaSHFA4yXtSToP1rEK3y { width:4.0625rem;height:4.0625rem;top:23.5rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4MCN9XaAMMZ2w3KNhxI1cc34zl1u0Wq { width:3.18685rem;height:2.4375rem;top:24.4375rem;left:1rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxPwKnZ7NCrnUS0JOirVAuXEIDiPTdFS { width:4.0625rem;height:4.0625rem;top:30.6875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9i94Ni796CgpbCMXFBfQztgWkbizECA { width:3.18685rem;height:2.4375rem;top:31.625rem;left:1rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhbUF6dTK72CyHE4gVAskFrRVVevo2cL { width:4.125rem;height:4.125rem;top:44.4375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfG4Is1tlfRgRcirhqp0u4i5TTRaPtnl { width:3.18685rem;height:2.4375rem;top:45.375rem;left:0.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MC65cONDuzreLOdzgDzF2EUrtWiPLQKZ { width:4.375rem;height:4.375rem;top:51.9375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArwIawIzsPf0Kg8WqrClwzu39w25e2Pl { width:3.18685rem;height:2.4375rem;top:53rem;left:0.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 { display:block; }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #crTnILwmEDfXJOXrw2J5FsTMQCMlH8P0 { width:20rem;height:2.11263125rem;top:1.8120651245118rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsalmgy9vJQTDL1ldCMCKSLRBxLNBm7I { width:19.0625rem;height:3.25rem;top:20.498046875rem;left:0.46875005960464rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlDabh2bDdcTiCtHTDQmv85NgCkIQVBr { width:20rem;height:4.38720625rem;top:25.560981750488rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RebkC9VgAfgpyZ4WNgQghJsDA0DkKTVc { width:13.624125rem;height:13.624125rem;top:5.1985683441162rem;left:3.1879342198372rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ip2UTXardz668zbfLQD5TGWBd5Xq1CRn { display:block; }#Ip2UTXardz668zbfLQD5TGWBd5Xq1CRn > .row .container { width:20rem;height:70.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V74xgqnmSxtTg70u37IxxsdOZPSfE808 { width:20rem;height:5.19921875rem;top:1.8120651245118rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQ9gxc6SyKPr8Fv8zv3UFCRc7OqFAiFe { width:18.936625rem;height:4.49978125rem;top:62.636730194094rem;left:0.53059905767441rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxmoleJkNaI2vTqkTZTAAQerd0MyhLdh { display:block; }
 }@media only screen and (max-width: 763px) { #sMlK1X5hXO6yrdecyJuRPnImZkyVKELA .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sMlK1X5hXO6yrdecyJuRPnImZkyVKELA { display:flex;height:auto;width:18.4375rem;top:9.1210947036744rem;left:0.15625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem; }
 }@media only screen and (max-width: 763px) { #sMlK1X5hXO6yrdecyJuRPnImZkyVKELA #NHenlMFs6y2S6VAtMcz4TJSkrJzy5ldM {  }
 }@media only screen and (max-width: 763px) { #sMlK1X5hXO6yrdecyJuRPnImZkyVKELA #bUhv0Q0lSoxRknzWTcWXHQTgPxnXu8qC {  }
 }@media only screen and (max-width: 763px) { #sMlK1X5hXO6yrdecyJuRPnImZkyVKELA #NN2Tkmi6av5kyxIe9AcxEfFs8lCT4dxa {  }
 }@media only screen and (max-width: 763px) { #sMlK1X5hXO6yrdecyJuRPnImZkyVKELA #gwKQmlkd9L0J71sSHQuFTx1iMfh2O6Kl {  }
 }@media only screen and (max-width: 763px) { #sMlK1X5hXO6yrdecyJuRPnImZkyVKELA #qufmscuogGRATT7LJdg396vAvkyrvoHQ {  }
 }@media only screen and (max-width: 763px) { #sMlK1X5hXO6yrdecyJuRPnImZkyVKELA #Lp3ZmKDrR9GPUpbantEDTVTauTkBUbr8 {  }
 }@media only screen and (max-width: 763px) { #sMlK1X5hXO6yrdecyJuRPnImZkyVKELA #ZGQPHRIVqoZLVZWVVVvWpystiG7fabgT {  }
 }@media only screen and (max-width: 763px) { #sMlK1X5hXO6yrdecyJuRPnImZkyVKELA #MUERzgFpqf0zvJUu3NDlsz9p2LDplWIP {  }
 }@media only screen and (max-width: 763px) { #sMlK1X5hXO6yrdecyJuRPnImZkyVKELA #ekd77TveSrgVlr7wneJa9suHsSqsIRty {  }
 }@media only screen and (max-width: 763px) { #sMlK1X5hXO6yrdecyJuRPnImZkyVKELA #GE6Wu0aUPpel7E9QpZzh1XMoH2nmDKs4 {  }
 }@media only screen and (max-width: 763px) { #sMlK1X5hXO6yrdecyJuRPnImZkyVKELA #iuTzMXNZcITWQCgsvbpMrCGQOvwWMUFJ {  }
 }@media only screen and (max-width: 763px) { #sMlK1X5hXO6yrdecyJuRPnImZkyVKELA #mViv6AOMTfTz09qCG4zUDhtIKpcW8MXi {  }
 }@media only screen and (max-width: 763px) { #sMlK1X5hXO6yrdecyJuRPnImZkyVKELA #g0WJNCqhKw7muWB7wvbgJKTQLCiiViwc {  }
 }@media only screen and (max-width: 763px) { #sMlK1X5hXO6yrdecyJuRPnImZkyVKELA #XvylvAkFyHTuBKtQSfcpcZWi3W44Wcz3 {  }
 }@media only screen and (max-width: 763px) { #sMlK1X5hXO6yrdecyJuRPnImZkyVKELA #rcNn3ET7tT4LOFnX10p1FNQ9cHsahHgU {  }
 }@media only screen and (max-width: 763px) { #sMlK1X5hXO6yrdecyJuRPnImZkyVKELA #ITXlbU55eJxNZmNMhwJpWOgtPD48w9aI {  }
 }@media only screen and (max-width: 763px) { #sMlK1X5hXO6yrdecyJuRPnImZkyVKELA #N7vk2fwaxq5Q62vldaJFgHX5Wr5sDvHo {  }
 }@media only screen and (max-width: 763px) { #sMlK1X5hXO6yrdecyJuRPnImZkyVKELA #ON5Acbzh8Xw1VW4ssy7E5uQPJkGlUAgO {  }
 }@media only screen and (max-width: 763px) { #sMlK1X5hXO6yrdecyJuRPnImZkyVKELA #zXINBqOMNO1iKQLBTErMO8NsTlPANVnT {  }
 }@media only screen and (max-width: 763px) { #sMlK1X5hXO6yrdecyJuRPnImZkyVKELA #weBoZAx6QmhQXVHVfNIZ6MCAkQd2BOKr {  }
 }@media only screen and (max-width: 763px) { #k19euI6EcHdFoJtttoUXr8Z9sGLBA48V { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k19euI6EcHdFoJtttoUXr8Z9sGLBA48V > .row .container { background-color: transparent; background-image: none; }#k19euI6EcHdFoJtttoUXr8Z9sGLBA48V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k19euI6EcHdFoJtttoUXr8Z9sGLBA48V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k19euI6EcHdFoJtttoUXr8Z9sGLBA48V > .row .container > .video-iframe-container { display: none; }#k19euI6EcHdFoJtttoUXr8Z9sGLBA48V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k19euI6EcHdFoJtttoUXr8Z9sGLBA48V > .row > .video-iframe-container { display: none; }#k19euI6EcHdFoJtttoUXr8Z9sGLBA48V > .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); }#k19euI6EcHdFoJtttoUXr8Z9sGLBA48V > .row .container { border-width: 0; border-radius: 0; }#k19euI6EcHdFoJtttoUXr8Z9sGLBA48V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k19euI6EcHdFoJtttoUXr8Z9sGLBA48V > .row .container { width:20rem;height:74.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KsaHrqe1Wdmp3VnZTMsaMIvClh7t6Z8e { width:20rem;height:2.1933625rem;top:1.8125rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KRUsZMPyITXuEMEbwg5J7QlWv7VCTpTz { width:4.0625rem;height:4.0625rem;top:32.954646110534rem;left:0.5609809756279rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgQvO1yWBem0O91gwr70smnA0ASdFtm2 { width:12.374125rem;height:4.798825rem;top:32.811415672303rem;left:5.5696619153022rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnRhtqB4MXgvwZfX9dAhIy4Ik3MdXPBq { width:13.811875rem;height:6.3984375rem;top:40.310332298279rem;left:5.5696619153022rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1UZElTraLA5NkkAtlmSsG6TuxTE8ZRO { width:4.0625rem;height:4.0625rem;top:40.873484134674rem;left:0.55989593267441rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqW3XhHQW5Fknqw6pDiOBMSfrEpzyHCg { width:13.624125rem;height:1.5996125rem;top:50.375rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cytGhdcIag3i8O8O2I9qUSxDQ0ET7AqG { width:4.0625rem;height:4.0625rem;top:49.0625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJwCiqnVKzWyKy2PxG71dFTvtqCpe1UG { width:4.0625rem;height:4.0625rem;top:57.123481750488rem;left:0.63042539358137rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDO2sLsCQUQROETnv6NzkJffPBJTuWwk { width:12.9373125rem;height:6.3984375rem;top:56.561416625976rem;left:5.5696619153022rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #naiThO2VURqUuAZ2bCSyNoWabz4Te2iH { width:18.936625rem;height:4.4987rem;top:66.463760375975rem;left:0.53059905767441rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUWmQMwGyOk3wkuEyHcyWcvK0m3w3bsX { display:block; }
 }@media only screen and (max-width: 763px) { #e4zcOcFgmcSLAFy6QL1gIeOqaFVtvIEt { width:15.75rem;height:24.75rem;top:6.3096790313719rem;left:2.1245661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVDbD4esIm8y2yEthuxisZXK3hD6EQCI { width:3.75rem;height:3.75rem;top:33.336590290069rem;left:0.94292539358137rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4MVQKyVZZGDmML3ARw8qvATzVwc52VT { width:3.75rem;height:3.75rem;top:41rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMxh5944XFkhvkSlm0Ave57BvVd36Rbw { width:3.75rem;height:3.75rem;top:49.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td5zTX8TNbAI8qr8dUPZSUIKTNKByzkC { width:3.75rem;height:3.75rem;top:57.349214553833rem;left:0.78667539358137rem;display:block; }
 }