.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:240,220,227;--color-primary-1:206,139,161;--color-primary-2:156,22,66;--color-primary-3:78,11,33;--color-primary-4:23,3,10;--color-secondary-0:223,223,227;--color-secondary-1:148,149,163;--color-secondary-2:41,42,70;--color-secondary-3:21,21,35;--color-secondary-4:6,6,11;--color-tertiary-0:255,255,255;--color-tertiary-1:185,185,185;--color-tertiary-2:187,187,187;--color-tertiary-3:128,128,128;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcosctfHPyRlMHi8LPfS5nz5x74BNMBl { border-top:0;border-left:0;border-right:0;border-bottom:0;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; }#tcosctfHPyRlMHi8LPfS5nz5x74BNMBl > .row .container { background-color: transparent; background-image: none; }#tcosctfHPyRlMHi8LPfS5nz5x74BNMBl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcosctfHPyRlMHi8LPfS5nz5x74BNMBl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcosctfHPyRlMHi8LPfS5nz5x74BNMBl > .row .container > .video-iframe-container { display: none; }#tcosctfHPyRlMHi8LPfS5nz5x74BNMBl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcosctfHPyRlMHi8LPfS5nz5x74BNMBl > .row > .video-iframe-container { display: none; }#tcosctfHPyRlMHi8LPfS5nz5x74BNMBl > .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); }#tcosctfHPyRlMHi8LPfS5nz5x74BNMBl > .row .container { border-width: 0; border-radius: 0; }#tcosctfHPyRlMHi8LPfS5nz5x74BNMBl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tcosctfHPyRlMHi8LPfS5nz5x74BNMBl > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:60rem;position:relative;display:block; }#ygWseZlDJ9MQCAi7lHyin9L5RZ6fMDIp { color:rgba(var(--color-tertiary-2),1);display:block;width:7.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15000;line-height:2.4;letter-spacing:0;top:2.125rem;left:50rem;height:2.55rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#csPPtW053TMsAlw8zMsgpzwv13fvSm0I { color:rgba(var(--color-tertiary-2),1);display:block;width:11.125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15001;line-height:2.4;letter-spacing:0;top:2.125rem;left:36.5rem;height:2.55rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Q9nyFOmTgdcpUnI2qQixvOTaRHopcw0V { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:13.8125rem;top:1.75rem;left:0.8740234375rem;overflow:hidden;display:block; }
#O4Nrg7AxbND5F8VuIsxaxb7G0KEnA7ie { box-sizing:content-box;color:rgba(var(--color-tertiary-2),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:2.25rem;left:34.1875rem;display:block; }
#frkf45WlUyKS2zIdr7yEpCffv0WhuaTn { box-sizing:content-box;color:rgba(var(--color-tertiary-2),1);font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:2.25rem;left:47.5625rem;display:block; }
#S0y3Hlupyl4uK4K0mUPDg38v5oTTvmta { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:0.0625rem;top:1.4306640625rem;left:15.375rem;display:block; }
#MHOXu0U16RlumK1aVld3RecfiOQVHAkE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f751bf55-37b3-4c7e-b107-dcde9c4cc626/Projektbeznazwy1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE.adaptive-delivery-prevent-bg, #MHOXu0U16RlumK1aVld3RecfiOQVHAkE.lazyload, #MHOXu0U16RlumK1aVld3RecfiOQVHAkE.lazyloading { background-image: none; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container { background-color: transparent; background-image: none; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(20,44,79,0.61); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container > .video-iframe-container { display: none; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(20,44,79,0.61); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row > .video-iframe-container { display: none; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .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); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container { border-width: 0; border-radius: 0; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container { font-size:0.875rem;font-family:arial;height:45rem;width:60rem;position:relative;display:block; }#i2BsGhEMex0XwPJStJC3viaa08hsXEb6 { color:#ffffff;display:block;width:31.9375rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:15.9375rem;left:28.0625rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#r6CAQTicH6cvA6UxgChRa35Jwfe1tvHs { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.124025rem;width:2.124025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:26.6875rem;left:42.4375rem;display:none; }
#RUkK0oyvU9dUk4pWd3LWX7H1w4HrPrO7 { background-color:#0084c5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:2.75rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:29.9375rem;left:36.25rem;display:none; }
#NT87OTOL8Gxfvl1wOGQndc4T48D1mFNX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G13dw4N4pXGamq0Vdh36p5P3qJQOqnQH { color:rgba(var(--color-tertiary-0),1);display:block;width:32.3125rem;position:absolute;font-family:lato;font-size:2.875rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:9.4375rem;left:27.6875rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WZIGD22OIy15NJAq4iHTgeM9uwhkThGu { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.3125rem;width:26.3125rem;top:3.0625rem;left:0rem;overflow:hidden;display:block; }
#Q0l83ROtLmifZaoBWRNDrUicBDBBItTH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:35.8125rem;left:21.9375rem; }
#ZGKpathrwK2kp4ZfHRe1dT6fZR8LpVFz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#rO3g0pUllbmi8ENxQhEMxy2d8uEDVfNU { color:rgba(var(--color-tertiary-0),1);display:block;width:30.3125rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:19rem;left:28.0625rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SqEbS2HVtKnB70equZ4hzzdgq30qIWbc { box-sizing:content-box;height:2.8125rem;width:32.125rem;position:absolute;display:block;z-index:14999;background-color:#1d99dc;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.5625rem;left:27.625rem;display:block; }
#aL2XxIhlChpkwZhbQwJClFAOWqTCVAsa { color:rgba(var(--color-tertiary-0),1);display:block;width:30.3125rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:27.21875rem;left:28.062501907349rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rhvyvm71xu6EJDvcmqR9aQbHdFN7Txc0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e0b63b3a-4d98-4f30-8414-61548e840a45/Projektbeznazwy6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rhvyvm71xu6EJDvcmqR9aQbHdFN7Txc0.adaptive-delivery-prevent-bg, #rhvyvm71xu6EJDvcmqR9aQbHdFN7Txc0.lazyload, #rhvyvm71xu6EJDvcmqR9aQbHdFN7Txc0.lazyloading { background-image: none; }#rhvyvm71xu6EJDvcmqR9aQbHdFN7Txc0 > .row .container { background-color: transparent; background-image: none; }#rhvyvm71xu6EJDvcmqR9aQbHdFN7Txc0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #eef3fb; }#rhvyvm71xu6EJDvcmqR9aQbHdFN7Txc0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rhvyvm71xu6EJDvcmqR9aQbHdFN7Txc0 > .row .container > .video-iframe-container { display: none; }#rhvyvm71xu6EJDvcmqR9aQbHdFN7Txc0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #eef3fb; }#rhvyvm71xu6EJDvcmqR9aQbHdFN7Txc0 > .row > .video-iframe-container { display: none; }#rhvyvm71xu6EJDvcmqR9aQbHdFN7Txc0 > .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); }#rhvyvm71xu6EJDvcmqR9aQbHdFN7Txc0 > .row .container { border-width: 0; border-radius: 0; }#rhvyvm71xu6EJDvcmqR9aQbHdFN7Txc0::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rhvyvm71xu6EJDvcmqR9aQbHdFN7Txc0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rhvyvm71xu6EJDvcmqR9aQbHdFN7Txc0 > .row .container { font-size:0.875rem;font-family:arial;height:29.125rem;width:60rem;position:relative;display:block; }#XcLiXPVrZ7UskGpSDuw0WHKEgsGpqUfK { color:#213554;display:block;width:56.3125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:400;z-index:15000;line-height:1.1;letter-spacing:0;top:3.625rem;left:3.6875rem;height:2.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aUZiFyw60se3XBEXk21JTiNWnMq5UflD .accordion-element-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;flex-direction:column;align-items:center;background-color:rgba(39,61,98,0.95);background-image:none;vertical-align:top;border-top:0.0625rem solid #d4d4d4;border-left:0.0625rem solid #d4d4d4;border-right:0.0625rem solid #d4d4d4;border-bottom:0.0625rem solid #d4d4d4; }
#aUZiFyw60se3XBEXk21JTiNWnMq5UflD .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; }
#aUZiFyw60se3XBEXk21JTiNWnMq5UflD .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.125rem;color:rgba(var(--color-tertiary-0),1);line-height:1.3;overflow:hidden;height:auto;text-align:justify;text-align-last:initial;font-family:arial; }
#aUZiFyw60se3XBEXk21JTiNWnMq5UflD .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;color:rgba(var(--color-tertiary-0),1);line-height:1.4;overflow:hidden;height:auto; }
#aUZiFyw60se3XBEXk21JTiNWnMq5UflD .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_215531deaefa5a7b9f78bb183585d92955d91d04.svg");background-size:contain !important; }#aUZiFyw60se3XBEXk21JTiNWnMq5UflD .accordion-trigger.adaptive-delivery-prevent-bg, #aUZiFyw60se3XBEXk21JTiNWnMq5UflD .accordion-trigger.lazyload, #aUZiFyw60se3XBEXk21JTiNWnMq5UflD .accordion-trigger.lazyloading { background-image: none; }
#aUZiFyw60se3XBEXk21JTiNWnMq5UflD { box-sizing:content-box;height:auto;width:52.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15001;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:7.69921875rem;left:2.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#aUZiFyw60se3XBEXk21JTiNWnMq5UflD .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#aUZiFyw60se3XBEXk21JTiNWnMq5UflD #c6uh4t5bCNK0U6zxApkQIdWTZoRWKsNT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#aUZiFyw60se3XBEXk21JTiNWnMq5UflD #lWKD397O25x1bwwBC0TTohmEFiXFWBpz { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#aUZiFyw60se3XBEXk21JTiNWnMq5UflD #pXRQk0qLdLtLVcDApPcMwlsi8Rg49nxe { display:block;position:relative; }
#aUZiFyw60se3XBEXk21JTiNWnMq5UflD #GWnAEwhZUAZvHcP27yTFhyCDrzcFmIMW {  }
#aUZiFyw60se3XBEXk21JTiNWnMq5UflD #EbXQf8ofPSqJuuZGyIKRBRtHQQqxG9Vb {  }
#aUZiFyw60se3XBEXk21JTiNWnMq5UflD #X9aNWk4nCACT2wwQuIFohD3oQQhEQyeW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#aUZiFyw60se3XBEXk21JTiNWnMq5UflD #IyycGbCHc8bHLshXrzlSr1mIOBgLK4mA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#aUZiFyw60se3XBEXk21JTiNWnMq5UflD #I0waEInxJHfnJUBxEaTVXkQ8DZyBTb5y { display:block;position:relative; }
#aUZiFyw60se3XBEXk21JTiNWnMq5UflD #K1TzISkW27Kwb9iZQGqELRBnxt7IToPS {  }
#aUZiFyw60se3XBEXk21JTiNWnMq5UflD #SntTPyoyTAgzcKpVn4p9UfmdHPRitps6 { display:none; }
#aUZiFyw60se3XBEXk21JTiNWnMq5UflD #i8KtbrOHffGG3XhDwREOxLsZ9ro6aTot { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#aUZiFyw60se3XBEXk21JTiNWnMq5UflD #qFstAPlwJUpu6InNP926RHuLy1bGHqt7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#aUZiFyw60se3XBEXk21JTiNWnMq5UflD #kIpkM6gI4nt6coidrkvohkkd22Pp05nB { display:block;position:relative; }
#aUZiFyw60se3XBEXk21JTiNWnMq5UflD #wcSQHvHvGR7zW6K6MJkl9F1hh6r4zslC {  }
#aUZiFyw60se3XBEXk21JTiNWnMq5UflD #oexMzPLgUCEbOQ2tkXxEQC0M9mQdotCG { display:none; }
#aUZiFyw60se3XBEXk21JTiNWnMq5UflD #MtFUiktllIZoOUZZDbZKwcn37K5fzbN8 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#aUZiFyw60se3XBEXk21JTiNWnMq5UflD #MQ3xPo8g4kTZ6NSVfoeCrfsURb9QhVsl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#aUZiFyw60se3XBEXk21JTiNWnMq5UflD #T3z37XT2umMwEmCsA0dCxB2z82J5KTp6 { display:block;position:relative; }
#aUZiFyw60se3XBEXk21JTiNWnMq5UflD #zl4nnwb2NnAwAlOvJfmHhw7dleFyPgQp {  }
#aUZiFyw60se3XBEXk21JTiNWnMq5UflD #eCkTpk3qHDve5D47EOotrlfPhIiwPF8s { display:none; }
#sFXCrqtU7fsRwBAF2xxZOwhodLwIDxmQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e0b63b3a-4d98-4f30-8414-61548e840a45/Projektbeznazwy6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sFXCrqtU7fsRwBAF2xxZOwhodLwIDxmQ.adaptive-delivery-prevent-bg, #sFXCrqtU7fsRwBAF2xxZOwhodLwIDxmQ.lazyload, #sFXCrqtU7fsRwBAF2xxZOwhodLwIDxmQ.lazyloading { background-image: none; }#sFXCrqtU7fsRwBAF2xxZOwhodLwIDxmQ > .row .container { background-color: transparent; background-image: none; }#sFXCrqtU7fsRwBAF2xxZOwhodLwIDxmQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#sFXCrqtU7fsRwBAF2xxZOwhodLwIDxmQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sFXCrqtU7fsRwBAF2xxZOwhodLwIDxmQ > .row .container > .video-iframe-container { display: none; }#sFXCrqtU7fsRwBAF2xxZOwhodLwIDxmQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#sFXCrqtU7fsRwBAF2xxZOwhodLwIDxmQ > .row > .video-iframe-container { display: none; }#sFXCrqtU7fsRwBAF2xxZOwhodLwIDxmQ > .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); }#sFXCrqtU7fsRwBAF2xxZOwhodLwIDxmQ > .row .container { border-width: 0; border-radius: 0; }#sFXCrqtU7fsRwBAF2xxZOwhodLwIDxmQ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sFXCrqtU7fsRwBAF2xxZOwhodLwIDxmQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sFXCrqtU7fsRwBAF2xxZOwhodLwIDxmQ > .row .container { font-size:0.875rem;font-family:arial;height:49.3125rem;width:60rem;position:relative;display:block; }#ISuqio63ELG5PSrvBL5BMKOW0BhnMVNK { color:#213554;display:block;width:56.3125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:3.625rem;left:3.6875rem;height:4.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cH42sfXsth5KRuepgSmqQsRM7QuPDBnU { color:rgba(var(--color-tertiary-4),0.68);display:block;width:55.9375rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:9.625rem;left:3.6875rem;height:3.325rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WcvXlDqpa1xNaL3ql4VC0VrQn3syv6Qc { box-sizing:content-box;height:10.5625rem;width:53.0625rem;position:absolute;display:block;z-index:15023;background-color:#eef3fb;background-image:none;box-shadow: none;border-top:0;border-left:0.25rem solid #3a72c4;border-right:0;border-bottom:0;top:14.9375rem;left:3.34375rem;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.5rem;display:block; }
#rTm6RncnckdhXTv6FKJXN0hr2VnTIy8H { color:#1a4a8a;display:block;width:48.9375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:17rem;left:5.53125rem;height:2.975rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xSIvcDH7swxLHryOTMaef7JqW3Edt8D5 { color:#1a4a8a;display:block;width:48.9375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:21.875rem;left:5.53125rem;height:1.4875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rWIkOAlxS5pAtai5DPQdqd9TwczBDzfD { color:rgba(var(--color-tertiary-4),1);display:block;width:55.9375rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:28.6875rem;left:3.6875rem;height:1.6625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lz9AeimHIorMyfEmnehn5ihIoQd0L9Z9 { color:rgba(var(--color-tertiary-4),0.68);display:block;width:55.9375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15023;line-height:1.4;letter-spacing:0;top:30.875rem;left:3.6875rem;height:1.4875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iNGtmRTQlyJCitiL2zo57DJNsrGLHWW2 { box-sizing:content-box;height:11.0625rem;width:24.3125rem;position:absolute;display:block;z-index:15025;background-color:#fdf0ee;background-image:none;box-shadow: none;border-top:0.125rem solid #d9604a;border-left:0.125rem solid #d9604a;border-right:0.125rem solid #d9604a;border-bottom:0.125rem solid #d9604a;top:34.0625rem;left:3.34375rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#Ts4tTKyw35Btt5D1imrwWOWQb0lkT9KT { box-sizing:content-box;height:11.0625rem;width:24.3125rem;position:absolute;display:block;z-index:15026;background-color:#edf5ee;background-image:none;box-shadow: none;border-top:0.125rem solid #3a8b4f;border-left:0.125rem solid #3a8b4f;border-right:0.125rem solid #3a8b4f;border-bottom:0.125rem solid #3a8b4f;top:34.0625rem;left:32.15625rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#G4H1IvNSQZ5bC63748dfdJr5iFQ10p0O { color:#8b2a1a;display:block;width:22.5625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15025;line-height:1.4;letter-spacing:0;top:35.75rem;left:5.28125rem;height:1.6625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ypURJmu3B02WgTngfCH9DWwNE7d55oEs { color:#1f5e2e;display:block;width:22.5625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.4;letter-spacing:0;top:35.75rem;left:34.15625rem;height:1.6625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PdTxuXltDx1bsaxFdNZ8iK4gFLW6oy0b { color:#8b2a1a;display:block;width:20.3125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:38.9501953125rem;left:5.53125rem;height:2.975rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xeGMtIsnNPUw9p1yebHy4gnAKzWeMkMX { color:#1f5e2e;display:block;width:20rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:38.89453125rem;left:34.53125rem;height:4.4625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CFHqTpIeQfMNEI3gKy6pMwMJH8AfRMir { color:rgba(var(--color-tertiary-4),1);display:block;width:55.9375rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:46.8125rem;left:3.34375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NqGGxPbgEv69xJTTdsQPxSc6Ql708rzN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e0b63b3a-4d98-4f30-8414-61548e840a45/Projektbeznazwy6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NqGGxPbgEv69xJTTdsQPxSc6Ql708rzN.adaptive-delivery-prevent-bg, #NqGGxPbgEv69xJTTdsQPxSc6Ql708rzN.lazyload, #NqGGxPbgEv69xJTTdsQPxSc6Ql708rzN.lazyloading { background-image: none; }#NqGGxPbgEv69xJTTdsQPxSc6Ql708rzN > .row .container { background-color: transparent; background-image: none; }#NqGGxPbgEv69xJTTdsQPxSc6Ql708rzN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #213554; }#NqGGxPbgEv69xJTTdsQPxSc6Ql708rzN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NqGGxPbgEv69xJTTdsQPxSc6Ql708rzN > .row .container > .video-iframe-container { display: none; }#NqGGxPbgEv69xJTTdsQPxSc6Ql708rzN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #213554; }#NqGGxPbgEv69xJTTdsQPxSc6Ql708rzN > .row > .video-iframe-container { display: none; }#NqGGxPbgEv69xJTTdsQPxSc6Ql708rzN > .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); }#NqGGxPbgEv69xJTTdsQPxSc6Ql708rzN > .row .container { border-width: 0; border-radius: 0; }#NqGGxPbgEv69xJTTdsQPxSc6Ql708rzN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NqGGxPbgEv69xJTTdsQPxSc6Ql708rzN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NqGGxPbgEv69xJTTdsQPxSc6Ql708rzN > .row .container { font-size:0.875rem;font-family:arial;height:43.625rem;width:60rem;position:relative;display:block; }#KfKUmy3EIPJgIm9OBbKfwoOA2NgJDMNN { color:rgba(var(--color-tertiary-0),1);display:block;width:19.375rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:400;z-index:15000;line-height:1.1;letter-spacing:0;top:4.25rem;left:3.5rem;height:4.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-form-header { font-size:0.875rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:22.8125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #a9a9a9;border-left:0.0625rem solid #a9a9a9;border-right:0.0625rem solid #a9a9a9;border-bottom:0.0625rem solid #a9a9a9;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.8125rem;box-sizing:border-box;height:2.5625rem;color:#898989;font-size:0.875rem;overflow:hidden;font-family:"source sans pro";vertical-align:top;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #a9a9a9;border-left:0.0625rem solid #a9a9a9;border-right:0.0625rem solid #a9a9a9;border-bottom:0.0625rem solid #a9a9a9;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.8125rem;box-sizing:border-box;height:4.375rem;color:#898989;font-size:0.875rem;overflow:hidden;font-family:"source sans pro";vertical-align:top;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.8125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#1d99dc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.6875rem;margin-bottom:0.25rem;margin-left:0.3125rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:700;color:#ffffff;width:22.125rem;height:3.5rem;font-family:"source sans pro";overflow:hidden;font-style:normal;text-align:center;text-align-last:center;box-shadow: none; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 [class*="-text"]:-moz-placeholder { color:#a9a9a9;font-family:"source sans pro";font-size:0.9375rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 [class*="-text"]::-moz-placeholder { color:#a9a9a9;font-family:"source sans pro";font-size:0.9375rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 [class*="-text"]:-ms-input-placeholder { color:#a9a9a9;font-family:"source sans pro";font-size:0.9375rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 [class*="-text"]::-webkit-input-placeholder { color:#a9a9a9;font-family:"source sans pro";font-size:0.9375rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.6875rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:21.875rem;overflow:hidden;font-style:normal;float:none; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-container:first-of-type{padding-top:0;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-container:last-of-type{padding-bottom:0;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:9.5rem;left:32.1875rem;font-size:0.875rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.8125rem;display:block;vertical-align:top; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 {display:block;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:9.5rem;left:32.1875rem;font-size:0.875rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #rlETc07D0fniPbIi23bQ4IM5t2XT2yR9 { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #CuKUWc3Z6vRmnz130T1Qxl3iroxmSuRM { position:relative;display:none; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #p2uMfVyqDZwn0uSMHtyIEHXUDJo5DTVW { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #qDMmABiWvPF7sTasEdSU0lTEh5IoC3EA { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #NU2a1TyDTbdwRNZxeXHaFO2c0AgztkN3 { position:relative;display:none; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #J9ZEBMTW1GMxS3SzV5wIwfnEETPzFbfy { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #WJ8W4i7uSIGtXMrUpBmzgvfnHZ0dHWg2 { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #y9Tdsa85QShzPEHzJQ7pDsAKk8DQ1A0v { position:relative;display:none; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #uBf2HHdamFTwIb0IMouqEucD6do6d1bI { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #OssEPXmqs2wcDy4VcBGll1Vxsd1HynDt { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #E60A2JRlRJ15Ag6TK5bHaf5hP5lVep4G { position:relative;display:block; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #AZflVxI26CHTMKRf8TiL2CRcsHB6fmAv { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #uAmGWVmaw9PFXQUuBpR5d3i1yvhZJnKJ { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #vDTGkRUUoAXOlkvGG6H94zW02VlVyfhF { position:relative;display:block; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #O1TNI7sISforTEpnEwcR2qDoLEMXTH73 { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #T4l3f3AyyHyyQyunDJKWAeQ9AgVNGmxo { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #F5N008JKTXJ2pDOL2l8VTtu3E2H9WISV { position:relative;z-index:2; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #R2Dpu5nddO0kMgAT2LoM1okecCu0xg9x { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #JHFuqNpvsTZsIJelwgTOCgKQ8dbGqxZf { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #TQqEEzzxJw5UX4PZsssI8BUBaAPSiG1u { position:relative; }
#ecanezNQd00fkniazH340Gn6BsvTyZZo { position:absolute;display:block;z-index:15017;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.3125rem 0.5625rem 1.625rem rgba(var(--color-tertiary-4),0.26) ;height:36.375rem;width:25.4375rem;top:3.625rem;left:32.25rem;display:block; }
#zanORt5gXDLqI0RWama7dLOPUFr7TReS { color:#1d99dc;display:block;width:23.8125rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:5.6875rem;left:33.0625rem;height:1.44375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TkL4el3gEnX2RIWa0qKNSmX0sVBtsAEV { color:#213554;display:block;width:23.8125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:7.75rem;left:33.0625rem;height:1.16875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tp8sihB6KTI8FgL4KSvDfFOVkHk8zsXx { color:#1d99dc;display:block;width:26.6875rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:16rem;left:3.25rem;height:2.68125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#StrSHuPNsh6BdzdJ5OVEP43UH0I96CTX { box-sizing:content-box;height:10.5625rem;width:26.625rem;position:absolute;display:block;z-index:14999;background-color:#eef3fb;background-image:none;box-shadow: none;border-top:0;border-left:0.25rem solid #3a72c4;border-right:0;border-bottom:0;top:16rem;left:3.40625rem;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.5rem;display:block; }
#xxVHLT70bR0ObrkTEHfNZP6PaO0GhCEE { color:rgba(var(--color-tertiary-0),1);display:block;width:19.375rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:10.3125rem;left:3.5rem;height:2.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#A1BXh8SGDU05Qare7OzNDQlzGV2tuiyy { position:relative;display:block; }#A1BXh8SGDU05Qare7OzNDQlzGV2tuiyy { background-color: transparent; background-image: none; }#A1BXh8SGDU05Qare7OzNDQlzGV2tuiyy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A1BXh8SGDU05Qare7OzNDQlzGV2tuiyy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A1BXh8SGDU05Qare7OzNDQlzGV2tuiyy > .row .container > .video-iframe-container { display: none; }#A1BXh8SGDU05Qare7OzNDQlzGV2tuiyy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A1BXh8SGDU05Qare7OzNDQlzGV2tuiyy > .row > .video-iframe-container { display: none; }#A1BXh8SGDU05Qare7OzNDQlzGV2tuiyy > .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); }#A1BXh8SGDU05Qare7OzNDQlzGV2tuiyy { border-width: 0; border-radius: 0; }#A1BXh8SGDU05Qare7OzNDQlzGV2tuiyy > .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; }#A1BXh8SGDU05Qare7OzNDQlzGV2tuiyy > .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:56.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#h1vUl7wghxyk32URfkeTwEkq7p3yoLpX { color:#213554;display:block;width:56.3125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:3.0625rem;left:2.875rem;height:2.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zslpMti1Btm8hIrV1M0VNREMhvJP9NKT { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:26.125rem;width:17.9375rem;top:8.41796875rem;left:1.03125rem;overflow:hidden;display:block; }
#gcx1lMUa6AqT8VPi99rcrfWyc931cLWc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:29.5625rem;left:14.5rem; }
#xkRPvflIJCSKAs4T6itTEKoq5RBiZzWH { color:rgba(41,42,70,0.86);display:block;width:16.1875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15030;line-height:1.1;letter-spacing:0;top:40.5625rem;left:2.125rem;height:1.16875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#wKxG0iFACMFHC23z5fCMaCGLSbCi3vVD { color:#ba093e;display:block;width:7.4375rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15032;line-height:1.1;letter-spacing:0;top:40.25rem;left:11.0625rem;height:1.44375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TIUDZ5lgtB5xBW1RuPXmstJMEnc3MCe2 { box-sizing:content-box;height:45.0625rem;width:18.0625rem;position:absolute;display:block;z-index:15027;background-color:#fafcff;background-image:none;box-shadow: none;border-top:0.125rem solid #3a72c4;border-left:0.125rem solid #3a72c4;border-right:0.125rem solid #3a72c4;border-bottom:0.125rem solid #3a72c4;top:8.10546875rem;left:0.84375rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#uHybT3MCgQhPWeElseupX5rnuHJs5KS2 { color:rgba(41,42,70,0.86);display:block;width:11.375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15031;line-height:1.1;letter-spacing:0;top:44.875rem;left:2.125rem;height:1.16875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Pdg9AGc9bK6e2z4KmD8oR0kPMJedz6dN { box-sizing:content-box;height:0.125rem;width:18.125rem;position:absolute;display:block;z-index:15033;background-color:#3a72c4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.41796875rem;left:0.875rem;display:block; }
#l3nvC4cUigkTWCeOzfLSTDMsPabPU3vp { box-sizing:content-box;height:0.125rem;width:6.5rem;position:absolute;display:block;z-index:15034;background-color:#3a72c4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.9375rem;left:2.0625rem;display:block; }
#Nuw8et9n1yl0ncvqsrODLftmBAqtkFRI { box-sizing:content-box;height:0.125rem;width:6.5rem;position:absolute;display:block;z-index:15035;background-color:#3a72c4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.9375rem;left:11.3125rem;display:block; }
#XXEpEpyCMJK3tkxrxtN0TnhJATMIktrU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:42.1875rem;left:9.0625rem; }
#ZN4QwT3IVxzbECdFp6BgR34nqZ8z1VBi { color:#35ac35;display:block;width:4.1875rem;position:absolute;font-family:lato;font-size:1.9375rem;font-weight:normal;z-index:15033;line-height:1.1;letter-spacing:0;top:44.125rem;left:13.9375rem;height:2.13125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#H5lFyHTpzpKMIwiipGL7PFSrp8xhTRAE { box-sizing:content-box;height:2.75rem;width:16.75rem;position:absolute;display:block;z-index:15037;background-color:#edf5ee;background-image:none;box-shadow: none;border-top:0.125rem solid #3a8b4f;border-left:0.125rem solid #3a8b4f;border-right:0.125rem solid #3a8b4f;border-bottom:0.125rem solid #3a8b4f;top:48.6875rem;left:1.5rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#cqTrFkEzh9z3M4oUyWuPqrZlTslfS81K { color:#2c6d2c;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15038;line-height:1.1;letter-spacing:0;top:49.75rem;left:2.125rem;height:0.89375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#wThtzE4x8QUCrZ20eT7x4gmRiusBhmXJ { position:absolute;display:block;z-index:15039;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.0625rem;width:9.5rem;top:35.125rem;left:5.25rem;overflow:hidden;display:block; }
#PPNknn6cINnMQIuBU09UHwIlkEbucsWF { box-sizing:content-box;height:45.0625rem;width:18.0625rem;position:absolute;display:block;z-index:15028;background-color:#fafcff;background-image:none;box-shadow: none;border-top:0.125rem solid #3a72c4;border-left:0.125rem solid #3a72c4;border-right:0.125rem solid #3a72c4;border-bottom:0.125rem solid #3a72c4;top:8.10546875rem;left:20.84375rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#lTguiz4FgcdB29exUcdLFaOAVCz6pmXZ { box-sizing:content-box;height:45.0625rem;width:18.0625rem;position:absolute;display:block;z-index:15029;background-color:#fafcff;background-image:none;box-shadow: none;border-top:0.125rem solid #3a72c4;border-left:0.125rem solid #3a72c4;border-right:0.125rem solid #3a72c4;border-bottom:0.125rem solid #3a72c4;top:8.10546875rem;left:40.84375rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#c9rhfTieWixTynI6BWksl7P6hlPXocZU { color:rgba(41,42,70,0.86);display:block;width:16.1875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15031;line-height:1.1;letter-spacing:0;top:40.5625rem;left:21.90625rem;height:1.16875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#g6U3z7VqIG4onVDc71TlHIlCxnrAzvld { color:#ba093e;display:block;width:5.9375rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15033;line-height:1.1;letter-spacing:0;top:40.4248046875rem;left:32.21875rem;height:1.44375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#FitTxCbtsLdNdSZZ0f3yMApDedfH1MbJ { box-sizing:content-box;height:0.125rem;width:6.5rem;position:absolute;display:block;z-index:15035;background-color:#3a72c4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.9375rem;left:21.90625rem;display:block; }
#vnNECBrWJAqfd50XLKzf37fmApxtrVPh { box-sizing:content-box;height:0.125rem;width:6.5rem;position:absolute;display:block;z-index:15036;background-color:#3a72c4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.9375rem;left:31.5625rem;display:block; }
#OK4cxJqbgHJ6T667lDuWG0pbqL5LZwVQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:42.1875rem;left:29.1875rem; }
#AOKruxek0IaOv0Ik48se3zXr9o6t7SRu { color:rgba(41,42,70,0.86);display:block;width:11.375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15032;line-height:1.1;letter-spacing:0;top:44.875rem;left:21.90625rem;height:1.16875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ePvmTPt6iRFGNEaZTwxEl8DtTATeG5zN { color:#35ac35;display:block;width:4.0625rem;position:absolute;font-family:lato;font-size:1.9375rem;font-weight:normal;z-index:15034;line-height:1.1;letter-spacing:0;top:44.25rem;left:34.125rem;height:2.13125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#CT337LnNChXPNaQK74LLh88mKWm9xKRt { box-sizing:content-box;height:2.75rem;width:16.75rem;position:absolute;display:block;z-index:15038;background-color:#edf5ee;background-image:none;box-shadow: none;border-top:0.125rem solid #3a8b4f;border-left:0.125rem solid #3a8b4f;border-right:0.125rem solid #3a8b4f;border-bottom:0.125rem solid #3a8b4f;top:48.6875rem;left:21.5rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#vcyDdBGJSGWukn04LcWIa7KIMSTiSrS2 { color:#2c6d2c;display:block;width:15.75rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15039;line-height:1.1;letter-spacing:0;top:49.740234375rem;left:22.375rem;height:0.89375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#yc6wdJ7pVrLfQWWp3iRdwBvSmSUKs5vV { color:rgba(41,42,70,0.86);display:block;width:16.1875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15032;line-height:1.1;letter-spacing:0;top:40.5625rem;left:41.90625rem;height:1.16875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#CP0OW8l4z0LfZWTltx3e5aAOQoc28FMi { color:#ba093e;display:block;width:5.9375rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15034;line-height:1.1;letter-spacing:0;top:40.4248046875rem;left:52.21875rem;height:1.44375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#h8tzDCKMZHBC6z9v0vuuFkvv29mFWvm3 { box-sizing:content-box;height:0.125rem;width:6.5rem;position:absolute;display:block;z-index:15036;background-color:#3a72c4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.9375rem;left:41.90625rem;display:block; }
#mz8OS3ShCdv7VTEq6Ml9PUc42uoklKzZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:42.1875rem;left:49.1875rem; }
#V4ga4q4pPH6PBuNPSxV2Tb8c9qRZIzVU { box-sizing:content-box;height:0.125rem;width:6.5rem;position:absolute;display:block;z-index:15037;background-color:#3a72c4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.9375rem;left:51.65625rem;display:block; }
#XGpbEpGsnaxAreTtasXXz2CWCp6DMJFx { color:rgba(41,42,70,0.86);display:block;width:11.375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15033;line-height:1.1;letter-spacing:0;top:44.875rem;left:41.90625rem;height:1.16875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#oGddmApecNOlcNt0fBGdSZwMv1O3TSLp { color:#35ac35;display:block;width:4.0625rem;position:absolute;font-family:lato;font-size:1.9375rem;font-weight:normal;z-index:15035;line-height:1.1;letter-spacing:0;top:44.375rem;left:54.09375rem;height:2.13125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#RS20br43eG5LW3aGPHSR5q6iTA31mvxf { box-sizing:content-box;height:2.75rem;width:16.75rem;position:absolute;display:block;z-index:15039;background-color:#edf5ee;background-image:none;box-shadow: none;border-top:0.125rem solid #3a8b4f;border-left:0.125rem solid #3a8b4f;border-right:0.125rem solid #3a8b4f;border-bottom:0.125rem solid #3a8b4f;top:48.6875rem;left:41.5rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#EynAn3vkECBm1mbNeVTv1D01kWWEDL2L { color:#2c6d2c;display:block;width:15.9375rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15040;line-height:1.1;letter-spacing:0;top:49.740234375rem;left:42.28125rem;height:0.89375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Sa8uLk2mKrZKcWBEaGSBif6wuXMVc6lX { position:absolute;display:block;z-index:15041;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:25.5rem;width:17.9375rem;top:8.73046875rem;left:21.03125rem;overflow:hidden;display:block; }
#Gx5FT6cW2mJh5oHuZT2liesikXc9TbkZ { box-sizing:content-box;height:0.125rem;width:18.125rem;position:absolute;display:block;z-index:15034;background-color:#3a72c4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.48046875rem;left:20.9375rem;display:block; }
#PlAI8TOsRBwdybwHOhCTqQn3uBhP7xZV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:29.8125rem;left:35.09375rem; }
#q96R4iAqVQVCNvFxhq6QqfeH9EiU5HLe { position:absolute;display:block;z-index:15043;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:3.5625rem;width:22.375rem;top:35.1875rem;left:18.8125rem;overflow:hidden;display:block; }
#OsQCElqdrbsLf2T1bIzF0gXl6cdsP1Dx { position:absolute;display:block;z-index:15032;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:25.8125rem;width:18.0625rem;top:8.6875rem;left:40.96875rem;overflow:hidden;display:block; }
#gQSBCTyW6Dfi0WuP1m3vxg07vTxZr5uI { box-sizing:content-box;height:0.125rem;width:18.125rem;position:absolute;display:block;z-index:15035;background-color:#3a72c4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.48046875rem;left:40.9375rem;display:block; }
#OTnHWK9ySkm0qOSJEINduJWBO4FZ4qeX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:29.8125rem;left:55.09375rem; }
#Ssqe9xzp4CqmFQZmH9CX7JMOT5wvHRnI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e0b63b3a-4d98-4f30-8414-61548e840a45/Projektbeznazwy6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ssqe9xzp4CqmFQZmH9CX7JMOT5wvHRnI.adaptive-delivery-prevent-bg, #Ssqe9xzp4CqmFQZmH9CX7JMOT5wvHRnI.lazyload, #Ssqe9xzp4CqmFQZmH9CX7JMOT5wvHRnI.lazyloading { background-image: none; }#Ssqe9xzp4CqmFQZmH9CX7JMOT5wvHRnI > .row .container { background-color: transparent; background-image: none; }#Ssqe9xzp4CqmFQZmH9CX7JMOT5wvHRnI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#Ssqe9xzp4CqmFQZmH9CX7JMOT5wvHRnI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ssqe9xzp4CqmFQZmH9CX7JMOT5wvHRnI > .row .container > .video-iframe-container { display: none; }#Ssqe9xzp4CqmFQZmH9CX7JMOT5wvHRnI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#Ssqe9xzp4CqmFQZmH9CX7JMOT5wvHRnI > .row > .video-iframe-container { display: none; }#Ssqe9xzp4CqmFQZmH9CX7JMOT5wvHRnI > .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); }#Ssqe9xzp4CqmFQZmH9CX7JMOT5wvHRnI > .row .container { border-width: 0; border-radius: 0; }#Ssqe9xzp4CqmFQZmH9CX7JMOT5wvHRnI::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ssqe9xzp4CqmFQZmH9CX7JMOT5wvHRnI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ssqe9xzp4CqmFQZmH9CX7JMOT5wvHRnI > .row .container { font-size:0.875rem;font-family:arial;height:45.75rem;width:60rem;position:relative;display:block; }#OIo3VTSE361XQQHiZw8MaSBARvkn72lq { color:#213554;display:block;width:56.3125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:3.625rem;left:3.6875rem;height:4.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PzmRFw2HuvnRXytg0E1DQ4HgTKz7bdMb { box-sizing:content-box;height:31.25rem;width:24.3125rem;position:absolute;display:block;z-index:15025;background-color:#fdf0ee;background-image:none;box-shadow: none;border-top:0.125rem solid #d9604a;border-left:0.125rem solid #d9604a;border-right:0.125rem solid #d9604a;border-bottom:0.125rem solid #d9604a;top:9.5625rem;left:31.75rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#rROryIhUiaZro9iqyMw6fOlbdD5qfLTQ { box-sizing:content-box;height:31.125rem;width:24.3125rem;position:absolute;display:block;z-index:15026;background-color:#edf5ee;background-image:none;box-shadow: none;border-top:0.125rem solid #3a8b4f;border-left:0.125rem solid #3a8b4f;border-right:0.125rem solid #3a8b4f;border-bottom:0.125rem solid #3a8b4f;top:9.625rem;left:3.625rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#A7yU7BHP2qXO4zQImGelJ4nsJNWgHlA8 { color:#8b2a1a;display:block;width:22.625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15025;line-height:1.4;letter-spacing:0;top:11.3125rem;left:33.75rem;height:1.6625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UhiTD6IM0wGblRIgsom5bCguOlwxgG8O { color:#1f5e2e;display:block;width:22.5625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.4;letter-spacing:0;top:11.3125rem;left:5.6875rem;height:1.6625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QfdUNNqQN4OBxvGVtwitB3QwOMvQf7C1 { color:#8b2a1a;display:block;width:20.375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:20.8125rem;left:33.8125rem;height:4.4625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iqrn8LpVUodW60qZv2Jgv5A2M6xbZGuf { color:#8b2a1a;display:block;width:21rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:26.25rem;left:33.8125rem;height:5.95rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WGLyJftShwMeILq9D0WK7bgZAs1waUqp { color:#8b2a1a;display:block;width:18.6875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:16.9375rem;left:33.8125rem;height:2.975rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VT58mMckZZKuqh6iTehv3qKOPeRlvshx { color:#1f5e2e;display:block;width:20rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:20.8125rem;left:5.625rem;height:1.4875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IEti9uSzoX6FsNXBeDgyO7tvtFeIlcOL { color:#1f5e2e;display:block;width:22rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:23.5625rem;left:5.625rem;height:1.4875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FyOZm6KgaQH3qwfFNzZVhIln4I1Zq5ci { color:#1f5e2e;display:block;width:20.4375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:16.9375rem;left:5.625rem;height:2.975rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WIzHq0Oxyq4u2oCeymPJxcrauUK391Cf { color:#1f5e2e;display:block;width:20.625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:13.5625rem;left:5.625rem;height:1.4875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gpCEsqRSkP0Qk4OEbUQx4B91XCTeT1BS { color:#1f5e2e;display:block;width:19.9375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:26.25rem;left:5.625rem;height:2.975rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f78QEN1ATHEaXggaQcUnsKeb6m93UWoi { box-sizing:content-box;height:7.6875rem;width:20.5rem;position:absolute;display:block;z-index:15027;background-color:#d7ecd7;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:30.875rem;left:5.6875rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#x8XblqbUlX1KLH8E8TJP5HnR2u03WOKO { color:#1f5e2e;display:block;width:17.0625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:32.0625rem;left:7.375rem;height:5.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DfOJiK0x8gv3AMmeSRmrwD5LHQvQP0ib { color:#8b2a1a;display:block;width:20.6875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:13.5625rem;left:33.6875rem;height:1.4875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kyUhxZvdNJO2WJcIqOxTKATqmTG55Zox { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e0b63b3a-4d98-4f30-8414-61548e840a45/Projektbeznazwy6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kyUhxZvdNJO2WJcIqOxTKATqmTG55Zox.adaptive-delivery-prevent-bg, #kyUhxZvdNJO2WJcIqOxTKATqmTG55Zox.lazyload, #kyUhxZvdNJO2WJcIqOxTKATqmTG55Zox.lazyloading { background-image: none; }#kyUhxZvdNJO2WJcIqOxTKATqmTG55Zox > .row .container { background-color: transparent; background-image: none; }#kyUhxZvdNJO2WJcIqOxTKATqmTG55Zox::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #213554; }#kyUhxZvdNJO2WJcIqOxTKATqmTG55Zox > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kyUhxZvdNJO2WJcIqOxTKATqmTG55Zox > .row .container > .video-iframe-container { display: none; }#kyUhxZvdNJO2WJcIqOxTKATqmTG55Zox > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #213554; }#kyUhxZvdNJO2WJcIqOxTKATqmTG55Zox > .row > .video-iframe-container { display: none; }#kyUhxZvdNJO2WJcIqOxTKATqmTG55Zox > .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); }#kyUhxZvdNJO2WJcIqOxTKATqmTG55Zox > .row .container { border-width: 0; border-radius: 0; }#kyUhxZvdNJO2WJcIqOxTKATqmTG55Zox::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kyUhxZvdNJO2WJcIqOxTKATqmTG55Zox > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kyUhxZvdNJO2WJcIqOxTKATqmTG55Zox > .row .container { font-size:0.875rem;font-family:arial;height:24.875rem;width:60rem;position:relative;display:block; }#RadTerIcKwt9zhCE7sH1vdsBle8z0QZZ { color:rgba(var(--color-tertiary-0),1);display:block;width:56.3125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:400;z-index:15000;line-height:1.1;letter-spacing:0;top:3.625rem;left:3.6875rem;height:4.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Diq8JDpG6ivQun3coTrLRTMTmxLm4t25 .accordion-element-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;flex-direction:column;align-items:center;background-color:#273d62;background-image:none;vertical-align:top;border-top:0.0625rem solid #d4d4d4;border-left:0.0625rem solid #d4d4d4;border-right:0.0625rem solid #d4d4d4;border-bottom:0.0625rem solid #d4d4d4; }
#Diq8JDpG6ivQun3coTrLRTMTmxLm4t25 .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; }
#Diq8JDpG6ivQun3coTrLRTMTmxLm4t25 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.125rem;color:rgba(var(--color-tertiary-0),1);line-height:1.3;overflow:hidden;height:auto;text-align:justify;text-align-last:initial;font-family:arial; }
#Diq8JDpG6ivQun3coTrLRTMTmxLm4t25 .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;color:rgba(var(--color-secondary-2),1);line-height:1.4;overflow:hidden;height:auto; }
#Diq8JDpG6ivQun3coTrLRTMTmxLm4t25 .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_215531deaefa5a7b9f78bb183585d92955d91d04.svg");background-size:contain !important; }#Diq8JDpG6ivQun3coTrLRTMTmxLm4t25 .accordion-trigger.adaptive-delivery-prevent-bg, #Diq8JDpG6ivQun3coTrLRTMTmxLm4t25 .accordion-trigger.lazyload, #Diq8JDpG6ivQun3coTrLRTMTmxLm4t25 .accordion-trigger.lazyloading { background-image: none; }
#Diq8JDpG6ivQun3coTrLRTMTmxLm4t25 { box-sizing:content-box;height:auto;width:52.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15001;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:7.69921875rem;left:2.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#Diq8JDpG6ivQun3coTrLRTMTmxLm4t25 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#Diq8JDpG6ivQun3coTrLRTMTmxLm4t25 #c6uh4t5bCNK0U6zxApkQIdWTZoRWKsNT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Diq8JDpG6ivQun3coTrLRTMTmxLm4t25 #lWKD397O25x1bwwBC0TTohmEFiXFWBpz { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Diq8JDpG6ivQun3coTrLRTMTmxLm4t25 #pXRQk0qLdLtLVcDApPcMwlsi8Rg49nxe { display:block;position:relative; }
#Diq8JDpG6ivQun3coTrLRTMTmxLm4t25 #GWnAEwhZUAZvHcP27yTFhyCDrzcFmIMW {  }
#Diq8JDpG6ivQun3coTrLRTMTmxLm4t25 #EbXQf8ofPSqJuuZGyIKRBRtHQQqxG9Vb {  }
#iKQXxr7bBT5ts3MqAuLG9FZRz78vffCC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e0b63b3a-4d98-4f30-8414-61548e840a45/Projektbeznazwy6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iKQXxr7bBT5ts3MqAuLG9FZRz78vffCC.adaptive-delivery-prevent-bg, #iKQXxr7bBT5ts3MqAuLG9FZRz78vffCC.lazyload, #iKQXxr7bBT5ts3MqAuLG9FZRz78vffCC.lazyloading { background-image: none; }#iKQXxr7bBT5ts3MqAuLG9FZRz78vffCC > .row .container { background-color: transparent; background-image: none; }#iKQXxr7bBT5ts3MqAuLG9FZRz78vffCC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#iKQXxr7bBT5ts3MqAuLG9FZRz78vffCC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iKQXxr7bBT5ts3MqAuLG9FZRz78vffCC > .row .container > .video-iframe-container { display: none; }#iKQXxr7bBT5ts3MqAuLG9FZRz78vffCC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#iKQXxr7bBT5ts3MqAuLG9FZRz78vffCC > .row > .video-iframe-container { display: none; }#iKQXxr7bBT5ts3MqAuLG9FZRz78vffCC > .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); }#iKQXxr7bBT5ts3MqAuLG9FZRz78vffCC > .row .container { border-width: 0; border-radius: 0; }#iKQXxr7bBT5ts3MqAuLG9FZRz78vffCC::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iKQXxr7bBT5ts3MqAuLG9FZRz78vffCC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iKQXxr7bBT5ts3MqAuLG9FZRz78vffCC > .row .container { font-size:0.875rem;font-family:arial;height:37.4375rem;width:60rem;position:relative;display:block; }#hum8ns7nJCk7LzN5WC0pVPstgU9xDmND { color:#213554;display:block;width:56.3125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:3.625rem;left:3.6875rem;height:4.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t073autDmrmx1lozzDgnLU9GM9om349E { color:#000000;display:block;width:47.375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:14.54296875rem;left:7.09375rem;height:2.975rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rQsDSuNQvRyQlRgqUI1lVWnq213wPrSz { box-sizing:content-box;height:15.0625rem;width:52.5rem;position:absolute;display:block;z-index:15026;background-color:#eef3fb;background-image:none;box-shadow: none;border-top:0.125rem solid #3a72c4;border-left:0.125rem solid #3a72c4;border-right:0.125rem solid #3a72c4;border-bottom:0.125rem solid #3a72c4;top:10.375rem;left:3.625rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#nKpEarh2DzVI1frbIPhKSxEt6BM1vobF { color:#1a4a8a;display:block;width:22.5625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.4;letter-spacing:0;top:12.0625rem;left:5.625rem;height:1.6625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tz0gXOQk4lJKwCnik86NftOTze1smCMQ { color:#000000;display:block;width:47.375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:18.16796875rem;left:7.09375rem;height:1.4875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aUZTMX1KvAy3RV25MhD978CK3CHQ5Sw0 { color:#000000;display:block;width:47.375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:20.73046875rem;left:7.09375rem;height:2.975rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Q3HXFbyD5sHW2cAMPFcHf2xzbXyEdoGG { color:#213554;display:block;width:56.3125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:28.5rem;left:2.625rem;height:4.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#S0R5yRWmhEJZ0P0W7V3wgGCObzmowA7U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e0b63b3a-4d98-4f30-8414-61548e840a45/Projektbeznazwy6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S0R5yRWmhEJZ0P0W7V3wgGCObzmowA7U.adaptive-delivery-prevent-bg, #S0R5yRWmhEJZ0P0W7V3wgGCObzmowA7U.lazyload, #S0R5yRWmhEJZ0P0W7V3wgGCObzmowA7U.lazyloading { background-image: none; }#S0R5yRWmhEJZ0P0W7V3wgGCObzmowA7U > .row .container { background-color: transparent; background-image: none; }#S0R5yRWmhEJZ0P0W7V3wgGCObzmowA7U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #213554; }#S0R5yRWmhEJZ0P0W7V3wgGCObzmowA7U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S0R5yRWmhEJZ0P0W7V3wgGCObzmowA7U > .row .container > .video-iframe-container { display: none; }#S0R5yRWmhEJZ0P0W7V3wgGCObzmowA7U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #213554; }#S0R5yRWmhEJZ0P0W7V3wgGCObzmowA7U > .row > .video-iframe-container { display: none; }#S0R5yRWmhEJZ0P0W7V3wgGCObzmowA7U > .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); }#S0R5yRWmhEJZ0P0W7V3wgGCObzmowA7U > .row .container { border-width: 0; border-radius: 0; }#S0R5yRWmhEJZ0P0W7V3wgGCObzmowA7U::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S0R5yRWmhEJZ0P0W7V3wgGCObzmowA7U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S0R5yRWmhEJZ0P0W7V3wgGCObzmowA7U > .row .container { font-size:0.875rem;font-family:arial;height:43.625rem;width:60rem;position:relative;display:block; }#NZS92uTQHaufdzKs7nE2efByvn6WUG5w { color:rgba(var(--color-tertiary-0),1);display:block;width:19.375rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:400;z-index:15000;line-height:1.1;letter-spacing:0;top:4.25rem;left:3.5rem;height:4.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO .widget-form-header { font-size:0.875rem; }
#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:22.8125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #a9a9a9;border-left:0.0625rem solid #a9a9a9;border-right:0.0625rem solid #a9a9a9;border-bottom:0.0625rem solid #a9a9a9;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.8125rem;box-sizing:border-box;height:2.5625rem;color:#898989;font-size:0.875rem;overflow:hidden;font-family:"source sans pro";vertical-align:top;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO .widget-input-text {padding-top: 0; padding-bottom: 0;}#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #a9a9a9;border-left:0.0625rem solid #a9a9a9;border-right:0.0625rem solid #a9a9a9;border-bottom:0.0625rem solid #a9a9a9;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.8125rem;box-sizing:border-box;height:4.375rem;color:#898989;font-size:0.875rem;overflow:hidden;font-family:"source sans pro";vertical-align:top;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.8125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO .widget-input-select {padding-top: 0; padding-bottom: 0;}#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#1d99dc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.6875rem;margin-bottom:0.25rem;margin-left:0.3125rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:700;color:#ffffff;width:22.125rem;height:3.5rem;font-family:"source sans pro";overflow:hidden;font-style:normal;text-align:center;text-align-last:center;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ; }
#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO [class*="-text"]:-moz-placeholder { color:#a9a9a9;font-family:"source sans pro";font-size:0.9375rem; }
#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO [class*="-text"]::-moz-placeholder { color:#a9a9a9;font-family:"source sans pro";font-size:0.9375rem; }
#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO [class*="-text"]:-ms-input-placeholder { color:#a9a9a9;font-family:"source sans pro";font-size:0.9375rem; }
#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO [class*="-text"]::-webkit-input-placeholder { color:#a9a9a9;font-family:"source sans pro";font-size:0.9375rem; }
#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.6875rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:21.875rem;overflow:hidden;font-style:normal;float:none; }
#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO .widget-container:first-of-type{padding-top:0;}#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO .widget-container:last-of-type{padding-bottom:0;}#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:9.5rem;left:32.1875rem;font-size:0.875rem; }
#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.8125rem;display:block;vertical-align:top; }
#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO {display:block;}#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:9.5rem;left:32.1875rem;font-size:0.875rem; }
#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO #v9Hu2ST6xckikcAoXkDulxku0dtArkio { position:relative; }
#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO #AfEzLdhL1aLQIZLNefxwHuutDvWIH5lk { position:relative;display:none; }
#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO #hH3dmc9gJWxZVp7tBMso94e20OSmeTVp { position:relative; }
#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO #ZBEhbvnKV94mFp2JiV9eJmmLBvuXtkk8 { position:relative; }
#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO #AgK59ooRCDxlsE9d2DvKOKgW4T9ZI6GD { position:relative;display:none; }
#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO #goCBbt7RwHpisgkCUJNlU0yAP6nFVtcO { position:relative; }
#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO #ROo45eykWyDdX4NWw2bUan4PJNXZnvWq { position:relative; }
#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO #Mc3HXGRZzQ3OgIA7StXhtMO9axiHXW1G { position:relative;display:none; }
#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO #ZZ54Zlq71XqUwMTIQGZTUXrCpeIdmiNA { position:relative; }
#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO #vFowLomD4Llo0fOfq40bJe9KCdf2dvG9 { position:relative; }
#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO #qcap1FZ9552RK8fOEvhF2RDt38cNA64o { position:relative;display:block; }
#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO #yTv0zuLZO1TeTklMsGSGVSOzldIpMmwK { position:relative; }
#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO #Aqktxbf0xOspOq8kXgFpLgA6dfQo9zbD { position:relative; }
#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO #G4kZbdq35TbNeK2Co3Tpw7wkVkOIdsr4 { position:relative;display:block; }
#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO #cTOcdo0nBD9UoiEF7k6aME8Tx42on5Lh { position:relative; }
#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO #hCvAKOTn7pgmPmZmOBs51pUFArcngUlu { position:relative; }
#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO #zqL7qr2BC8qGyV4JJRfRovXnwAyZWXnn { position:relative;z-index:2; }
#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO #AtTqVM0ae0rFp31yL9pO9obP95LKUDdU { position:relative; }
#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO #D6McG6it2Qz61NsCSiJcs8d2aHegopC1 { position:relative; }
#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO #SAnbTT0ZKV9yyCfX9nGdDi5rKDH21HhW { position:relative; }
#kIB00THKcTkFsA5vmmeLuJgsfeHduFkJ { position:absolute;display:block;z-index:15017;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.3125rem 0.5625rem 1.625rem rgba(var(--color-tertiary-4),0.26) ;height:36.375rem;width:25.4375rem;top:3.625rem;left:32.25rem;display:block; }
#H4rJtxenVlU1BSExuBLmiwzk0ZGPa2L5 { color:#1d99dc;display:block;width:23.8125rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:5.6875rem;left:33.0625rem;height:1.44375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tG90umw1XTSdy8Adgru4hbCvgVXosISR { color:#213554;display:block;width:25.1875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:17.75rem;left:3.9375rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TP92U5ObBQ59rGRVq78uiTLkT6TiSrCL { color:#213554;display:block;width:23.8125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:7.75rem;left:33.0625rem;height:1.16875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bWfX4oIsJg0oAb1MIW9T7uqgzXuVPNM1 { color:#1d99dc;display:block;width:26.6875rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:22.4375rem;left:2.9375rem;height:2.68125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P9vB2K16whxm2qA5Kuw4c179ALFouEG0 { box-sizing:content-box;height:10.5625rem;width:26.625rem;position:absolute;display:block;z-index:14999;background-color:#eef3fb;background-image:none;box-shadow: none;border-top:0;border-left:0.25rem solid #3a72c4;border-right:0;border-bottom:0;top:16.5625rem;left:2.8125rem;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.5rem;display:block; }
#fF9l5TIX46kbMdFX4kyrFi5Xra6h9Hdm { box-sizing:content-box;height:10.5625rem;width:26.625rem;position:absolute;display:block;z-index:14999;background-color:#eef3fb;background-image:none;box-shadow: none;border-top:0;border-left:0.25rem solid #3a72c4;border-right:0;border-bottom:0;top:10.125rem;left:3.09375rem;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.5rem;display:none; }
#y8BCG2rINicwd8zdanRgfteCfzUTXAGC { color:#213554;display:block;width:25.1875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:11.3125rem;left:4.25rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Vb2GLqKwPHLimCv4ADTi2pq7D3iNle4E { color:#1d99dc;display:block;width:26.6875rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:16rem;left:3.25rem;height:2.6806625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#HWZMbhi03bTgvz0WEnauATbFi8nBFvGP { color:rgba(var(--color-tertiary-0),1);display:block;width:19.375rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:10.125rem;left:3.5rem;height:4.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BaeXTi2rXh5mhgMZf7fmbDFGJ15aen7W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e0b63b3a-4d98-4f30-8414-61548e840a45/Projektbeznazwy6.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BaeXTi2rXh5mhgMZf7fmbDFGJ15aen7W.adaptive-delivery-prevent-bg, #BaeXTi2rXh5mhgMZf7fmbDFGJ15aen7W.lazyload, #BaeXTi2rXh5mhgMZf7fmbDFGJ15aen7W.lazyloading { background-image: none; }#BaeXTi2rXh5mhgMZf7fmbDFGJ15aen7W > .row .container { background-color: transparent; background-image: none; }#BaeXTi2rXh5mhgMZf7fmbDFGJ15aen7W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(33,53,84,0.48); }#BaeXTi2rXh5mhgMZf7fmbDFGJ15aen7W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BaeXTi2rXh5mhgMZf7fmbDFGJ15aen7W > .row .container > .video-iframe-container { display: none; }#BaeXTi2rXh5mhgMZf7fmbDFGJ15aen7W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(33,53,84,0.48); }#BaeXTi2rXh5mhgMZf7fmbDFGJ15aen7W > .row > .video-iframe-container { display: none; }#BaeXTi2rXh5mhgMZf7fmbDFGJ15aen7W > .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); }#BaeXTi2rXh5mhgMZf7fmbDFGJ15aen7W > .row .container { border-width: 0; border-radius: 0; }#BaeXTi2rXh5mhgMZf7fmbDFGJ15aen7W::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BaeXTi2rXh5mhgMZf7fmbDFGJ15aen7W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BaeXTi2rXh5mhgMZf7fmbDFGJ15aen7W > .row .container { font-size:0.875rem;font-family:arial;height:33.3125rem;width:60rem;position:relative;display:block; }#BttDaTuSKc90gukcLTqgFthGHeQWwETL { color:rgba(var(--color-tertiary-0),1);display:block;width:12rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:12.625rem;left:24rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TaezOsGPsaySw4z0VRcs2mS9GzKqJSc8 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:10.53125rem;left:24rem;height:2.15625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#A41I6Jst3Db500TX698sNMcW8rtHxITT { color:rgba(var(--color-tertiary-0),1);display:block;width:12.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:17.375rem;left:24.3125rem;height:2.15625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TDRUKFxkHmHi0dEuAtLdiEluvfGCB9CH { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:19.5625rem;left:24.3125rem;height:2.6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eRcNXzFZdyqQpeUv4BiDLtx3CFg6457p { color:rgba(var(--color-tertiary-0),1);display:block;width:15.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:23.3125rem;left:24rem;height:2.15625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#whEJH7raTgaltLoi8P3gGx8WvrsQJyxo { color:rgba(var(--color-tertiary-0),1);display:block;width:15.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:25.4375rem;left:24rem;height:2.6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VrgT8EqwDCaT75vh972HrDoAiwWmJvuI { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:25.375rem;left:44.6875rem;height:2.6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yny2C5AParNGLdOzILX5NiNXfZ1orBwB { color:rgba(var(--color-tertiary-0),1);display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:23.25rem;left:44.6875rem;height:2.15625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fGXisGdcxPbQKkqBztXeouM5bKy9JfKa { color:rgba(var(--color-tertiary-0),1);display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:17.375rem;left:45rem;height:2.15625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HyGBr458Jv8gHSJUTFLvHKl4HxKHtNra { color:rgba(var(--color-tertiary-0),1);display:block;width:14.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:19.5rem;left:45rem;height:2.6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ispzlbI9dJy9kaHdio6SKEf9TyeXQTT7 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:10.5625rem;left:44.6875rem;height:2.15625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CPpwJxPkMs1AkE358apSPmUecCHBqpNP { color:rgba(var(--color-tertiary-0),1);display:block;width:14.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:12.625rem;left:44.8125rem;height:3.9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iyJ2mcAlp5BB51qtSGPMTXAnmKtzAGWS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:18.875rem;left:40.625rem; }
#fwCvkkEalI8aFvvP3xAstwdbsvEtCmiG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.936525rem;width:2.936525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:11.90625rem;left:20rem; }
#dSA9u7EOrsq7W74m49rpElCWM9rsQugy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:18.25rem;left:20rem; }
#MvWJRTWxItNt9pJ7DTfimTT8yFaODJix { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:24.25rem;left:20rem; }
#IIwLB8TO940RdpPD1FQ4PZmKuNJVi6aB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:24.0625rem;left:40.3125rem; }
#Odd9X5ih02Fre2OLJ6V35eMIHtbMEcwc { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.5rem;width:17.5rem;top:1.9375rem;left:0rem;overflow:hidden;display:block; }
#gdzFarwePDxHZw9dVocl9GaiaTTTniQe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:12.625rem;left:40.3125rem; }
#Db02tpCdOhTmB6CmzQ9zheJbEBAcM7s9 { color:#ffffff;display:block;width:20.25rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:2.51171875rem;left:20rem;height:4.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JrLtQ8WBqTqTecsNcNLefS4pUZS6DhMR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JrLtQ8WBqTqTecsNcNLefS4pUZS6DhMR.adaptive-delivery-prevent-bg, #JrLtQ8WBqTqTecsNcNLefS4pUZS6DhMR.lazyload, #JrLtQ8WBqTqTecsNcNLefS4pUZS6DhMR.lazyloading { background-image: none; }#JrLtQ8WBqTqTecsNcNLefS4pUZS6DhMR > .row .container { background-color: transparent; background-image: none; }#JrLtQ8WBqTqTecsNcNLefS4pUZS6DhMR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JrLtQ8WBqTqTecsNcNLefS4pUZS6DhMR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JrLtQ8WBqTqTecsNcNLefS4pUZS6DhMR > .row .container > .video-iframe-container { display: none; }#JrLtQ8WBqTqTecsNcNLefS4pUZS6DhMR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JrLtQ8WBqTqTecsNcNLefS4pUZS6DhMR > .row > .video-iframe-container { display: none; }#JrLtQ8WBqTqTecsNcNLefS4pUZS6DhMR > .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); }#JrLtQ8WBqTqTecsNcNLefS4pUZS6DhMR > .row .container { border-width: 0; border-radius: 0; }#JrLtQ8WBqTqTecsNcNLefS4pUZS6DhMR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JrLtQ8WBqTqTecsNcNLefS4pUZS6DhMR > .row .container { font-size:0.875rem;font-family:arial;height:36.6875rem;width:60rem;position:relative;display:block; }#ywkyzsVSnnn0KT8C2Ncdti4cH391dNNV { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:16rem;width:18.9375rem;top:11rem;left:0rem;display:block; }
#IiOlJrfDwvVBI3pNxehkxTUMVrNR2kmD { color:rgba(var(--color-tertiary-3),1);display:block;width:17.3125rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:16.375rem;left:0.8125rem;height:5.625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#IB1lrmvCE3iUrprCkJlJ0OBIEzMyPDJA { color:#606060;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:11.9375rem;left:21.75rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZH8UnKfyyBnXVi4ncIRhcfGRH7i4sK3G { color:rgba(var(--color-tertiary-1),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:13.5625rem;left:21.75rem;height:1.05625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bEI0ptuV3dqD49RqdvWmtSMDc6FgcM1E { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:15.9375rem;width:18.9375rem;top:10.875rem;left:20.5625rem;display:block; }
#RswtFVXJTZPW9Mo133LoQZrrbbH5nfWd { color:rgba(var(--color-tertiary-3),1);display:block;width:17.0625rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:16.375rem;left:21.5rem;height:9.84375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#w3vxi2VNm8WPb0IaWl0eNKUhv8zfHp1e { color:#606060;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:11.9375rem;left:42.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IkmHwk1k6ew6VASReAR7aOWBJREDU0LS { color:rgba(var(--color-tertiary-1),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:13.5625rem;left:42.25rem;height:1.05625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GHxFOs7bs7Twf29g7vTMJcQ80SNSDMs3 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:16.1875rem;width:18.9375rem;top:10.75rem;left:41.0625rem;display:block; }
#avdNkUcwP79aCElW7CLsAKU93CyrQbvN { color:rgba(var(--color-tertiary-3),1);display:block;width:17rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:16.375rem;left:42.25rem;height:7.03125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#MbutVhiE6fU0TinaLGdOkcQpsPytvoRy { color:#606060;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:12.1875rem;left:0.875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LMN5DnRaOh4tBC7e2TDwcQRmUNKGvoG8 { color:rgba(var(--color-tertiary-1),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:13.6875rem;left:1rem;height:1.05625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Zm6a2eghlQ673ndzg1HmEDAlfd1nzanh { position:absolute;display:block;z-index:15024;background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/uc/e2756fc5-725b-4da0-a911-44572a108e10/Projektbeznazwy8.crop_398x403_441,125.preview.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.75rem;border-top-right-radius:7.75rem;border-bottom-left-radius:7.75rem;border-bottom-right-radius:7.75rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:1.5rem;width:1.5rem;top:12rem;left:16.125rem;display:block; }#Zm6a2eghlQ673ndzg1HmEDAlfd1nzanh.adaptive-delivery-prevent-bg, #Zm6a2eghlQ673ndzg1HmEDAlfd1nzanh.lazyload, #Zm6a2eghlQ673ndzg1HmEDAlfd1nzanh.lazyloading { background-image: none; }
#pWfCc7HDO5uLdVZTmxd5pnpNHaUpWQBT { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:6rem;top:14.8125rem;left:0.8125rem;overflow:hidden;display:block; }
#vcwJs1tmo7engXuwvSDTMbvk2qxEJwbW { position:absolute;display:block;z-index:15025;background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/uc/e2756fc5-725b-4da0-a911-44572a108e10/Projektbeznazwy8.crop_398x403_441,125.preview.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.75rem;border-top-right-radius:7.75rem;border-bottom-left-radius:7.75rem;border-bottom-right-radius:7.75rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:1.5rem;width:1.5rem;top:11.875rem;left:36.5625rem;display:block; }#vcwJs1tmo7engXuwvSDTMbvk2qxEJwbW.adaptive-delivery-prevent-bg, #vcwJs1tmo7engXuwvSDTMbvk2qxEJwbW.lazyload, #vcwJs1tmo7engXuwvSDTMbvk2qxEJwbW.lazyloading { background-image: none; }
#aaVtJTbiPkko8lNPlF0A1ohCqxFgg8WD { position:absolute;display:block;z-index:15026;background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/uc/e2756fc5-725b-4da0-a911-44572a108e10/Projektbeznazwy8.crop_398x403_441,125.preview.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.75rem;border-top-right-radius:7.75rem;border-bottom-left-radius:7.75rem;border-bottom-right-radius:7.75rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:1.5rem;width:1.5rem;top:12rem;left:57.125rem;display:block; }#aaVtJTbiPkko8lNPlF0A1ohCqxFgg8WD.adaptive-delivery-prevent-bg, #aaVtJTbiPkko8lNPlF0A1ohCqxFgg8WD.lazyload, #aaVtJTbiPkko8lNPlF0A1ohCqxFgg8WD.lazyloading { background-image: none; }
#dF5oOvJI4osVoZwyrlTGgf4FVt7OKKL3 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:6rem;top:14.8125rem;left:21.75rem;overflow:hidden;display:block; }
#qHmtkkWVtfrKkG8d150RqIrfbeb7nECc { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:6rem;top:14.8125rem;left:42.25rem;overflow:hidden;display:block; }
#JerOuQy26nq96UC7AKdBQmTLAlQ2tSAu { background-color:#0084c5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:3.4375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:29.9375rem;left:19.90625rem;display:block; }
#m7KAuSewMQii32SWHKbm95VHdsorm2Rv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dH4eBa4y9gboahR8UgKMZq2saOVklqoW { color:#213554;display:block;width:12.625rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:3.5625rem;left:2.4375rem;height:4.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DrWp56ougXBWOBasEOVw9U7BKxXe2A5k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#DrWp56ougXBWOBasEOVw9U7BKxXe2A5k > .row .container { background-color: transparent; background-image: none; }#DrWp56ougXBWOBasEOVw9U7BKxXe2A5k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DrWp56ougXBWOBasEOVw9U7BKxXe2A5k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DrWp56ougXBWOBasEOVw9U7BKxXe2A5k > .row .container > .video-iframe-container { display: none; }#DrWp56ougXBWOBasEOVw9U7BKxXe2A5k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DrWp56ougXBWOBasEOVw9U7BKxXe2A5k > .row > .video-iframe-container { display: none; }#DrWp56ougXBWOBasEOVw9U7BKxXe2A5k > .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); }#DrWp56ougXBWOBasEOVw9U7BKxXe2A5k > .row .container { border-width: 0; border-radius: 0; }#DrWp56ougXBWOBasEOVw9U7BKxXe2A5k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DrWp56ougXBWOBasEOVw9U7BKxXe2A5k > .row .container { font-size:0.875rem;font-family:arial;height:38rem;width:60rem;position:relative;display:block; }#KTDpeEBa84C5WPkgyeaneLy46ti85S6g { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:12.1875rem;top:10.8125rem;left:8.875rem;overflow:hidden;display:block; }
#y2CA4UR195rXFq0UgtozuJczuKvKkx9p { color:rgba(var(--color-tertiary-0),1);display:block;width:27.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.75146484375rem;left:31.1875rem;height:32.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zr9OefS1GRFK11hWp1o7iPTKTKiICdnQ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15005;line-height:.9;letter-spacing:0;top:17.4375rem;left:9.5rem;height:2.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#InKcP9ND8trkk3bWzg0i3E4aVbW3MPnf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:17.0625rem;left:10.625rem; }
#JKfyR5eIh8W0aS2NzL36iq4f0vNCDNcA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:19rem;left:8.3125rem; }
#ZqmDwbliFchyXEm4oAprdOxWmPleIC7K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:24.4375rem;left:24rem; }
#ZqmDwbliFchyXEm4oAprdOxWmPleIC7K > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#bqUK7FfEMsEgKkKpLbHH0RWr9ai6pIze { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:24.4375rem;left:13.625rem; }
#bqUK7FfEMsEgKkKpLbHH0RWr9ai6pIze > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#F8hvNEheZnIpGOkiS2CGS6ErvzCcFgPv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:24.4375rem;left:8.6875rem; }
#F8hvNEheZnIpGOkiS2CGS6ErvzCcFgPv > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#HFJxA5yTUXhE8lKI0aN8iBpoKJJoEobR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:24.5rem;left:3.5625rem; }
#HFJxA5yTUXhE8lKI0aN8iBpoKJJoEobR > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#beazchKw3n2HIwWDQbH4GcfOMfXM9O3i { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:24.375rem;left:3.4375rem;display:block; }
#Fe5GWk9fdsCXqkqqDO6l1lZGrfatU6y4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:24.4375rem;left:18.8125rem; }
#Fe5GWk9fdsCXqkqqDO6l1lZGrfatU6y4 > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tcosctfHPyRlMHi8LPfS5nz5x74BNMBl { display:block; }#tcosctfHPyRlMHi8LPfS5nz5x74BNMBl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ygWseZlDJ9MQCAi7lHyin9L5RZ6fMDIp { top:2.125rem;left:40.0625rem;width:7.6875rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #csPPtW053TMsAlw8zMsgpzwv13fvSm0I { top:2.125rem;left:30.375rem;width:11.125rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9nyFOmTgdcpUnI2qQixvOTaRHopcw0V { top:1.75rem;left:0rem;width:13.8125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4Nrg7AxbND5F8VuIsxaxb7G0KEnA7ie { top:2.25rem;left:28.0625rem;width:2.25rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #frkf45WlUyKS2zIdr7yEpCffv0WhuaTn { top:2.25rem;left:41.4375rem;width:2.3125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0y3Hlupyl4uK4K0mUPDg38v5oTTvmta { top:1.375rem;left:9.25rem;width:0.0625rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHOXu0U16RlumK1aVld3RecfiOQVHAkE { display:block; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i2BsGhEMex0XwPJStJC3viaa08hsXEb6 { top:15.9375rem;left:15.8125rem;width:31.9375rem;height:1.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6CAQTicH6cvA6UxgChRa35Jwfe1tvHs { width:2.0625rem;height:2.0625rem;top:26.6875rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUkK0oyvU9dUk4pWd3LWX7H1w4HrPrO7 { width:14.4375rem;height:2.75rem;top:29.9375rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT87OTOL8Gxfvl1wOGQndc4T48D1mFNX { display:block; }
 }@media only screen and (max-width: 763px) { #G13dw4N4pXGamq0Vdh36p5P3qJQOqnQH { top:9.4375rem;left:15.4375rem;width:32.3125rem;height:2.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZIGD22OIy15NJAq4iHTgeM9uwhkThGu { top:3.0625rem;left:0rem;width:26.3125rem;height:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0l83ROtLmifZaoBWRNDrUicBDBBItTH { top:35.8125rem;left:15.8125rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGKpathrwK2kp4ZfHRe1dT6fZR8LpVFz { display:none; }
 }@media only screen and (max-width: 763px) { #rO3g0pUllbmi8ENxQhEMxy2d8uEDVfNU { top:19rem;left:17.4375rem;width:30.3125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqEbS2HVtKnB70equZ4hzzdgq30qIWbc { top:15.5625rem;left:15.625rem;width:32.125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL2XxIhlChpkwZhbQwJClFAOWqTCVAsa { top:27.1875rem;left:17.4375rem;width:30.3125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhvyvm71xu6EJDvcmqR9aQbHdFN7Txc0 { display:block; }#rhvyvm71xu6EJDvcmqR9aQbHdFN7Txc0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XcLiXPVrZ7UskGpSDuw0WHKEgsGpqUfK { top:3.625rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUZiFyw60se3XBEXk21JTiNWnMq5UflD .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aUZiFyw60se3XBEXk21JTiNWnMq5UflD { display:flex;height:auto;width:45.25rem;top:1.625rem;left:0rem; }
#aUZiFyw60se3XBEXk21JTiNWnMq5UflD .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #aUZiFyw60se3XBEXk21JTiNWnMq5UflD #c6uh4t5bCNK0U6zxApkQIdWTZoRWKsNT {  }
 }@media only screen and (max-width: 763px) { #aUZiFyw60se3XBEXk21JTiNWnMq5UflD #lWKD397O25x1bwwBC0TTohmEFiXFWBpz {  }
 }@media only screen and (max-width: 763px) { #aUZiFyw60se3XBEXk21JTiNWnMq5UflD #pXRQk0qLdLtLVcDApPcMwlsi8Rg49nxe {  }
 }@media only screen and (max-width: 763px) { #aUZiFyw60se3XBEXk21JTiNWnMq5UflD #GWnAEwhZUAZvHcP27yTFhyCDrzcFmIMW {  }
 }@media only screen and (max-width: 763px) { #aUZiFyw60se3XBEXk21JTiNWnMq5UflD #EbXQf8ofPSqJuuZGyIKRBRtHQQqxG9Vb {  }
 }@media only screen and (max-width: 763px) { #aUZiFyw60se3XBEXk21JTiNWnMq5UflD #X9aNWk4nCACT2wwQuIFohD3oQQhEQyeW {  }
 }@media only screen and (max-width: 763px) { #aUZiFyw60se3XBEXk21JTiNWnMq5UflD #IyycGbCHc8bHLshXrzlSr1mIOBgLK4mA {  }
 }@media only screen and (max-width: 763px) { #aUZiFyw60se3XBEXk21JTiNWnMq5UflD #I0waEInxJHfnJUBxEaTVXkQ8DZyBTb5y {  }
 }@media only screen and (max-width: 763px) { #aUZiFyw60se3XBEXk21JTiNWnMq5UflD #K1TzISkW27Kwb9iZQGqELRBnxt7IToPS {  }
 }@media only screen and (max-width: 763px) { #aUZiFyw60se3XBEXk21JTiNWnMq5UflD #SntTPyoyTAgzcKpVn4p9UfmdHPRitps6 {  }
 }@media only screen and (max-width: 763px) { #aUZiFyw60se3XBEXk21JTiNWnMq5UflD #i8KtbrOHffGG3XhDwREOxLsZ9ro6aTot {  }
 }@media only screen and (max-width: 763px) { #aUZiFyw60se3XBEXk21JTiNWnMq5UflD #qFstAPlwJUpu6InNP926RHuLy1bGHqt7 {  }
 }@media only screen and (max-width: 763px) { #aUZiFyw60se3XBEXk21JTiNWnMq5UflD #kIpkM6gI4nt6coidrkvohkkd22Pp05nB {  }
 }@media only screen and (max-width: 763px) { #aUZiFyw60se3XBEXk21JTiNWnMq5UflD #wcSQHvHvGR7zW6K6MJkl9F1hh6r4zslC {  }
 }@media only screen and (max-width: 763px) { #aUZiFyw60se3XBEXk21JTiNWnMq5UflD #oexMzPLgUCEbOQ2tkXxEQC0M9mQdotCG {  }
 }@media only screen and (max-width: 763px) { #aUZiFyw60se3XBEXk21JTiNWnMq5UflD #MtFUiktllIZoOUZZDbZKwcn37K5fzbN8 {  }
 }@media only screen and (max-width: 763px) { #aUZiFyw60se3XBEXk21JTiNWnMq5UflD #MQ3xPo8g4kTZ6NSVfoeCrfsURb9QhVsl {  }
 }@media only screen and (max-width: 763px) { #aUZiFyw60se3XBEXk21JTiNWnMq5UflD #T3z37XT2umMwEmCsA0dCxB2z82J5KTp6 {  }
 }@media only screen and (max-width: 763px) { #aUZiFyw60se3XBEXk21JTiNWnMq5UflD #zl4nnwb2NnAwAlOvJfmHhw7dleFyPgQp {  }
 }@media only screen and (max-width: 763px) { #aUZiFyw60se3XBEXk21JTiNWnMq5UflD #eCkTpk3qHDve5D47EOotrlfPhIiwPF8s {  }
 }@media only screen and (max-width: 763px) { #sFXCrqtU7fsRwBAF2xxZOwhodLwIDxmQ { display:block; }#sFXCrqtU7fsRwBAF2xxZOwhodLwIDxmQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ISuqio63ELG5PSrvBL5BMKOW0BhnMVNK { top:3.625rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cH42sfXsth5KRuepgSmqQsRM7QuPDBnU { top:9.625rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcvXlDqpa1xNaL3ql4VC0VrQn3syv6Qc { top:14.9375rem;left:0rem;width:47.5rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTm6RncnckdhXTv6FKJXN0hr2VnTIy8H { top:17rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSIvcDH7swxLHryOTMaef7JqW3Edt8D5 { top:21.875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWIkOAlxS5pAtai5DPQdqd9TwczBDzfD { top:28.6875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lz9AeimHIorMyfEmnehn5ihIoQd0L9Z9 { top:30.875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNGtmRTQlyJCitiL2zo57DJNsrGLHWW2 { top:34.0625rem;left:0rem;width:24.3125rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts4tTKyw35Btt5D1imrwWOWQb0lkT9KT { top:34.0625rem;left:23.1875rem;width:24.3125rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4H1IvNSQZ5bC63748dfdJr5iFQ10p0O { top:35.75rem;left:0rem;width:22.5625rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypURJmu3B02WgTngfCH9DWwNE7d55oEs { top:35.75rem;left:25.1875rem;width:22.5625rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdTxuXltDx1bsaxFdNZ8iK4gFLW6oy0b { top:38.9375rem;left:0rem;width:20.3125rem;height:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeGMtIsnNPUw9p1yebHy4gnAKzWeMkMX { top:38.875rem;left:27.75rem;width:20rem;height:4.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFHqTpIeQfMNEI3gKy6pMwMJH8AfRMir { top:46.8125rem;left:0rem;width:47.75rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqGGxPbgEv69xJTTdsQPxSc6Ql708rzN { display:block; }#NqGGxPbgEv69xJTTdsQPxSc6Ql708rzN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KfKUmy3EIPJgIm9OBbKfwoOA2NgJDMNN { top:4.25rem;left:0rem;width:19.375rem;height:4.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-regular-label { width:23.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-text { width:23.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-textarea { width:23.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-select { width:23.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-button { width:22.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.375rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-checkbox-label { width:21.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9  { width:23.125rem;height:auto;top:9.5rem;left:22.125rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .radio-container { width:23.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 {display:block;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 { width:23.125rem;height:auto;top:9.5rem;left:22.125rem; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #rlETc07D0fniPbIi23bQ4IM5t2XT2yR9 {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #CuKUWc3Z6vRmnz130T1Qxl3iroxmSuRM { display:none; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #p2uMfVyqDZwn0uSMHtyIEHXUDJo5DTVW {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #qDMmABiWvPF7sTasEdSU0lTEh5IoC3EA {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #NU2a1TyDTbdwRNZxeXHaFO2c0AgztkN3 { display:none; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #J9ZEBMTW1GMxS3SzV5wIwfnEETPzFbfy {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #WJ8W4i7uSIGtXMrUpBmzgvfnHZ0dHWg2 {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #y9Tdsa85QShzPEHzJQ7pDsAKk8DQ1A0v { display:none; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #uBf2HHdamFTwIb0IMouqEucD6do6d1bI {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #OssEPXmqs2wcDy4VcBGll1Vxsd1HynDt {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #E60A2JRlRJ15Ag6TK5bHaf5hP5lVep4G {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #AZflVxI26CHTMKRf8TiL2CRcsHB6fmAv {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #uAmGWVmaw9PFXQUuBpR5d3i1yvhZJnKJ {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #vDTGkRUUoAXOlkvGG6H94zW02VlVyfhF {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #O1TNI7sISforTEpnEwcR2qDoLEMXTH73 {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #T4l3f3AyyHyyQyunDJKWAeQ9AgVNGmxo {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #F5N008JKTXJ2pDOL2l8VTtu3E2H9WISV {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #R2Dpu5nddO0kMgAT2LoM1okecCu0xg9x {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #JHFuqNpvsTZsIJelwgTOCgKQ8dbGqxZf {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #TQqEEzzxJw5UX4PZsssI8BUBaAPSiG1u {  }
 }@media only screen and (max-width: 763px) { #ecanezNQd00fkniazH340Gn6BsvTyZZo { top:3.625rem;left:22.3125rem;width:25.4375rem;height:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zanORt5gXDLqI0RWama7dLOPUFr7TReS { top:5.6875rem;left:23.9375rem;width:23.8125rem;height:1.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkL4el3gEnX2RIWa0qKNSmX0sVBtsAEV { top:7.75rem;left:23.9375rem;width:23.8125rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tp8sihB6KTI8FgL4KSvDfFOVkHk8zsXx { top:16rem;left:0rem;width:26.6875rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #StrSHuPNsh6BdzdJ5OVEP43UH0I96CTX { top:16rem;left:0rem;width:26.625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxVHLT70bR0ObrkTEHfNZP6PaO0GhCEE { top:10.3125rem;left:0rem;width:19.375rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1BXh8SGDU05Qare7OzNDQlzGV2tuiyy { display:block; }#A1BXh8SGDU05Qare7OzNDQlzGV2tuiyy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h1vUl7wghxyk32URfkeTwEkq7p3yoLpX { top:3.0625rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zslpMti1Btm8hIrV1M0VNREMhvJP9NKT { top:8.375rem;left:0rem;width:17.9375rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcx1lMUa6AqT8VPi99rcrfWyc931cLWc { top:29.5625rem;left:12.25rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkRPvflIJCSKAs4T6itTEKoq5RBiZzWH { top:40.5625rem;left:0rem;width:16.1875rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKxG0iFACMFHC23z5fCMaCGLSbCi3vVD { top:40.25rem;left:7.625rem;width:7.4375rem;height:1.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIUDZ5lgtB5xBW1RuPXmstJMEnc3MCe2 { top:8.0625rem;left:0rem;width:18.0625rem;height:45.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHybT3MCgQhPWeElseupX5rnuHJs5KS2 { top:44.875rem;left:0.0625rem;width:11.375rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pdg9AGc9bK6e2z4KmD8oR0kPMJedz6dN { top:34.375rem;left:0rem;width:18.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3nvC4cUigkTWCeOzfLSTDMsPabPU3vp { top:42.9375rem;left:0rem;width:6.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nuw8et9n1yl0ncvqsrODLftmBAqtkFRI { top:42.9375rem;left:9.25rem;width:6.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXEpEpyCMJK3tkxrxtN0TnhJATMIktrU { top:42.1875rem;left:7rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZN4QwT3IVxzbECdFp6BgR34nqZ8z1VBi { top:44.125rem;left:11.6875rem;width:4.1875rem;height:2.125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5lFyHTpzpKMIwiipGL7PFSrp8xhTRAE { top:48.6875rem;left:0rem;width:16.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqTrFkEzh9z3M4oUyWuPqrZlTslfS81K { top:49.75rem;left:0rem;width:16.25rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wThtzE4x8QUCrZ20eT7x4gmRiusBhmXJ { top:35.125rem;left:3.1875rem;width:9.5rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPNknn6cINnMQIuBU09UHwIlkEbucsWF { top:8.0625rem;left:13.4375rem;width:18.0625rem;height:45.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTguiz4FgcdB29exUcdLFaOAVCz6pmXZ { top:8.0625rem;left:29.3125rem;width:18.0625rem;height:45.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9rhfTieWixTynI6BWksl7P6hlPXocZU { top:40.5625rem;left:15.5625rem;width:16.1875rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6U3z7VqIG4onVDc71TlHIlCxnrAzvld { top:40.375rem;left:25.8125rem;width:5.9375rem;height:1.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FitTxCbtsLdNdSZZ0f3yMApDedfH1MbJ { top:42.9375rem;left:15.875rem;width:6.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnNECBrWJAqfd50XLKzf37fmApxtrVPh { top:42.9375rem;left:25.25rem;width:6.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OK4cxJqbgHJ6T667lDuWG0pbqL5LZwVQ { top:42.1875rem;left:23rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOKruxek0IaOv0Ik48se3zXr9o6t7SRu { top:44.875rem;left:15.875rem;width:11.375rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePvmTPt6iRFGNEaZTwxEl8DtTATeG5zN { top:44.25rem;left:27.6875rem;width:4.0625rem;height:2.125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT337LnNChXPNaQK74LLh88mKWm9xKRt { top:48.6875rem;left:14.75rem;width:16.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcyDdBGJSGWukn04LcWIa7KIMSTiSrS2 { top:49.6875rem;left:16rem;width:15.75rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yc6wdJ7pVrLfQWWp3iRdwBvSmSUKs5vV { top:40.5625rem;left:31.4375rem;width:16.1875rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CP0OW8l4z0LfZWTltx3e5aAOQoc28FMi { top:40.375rem;left:41.6875rem;width:5.9375rem;height:1.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8tzDCKMZHBC6z9v0vuuFkvv29mFWvm3 { top:42.9375rem;left:31.75rem;width:6.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mz8OS3ShCdv7VTEq6Ml9PUc42uoklKzZ { top:42.1875rem;left:38.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4ga4q4pPH6PBuNPSxV2Tb8c9qRZIzVU { top:42.9375rem;left:41.125rem;width:6.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGpbEpGsnaxAreTtasXXz2CWCp6DMJFx { top:44.875rem;left:31.75rem;width:11.375rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGddmApecNOlcNt0fBGdSZwMv1O3TSLp { top:44.375rem;left:43.5625rem;width:4.0625rem;height:2.125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RS20br43eG5LW3aGPHSR5q6iTA31mvxf { top:48.6875rem;left:30.625rem;width:16.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EynAn3vkECBm1mbNeVTv1D01kWWEDL2L { top:49.6875rem;left:31.6875rem;width:15.9375rem;height:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sa8uLk2mKrZKcWBEaGSBif6wuXMVc6lX { top:8.6875rem;left:13.8125rem;width:17.9375rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gx5FT6cW2mJh5oHuZT2liesikXc9TbkZ { top:34.4375rem;left:13.625rem;width:18.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlAI8TOsRBwdybwHOhCTqQn3uBhP7xZV { top:29.8125rem;left:28.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q96R4iAqVQVCNvFxhq6QqfeH9EiU5HLe { top:35.1875rem;left:0rem;width:22.375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsQCElqdrbsLf2T1bIzF0gXl6cdsP1Dx { top:8.6875rem;left:29.5625rem;width:18.0625rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQSBCTyW6Dfi0WuP1m3vxg07vTxZr5uI { top:34.4375rem;left:29.5rem;width:18.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTnHWK9ySkm0qOSJEINduJWBO4FZ4qeX { top:29.8125rem;left:44.5625rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ssqe9xzp4CqmFQZmH9CX7JMOT5wvHRnI { display:block; }#Ssqe9xzp4CqmFQZmH9CX7JMOT5wvHRnI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OIo3VTSE361XQQHiZw8MaSBARvkn72lq { top:3.625rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzmRFw2HuvnRXytg0E1DQ4HgTKz7bdMb { top:9.5625rem;left:23.1875rem;width:24.3125rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rROryIhUiaZro9iqyMw6fOlbdD5qfLTQ { top:9.625rem;left:0rem;width:24.3125rem;height:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7yU7BHP2qXO4zQImGelJ4nsJNWgHlA8 { top:11.3125rem;left:25.125rem;width:22.625rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhiTD6IM0wGblRIgsom5bCguOlwxgG8O { top:11.3125rem;left:0rem;width:22.5625rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfdUNNqQN4OBxvGVtwitB3QwOMvQf7C1 { top:20.8125rem;left:27.375rem;width:20.375rem;height:4.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqrn8LpVUodW60qZv2Jgv5A2M6xbZGuf { top:26.25rem;left:26.75rem;width:21rem;height:5.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGLyJftShwMeILq9D0WK7bgZAs1waUqp { top:16.9375rem;left:27.6875rem;width:18.6875rem;height:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT58mMckZZKuqh6iTehv3qKOPeRlvshx { top:20.8125rem;left:0rem;width:20rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEti9uSzoX6FsNXBeDgyO7tvtFeIlcOL { top:23.5625rem;left:0rem;width:22rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyOZm6KgaQH3qwfFNzZVhIln4I1Zq5ci { top:16.9375rem;left:0rem;width:20.4375rem;height:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIzHq0Oxyq4u2oCeymPJxcrauUK391Cf { top:13.5625rem;left:0rem;width:20.625rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpCEsqRSkP0Qk4OEbUQx4B91XCTeT1BS { top:26.25rem;left:0rem;width:19.9375rem;height:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f78QEN1ATHEaXggaQcUnsKeb6m93UWoi { top:30.875rem;left:0rem;width:20.5rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8XblqbUlX1KLH8E8TJP5HnR2u03WOKO { top:32.0625rem;left:1.25rem;width:17.0625rem;height:5.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfOJiK0x8gv3AMmeSRmrwD5LHQvQP0ib { top:13.5625rem;left:27.0625rem;width:20.6875rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyUhxZvdNJO2WJcIqOxTKATqmTG55Zox { display:block; }#kyUhxZvdNJO2WJcIqOxTKATqmTG55Zox > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RadTerIcKwt9zhCE7sH1vdsBle8z0QZZ { top:3.625rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Diq8JDpG6ivQun3coTrLRTMTmxLm4t25 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Diq8JDpG6ivQun3coTrLRTMTmxLm4t25 { display:flex;height:auto;width:45.25rem;top:1.625rem;left:0rem; }
#Diq8JDpG6ivQun3coTrLRTMTmxLm4t25 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #Diq8JDpG6ivQun3coTrLRTMTmxLm4t25 #c6uh4t5bCNK0U6zxApkQIdWTZoRWKsNT {  }
 }@media only screen and (max-width: 763px) { #Diq8JDpG6ivQun3coTrLRTMTmxLm4t25 #lWKD397O25x1bwwBC0TTohmEFiXFWBpz {  }
 }@media only screen and (max-width: 763px) { #Diq8JDpG6ivQun3coTrLRTMTmxLm4t25 #pXRQk0qLdLtLVcDApPcMwlsi8Rg49nxe {  }
 }@media only screen and (max-width: 763px) { #Diq8JDpG6ivQun3coTrLRTMTmxLm4t25 #GWnAEwhZUAZvHcP27yTFhyCDrzcFmIMW {  }
 }@media only screen and (max-width: 763px) { #Diq8JDpG6ivQun3coTrLRTMTmxLm4t25 #EbXQf8ofPSqJuuZGyIKRBRtHQQqxG9Vb {  }
 }@media only screen and (max-width: 763px) { #iKQXxr7bBT5ts3MqAuLG9FZRz78vffCC { display:block; }#iKQXxr7bBT5ts3MqAuLG9FZRz78vffCC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hum8ns7nJCk7LzN5WC0pVPstgU9xDmND { top:3.625rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t073autDmrmx1lozzDgnLU9GM9om349E { top:14.5rem;left:0.375rem;width:47.375rem;height:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQsDSuNQvRyQlRgqUI1lVWnq213wPrSz { top:10.375rem;left:0rem;width:47.5rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKpEarh2DzVI1frbIPhKSxEt6BM1vobF { top:12.0625rem;left:0rem;width:22.5625rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tz0gXOQk4lJKwCnik86NftOTze1smCMQ { top:18.125rem;left:0.375rem;width:47.375rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUZTMX1KvAy3RV25MhD978CK3CHQ5Sw0 { top:20.6875rem;left:0.375rem;width:47.375rem;height:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3HXFbyD5sHW2cAMPFcHf2xzbXyEdoGG { top:28.5rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0R5yRWmhEJZ0P0W7V3wgGCObzmowA7U { display:block; }#S0R5yRWmhEJZ0P0W7V3wgGCObzmowA7U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NZS92uTQHaufdzKs7nE2efByvn6WUG5w { top:4.25rem;left:0rem;width:19.375rem;height:4.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO .widget-regular-label { width:23.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO .widget-input-text { width:23.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO .widget-input-text {padding-top: 0; padding-bottom: 0;}#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO .widget-textarea { width:23.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO .widget-input-select { width:23.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO .widget-input-select {padding-top: 0; padding-bottom: 0;}#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO .widget-input-button { width:22.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.375rem; }
#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO .widget-checkbox-label { width:21.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO  { width:23.125rem;height:26.9375rem;top:9.5rem;left:22.125rem; }
#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO .radio-container { width:23.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO {display:block;}#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO { width:23.125rem;height:26.9375rem;top:9.5rem;left:22.125rem; }
 }@media only screen and (max-width: 763px) { #OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO #v9Hu2ST6xckikcAoXkDulxku0dtArkio {  }
 }@media only screen and (max-width: 763px) { #OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO #AfEzLdhL1aLQIZLNefxwHuutDvWIH5lk { display:none; }
 }@media only screen and (max-width: 763px) { #OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO #hH3dmc9gJWxZVp7tBMso94e20OSmeTVp {  }
 }@media only screen and (max-width: 763px) { #OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO #ZBEhbvnKV94mFp2JiV9eJmmLBvuXtkk8 {  }
 }@media only screen and (max-width: 763px) { #OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO #AgK59ooRCDxlsE9d2DvKOKgW4T9ZI6GD { display:none; }
 }@media only screen and (max-width: 763px) { #OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO #goCBbt7RwHpisgkCUJNlU0yAP6nFVtcO {  }
 }@media only screen and (max-width: 763px) { #OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO #ROo45eykWyDdX4NWw2bUan4PJNXZnvWq {  }
 }@media only screen and (max-width: 763px) { #OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO #Mc3HXGRZzQ3OgIA7StXhtMO9axiHXW1G { display:none; }
 }@media only screen and (max-width: 763px) { #OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO #ZZ54Zlq71XqUwMTIQGZTUXrCpeIdmiNA {  }
 }@media only screen and (max-width: 763px) { #OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO #vFowLomD4Llo0fOfq40bJe9KCdf2dvG9 {  }
 }@media only screen and (max-width: 763px) { #OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO #qcap1FZ9552RK8fOEvhF2RDt38cNA64o {  }
 }@media only screen and (max-width: 763px) { #OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO #yTv0zuLZO1TeTklMsGSGVSOzldIpMmwK {  }
 }@media only screen and (max-width: 763px) { #OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO #Aqktxbf0xOspOq8kXgFpLgA6dfQo9zbD {  }
 }@media only screen and (max-width: 763px) { #OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO #G4kZbdq35TbNeK2Co3Tpw7wkVkOIdsr4 {  }
 }@media only screen and (max-width: 763px) { #OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO #cTOcdo0nBD9UoiEF7k6aME8Tx42on5Lh {  }
 }@media only screen and (max-width: 763px) { #OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO #hCvAKOTn7pgmPmZmOBs51pUFArcngUlu {  }
 }@media only screen and (max-width: 763px) { #OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO #zqL7qr2BC8qGyV4JJRfRovXnwAyZWXnn {  }
 }@media only screen and (max-width: 763px) { #OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO #AtTqVM0ae0rFp31yL9pO9obP95LKUDdU {  }
 }@media only screen and (max-width: 763px) { #OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO #D6McG6it2Qz61NsCSiJcs8d2aHegopC1 {  }
 }@media only screen and (max-width: 763px) { #OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO #SAnbTT0ZKV9yyCfX9nGdDi5rKDH21HhW {  }
 }@media only screen and (max-width: 763px) { #kIB00THKcTkFsA5vmmeLuJgsfeHduFkJ { top:3.625rem;left:22.3125rem;width:25.4375rem;height:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4rJtxenVlU1BSExuBLmiwzk0ZGPa2L5 { top:5.6875rem;left:23.9375rem;width:23.8125rem;height:1.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tG90umw1XTSdy8Adgru4hbCvgVXosISR { top:17.75rem;left:0rem;width:25.1875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP92U5ObBQ59rGRVq78uiTLkT6TiSrCL { top:7.75rem;left:23.9375rem;width:23.8125rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWfX4oIsJg0oAb1MIW9T7uqgzXuVPNM1 { top:22.4375rem;left:0rem;width:26.6875rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9vB2K16whxm2qA5Kuw4c179ALFouEG0 { top:16.5625rem;left:0rem;width:26.625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fF9l5TIX46kbMdFX4kyrFi5Xra6h9Hdm { top:10.125rem;left:0rem;width:26.625rem;height:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #y8BCG2rINicwd8zdanRgfteCfzUTXAGC { top:11.3125rem;left:0rem;width:25.1875rem;height:3.25rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vb2GLqKwPHLimCv4ADTi2pq7D3iNle4E { top:16rem;left:0rem;width:26.6875rem;height:2.625rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HWZMbhi03bTgvz0WEnauATbFi8nBFvGP { top:10.125rem;left:0rem;width:19.375rem;height:4.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaeXTi2rXh5mhgMZf7fmbDFGJ15aen7W { display:block; }#BaeXTi2rXh5mhgMZf7fmbDFGJ15aen7W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BttDaTuSKc90gukcLTqgFthGHeQWwETL { width:12rem;height:3rem;top:12.625rem;left:15.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaezOsGPsaySw4z0VRcs2mS9GzKqJSc8 { width:15.3125rem;height:2.125rem;top:10.5rem;left:16.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A41I6Jst3Db500TX698sNMcW8rtHxITT { width:12.9375rem;height:2.125rem;top:17.375rem;left:18.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDRUKFxkHmHi0dEuAtLdiEluvfGCB9CH { width:14.0625rem;height:2.5625rem;top:19.5625rem;left:17.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRcNXzFZdyqQpeUv4BiDLtx3CFg6457p { width:15.75rem;height:2.125rem;top:23.3125rem;left:16rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #whEJH7raTgaltLoi8P3gGx8WvrsQJyxo { width:15.8125rem;height:2.5625rem;top:25.4375rem;left:15.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrgT8EqwDCaT75vh972HrDoAiwWmJvuI { width:15.3125rem;height:2.5625rem;top:25.375rem;left:32.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yny2C5AParNGLdOzILX5NiNXfZ1orBwB { width:13.4375rem;height:2.125rem;top:23.25rem;left:34.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGXisGdcxPbQKkqBztXeouM5bKy9JfKa { width:12.875rem;height:2.125rem;top:17.375rem;left:34.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyGBr458Jv8gHSJUTFLvHKl4HxKHtNra { width:14.375rem;height:2.5625rem;top:19.5rem;left:33.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ispzlbI9dJy9kaHdio6SKEf9TyeXQTT7 { width:13.5rem;height:2.125rem;top:10.5625rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPpwJxPkMs1AkE358apSPmUecCHBqpNP { width:14.3125rem;height:3.875rem;top:12.625rem;left:33.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyJ2mcAlp5BB51qtSGPMTXAnmKtzAGWS { top:18.875rem;left:31.75rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwCvkkEalI8aFvvP3xAstwdbsvEtCmiG { top:11.875rem;left:15.875rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSA9u7EOrsq7W74m49rpElCWM9rsQugy { top:18.25rem;left:15.875rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvWJRTWxItNt9pJ7DTfimTT8yFaODJix { top:24.25rem;left:15.875rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIwLB8TO940RdpPD1FQ4PZmKuNJVi6aB { top:24.0625rem;left:31.75rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Odd9X5ih02Fre2OLJ6V35eMIHtbMEcwc { top:1.9375rem;left:0rem;width:17.5rem;height:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdzFarwePDxHZw9dVocl9GaiaTTTniQe { top:12.625rem;left:31.75rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Db02tpCdOhTmB6CmzQ9zheJbEBAcM7s9 { top:2.5rem;left:11.5rem;width:20.25rem;height:4.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrLtQ8WBqTqTecsNcNLefS4pUZS6DhMR { display:block; }#JrLtQ8WBqTqTecsNcNLefS4pUZS6DhMR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ywkyzsVSnnn0KT8C2Ncdti4cH391dNNV { width:18.9375rem;height:16rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiOlJrfDwvVBI3pNxehkxTUMVrNR2kmD { width:17.3125rem;height:5.625rem;top:16.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IB1lrmvCE3iUrprCkJlJ0OBIEzMyPDJA { width:11.25rem;height:1.625rem;top:11.9375rem;left:15.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZH8UnKfyyBnXVi4ncIRhcfGRH7i4sK3G { width:11.25rem;height:1rem;top:13.5625rem;left:15.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEI0ptuV3dqD49RqdvWmtSMDc6FgcM1E { width:18.9375rem;height:15.9375rem;top:10.875rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RswtFVXJTZPW9Mo133LoQZrrbbH5nfWd { width:17.0625rem;height:9.8125rem;top:16.375rem;left:15.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3vxi2VNm8WPb0IaWl0eNKUhv8zfHp1e { width:11.25rem;height:1.625rem;top:11.9375rem;left:36.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkmHwk1k6ew6VASReAR7aOWBJREDU0LS { width:11.25rem;height:1rem;top:13.5625rem;left:36.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHxFOs7bs7Twf29g7vTMJcQ80SNSDMs3 { width:18.9375rem;height:16.1875rem;top:10.75rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #avdNkUcwP79aCElW7CLsAKU93CyrQbvN { width:17rem;height:7rem;top:16.375rem;left:30.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbutVhiE6fU0TinaLGdOkcQpsPytvoRy { width:11.25rem;height:1.625rem;top:12.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMN5DnRaOh4tBC7e2TDwcQRmUNKGvoG8 { width:10.9375rem;height:1rem;top:13.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zm6a2eghlQ673ndzg1HmEDAlfd1nzanh { width:1.5rem;height:1.5rem;top:12rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWfCc7HDO5uLdVZTmxd5pnpNHaUpWQBT { top:14.8125rem;left:0rem;width:6rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcwJs1tmo7engXuwvSDTMbvk2qxEJwbW { width:1.5rem;height:1.5rem;top:11.875rem;left:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaVtJTbiPkko8lNPlF0A1ohCqxFgg8WD { width:1.5rem;height:1.5rem;top:12rem;left:46.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dF5oOvJI4osVoZwyrlTGgf4FVt7OKKL3 { top:14.8125rem;left:15.625rem;width:6rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHmtkkWVtfrKkG8d150RqIrfbeb7nECc { top:14.8125rem;left:36.125rem;width:6rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JerOuQy26nq96UC7AKdBQmTLAlQ2tSAu { width:20.1875rem;height:3.4375rem;top:29.9375rem;left:13.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7KAuSewMQii32SWHKbm95VHdsorm2Rv { display:block; }
 }@media only screen and (max-width: 763px) { #dH4eBa4y9gboahR8UgKMZq2saOVklqoW { top:3.5625rem;left:0rem;width:12.625rem;height:4.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrWp56ougXBWOBasEOVw9U7BKxXe2A5k { display:block; }#DrWp56ougXBWOBasEOVw9U7BKxXe2A5k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KTDpeEBa84C5WPkgyeaneLy46ti85S6g { top:10.8125rem;left:5.8125rem;width:12.1875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2CA4UR195rXFq0UgtozuJczuKvKkx9p { top:2.75rem;left:20.125rem;width:27.625rem;height:32.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zr9OefS1GRFK11hWp1o7iPTKTKiICdnQ { top:17.4375rem;left:6.4375rem;width:12.5rem;height:2.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #InKcP9ND8trkk3bWzg0i3E4aVbW3MPnf { top:17.0625rem;left:7.5625rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKfyR5eIh8W0aS2NzL36iq4f0vNCDNcA { top:19rem;left:5.25rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqmDwbliFchyXEm4oAprdOxWmPleIC7K { top:24.4375rem;left:20.9375rem;width:2.625rem;height:2.625rem;display:block; }
#ZqmDwbliFchyXEm4oAprdOxWmPleIC7K > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #bqUK7FfEMsEgKkKpLbHH0RWr9ai6pIze { top:24.4375rem;left:10.5625rem;width:2.625rem;height:2.625rem;display:block; }
#bqUK7FfEMsEgKkKpLbHH0RWr9ai6pIze > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #F8hvNEheZnIpGOkiS2CGS6ErvzCcFgPv { top:24.4375rem;left:5.625rem;width:2.625rem;height:2.625rem;display:block; }
#F8hvNEheZnIpGOkiS2CGS6ErvzCcFgPv > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #HFJxA5yTUXhE8lKI0aN8iBpoKJJoEobR { top:24.5rem;left:0.5rem;width:2.625rem;height:2.625rem;display:block; }
#HFJxA5yTUXhE8lKI0aN8iBpoKJJoEobR > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #beazchKw3n2HIwWDQbH4GcfOMfXM9O3i { top:24.375rem;left:0.375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fe5GWk9fdsCXqkqqDO6l1lZGrfatU6y4 { top:24.4375rem;left:15.75rem;width:2.6875rem;height:2.6875rem;display:block; }
#Fe5GWk9fdsCXqkqqDO6l1lZGrfatU6y4 > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tcosctfHPyRlMHi8LPfS5nz5x74BNMBl { display:block; }#tcosctfHPyRlMHi8LPfS5nz5x74BNMBl > .row .container { width:20rem;height:3.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ygWseZlDJ9MQCAi7lHyin9L5RZ6fMDIp { width:6.625rem;height:2.54980625rem;top:0.818359375rem;left:12.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #csPPtW053TMsAlw8zMsgpzwv13fvSm0I { width:11.125rem;height:2.54980625rem;top:5.5rem;left:4.4375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q9nyFOmTgdcpUnI2qQixvOTaRHopcw0V { width:6.25rem;height:1.5rem;top:0.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4Nrg7AxbND5F8VuIsxaxb7G0KEnA7ie { width:2.25rem;height:2.25rem;top:0.96875rem;left:10rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #frkf45WlUyKS2zIdr7yEpCffv0WhuaTn { width:2.3125rem;height:2.3125rem;top:5.625rem;left:8.8125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #S0y3Hlupyl4uK4K0mUPDg38v5oTTvmta { width:0.0625rem;height:2.1875rem;top:1.4375rem;left:7.78125rem;background-color:#5d92ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #MHOXu0U16RlumK1aVld3RecfiOQVHAkE { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f751bf55-37b3-4c7e-b107-dcde9c4cc626/Projektbeznazwy1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE.adaptive-delivery-prevent-bg, #MHOXu0U16RlumK1aVld3RecfiOQVHAkE.lazyload, #MHOXu0U16RlumK1aVld3RecfiOQVHAkE.lazyloading { background-image: none; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container { background-color: transparent; background-image: none; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(20,44,79,0.65); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container > .video-iframe-container { display: none; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(20,44,79,0.65); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row > .video-iframe-container { display: none; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .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); }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container { border-width: 0; border-radius: 0; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MHOXu0U16RlumK1aVld3RecfiOQVHAkE > .row .container { width:20rem;height:45.1044921875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i2BsGhEMex0XwPJStJC3viaa08hsXEb6 { width:19.9375rem;height:2.625rem;top:5.3125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #r6CAQTicH6cvA6UxgChRa35Jwfe1tvHs { width:2.125rem;height:2.125rem;top:41.75rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RUkK0oyvU9dUk4pWd3LWX7H1w4HrPrO7 { width:12.625rem;height:2.1875rem;top:44.6875rem;left:3.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NT87OTOL8Gxfvl1wOGQndc4T48D1mFNX { display:block; }
 }@media only screen and (max-width: 763px) { #G13dw4N4pXGamq0Vdh36p5P3qJQOqnQH { width:20rem;height:1.8125rem;top:2.3125rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #WZIGD22OIy15NJAq4iHTgeM9uwhkThGu { width:20rem;height:28.3125rem;top:12.6044921875rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #Q0l83ROtLmifZaoBWRNDrUicBDBBItTH { display:flex;width:3.625rem;height:3.625rem;top:84.875rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZGKpathrwK2kp4ZfHRe1dT6fZR8LpVFz { display:flex;top:37.9169921875rem;left:17.5625rem;width:2.4375rem;height:2.4375rem;z-index:15021; }
 }@media only screen and (max-width: 763px) { #rO3g0pUllbmi8ENxQhEMxy2d8uEDVfNU { width:20rem;height:1.125rem;top:8.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #SqEbS2HVtKnB70equZ4hzzdgq30qIWbc { width:20rem;height:2.8125rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL2XxIhlChpkwZhbQwJClFAOWqTCVAsa { width:20rem;height:0;top:42.1669921875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #rhvyvm71xu6EJDvcmqR9aQbHdFN7Txc0 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e0b63b3a-4d98-4f30-8414-61548e840a45/Projektbeznazwy6.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rhvyvm71xu6EJDvcmqR9aQbHdFN7Txc0.adaptive-delivery-prevent-bg, #rhvyvm71xu6EJDvcmqR9aQbHdFN7Txc0.lazyload, #rhvyvm71xu6EJDvcmqR9aQbHdFN7Txc0.lazyloading { background-image: none; }#rhvyvm71xu6EJDvcmqR9aQbHdFN7Txc0 > .row .container { background-color: transparent; background-image: none; }#rhvyvm71xu6EJDvcmqR9aQbHdFN7Txc0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #eef3fb; }#rhvyvm71xu6EJDvcmqR9aQbHdFN7Txc0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rhvyvm71xu6EJDvcmqR9aQbHdFN7Txc0 > .row .container > .video-iframe-container { display: none; }#rhvyvm71xu6EJDvcmqR9aQbHdFN7Txc0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #eef3fb; }#rhvyvm71xu6EJDvcmqR9aQbHdFN7Txc0 > .row > .video-iframe-container { display: none; }#rhvyvm71xu6EJDvcmqR9aQbHdFN7Txc0 > .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); }#rhvyvm71xu6EJDvcmqR9aQbHdFN7Txc0 > .row .container { border-width: 0; border-radius: 0; }#rhvyvm71xu6EJDvcmqR9aQbHdFN7Txc0::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rhvyvm71xu6EJDvcmqR9aQbHdFN7Txc0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rhvyvm71xu6EJDvcmqR9aQbHdFN7Txc0 > .row .container { width:20rem;height:29.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XcLiXPVrZ7UskGpSDuw0WHKEgsGpqUfK { width:20rem;height:1.71875rem;top:2.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUZiFyw60se3XBEXk21JTiNWnMq5UflD .accordion-element-container { background-color:rgba(255,255,255,0.82);background-image:none; }
#aUZiFyw60se3XBEXk21JTiNWnMq5UflD .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aUZiFyw60se3XBEXk21JTiNWnMq5UflD .accordion-heading-text { font-size:1rem;height:auto;color:#282d4b;font-weight:700;font-style:normal;text-align:left;text-align-last:left;line-height:1.1;overflow:hidden; }
#aUZiFyw60se3XBEXk21JTiNWnMq5UflD .accordion-desc-text { font-size:0.75rem;height:auto;font-weight:300;font-style:normal;color:#292a46; }
#aUZiFyw60se3XBEXk21JTiNWnMq5UflD .accordion-trigger { background-image:url("https://icons.assets-landingi.com/icon_a1e22a9483fb4f0eb12b0b2c59116c8876f1765c.svg"); }
#aUZiFyw60se3XBEXk21JTiNWnMq5UflD { display:flex;height:auto;width:17.5rem;top:4.6669921875rem;left:0rem;background-color:transparent;background-image:none; }
#aUZiFyw60se3XBEXk21JTiNWnMq5UflD .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #aUZiFyw60se3XBEXk21JTiNWnMq5UflD #c6uh4t5bCNK0U6zxApkQIdWTZoRWKsNT {  }
 }@media only screen and (max-width: 763px) { #aUZiFyw60se3XBEXk21JTiNWnMq5UflD #lWKD397O25x1bwwBC0TTohmEFiXFWBpz {  }
 }@media only screen and (max-width: 763px) { #aUZiFyw60se3XBEXk21JTiNWnMq5UflD #pXRQk0qLdLtLVcDApPcMwlsi8Rg49nxe {  }
 }@media only screen and (max-width: 763px) { #aUZiFyw60se3XBEXk21JTiNWnMq5UflD #GWnAEwhZUAZvHcP27yTFhyCDrzcFmIMW {  }
 }@media only screen and (max-width: 763px) { #aUZiFyw60se3XBEXk21JTiNWnMq5UflD #EbXQf8ofPSqJuuZGyIKRBRtHQQqxG9Vb {  }
 }@media only screen and (max-width: 763px) { #aUZiFyw60se3XBEXk21JTiNWnMq5UflD #X9aNWk4nCACT2wwQuIFohD3oQQhEQyeW {  }
 }@media only screen and (max-width: 763px) { #aUZiFyw60se3XBEXk21JTiNWnMq5UflD #IyycGbCHc8bHLshXrzlSr1mIOBgLK4mA {  }
 }@media only screen and (max-width: 763px) { #aUZiFyw60se3XBEXk21JTiNWnMq5UflD #I0waEInxJHfnJUBxEaTVXkQ8DZyBTb5y {  }
 }@media only screen and (max-width: 763px) { #aUZiFyw60se3XBEXk21JTiNWnMq5UflD #K1TzISkW27Kwb9iZQGqELRBnxt7IToPS {  }
 }@media only screen and (max-width: 763px) { #aUZiFyw60se3XBEXk21JTiNWnMq5UflD #SntTPyoyTAgzcKpVn4p9UfmdHPRitps6 {  }
 }@media only screen and (max-width: 763px) { #aUZiFyw60se3XBEXk21JTiNWnMq5UflD #i8KtbrOHffGG3XhDwREOxLsZ9ro6aTot {  }
 }@media only screen and (max-width: 763px) { #aUZiFyw60se3XBEXk21JTiNWnMq5UflD #qFstAPlwJUpu6InNP926RHuLy1bGHqt7 {  }
 }@media only screen and (max-width: 763px) { #aUZiFyw60se3XBEXk21JTiNWnMq5UflD #kIpkM6gI4nt6coidrkvohkkd22Pp05nB {  }
 }@media only screen and (max-width: 763px) { #aUZiFyw60se3XBEXk21JTiNWnMq5UflD #wcSQHvHvGR7zW6K6MJkl9F1hh6r4zslC {  }
 }@media only screen and (max-width: 763px) { #aUZiFyw60se3XBEXk21JTiNWnMq5UflD #oexMzPLgUCEbOQ2tkXxEQC0M9mQdotCG {  }
 }@media only screen and (max-width: 763px) { #aUZiFyw60se3XBEXk21JTiNWnMq5UflD #MtFUiktllIZoOUZZDbZKwcn37K5fzbN8 {  }
 }@media only screen and (max-width: 763px) { #aUZiFyw60se3XBEXk21JTiNWnMq5UflD #MQ3xPo8g4kTZ6NSVfoeCrfsURb9QhVsl {  }
 }@media only screen and (max-width: 763px) { #aUZiFyw60se3XBEXk21JTiNWnMq5UflD #T3z37XT2umMwEmCsA0dCxB2z82J5KTp6 {  }
 }@media only screen and (max-width: 763px) { #aUZiFyw60se3XBEXk21JTiNWnMq5UflD #zl4nnwb2NnAwAlOvJfmHhw7dleFyPgQp {  }
 }@media only screen and (max-width: 763px) { #aUZiFyw60se3XBEXk21JTiNWnMq5UflD #eCkTpk3qHDve5D47EOotrlfPhIiwPF8s {  }
 }@media only screen and (max-width: 763px) { #sFXCrqtU7fsRwBAF2xxZOwhodLwIDxmQ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e0b63b3a-4d98-4f30-8414-61548e840a45/Projektbeznazwy6.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sFXCrqtU7fsRwBAF2xxZOwhodLwIDxmQ.adaptive-delivery-prevent-bg, #sFXCrqtU7fsRwBAF2xxZOwhodLwIDxmQ.lazyload, #sFXCrqtU7fsRwBAF2xxZOwhodLwIDxmQ.lazyloading { background-image: none; }#sFXCrqtU7fsRwBAF2xxZOwhodLwIDxmQ > .row .container { background-color: transparent; background-image: none; }#sFXCrqtU7fsRwBAF2xxZOwhodLwIDxmQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#sFXCrqtU7fsRwBAF2xxZOwhodLwIDxmQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sFXCrqtU7fsRwBAF2xxZOwhodLwIDxmQ > .row .container > .video-iframe-container { display: none; }#sFXCrqtU7fsRwBAF2xxZOwhodLwIDxmQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#sFXCrqtU7fsRwBAF2xxZOwhodLwIDxmQ > .row > .video-iframe-container { display: none; }#sFXCrqtU7fsRwBAF2xxZOwhodLwIDxmQ > .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); }#sFXCrqtU7fsRwBAF2xxZOwhodLwIDxmQ > .row .container { border-width: 0; border-radius: 0; }#sFXCrqtU7fsRwBAF2xxZOwhodLwIDxmQ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sFXCrqtU7fsRwBAF2xxZOwhodLwIDxmQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sFXCrqtU7fsRwBAF2xxZOwhodLwIDxmQ > .row .container { width:20rem;height:58.5375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ISuqio63ELG5PSrvBL5BMKOW0BhnMVNK { width:20rem;height:3.4375rem;top:2.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cH42sfXsth5KRuepgSmqQsRM7QuPDBnU { width:20rem;height:0;top:6.9375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WcvXlDqpa1xNaL3ql4VC0VrQn3syv6Qc { width:19.75rem;height:12.75rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTm6RncnckdhXTv6FKJXN0hr2VnTIy8H { width:17.875rem;height:5.94921875rem;top:9.5625rem;left:1.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSIvcDH7swxLHryOTMaef7JqW3Edt8D5 { width:17.875rem;height:2.9746125rem;top:16.75rem;left:1.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWIkOAlxS5pAtai5DPQdqd9TwczBDzfD { width:20rem;height:3.32421875rem;top:23.68359375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lz9AeimHIorMyfEmnehn5ihIoQd0L9Z9 { width:20rem;height:1.48730625rem;top:27.6953125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNGtmRTQlyJCitiL2zo57DJNsrGLHWW2 { width:19.75rem;height:11.0625rem;top:30.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts4tTKyw35Btt5D1imrwWOWQb0lkT9KT { width:19.75rem;height:11.0625rem;top:43.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4H1IvNSQZ5bC63748dfdJr5iFQ10p0O { width:18.8125rem;height:1.6621125rem;top:32.5rem;left:1.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypURJmu3B02WgTngfCH9DWwNE7d55oEs { width:19rem;height:1.6621125rem;top:45rem;left:1rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdTxuXltDx1bsaxFdNZ8iK4gFLW6oy0b { width:18.5625rem;height:2.9746125rem;top:35.6875rem;left:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeGMtIsnNPUw9p1yebHy4gnAKzWeMkMX { width:18.6875rem;height:4.4619125rem;top:48.125rem;left:1.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFHqTpIeQfMNEI3gKy6pMwMJH8AfRMir { width:20rem;height:0;top:55.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqGGxPbgEv69xJTTdsQPxSc6Ql708rzN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e0b63b3a-4d98-4f30-8414-61548e840a45/Projektbeznazwy6.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NqGGxPbgEv69xJTTdsQPxSc6Ql708rzN.adaptive-delivery-prevent-bg, #NqGGxPbgEv69xJTTdsQPxSc6Ql708rzN.lazyload, #NqGGxPbgEv69xJTTdsQPxSc6Ql708rzN.lazyloading { background-image: none; }#NqGGxPbgEv69xJTTdsQPxSc6Ql708rzN > .row .container { background-color: transparent; background-image: none; }#NqGGxPbgEv69xJTTdsQPxSc6Ql708rzN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #213554; }#NqGGxPbgEv69xJTTdsQPxSc6Ql708rzN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NqGGxPbgEv69xJTTdsQPxSc6Ql708rzN > .row .container > .video-iframe-container { display: none; }#NqGGxPbgEv69xJTTdsQPxSc6Ql708rzN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #213554; }#NqGGxPbgEv69xJTTdsQPxSc6Ql708rzN > .row > .video-iframe-container { display: none; }#NqGGxPbgEv69xJTTdsQPxSc6Ql708rzN > .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); }#NqGGxPbgEv69xJTTdsQPxSc6Ql708rzN > .row .container { border-width: 0; border-radius: 0; }#NqGGxPbgEv69xJTTdsQPxSc6Ql708rzN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NqGGxPbgEv69xJTTdsQPxSc6Ql708rzN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NqGGxPbgEv69xJTTdsQPxSc6Ql708rzN > .row .container { width:20rem;height:58.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KfKUmy3EIPJgIm9OBbKfwoOA2NgJDMNN { width:16.0625rem;height:3.4375rem;top:2.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-regular-label { width:16.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;color:#06354d; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-text { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.75rem;overflow:hidden;line-height:.7;border-top:0.0625rem solid #a9a9a9;border-left:0.0625rem solid #a9a9a9;border-right:0.0625rem solid #a9a9a9;border-bottom:0.0625rem solid #a9a9a9;height:2.25rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-textarea { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.75rem;overflow:hidden;line-height:.7;border-top:0.0625rem solid #a9a9a9;border-left:0.0625rem solid #a9a9a9;border-right:0.0625rem solid #a9a9a9;border-bottom:0.0625rem solid #a9a9a9; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-select { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-button { width:15.1875rem;margin-top:0.25rem;margin-right:0.5rem;margin-bottom:0.25rem;margin-left:0.5rem;line-height:1;overflow:hidden;height:3.0625rem;text-align:center;text-align-last:center;font-size:0.75rem;color:#ffffff;background-color:#1d99dc;background-image:none;font-family:lato;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 [class*="-text"]:-moz-placeholder { font-size:0.8125rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 [class*="-text"]::-moz-placeholder { font-size:0.8125rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 [class*="-text"]:-ms-input-placeholder { font-size:0.8125rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 [class*="-text"]::-webkit-input-placeholder { font-size:0.8125rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-checkbox-label { width:14.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9  { width:16.1875rem;height:auto;top:25.8125rem;left:0.6875rem;background-color:transparent;background-image:none; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .radio-container { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 {display:block;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 { width:16.1875rem;height:auto;top:25.8125rem;left:0.6875rem;background-color:transparent;background-image:none; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #rlETc07D0fniPbIi23bQ4IM5t2XT2yR9 {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #CuKUWc3Z6vRmnz130T1Qxl3iroxmSuRM { display:none; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #p2uMfVyqDZwn0uSMHtyIEHXUDJo5DTVW {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #qDMmABiWvPF7sTasEdSU0lTEh5IoC3EA {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #NU2a1TyDTbdwRNZxeXHaFO2c0AgztkN3 { display:none; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #J9ZEBMTW1GMxS3SzV5wIwfnEETPzFbfy {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #WJ8W4i7uSIGtXMrUpBmzgvfnHZ0dHWg2 {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #y9Tdsa85QShzPEHzJQ7pDsAKk8DQ1A0v { display:none; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #uBf2HHdamFTwIb0IMouqEucD6do6d1bI {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #OssEPXmqs2wcDy4VcBGll1Vxsd1HynDt {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #E60A2JRlRJ15Ag6TK5bHaf5hP5lVep4G {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #AZflVxI26CHTMKRf8TiL2CRcsHB6fmAv {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #uAmGWVmaw9PFXQUuBpR5d3i1yvhZJnKJ {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #vDTGkRUUoAXOlkvGG6H94zW02VlVyfhF {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #O1TNI7sISforTEpnEwcR2qDoLEMXTH73 {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #T4l3f3AyyHyyQyunDJKWAeQ9AgVNGmxo {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #F5N008JKTXJ2pDOL2l8VTtu3E2H9WISV {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #R2Dpu5nddO0kMgAT2LoM1okecCu0xg9x {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #JHFuqNpvsTZsIJelwgTOCgKQ8dbGqxZf {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #TQqEEzzxJw5UX4PZsssI8BUBaAPSiG1u {  }
 }@media only screen and (max-width: 763px) { #ecanezNQd00fkniazH340Gn6BsvTyZZo { width:20rem;height:34.125rem;top:19.9375rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #zanORt5gXDLqI0RWama7dLOPUFr7TReS { width:20rem;height:1.4433625rem;top:21.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkL4el3gEnX2RIWa0qKNSmX0sVBtsAEV { width:20rem;height:2.3359375rem;top:23.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tp8sihB6KTI8FgL4KSvDfFOVkHk8zsXx { width:20rem;height:2.5996125rem;top:13.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #StrSHuPNsh6BdzdJ5OVEP43UH0I96CTX { width:19.75rem;height:9.8125rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxVHLT70bR0ObrkTEHfNZP6PaO0GhCEE { width:19.375rem;height:0;top:55.3125rem;left:0.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1BXh8SGDU05Qare7OzNDQlzGV2tuiyy { display:block; }#A1BXh8SGDU05Qare7OzNDQlzGV2tuiyy > .row .container { width:20rem;height:146.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h1vUl7wghxyk32URfkeTwEkq7p3yoLpX { width:20rem;height:1.71875rem;top:1.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zslpMti1Btm8hIrV1M0VNREMhvJP9NKT { width:17.0625rem;height:24.375rem;top:6.125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcx1lMUa6AqT8VPi99rcrfWyc931cLWc { display:flex;width:3.625rem;height:3.625rem;top:25.75rem;left:14.0625rem; }
 }@media only screen and (max-width: 763px) { #xkRPvflIJCSKAs4T6itTEKoq5RBiZzWH { width:16.8125rem;height:1.16796875rem;top:36.5625rem;left:2.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKxG0iFACMFHC23z5fCMaCGLSbCi3vVD { width:7.75rem;height:1.4433625rem;top:36.4248046875rem;left:11.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIUDZ5lgtB5xBW1RuPXmstJMEnc3MCe2 { width:18.0625rem;height:44.1875rem;top:5.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHybT3MCgQhPWeElseupX5rnuHJs5KS2 { width:17.875rem;height:1.16796875rem;top:41.25rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pdg9AGc9bK6e2z4KmD8oR0kPMJedz6dN { width:18.125rem;height:0.125rem;top:30.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3nvC4cUigkTWCeOzfLSTDMsPabPU3vp { width:6.5rem;height:0.125rem;top:38.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nuw8et9n1yl0ncvqsrODLftmBAqtkFRI { width:6.5rem;height:0.125rem;top:38.9375rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXEpEpyCMJK3tkxrxtN0TnhJATMIktrU { display:flex;width:1.625rem;height:1.625rem;top:38.1875rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #ZN4QwT3IVxzbECdFp6BgR34nqZ8z1VBi { width:4.25rem;height:2.1308625rem;top:40.5625rem;left:13.6875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5lFyHTpzpKMIwiipGL7PFSrp8xhTRAE { width:16.75rem;height:2.75rem;top:44.6875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqTrFkEzh9z3M4oUyWuPqrZlTslfS81K { width:16.25rem;height:0.89355625rem;top:45.75rem;left:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wThtzE4x8QUCrZ20eT7x4gmRiusBhmXJ { width:9.5rem;height:4.0625rem;top:31.125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPNknn6cINnMQIuBU09UHwIlkEbucsWF { width:18.0625rem;height:45.6875rem;top:51.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTguiz4FgcdB29exUcdLFaOAVCz6pmXZ { width:18.0625rem;height:42.875rem;top:99.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9rhfTieWixTynI6BWksl7P6hlPXocZU { width:16.1875rem;height:1.16796875rem;top:84.0625rem;left:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6U3z7VqIG4onVDc71TlHIlCxnrAzvld { width:5.9375rem;height:1.4433625rem;top:83.9248046875rem;left:11.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FitTxCbtsLdNdSZZ0f3yMApDedfH1MbJ { width:6.5rem;height:0.125rem;top:86.4375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnNECBrWJAqfd50XLKzf37fmApxtrVPh { width:6.5rem;height:0.125rem;top:86.4375rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OK4cxJqbgHJ6T667lDuWG0pbqL5LZwVQ { display:flex;width:1.625rem;height:1.625rem;top:85.6875rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #AOKruxek0IaOv0Ik48se3zXr9o6t7SRu { width:11.375rem;height:1.16796875rem;top:88.375rem;left:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePvmTPt6iRFGNEaZTwxEl8DtTATeG5zN { width:4.0625rem;height:2.1308625rem;top:87.6875rem;left:13.875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT337LnNChXPNaQK74LLh88mKWm9xKRt { width:16.75rem;height:2.75rem;top:92.1875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcyDdBGJSGWukn04LcWIa7KIMSTiSrS2 { width:15.75rem;height:0.89355625rem;top:93.25rem;left:2.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yc6wdJ7pVrLfQWWp3iRdwBvSmSUKs5vV { width:16.1875rem;height:1.16796875rem;top:129.0625rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CP0OW8l4z0LfZWTltx3e5aAOQoc28FMi { width:5.9375rem;height:1.4433625rem;top:128.8125rem;left:12.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8tzDCKMZHBC6z9v0vuuFkvv29mFWvm3 { width:6.5rem;height:0.125rem;top:131.4375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mz8OS3ShCdv7VTEq6Ml9PUc42uoklKzZ { display:flex;width:1.625rem;height:1.625rem;top:130.6875rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #V4ga4q4pPH6PBuNPSxV2Tb8c9qRZIzVU { width:6.5rem;height:0.125rem;top:131.4375rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGpbEpGsnaxAreTtasXXz2CWCp6DMJFx { width:11.375rem;height:1.16796875rem;top:133.375rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGddmApecNOlcNt0fBGdSZwMv1O3TSLp { width:4.0625rem;height:2.1308625rem;top:132.6875rem;left:14.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RS20br43eG5LW3aGPHSR5q6iTA31mvxf { width:16.75rem;height:2.75rem;top:137.1875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EynAn3vkECBm1mbNeVTv1D01kWWEDL2L { width:15.9375rem;height:0.89355625rem;top:138.25rem;left:2.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sa8uLk2mKrZKcWBEaGSBif6wuXMVc6lX { width:17.9375rem;height:25.5rem;top:52.125rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gx5FT6cW2mJh5oHuZT2liesikXc9TbkZ { width:18.125rem;height:0.125rem;top:77.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlAI8TOsRBwdybwHOhCTqQn3uBhP7xZV { display:flex;width:3.0625rem;height:3.0625rem;top:73.25rem;left:15.125rem; }
 }@media only screen and (max-width: 763px) { #q96R4iAqVQVCNvFxhq6QqfeH9EiU5HLe { width:20rem;height:3.18359375rem;top:78.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsQCElqdrbsLf2T1bIzF0gXl6cdsP1Dx { width:17.875rem;height:25.5625rem;top:100.12109375rem;left:1.0560371046229rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQSBCTyW6Dfi0WuP1m3vxg07vTxZr5uI { width:18.125rem;height:0.125rem;top:125.87109375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTnHWK9ySkm0qOSJEINduJWBO4FZ4qeX { display:flex;width:3.0625rem;height:3.0625rem;top:121.49609375rem;left:14.6875rem; }
 }@media only screen and (max-width: 763px) { #Ssqe9xzp4CqmFQZmH9CX7JMOT5wvHRnI { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e0b63b3a-4d98-4f30-8414-61548e840a45/Projektbeznazwy6.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ssqe9xzp4CqmFQZmH9CX7JMOT5wvHRnI.adaptive-delivery-prevent-bg, #Ssqe9xzp4CqmFQZmH9CX7JMOT5wvHRnI.lazyload, #Ssqe9xzp4CqmFQZmH9CX7JMOT5wvHRnI.lazyloading { background-image: none; }#Ssqe9xzp4CqmFQZmH9CX7JMOT5wvHRnI > .row .container { background-color: transparent; background-image: none; }#Ssqe9xzp4CqmFQZmH9CX7JMOT5wvHRnI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#Ssqe9xzp4CqmFQZmH9CX7JMOT5wvHRnI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ssqe9xzp4CqmFQZmH9CX7JMOT5wvHRnI > .row .container > .video-iframe-container { display: none; }#Ssqe9xzp4CqmFQZmH9CX7JMOT5wvHRnI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#Ssqe9xzp4CqmFQZmH9CX7JMOT5wvHRnI > .row > .video-iframe-container { display: none; }#Ssqe9xzp4CqmFQZmH9CX7JMOT5wvHRnI > .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); }#Ssqe9xzp4CqmFQZmH9CX7JMOT5wvHRnI > .row .container { border-width: 0; border-radius: 0; }#Ssqe9xzp4CqmFQZmH9CX7JMOT5wvHRnI::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ssqe9xzp4CqmFQZmH9CX7JMOT5wvHRnI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ssqe9xzp4CqmFQZmH9CX7JMOT5wvHRnI > .row .container { width:20rem;height:70.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OIo3VTSE361XQQHiZw8MaSBARvkn72lq { width:20rem;height:3.4375rem;top:1.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzmRFw2HuvnRXytg0E1DQ4HgTKz7bdMb { width:19.75rem;height:25.875rem;top:42.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rROryIhUiaZro9iqyMw6fOlbdD5qfLTQ { width:19.75rem;height:33.1875rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7yU7BHP2qXO4zQImGelJ4nsJNWgHlA8 { width:18.8125rem;height:1.6621125rem;top:43.9375rem;left:1.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhiTD6IM0wGblRIgsom5bCguOlwxgG8O { width:19rem;height:1.6621125rem;top:8.3125rem;left:1rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfdUNNqQN4OBxvGVtwitB3QwOMvQf7C1 { width:18.5625rem;height:4.4619125rem;top:53.4375rem;left:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqrn8LpVUodW60qZv2Jgv5A2M6xbZGuf { width:16.875rem;height:7.4365rem;top:58.875rem;left:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGLyJftShwMeILq9D0WK7bgZAs1waUqp { width:17.5625rem;height:2.9746125rem;top:49.5625rem;left:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT58mMckZZKuqh6iTehv3qKOPeRlvshx { width:16.625rem;height:2.9746125rem;top:17.625rem;left:1.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEti9uSzoX6FsNXBeDgyO7tvtFeIlcOL { width:16.6875rem;height:2.9746125rem;top:21.1875rem;left:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyOZm6KgaQH3qwfFNzZVhIln4I1Zq5ci { width:18.625rem;height:2.9746125rem;top:13.9375rem;left:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIzHq0Oxyq4u2oCeymPJxcrauUK391Cf { width:19rem;height:2.9746125rem;top:10.5625rem;left:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpCEsqRSkP0Qk4OEbUQx4B91XCTeT1BS { width:17.0625rem;height:2.9746125rem;top:25rem;left:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f78QEN1ATHEaXggaQcUnsKeb6m93UWoi { width:18.3125rem;height:7.6875rem;top:30rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8XblqbUlX1KLH8E8TJP5HnR2u03WOKO { width:17.0625rem;height:5.25rem;top:31.21875rem;left:1.46875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfOJiK0x8gv3AMmeSRmrwD5LHQvQP0ib { width:18.875rem;height:1.48730625rem;top:46.1875rem;left:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyUhxZvdNJO2WJcIqOxTKATqmTG55Zox { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e0b63b3a-4d98-4f30-8414-61548e840a45/Projektbeznazwy6.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kyUhxZvdNJO2WJcIqOxTKATqmTG55Zox.adaptive-delivery-prevent-bg, #kyUhxZvdNJO2WJcIqOxTKATqmTG55Zox.lazyload, #kyUhxZvdNJO2WJcIqOxTKATqmTG55Zox.lazyloading { background-image: none; }#kyUhxZvdNJO2WJcIqOxTKATqmTG55Zox > .row .container { background-color: transparent; background-image: none; }#kyUhxZvdNJO2WJcIqOxTKATqmTG55Zox::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #213554; }#kyUhxZvdNJO2WJcIqOxTKATqmTG55Zox > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kyUhxZvdNJO2WJcIqOxTKATqmTG55Zox > .row .container > .video-iframe-container { display: none; }#kyUhxZvdNJO2WJcIqOxTKATqmTG55Zox > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #213554; }#kyUhxZvdNJO2WJcIqOxTKATqmTG55Zox > .row > .video-iframe-container { display: none; }#kyUhxZvdNJO2WJcIqOxTKATqmTG55Zox > .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); }#kyUhxZvdNJO2WJcIqOxTKATqmTG55Zox > .row .container { border-width: 0; border-radius: 0; }#kyUhxZvdNJO2WJcIqOxTKATqmTG55Zox::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kyUhxZvdNJO2WJcIqOxTKATqmTG55Zox > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kyUhxZvdNJO2WJcIqOxTKATqmTG55Zox > .row .container { width:20rem;height:14.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RadTerIcKwt9zhCE7sH1vdsBle8z0QZZ { width:20rem;height:3.4375rem;top:1.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Diq8JDpG6ivQun3coTrLRTMTmxLm4t25 .accordion-element-container { background-color:rgba(255,255,255,0.82);background-image:none; }
#Diq8JDpG6ivQun3coTrLRTMTmxLm4t25 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Diq8JDpG6ivQun3coTrLRTMTmxLm4t25 .accordion-heading-text { font-size:1rem;height:auto;color:#282d4b;font-weight:700;font-style:normal;text-align:left;text-align-last:left;line-height:1.1;overflow:hidden; }
#Diq8JDpG6ivQun3coTrLRTMTmxLm4t25 .accordion-desc-text { font-size:0.75rem;height:auto;font-weight:300;font-style:normal;color:#292a46; }
#Diq8JDpG6ivQun3coTrLRTMTmxLm4t25 { display:flex;height:auto;width:17.5rem;top:6.0419921875rem;left:0rem;background-color:transparent;background-image:none; }
#Diq8JDpG6ivQun3coTrLRTMTmxLm4t25 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #Diq8JDpG6ivQun3coTrLRTMTmxLm4t25 #c6uh4t5bCNK0U6zxApkQIdWTZoRWKsNT {  }
 }@media only screen and (max-width: 763px) { #Diq8JDpG6ivQun3coTrLRTMTmxLm4t25 #lWKD397O25x1bwwBC0TTohmEFiXFWBpz {  }
 }@media only screen and (max-width: 763px) { #Diq8JDpG6ivQun3coTrLRTMTmxLm4t25 #pXRQk0qLdLtLVcDApPcMwlsi8Rg49nxe {  }
 }@media only screen and (max-width: 763px) { #Diq8JDpG6ivQun3coTrLRTMTmxLm4t25 #GWnAEwhZUAZvHcP27yTFhyCDrzcFmIMW {  }
 }@media only screen and (max-width: 763px) { #Diq8JDpG6ivQun3coTrLRTMTmxLm4t25 #EbXQf8ofPSqJuuZGyIKRBRtHQQqxG9Vb {  }
 }@media only screen and (max-width: 763px) { #iKQXxr7bBT5ts3MqAuLG9FZRz78vffCC { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e0b63b3a-4d98-4f30-8414-61548e840a45/Projektbeznazwy6.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iKQXxr7bBT5ts3MqAuLG9FZRz78vffCC.adaptive-delivery-prevent-bg, #iKQXxr7bBT5ts3MqAuLG9FZRz78vffCC.lazyload, #iKQXxr7bBT5ts3MqAuLG9FZRz78vffCC.lazyloading { background-image: none; }#iKQXxr7bBT5ts3MqAuLG9FZRz78vffCC > .row .container { background-color: transparent; background-image: none; }#iKQXxr7bBT5ts3MqAuLG9FZRz78vffCC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#iKQXxr7bBT5ts3MqAuLG9FZRz78vffCC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iKQXxr7bBT5ts3MqAuLG9FZRz78vffCC > .row .container > .video-iframe-container { display: none; }#iKQXxr7bBT5ts3MqAuLG9FZRz78vffCC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#iKQXxr7bBT5ts3MqAuLG9FZRz78vffCC > .row > .video-iframe-container { display: none; }#iKQXxr7bBT5ts3MqAuLG9FZRz78vffCC > .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); }#iKQXxr7bBT5ts3MqAuLG9FZRz78vffCC > .row .container { border-width: 0; border-radius: 0; }#iKQXxr7bBT5ts3MqAuLG9FZRz78vffCC::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iKQXxr7bBT5ts3MqAuLG9FZRz78vffCC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iKQXxr7bBT5ts3MqAuLG9FZRz78vffCC > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hum8ns7nJCk7LzN5WC0pVPstgU9xDmND { width:20rem;height:3.298825rem;top:1.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t073autDmrmx1lozzDgnLU9GM9om349E { width:18.625rem;height:5.94921875rem;top:11rem;left:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQsDSuNQvRyQlRgqUI1lVWnq213wPrSz { width:19.75rem;height:22.75rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKpEarh2DzVI1frbIPhKSxEt6BM1vobF { width:18.625rem;height:1.6621125rem;top:8.375rem;left:1.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tz0gXOQk4lJKwCnik86NftOTze1smCMQ { width:18.4375rem;height:2.9746125rem;top:18.125rem;left:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUZTMX1KvAy3RV25MhD978CK3CHQ5Sw0 { width:18.5rem;height:5.94921875rem;top:22.375rem;left:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3HXFbyD5sHW2cAMPFcHf2xzbXyEdoGG { width:20rem;height:0;top:30.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0R5yRWmhEJZ0P0W7V3wgGCObzmowA7U { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e0b63b3a-4d98-4f30-8414-61548e840a45/Projektbeznazwy6.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S0R5yRWmhEJZ0P0W7V3wgGCObzmowA7U.adaptive-delivery-prevent-bg, #S0R5yRWmhEJZ0P0W7V3wgGCObzmowA7U.lazyload, #S0R5yRWmhEJZ0P0W7V3wgGCObzmowA7U.lazyloading { background-image: none; }#S0R5yRWmhEJZ0P0W7V3wgGCObzmowA7U > .row .container { background-color: transparent; background-image: none; }#S0R5yRWmhEJZ0P0W7V3wgGCObzmowA7U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #13315a; }#S0R5yRWmhEJZ0P0W7V3wgGCObzmowA7U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S0R5yRWmhEJZ0P0W7V3wgGCObzmowA7U > .row .container > .video-iframe-container { display: none; }#S0R5yRWmhEJZ0P0W7V3wgGCObzmowA7U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #13315a; }#S0R5yRWmhEJZ0P0W7V3wgGCObzmowA7U > .row > .video-iframe-container { display: none; }#S0R5yRWmhEJZ0P0W7V3wgGCObzmowA7U > .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); }#S0R5yRWmhEJZ0P0W7V3wgGCObzmowA7U > .row .container { border-width: 0; border-radius: 0; }#S0R5yRWmhEJZ0P0W7V3wgGCObzmowA7U::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S0R5yRWmhEJZ0P0W7V3wgGCObzmowA7U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S0R5yRWmhEJZ0P0W7V3wgGCObzmowA7U > .row .container { width:20rem;height:60.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NZS92uTQHaufdzKs7nE2efByvn6WUG5w { width:16.1875rem;height:3.4375rem;top:1.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO .widget-regular-label { width:16.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;color:#213554;font-family:lato; }
#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO .widget-input-text { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.75rem;overflow:hidden;line-height:.7;border-top:0.125rem solid #a9a9a9;border-left:0.125rem solid #a9a9a9;border-right:0.125rem solid #a9a9a9;border-bottom:0.125rem solid #a9a9a9;height:2.25rem; }
#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO .widget-input-text {padding-top: 0; padding-bottom: 0;}#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO .widget-textarea { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.75rem;overflow:hidden;line-height:.7;border-top:0.125rem solid #a9a9a9;border-left:0.125rem solid #a9a9a9;border-right:0.125rem solid #a9a9a9;border-bottom:0.125rem solid #a9a9a9; }
#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO .widget-input-select { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO .widget-input-select {padding-top: 0; padding-bottom: 0;}#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO .widget-input-button { width:15.1875rem;margin-top:0.25rem;margin-right:0.5rem;margin-bottom:0.25rem;margin-left:0.5rem;line-height:1;overflow:hidden;height:2.875rem;text-align:center;text-align-last:center;font-size:0.75rem;color:#ffffff;background-color:#1d99dc;background-image:none;font-family:lato; }
#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO [class*="-text"]:-moz-placeholder { font-size:0.8125rem; }
#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO [class*="-text"]::-moz-placeholder { font-size:0.8125rem; }
#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO [class*="-text"]:-ms-input-placeholder { font-size:0.8125rem; }
#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO [class*="-text"]::-webkit-input-placeholder { font-size:0.8125rem; }
#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO .widget-checkbox-label { width:14.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO  { width:16.1875rem;height:auto;top:25.7109375rem;left:0.65625rem;background-color:transparent;background-image:none; }
#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO .radio-container { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO {display:block;}#OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO { width:16.1875rem;height:auto;top:25.7109375rem;left:0.65625rem;background-color:transparent;background-image:none; }
 }@media only screen and (max-width: 763px) { #OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO #v9Hu2ST6xckikcAoXkDulxku0dtArkio {  }
 }@media only screen and (max-width: 763px) { #OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO #AfEzLdhL1aLQIZLNefxwHuutDvWIH5lk { display:none; }
 }@media only screen and (max-width: 763px) { #OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO #hH3dmc9gJWxZVp7tBMso94e20OSmeTVp {  }
 }@media only screen and (max-width: 763px) { #OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO #ZBEhbvnKV94mFp2JiV9eJmmLBvuXtkk8 {  }
 }@media only screen and (max-width: 763px) { #OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO #AgK59ooRCDxlsE9d2DvKOKgW4T9ZI6GD { display:none; }
 }@media only screen and (max-width: 763px) { #OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO #goCBbt7RwHpisgkCUJNlU0yAP6nFVtcO {  }
 }@media only screen and (max-width: 763px) { #OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO #ROo45eykWyDdX4NWw2bUan4PJNXZnvWq {  }
 }@media only screen and (max-width: 763px) { #OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO #Mc3HXGRZzQ3OgIA7StXhtMO9axiHXW1G { display:none; }
 }@media only screen and (max-width: 763px) { #OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO #ZZ54Zlq71XqUwMTIQGZTUXrCpeIdmiNA {  }
 }@media only screen and (max-width: 763px) { #OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO #vFowLomD4Llo0fOfq40bJe9KCdf2dvG9 {  }
 }@media only screen and (max-width: 763px) { #OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO #qcap1FZ9552RK8fOEvhF2RDt38cNA64o {  }
 }@media only screen and (max-width: 763px) { #OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO #yTv0zuLZO1TeTklMsGSGVSOzldIpMmwK {  }
 }@media only screen and (max-width: 763px) { #OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO #Aqktxbf0xOspOq8kXgFpLgA6dfQo9zbD {  }
 }@media only screen and (max-width: 763px) { #OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO #G4kZbdq35TbNeK2Co3Tpw7wkVkOIdsr4 {  }
 }@media only screen and (max-width: 763px) { #OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO #cTOcdo0nBD9UoiEF7k6aME8Tx42on5Lh {  }
 }@media only screen and (max-width: 763px) { #OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO #hCvAKOTn7pgmPmZmOBs51pUFArcngUlu {  }
 }@media only screen and (max-width: 763px) { #OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO #zqL7qr2BC8qGyV4JJRfRovXnwAyZWXnn {  }
 }@media only screen and (max-width: 763px) { #OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO #AtTqVM0ae0rFp31yL9pO9obP95LKUDdU {  }
 }@media only screen and (max-width: 763px) { #OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO #D6McG6it2Qz61NsCSiJcs8d2aHegopC1 {  }
 }@media only screen and (max-width: 763px) { #OVpXtAEPpJGz0H0qZKw7e3ZvMqzAX4uO #SAnbTT0ZKV9yyCfX9nGdDi5rKDH21HhW {  }
 }@media only screen and (max-width: 763px) { #kIB00THKcTkFsA5vmmeLuJgsfeHduFkJ { width:20rem;height:34.5rem;top:19.625rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #H4rJtxenVlU1BSExuBLmiwzk0ZGPa2L5 { width:20rem;height:1.4433625rem;top:21.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tG90umw1XTSdy8Adgru4hbCvgVXosISR { width:20rem;height:0;top:98.6543rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TP92U5ObBQ59rGRVq78uiTLkT6TiSrCL { width:20rem;height:2.3359375rem;top:23.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWfX4oIsJg0oAb1MIW9T7uqgzXuVPNM1 { width:20rem;height:0;top:103.3418rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #P9vB2K16whxm2qA5Kuw4c179ALFouEG0 { width:19.75rem;height:10.5625rem;top:97.4668rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fF9l5TIX46kbMdFX4kyrFi5Xra6h9Hdm { width:19.75rem;height:9.8125rem;top:7.25rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #y8BCG2rINicwd8zdanRgfteCfzUTXAGC { width:19rem;height:4.142575rem;top:8.25rem;left:1rem;font-size:1.0625rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #Vb2GLqKwPHLimCv4ADTi2pq7D3iNle4E { width:20rem;height:2.5996125rem;top:13.1875rem;left:0rem;font-size:2rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #HWZMbhi03bTgvz0WEnauATbFi8nBFvGP { width:19.375rem;height:0;top:55.375rem;left:0.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaeXTi2rXh5mhgMZf7fmbDFGJ15aen7W { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e0b63b3a-4d98-4f30-8414-61548e840a45/Projektbeznazwy6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#BaeXTi2rXh5mhgMZf7fmbDFGJ15aen7W.adaptive-delivery-prevent-bg, #BaeXTi2rXh5mhgMZf7fmbDFGJ15aen7W.lazyload, #BaeXTi2rXh5mhgMZf7fmbDFGJ15aen7W.lazyloading { background-image: none; }#BaeXTi2rXh5mhgMZf7fmbDFGJ15aen7W > .row .container { background-color: transparent; background-image: none; }#BaeXTi2rXh5mhgMZf7fmbDFGJ15aen7W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(33,53,84,0.79); }#BaeXTi2rXh5mhgMZf7fmbDFGJ15aen7W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BaeXTi2rXh5mhgMZf7fmbDFGJ15aen7W > .row .container > .video-iframe-container { display: none; }#BaeXTi2rXh5mhgMZf7fmbDFGJ15aen7W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(33,53,84,0.79); }#BaeXTi2rXh5mhgMZf7fmbDFGJ15aen7W > .row > .video-iframe-container { display: none; }#BaeXTi2rXh5mhgMZf7fmbDFGJ15aen7W > .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); }#BaeXTi2rXh5mhgMZf7fmbDFGJ15aen7W > .row .container { width:20rem;height:32.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BttDaTuSKc90gukcLTqgFthGHeQWwETL { width:15.3125rem;height:0.82486875rem;top:7.125rem;left:3.375rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TaezOsGPsaySw4z0VRcs2mS9GzKqJSc8 { width:15.5rem;height:1.5rem;top:5.625rem;left:3.375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A41I6Jst3Db500TX698sNMcW8rtHxITT { width:16rem;height:1.5rem;top:9.2916665077212rem;left:3.3750001192093rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDRUKFxkHmHi0dEuAtLdiEluvfGCB9CH { width:16rem;height:1.6494125rem;top:10.75rem;left:3.5rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #eRcNXzFZdyqQpeUv4BiDLtx3CFg6457p { width:15.375rem;height:1.40625rem;top:13.625rem;left:3.375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #whEJH7raTgaltLoi8P3gGx8WvrsQJyxo { width:16.125rem;height:1.94921875rem;top:15.0625rem;left:3.375rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrgT8EqwDCaT75vh972HrDoAiwWmJvuI { width:15.9375rem;height:1.798825rem;top:19.5625rem;left:3.375rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #yny2C5AParNGLdOzILX5NiNXfZ1orBwB { width:15.625rem;height:1.40625rem;top:18.125rem;left:3.375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGXisGdcxPbQKkqBztXeouM5bKy9JfKa { width:15.5rem;height:1.40625rem;top:22.5625rem;left:3.3125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyGBr458Jv8gHSJUTFLvHKl4HxKHtNra { width:15.875rem;height:1.94921875rem;top:24rem;left:3.375rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ispzlbI9dJy9kaHdio6SKEf9TyeXQTT7 { width:15.1875rem;height:1.5rem;top:26.875rem;left:3.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPpwJxPkMs1AkE358apSPmUecCHBqpNP { width:15.5rem;height:1.94921875rem;top:28.375rem;left:3.5rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyJ2mcAlp5BB51qtSGPMTXAnmKtzAGWS { display:flex;width:2rem;height:2rem;top:22.562505722046rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #fwCvkkEalI8aFvvP3xAstwdbsvEtCmiG { display:flex;width:1.9375rem;height:1.9375rem;top:6.0533857345581rem;left:0.90625rem; }
 }@media only screen and (max-width: 763px) { #dSA9u7EOrsq7W74m49rpElCWM9rsQugy { display:flex;width:2.25rem;height:2.25rem;top:9.2500004768369rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #MvWJRTWxItNt9pJ7DTfimTT8yFaODJix { display:flex;width:1.8125rem;height:1.8125rem;top:14.1875rem;left:0.96875rem; }
 }@media only screen and (max-width: 763px) { #IIwLB8TO940RdpPD1FQ4PZmKuNJVi6aB { display:flex;width:2.4375rem;height:2.4375rem;top:18.125rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #Odd9X5ih02Fre2OLJ6V35eMIHtbMEcwc { width:2.4375rem;height:4.25rem;top:5.4838333129883rem;left:16.431107103824rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #gdzFarwePDxHZw9dVocl9GaiaTTTniQe { display:flex;width:2.0625rem;height:2.0625rem;top:27.0625rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #Db02tpCdOhTmB6CmzQ9zheJbEBAcM7s9 { width:20rem;height:3.4375rem;top:1.19921875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrLtQ8WBqTqTecsNcNLefS4pUZS6DhMR { display:block; }#JrLtQ8WBqTqTecsNcNLefS4pUZS6DhMR > .row .container { width:20rem;height:38.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ywkyzsVSnnn0KT8C2Ncdti4cH391dNNV { width:9.4375rem;height:13.4375rem;top:6.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiOlJrfDwvVBI3pNxehkxTUMVrNR2kmD { width:7.375rem;height:6.82225rem;top:10.875rem;left:1.1875rem;text-align:justify;text-align-last:initial;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IB1lrmvCE3iUrprCkJlJ0OBIEzMyPDJA { width:13.1875rem;height:1.29980625rem;top:21.6875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZH8UnKfyyBnXVi4ncIRhcfGRH7i4sK3G { width:13.8125rem;height:0.5249025rem;top:23rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:.7;display:block; }
 }@media only screen and (max-width: 763px) { #bEI0ptuV3dqD49RqdvWmtSMDc6FgcM1E { width:9.6875rem;height:13.375rem;top:7rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RswtFVXJTZPW9Mo133LoQZrrbbH5nfWd { width:17.5rem;height:6.334rem;top:24.5625rem;left:1.25rem;text-align:justify;text-align-last:initial;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #w3vxi2VNm8WPb0IaWl0eNKUhv8zfHp1e { width:8.5625rem;height:1.29980625rem;top:7.625rem;left:10.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkmHwk1k6ew6VASReAR7aOWBJREDU0LS { width:8.125rem;height:0.599609375rem;top:9.125rem;left:10.875rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #GHxFOs7bs7Twf29g7vTMJcQ80SNSDMs3 { width:18.9375rem;height:10.0625rem;top:21.3125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #avdNkUcwP79aCElW7CLsAKU93CyrQbvN { width:7.6875rem;height:7.796875rem;top:10.875rem;left:11.3125rem;text-align:justify;text-align-last:initial;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MbutVhiE6fU0TinaLGdOkcQpsPytvoRy { width:11.25rem;height:1.29980625rem;top:7.625rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMN5DnRaOh4tBC7e2TDwcQRmUNKGvoG8 { width:10.9375rem;height:0.599609375rem;top:8.9375rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #Zm6a2eghlQ673ndzg1HmEDAlfd1nzanh { width:1.3125rem;height:1.3125rem;top:21.6806640625rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWfCc7HDO5uLdVZTmxd5pnpNHaUpWQBT { width:4.75rem;height:1.125rem;top:9.8125rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcwJs1tmo7engXuwvSDTMbvk2qxEJwbW { width:1.3125rem;height:1.3125rem;top:7.6181640625rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaVtJTbiPkko8lNPlF0A1ohCqxFgg8WD { width:1.3125rem;height:1.3125rem;top:7.6181640625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dF5oOvJI4osVoZwyrlTGgf4FVt7OKKL3 { width:4.8125rem;height:1.1875rem;top:23rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHmtkkWVtfrKkG8d150RqIrfbeb7nECc { width:4.625rem;height:1.0625rem;top:9.875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JerOuQy26nq96UC7AKdBQmTLAlQ2tSAu { width:15.75rem;height:2.125rem;top:33.6240234375rem;left:2.125rem;font-size:0.9375rem;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #m7KAuSewMQii32SWHKbm95VHdsorm2Rv { display:block; }
 }@media only screen and (max-width: 763px) { #dH4eBa4y9gboahR8UgKMZq2saOVklqoW { width:12.625rem;height:3.4375rem;top:1.6865234375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrWp56ougXBWOBasEOVw9U7BKxXe2A5k { display:block; }#DrWp56ougXBWOBasEOVw9U7BKxXe2A5k > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KTDpeEBa84C5WPkgyeaneLy46ti85S6g { width:8.3125rem;height:1.8125rem;top:1.5625rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2CA4UR195rXFq0UgtozuJczuKvKkx9p { width:20rem;height:29.55855625rem;top:15.974609375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zr9OefS1GRFK11hWp1o7iPTKTKiICdnQ { width:12.5rem;height:2.6748rem;top:5.3125rem;left:4.3125rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #InKcP9ND8trkk3bWzg0i3E4aVbW3MPnf { display:flex;width:1.75rem;height:1.75rem;top:4.9375rem;left:5.6875rem; }
 }@media only screen and (max-width: 763px) { #JKfyR5eIh8W0aS2NzL36iq4f0vNCDNcA { display:flex;width:1.75rem;height:1.75rem;top:6.75rem;left:3.625rem; }
 }@media only screen and (max-width: 763px) { #ZqmDwbliFchyXEm4oAprdOxWmPleIC7K { display:flex;width:2.8125rem;height:2.8125rem;top:10.5625rem;left:12.375rem; }
#ZqmDwbliFchyXEm4oAprdOxWmPleIC7K > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #bqUK7FfEMsEgKkKpLbHH0RWr9ai6pIze { display:flex;width:2.75rem;height:2.75rem;top:10.625rem;left:8.5rem; }
#bqUK7FfEMsEgKkKpLbHH0RWr9ai6pIze > img { max-width: 100%;max-height:100%; width:2.75rem; height:2.75rem; } }@media only screen and (max-width: 763px) { #F8hvNEheZnIpGOkiS2CGS6ErvzCcFgPv { display:flex;width:2.625rem;height:2.625rem;top:10.6875rem;left:4.8125rem; }
#F8hvNEheZnIpGOkiS2CGS6ErvzCcFgPv > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #HFJxA5yTUXhE8lKI0aN8iBpoKJJoEobR { display:flex;width:2.625rem;height:2.625rem;top:10.6875rem;left:1rem; }
#HFJxA5yTUXhE8lKI0aN8iBpoKJJoEobR > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #beazchKw3n2HIwWDQbH4GcfOMfXM9O3i { width:2.8125rem;height:2.8125rem;top:10.5625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fe5GWk9fdsCXqkqqDO6l1lZGrfatU6y4 { display:flex;width:2.875rem;height:2.875rem;top:10.5625rem;left:16.25rem; }
#Fe5GWk9fdsCXqkqqDO6l1lZGrfatU6y4 > img { max-width: 100%;max-height:100%; width:2.875rem; height:2.875rem; } }