.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image: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); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b744c27b-df41-473f-bef9-07e2b20344c8/czerwone.preview.jpg");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo.adaptive-delivery-prevent-bg, #mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo.lazyload, #mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo.lazyloading { background-image: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { background-color: transparent; background-image: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container > .video-iframe-container { display: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row > .video-iframe-container { display: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .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); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { border-width: 0; border-radius: 0; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row > .video-iframe-container {  }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:60rem;position:relative;display:block; }#OGT9rGHpodEF3rwDx5tpcrsrke85zhCg { color:#000000;display:block;width:30rem;position:absolute;font-family:"source sans pro";font-size:2.6875rem;font-weight:normal;z-index:100002;line-height:1.5;letter-spacing:0;top:10.1875rem;left:0rem;height:8.0625rem;display:block; }
#nGIZTkkzpfWxni6h7bBBzHH6tTryRgTL { color:#000000;display:block;width:22.9375rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:100003;line-height:2.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.45);top:20.5615234375rem;left:0rem;height:6.29883125rem;display:block; }
#nM8aQn8PoENO5ZiarrDKT6mnuiiuugCv { background-color:#ff0000;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;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13rem;height:4.0625rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:27.375rem;left:0rem;display:block; }
#BR5gMCtvsFyq0OoEcORGXWFXwZBB30iv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vDFekiQRPNITtTkRBIpg6xWmbpTwUN0x { position:absolute;display:block;z-index:100006;background-color:#4ecdc4;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:2.8125rem;width:2.8125rem;top:40.8125rem;left:28.625rem;display:block; }
#u0odd7nLzBmFb147AKNFu0MsCFo8b3bJ { 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:100033;top:40.6875rem;left:28.4375rem; }
#u0odd7nLzBmFb147AKNFu0MsCFo8b3bJ > img { max-width: 100%;max-height:100%; }#EneqcFtC6Gd7qBdAvRwc6RaeKTskbpvg { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.875rem;width:30.9375rem;top:1.8125rem;left:0rem;overflow:hidden;display:block; }
#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA { position:relative;display:block; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA { background-color: transparent; background-image: none; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row .container > .video-iframe-container { display: none; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row > .video-iframe-container { display: none; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .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); }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA { border-width: 0; border-radius: 0; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row .container > .video-iframe-container {  }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.625rem;width:60rem;position:relative;display:block; }#paTqEpAoMWzgmgZk4qE6NDglTtl9nyVu { color:#000000;display:block;width:59.625rem;position:absolute;font-family:"source sans pro";font-size:1.625rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:2.90625rem;left:0.125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h { position:relative;display:block; }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h { background-color: transparent; background-image: none; }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .row .container > .video-iframe-container { display: none; }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .row > .video-iframe-container { display: none; }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .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); }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h { border-width: 0; border-radius: 0; }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .row .container > .video-iframe-container {  }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:30.625rem;width:60rem;position:relative;display:block; }#uxt0NWkwBOvlMGPafoy6Zfoxo5UsFH6D { color:#000000;display:block;width:29.875rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:normal;z-index:100004;line-height:2.1;letter-spacing:0;top:10.0625rem;left:0rem;height:10.5rem;display:block; }
#vTudtMVgIzesGKt56wrpLSoIP6bBUrgw { background-color:#ff0000;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;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13rem;height:4.0625rem;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:13.28125rem;left:38.5rem;display:block; }
#ae0ZbBhLXfT7RxAgbS5MRQuh8v8pxexl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RNzdCqRPXygRTSM2gekmgvMSceu7x83w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0faff;background-image:none;position:relative;display:block; }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .row .container { background-color: transparent; background-image: none; }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .row .container > .video-iframe-container { display: none; }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .row > .video-iframe-container { display: none; }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .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); }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .row .container { border-width: 0; border-radius: 0; }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .row > .video-iframe-container {  }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .row .container { font-size:0.875rem;font-family:arial;height:24.5625rem;width:60rem;position:relative;display:block; }#BP0N1MNw9uEy5KNAoLslKJ7OO07o6dnN { color:#000000;display:block;width:29.625rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:100005;line-height:2.1;letter-spacing:0;top:8.25rem;left:0rem;height:;display:block; }#BP0N1MNw9uEy5KNAoLslKJ7OO07o6dnN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BP0N1MNw9uEy5KNAoLslKJ7OO07o6dnN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/rcr9y24k/tarcza_ma_a.svg); }
#CEBOfQn8yGW7sAfkGkckaPgNfeh1lpBq { color:#000000;display:block;width:27.375rem;position:absolute;font-family:"source sans pro";font-size:1.625rem;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:4.125rem;left:0rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#ezVwL2qfP6HXsRAc8rabfcekaggtFDP9 { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:4.125rem;top:5.0625rem;left:31.5625rem;overflow:hidden;display:block; }
#nPTOCfzhq4uWb9v3EVJN4qxetuzhKrR4 { color:#000000;display:block;width:21.625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:100004;line-height:1.7;letter-spacing:0;top:4.125rem;left:38.125rem;height:1.9121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fOBxzPKW6461khKz1e3hRbwLUtsg4mKT { position:absolute;display:block;z-index:100007;background-color:#ff6b6b;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;height:3rem;width:3rem;top:4.75rem;left:32.9375rem;display:block; }
#e3tlCBTQg7O0dPwVE998kVcPklmOh9cT { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.6875rem;width:3.6875rem;top:9.6875rem;left:32.0625rem;overflow:hidden;display:block; }
#DbvERU3vZaV0r4TgQIaTvB1vOaRit5ro { position:absolute;display:block;z-index:100006;background-color:#ffe66d;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;height:3rem;width:3rem;top:10.1875rem;left:32.75rem;display:block; }
#mzU5KWbNsin8wNN4hMH7X1ZmfsOu5gCo { color:#000000;display:block;width:21.6875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:100005;line-height:1.7;letter-spacing:0;top:9.6875rem;left:38.125rem;height:1.9121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OllGhAydsaJQ9CNJhfnde2q8sTVvvW3i { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.125rem;width:4.125rem;top:15.1875rem;left:32rem;overflow:hidden;display:block; }
#ZRf6faoe9bmFPyNoO75lFv9ArttTig84 { position:absolute;display:block;z-index:100005;background-color:#8390fa;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:0rem;border-top-right-radius:5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:3rem;width:3rem;top:15.875rem;left:33.5rem;display:block; }
#yGiS8FbUy2XnE9PomLokcaFFezGGVvx9 { color:#000000;display:block;width:21.625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:100006;line-height:1.7;letter-spacing:0;top:15.625rem;left:38.125rem;height:1.9121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hcTo5nJaF4MJudoiQw5M0mOZCHSqJfBx { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:100005;line-height:2.1;letter-spacing:0;top:6.125rem;left:38.125rem;height:2.0996125rem;display:block; }
#i1cbidSQPPD3eRvkgcC04T7VRCZT3Np9 { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:100006;line-height:2.1;letter-spacing:0;top:11.5625rem;left:38.125rem;height:2.0996125rem;display:block; }
#vFy8LDfOFaF252hnKqSJ0aKW4n3WiDJv { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:100007;line-height:2.1;letter-spacing:0;top:17.3125rem;left:38.125rem;height:2.0996125rem;display:block; }
#XB4hwLxfT4NdhTxblQr9FJCmp7ChGSXF { position:relative;display:block; }#XB4hwLxfT4NdhTxblQr9FJCmp7ChGSXF { background-color: transparent; background-image: none; }#XB4hwLxfT4NdhTxblQr9FJCmp7ChGSXF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XB4hwLxfT4NdhTxblQr9FJCmp7ChGSXF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XB4hwLxfT4NdhTxblQr9FJCmp7ChGSXF > .row .container > .video-iframe-container { display: none; }#XB4hwLxfT4NdhTxblQr9FJCmp7ChGSXF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XB4hwLxfT4NdhTxblQr9FJCmp7ChGSXF > .row > .video-iframe-container { display: none; }#XB4hwLxfT4NdhTxblQr9FJCmp7ChGSXF > .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); }#XB4hwLxfT4NdhTxblQr9FJCmp7ChGSXF { border-width: 0; border-radius: 0; }#XB4hwLxfT4NdhTxblQr9FJCmp7ChGSXF > .row .container > .video-iframe-container {  }#XB4hwLxfT4NdhTxblQr9FJCmp7ChGSXF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:12.9375rem;width:60rem;position:relative;display:block; }#y6dXn4d3UJi6FeGXp1vb3A9M7y9NhNhh { color:#000000;display:block;width:59.625rem;position:absolute;font-family:"source sans pro";font-size:1.625rem;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:2.5rem;left:0.375rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#XkDzAdhnlmI5etLEGud7pxgOZ2lAePig { color:#000000;display:block;width:60rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:100005;line-height:2.1;letter-spacing:0;top:6.3125rem;left:0rem;height:4.19921875rem;text-align:center;text-align-last:center;display:block; }
#X8Fhyo0hTT1Phlfn2ehVw1X7IsvEPFhS { position:relative;display:block; }#X8Fhyo0hTT1Phlfn2ehVw1X7IsvEPFhS { background-color: transparent; background-image: none; }#X8Fhyo0hTT1Phlfn2ehVw1X7IsvEPFhS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X8Fhyo0hTT1Phlfn2ehVw1X7IsvEPFhS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X8Fhyo0hTT1Phlfn2ehVw1X7IsvEPFhS > .row .container > .video-iframe-container { display: none; }#X8Fhyo0hTT1Phlfn2ehVw1X7IsvEPFhS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X8Fhyo0hTT1Phlfn2ehVw1X7IsvEPFhS > .row > .video-iframe-container { display: none; }#X8Fhyo0hTT1Phlfn2ehVw1X7IsvEPFhS > .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); }#X8Fhyo0hTT1Phlfn2ehVw1X7IsvEPFhS { border-width: 0; border-radius: 0; }#X8Fhyo0hTT1Phlfn2ehVw1X7IsvEPFhS > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#X8Fhyo0hTT1Phlfn2ehVw1X7IsvEPFhS > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:39.9375rem;width:60rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#XX8A4h9i67p6ghbDRewuoJuLX2KvT6QK { position:absolute;display:block;z-index:100008;background-color:#ff6b6b;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:4.375rem;width:4.375rem;top:3.125rem;left:20.3125rem;display:block; }
#XvQLBHtlOiPJeCyuAeLwJp1uWvR5VGHW { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.75rem;width:2.75rem;top:3.9375rem;left:21.125rem;overflow:hidden;display:block; }
#SQZVQPoNs40w4NMbvOG56vhT9HdQhGa3 { position:absolute;display:block;z-index:100010;background-color:#0a70b1;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:4.375rem;width:4.375rem;top:3.125rem;left:35.75rem;display:block; }
#d5DsR7wROQA7mHpovJn7ctyTT00CCa1J { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.75rem;width:2.75rem;top:3.9375rem;left:36.5625rem;overflow:hidden;display:block; }
#nIH7upNT3Mu9cBUI7JIwXcShMzbqpFXu { position:absolute;display:block;z-index:100012;background-color:#8390fa;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:4.375rem;width:4.375rem;top:3.125rem;left:50.3125rem;display:block; }
#PPufgp9rkFTezyPa86EX6glBUAUsoQVm { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.75rem;width:2.75rem;top:3.9375rem;left:51.125rem;overflow:hidden;display:block; }
#Q5qeuk4QDQeWBgJxl6HB4JdHoxKvGsnH { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:100005;line-height:1.5;letter-spacing:0;top:8.6875rem;left:15.375rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V7amm2WwRiKN3fiz5dD0Vsma5W9LyzDE { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:100006;line-height:1.5;letter-spacing:0;top:8.6875rem;left:30.34375rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OKWggIAJ186T0KblkFNfrRUFcF2rPlEV { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:100007;line-height:1.5;letter-spacing:0;top:8.6875rem;left:45.34375rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KT98zeGpDgymfkPCTSnUZkEIz9y2hGeG { position:absolute;display:block;z-index:100014;background-color:#f0faff;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;height:3.9375rem;width:60rem;top:14.875rem;left:0rem;display:block; }
#B5Xla50m40QrHn8UlI6MfqXx0P3DBEPp { color:#000000;display:block;width:14.125rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:100015;line-height:2.1;letter-spacing:0;top:11.9375rem;left:0.75rem;height:2.0996125rem;text-align:left;text-align-last:left;display:block; }
#CVANBJIgeVMtlBFTPGx4ga3SsulncW4H { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:100016;line-height:2.1;letter-spacing:0;top:15.8125rem;left:0.75rem;height:2.0996125rem;text-align:left;text-align-last:left;display:block; }
#mskomhCVgOcI8bQm4f7kXbZyfJIK47t7 { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:100017;line-height:2.1;letter-spacing:0;top:18.8125rem;left:0.46875rem;height:4.199225rem;text-align:left;text-align-last:left;display:block; }
#DXQhVmuxmd5yevbqJMF7oIqogBfBl5oV { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:100018;line-height:2.1;letter-spacing:0;top:23.375rem;left:0.59375rem;height:2.0996125rem;text-align:left;text-align-last:left;display:block; }
#OqXEsCJWwN5xmmckvwq3l3pv2vfHT0ag { position:absolute;display:block;z-index:100015;background-color:#f0faff;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;height:3.9375rem;width:60rem;top:22.4375rem;left:0rem;display:block; }
#pMbMdklsL7ubutwtZ9Egl7VddMiHIRfn { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:100019;line-height:2.1;letter-spacing:0;top:27.4375rem;left:0.46875rem;height:2.36230625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sauVlDn5JKHB6yIphy7KLIpLCaKtTKUs { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:100020;line-height:2.1;letter-spacing:0;top:27.4375rem;left:15.5rem;height:2.36230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mRGbXxGb6zz7ofTeCA4nIBhXrLEPXHeR { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:100021;line-height:2.1;letter-spacing:0;top:27.4375rem;left:30.46875rem;height:2.36230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BJ4D80Vuo9aeeRCnoZHfDCyOttFCi06D { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:100022;line-height:2.1;letter-spacing:0;top:27.4375rem;left:45.46875rem;height:2.36230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AKLC3sAsbaLKGrwEODsaFsUTD6hQLDkJ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #4ecdc4;border-left:0.125rem solid #4ecdc4;border-right:0.125rem solid #4ecdc4;border-bottom:0.125rem solid #4ecdc4;box-sizing:border-box;color:#4ecdc4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:3.5625rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:31.9375rem;left:18.0625rem;display:block; }
#BlosTzAFxZVCQUfetgpueToA6wANFlQr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gxWSiH1ubtXFkpopKZXAvCMNJt7hnKL5 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #4ecdc4;border-left:0.125rem solid #4ecdc4;border-right:0.125rem solid #4ecdc4;border-bottom:0.125rem solid #4ecdc4;box-sizing:border-box;color:#4ecdc4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:3.5625rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:31.9375rem;left:33.5rem;display:block; }
#RH4IdWAe0DQLU5QDHiIdnUyc0ipol2X3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AOizlpTz47wuSWHmnEF2VSOLHmJuiDPO { background-color:#4ecdc4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #4ecdc4;border-left:0.125rem solid #4ecdc4;border-right:0.125rem solid #4ecdc4;border-bottom:0.125rem solid #4ecdc4;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:3.5625rem;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:31.9375rem;left:48.0625rem;display:block; }
#R6c31c30TPvHT1LKT6zTaQcrmDwfr7PL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KFd1xugZvc7bcCJ1PWAcyNbissWIGkiy { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100027;top:12.3623046875rem;left:21.875rem; }
#PW33IRqye1kU7Z5kKeXxGOlMFZHmU68R { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100028;top:12.3623046875rem;left:36.875rem; }
#UbmreC5vRmudoyyTXGsuxHhZagmcdB4z { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100029;top:12.3623046875rem;left:51.875rem; }
#NvTv9OXvQ0F5g5yubkzVpkNu5HGIBiuh { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100030;top:16.21875rem;left:51.875rem; }
#sir2QT7JvIQc4JD1LAlESczOxftLO2L2 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100031;top:20.0810546875rem;left:51.875rem; }
#lemSHeRTJZ4rh72PIQlKChPbLNU6T5AJ { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100032;top:23.7998046875rem;left:51.875rem; }
#PSPWNBh3JTR1kupuNxVBNhIVTPNqtpvM { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100029;top:16.21875rem;left:36.875rem; }
#dw8XAooEBU6xlhnNDPVfRUCMTyNxwQRU { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100029;top:20.3310546875rem;left:21.875rem; }
#Z67GbtIuXXZUvrp0UCBTBWDPSRfeTMLT { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100030;top:23.7998046875rem;left:21.875rem; }
#GOTT4ppgW4TXyrz7sTb9a7DNGfZKn5Vu { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100032;top:23.7998046875rem;left:36.875rem; }
#fulDLeSOBSs9V8b9k6TBeTgm4Ew8RqRf { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100028;top:16.21875rem;left:21.875rem; }
#cngxKXDIFI43i1lDipyFiKIplSgiGSZu { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100029;top:20.3310546875rem;left:36.875rem; }
#tU8unkwIeP25xKeD5UhXmuhFPpaenhAk { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.5rem;font-weight:normal;z-index:100033;line-height:1.3;letter-spacing:0;top:20.26171875rem;left:0.75rem;height:1.298825rem;display:block; }
#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0faff;background-image:none;position:relative;display:block; }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row .container { background-color: transparent; background-image: none; }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row .container > .video-iframe-container { display: none; }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row > .video-iframe-container { display: none; }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .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); }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row .container { border-width: 0; border-radius: 0; }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row > .video-iframe-container {  }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:60rem;position:relative;display:block; }#QCd9zd1BbhyvypHgxNZlHEPfKFkZD7Ku { color:#000000;display:block;width:59.625rem;position:absolute;font-family:"source sans pro";font-size:1.625rem;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:1.75rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#g59SvChVlv9fxKsTUGDsHtzAfWITTGSg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0faff;background-image:none;position:relative;display:block; }#g59SvChVlv9fxKsTUGDsHtzAfWITTGSg > .row .container { background-color: transparent; background-image: none; }#g59SvChVlv9fxKsTUGDsHtzAfWITTGSg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g59SvChVlv9fxKsTUGDsHtzAfWITTGSg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g59SvChVlv9fxKsTUGDsHtzAfWITTGSg > .row .container > .video-iframe-container { display: none; }#g59SvChVlv9fxKsTUGDsHtzAfWITTGSg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g59SvChVlv9fxKsTUGDsHtzAfWITTGSg > .row > .video-iframe-container { display: none; }#g59SvChVlv9fxKsTUGDsHtzAfWITTGSg > .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); }#g59SvChVlv9fxKsTUGDsHtzAfWITTGSg > .row .container { border-width: 0; border-radius: 0; }#g59SvChVlv9fxKsTUGDsHtzAfWITTGSg > .row > .video-iframe-container {  }#g59SvChVlv9fxKsTUGDsHtzAfWITTGSg > .row .container { font-size:0.875rem;font-family:arial;height:33.375rem;width:60rem;position:relative;display:block; }#h1b92wx3kViocbohZc3vAHW6sry25mxC { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:100005;line-height:1.7;letter-spacing:0;top:14.4375rem;left:0.625rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uG9Hm2qXqAZ96pE7yogN8Tv6JShVqy8w { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:100005;line-height:2.1;letter-spacing:0;top:18.25rem;left:1.40625rem;height:10.4980625rem;text-align:center;text-align-last:center;display:block; }
#OsR71B022CAWiUKHB6WHoTaQvWNL5kWp { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:100008;line-height:2.1;letter-spacing:0;top:18.25rem;left:21.46875rem;height:8.3984375rem;text-align:center;text-align-last:center;display:block; }
#EbV2mgTNXugp0NK5rVmW8LocneTqVTfH { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:100008;line-height:1.7;letter-spacing:0;top:14.4375rem;left:20.53125rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FQerGOSdtxnE9PMnNk6T9b4iZezuPaVq { color:#000000;display:block;width:16.75rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:100011;line-height:2.1;letter-spacing:0;top:18.25rem;left:41.625rem;height:8.3984375rem;text-align:center;text-align-last:center;display:block; }
#WrdFdIk4wfMB9CqXzC4VLiiFH6vvlnsT { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:100011;line-height:1.7;letter-spacing:0;top:14.4375rem;left:41.6875rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R0TOpHovpk05cdh95RIpTKh5TrDIAID6 { background-color:#4ecdc4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #4ecdc4;border-left:0.125rem solid #4ecdc4;border-right:0.125rem solid #4ecdc4;border-bottom:0.125rem solid #4ecdc4;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:4.0625rem;text-decoration:none;z-index:100027;text-align:center;text-align-last:center;top:27rem;left:23.71875rem;display:block; }
#HDIdwd0TgZrJnaHSihQya5f3O9haHF8A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LADTvc8n1tQX2P5Bpp05k5KvurQddiDP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100028;opacity:1;top:10.125rem;left:7.8125rem; }
#Ju833nHIeEIBtVW4zUunxVn2IaBfnWne { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100029;opacity:1;top:10.125rem;left:27.8125rem; }
#cQLEaPSncn8ImhHWoc4klCc822eWw4FG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100030;opacity:1;top:10.125rem;left:48.65625rem; }
#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.35);background-image:url("https://images.assets-landingi.com/uc/b744c27b-df41-473f-bef9-07e2b20344c8/czerwone.preview.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee.adaptive-delivery-prevent-bg, #CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee.lazyload, #CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee.lazyloading { background-image: none; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container { background-color: transparent; background-image: none; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container > .video-iframe-container { display: none; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row > .video-iframe-container { display: none; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .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); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container { border-width: 0; border-radius: 0; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row > .video-iframe-container {  }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container { font-size:0.875rem;font-family:arial;height:26.8125rem;width:60rem;position:relative;display:block; }#oN3698tMHLnCCgTVHnewdPf39eG6Rhyy { color:#000000;display:block;width:60rem;position:absolute;font-family:"source sans pro";font-size:2.8125rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:7.25rem;left:0rem;height:4.21875rem;text-align:center;text-align-last:center;display:block; }
#WcECkAavzr56UUrMgcUNqeT7QRdz09Vk { color:#000000;display:block;width:60rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:100006;line-height:2.1;letter-spacing:0;top:13.125rem;left:0rem;height:2.0996125rem;text-align:center;text-align-last:center;display:block; }
#rVHN7s92T9ua7dKwcAIfOzfiDs7hMHro { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #4ecdc4;border-left:0.125rem solid #4ecdc4;border-right:0.125rem solid #4ecdc4;border-bottom:0.125rem solid #4ecdc4;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:4.0625rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:19.5625rem;left:23.71875rem;display:block; }
#ZU59H9p7CUvcXXF0z2bAseuGxwdZMWRp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo { display:block; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OGT9rGHpodEF3rwDx5tpcrsrke85zhCg { top:10.1875rem;left:0rem;width:30rem;height:8.0625rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGIZTkkzpfWxni6h7bBBzHH6tTryRgTL { top:20.5rem;left:0rem;width:22.9375rem;height:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nM8aQn8PoENO5ZiarrDKT6mnuiiuugCv { width:13rem;height:4.0625rem;top:27.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BR5gMCtvsFyq0OoEcORGXWFXwZBB30iv { display:block; }
 }@media only screen and (max-width: 763px) { #vDFekiQRPNITtTkRBIpg6xWmbpTwUN0x { top:40.8125rem;left:22.5rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0odd7nLzBmFb147AKNFu0MsCFo8b3bJ { width:3.125rem;height:3.125rem;top:40.6875rem;left:22.3125rem;display:block; }
#u0odd7nLzBmFb147AKNFu0MsCFo8b3bJ > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #EneqcFtC6Gd7qBdAvRwc6RaeKTskbpvg { top:1.8125rem;left:0rem;width:30.9375rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA { display:block; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #paTqEpAoMWzgmgZk4qE6NDglTtl9nyVu { top:2.875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h { display:block; }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxt0NWkwBOvlMGPafoy6Zfoxo5UsFH6D { top:10.0625rem;left:0rem;width:29.875rem;height:10.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTudtMVgIzesGKt56wrpLSoIP6bBUrgw { width:13rem;height:4.0625rem;top:13.25rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae0ZbBhLXfT7RxAgbS5MRQuh8v8pxexl { display:block; }
 }@media only screen and (max-width: 763px) { #RNzdCqRPXygRTSM2gekmgvMSceu7x83w { display:block; }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BP0N1MNw9uEy5KNAoLslKJ7OO07o6dnN { top:8.25rem;left:0rem;width:29.625rem;height:;font-size:1rem;display:block; }#BP0N1MNw9uEy5KNAoLslKJ7OO07o6dnN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/rcr9y24k/tarcza_ma_a.svg); }
 }@media only screen and (max-width: 763px) { #CEBOfQn8yGW7sAfkGkckaPgNfeh1lpBq { top:4.125rem;left:0rem;width:27.375rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezVwL2qfP6HXsRAc8rabfcekaggtFDP9 { top:5.0625rem;left:23.875rem;width:4.125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPTOCfzhq4uWb9v3EVJN4qxetuzhKrR4 { top:4.125rem;left:26.125rem;width:21.625rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOBxzPKW6461khKz1e3hRbwLUtsg4mKT { top:4.75rem;left:23.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3tlCBTQg7O0dPwVE998kVcPklmOh9cT { top:9.6875rem;left:23.875rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbvERU3vZaV0r4TgQIaTvB1vOaRit5ro { top:10.1875rem;left:23.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzU5KWbNsin8wNN4hMH7X1ZmfsOu5gCo { top:9.6875rem;left:26.0625rem;width:21.6875rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OllGhAydsaJQ9CNJhfnde2q8sTVvvW3i { top:15.1875rem;left:23.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRf6faoe9bmFPyNoO75lFv9ArttTig84 { top:15.875rem;left:24.3125rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGiS8FbUy2XnE9PomLokcaFFezGGVvx9 { top:15.625rem;left:26.125rem;width:21.625rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcTo5nJaF4MJudoiQw5M0mOZCHSqJfBx { top:6.125rem;left:25.875rem;width:21.875rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1cbidSQPPD3eRvkgcC04T7VRCZT3Np9 { top:11.5625rem;left:25.875rem;width:21.875rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFy8LDfOFaF252hnKqSJ0aKW4n3WiDJv { top:17.3125rem;left:25.875rem;width:21.875rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XB4hwLxfT4NdhTxblQr9FJCmp7ChGSXF { display:block; }#XB4hwLxfT4NdhTxblQr9FJCmp7ChGSXF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6dXn4d3UJi6FeGXp1vb3A9M7y9NhNhh { top:2.5rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkDzAdhnlmI5etLEGud7pxgOZ2lAePig { top:6.3125rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8Fhyo0hTT1Phlfn2ehVw1X7IsvEPFhS { display:block; }#X8Fhyo0hTT1Phlfn2ehVw1X7IsvEPFhS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XX8A4h9i67p6ghbDRewuoJuLX2KvT6QK { top:3.125rem;left:15.71875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvQLBHtlOiPJeCyuAeLwJp1uWvR5VGHW { top:3.9375rem;left:16.53125rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQZVQPoNs40w4NMbvOG56vhT9HdQhGa3 { top:3.125rem;left:28.09375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5DsR7wROQA7mHpovJn7ctyTT00CCa1J { top:3.9375rem;left:28.90625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIH7upNT3Mu9cBUI7JIwXcShMzbqpFXu { top:3.125rem;left:39.59375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPufgp9rkFTezyPa86EX6glBUAUsoQVm { top:3.9375rem;left:40.40625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5qeuk4QDQeWBgJxl6HB4JdHoxKvGsnH { top:8.6875rem;left:9.5625rem;width:14.3125rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7amm2WwRiKN3fiz5dD0Vsma5W9LyzDE { top:8.6875rem;left:21.5rem;width:14.3125rem;height:3.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKWggIAJ186T0KblkFNfrRUFcF2rPlEV { top:8.6875rem;left:33.4375rem;width:14.3125rem;height:3.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT98zeGpDgymfkPCTSnUZkEIz9y2hGeG { top:14.875rem;left:0rem;width:47.75rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5Xla50m40QrHn8UlI6MfqXx0P3DBEPp { top:11.9375rem;left:0rem;width:14.125rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVANBJIgeVMtlBFTPGx4ga3SsulncW4H { top:15.8125rem;left:0rem;width:14.0625rem;height:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mskomhCVgOcI8bQm4f7kXbZyfJIK47t7 { top:18.8125rem;left:0rem;width:14.0625rem;height:4.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXQhVmuxmd5yevbqJMF7oIqogBfBl5oV { top:23.375rem;left:0rem;width:14.0625rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqXEsCJWwN5xmmckvwq3l3pv2vfHT0ag { top:22.4375rem;left:0rem;width:47.75rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMbMdklsL7ubutwtZ9Egl7VddMiHIRfn { top:27.4375rem;left:0rem;width:14.0625rem;height:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sauVlDn5JKHB6yIphy7KLIpLCaKtTKUs { top:27.4375rem;left:9.8125rem;width:14.0625rem;height:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRGbXxGb6zz7ofTeCA4nIBhXrLEPXHeR { top:27.4375rem;left:21.75rem;width:14.0625rem;height:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJ4D80Vuo9aeeRCnoZHfDCyOttFCi06D { top:27.4375rem;left:33.6875rem;width:14.0625rem;height:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKLC3sAsbaLKGrwEODsaFsUTD6hQLDkJ { width:8.875rem;height:3.5625rem;top:31.9375rem;left:13.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlosTzAFxZVCQUfetgpueToA6wANFlQr { display:block; }
 }@media only screen and (max-width: 763px) { #gxWSiH1ubtXFkpopKZXAvCMNJt7hnKL5 { width:8.875rem;height:3.5625rem;top:31.9375rem;left:25.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RH4IdWAe0DQLU5QDHiIdnUyc0ipol2X3 { display:block; }
 }@media only screen and (max-width: 763px) { #AOizlpTz47wuSWHmnEF2VSOLHmJuiDPO { width:8.875rem;height:3.5625rem;top:31.9375rem;left:37.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6c31c30TPvHT1LKT6zTaQcrmDwfr7PL { display:block; }
 }@media only screen and (max-width: 763px) { #KFd1xugZvc7bcCJ1PWAcyNbissWIGkiy { width:1.25rem;height:1.25rem;top:12.3125rem;left:17.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PW33IRqye1kU7Z5kKeXxGOlMFZHmU68R { width:1.25rem;height:1.25rem;top:12.3125rem;left:29.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbmreC5vRmudoyyTXGsuxHhZagmcdB4z { width:1.25rem;height:1.25rem;top:12.3125rem;left:41.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvTv9OXvQ0F5g5yubkzVpkNu5HGIBiuh { width:1.25rem;height:1.25rem;top:16.1875rem;left:41.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sir2QT7JvIQc4JD1LAlESczOxftLO2L2 { width:1.25rem;height:1.25rem;top:20.0625rem;left:41.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lemSHeRTJZ4rh72PIQlKChPbLNU6T5AJ { width:1.25rem;height:1.25rem;top:23.75rem;left:41.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSPWNBh3JTR1kupuNxVBNhIVTPNqtpvM { width:1.25rem;height:1.25rem;top:16.1875rem;left:29.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dw8XAooEBU6xlhnNDPVfRUCMTyNxwQRU { width:1.25rem;height:1.25rem;top:20.3125rem;left:17.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z67GbtIuXXZUvrp0UCBTBWDPSRfeTMLT { width:1.25rem;height:1.25rem;top:23.75rem;left:17.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOTT4ppgW4TXyrz7sTb9a7DNGfZKn5Vu { width:1.25rem;height:1.25rem;top:23.75rem;left:29.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fulDLeSOBSs9V8b9k6TBeTgm4Ew8RqRf { width:1.25rem;height:1.25rem;top:16.1875rem;left:17.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cngxKXDIFI43i1lDipyFiKIplSgiGSZu { width:1.25rem;height:1.25rem;top:20.3125rem;left:29.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU8unkwIeP25xKeD5UhXmuhFPpaenhAk { top:20.25rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p { display:block; }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QCd9zd1BbhyvypHgxNZlHEPfKFkZD7Ku { top:1.75rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g59SvChVlv9fxKsTUGDsHtzAfWITTGSg { display:block; }#g59SvChVlv9fxKsTUGDsHtzAfWITTGSg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h1b92wx3kViocbohZc3vAHW6sry25mxC { top:14.4375rem;left:0rem;width:18.75rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uG9Hm2qXqAZ96pE7yogN8Tv6JShVqy8w { top:18.25rem;left:0rem;width:17.1875rem;height:10.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsR71B022CAWiUKHB6WHoTaQvWNL5kWp { top:18.25rem;left:14.6875rem;width:17.0625rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbV2mgTNXugp0NK5rVmW8LocneTqVTfH { top:14.4375rem;left:12.8125rem;width:18.9375rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQerGOSdtxnE9PMnNk6T9b4iZezuPaVq { top:18.25rem;left:30.875rem;width:16.75rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrdFdIk4wfMB9CqXzC4VLiiFH6vvlnsT { top:14.4375rem;left:29.3125rem;width:18.3125rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0TOpHovpk05cdh95RIpTKh5TrDIAID6 { width:12.5625rem;height:4.0625rem;top:27rem;left:17.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDIdwd0TgZrJnaHSihQya5f3O9haHF8A { display:block; }
 }@media only screen and (max-width: 763px) { #LADTvc8n1tQX2P5Bpp05k5KvurQddiDP { top:10.125rem;left:5.75rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ju833nHIeEIBtVW4zUunxVn2IaBfnWne { top:10.125rem;left:21.625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQLEaPSncn8ImhHWoc4klCc822eWw4FG { top:10.125rem;left:38.34375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee { display:block; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oN3698tMHLnCCgTVHnewdPf39eG6Rhyy { top:7.25rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcECkAavzr56UUrMgcUNqeT7QRdz09Vk { top:13.125rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVHN7s92T9ua7dKwcAIfOzfiDs7hMHro { width:12.5625rem;height:4.0625rem;top:19.5625rem;left:17.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZU59H9p7CUvcXXF0z2bAseuGxwdZMWRp { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo { display:block; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { width:20rem;height:46.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OGT9rGHpodEF3rwDx5tpcrsrke85zhCg { width:20rem;height:8.4375rem;top:0rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nGIZTkkzpfWxni6h7bBBzHH6tTryRgTL { width:19.8125rem;height:5.5107375rem;top:13.66015625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nM8aQn8PoENO5ZiarrDKT6mnuiiuugCv { width:13rem;height:4.0625rem;top:22.3037109375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BR5gMCtvsFyq0OoEcORGXWFXwZBB30iv { display:block; }
 }@media only screen and (max-width: 763px) { #vDFekiQRPNITtTkRBIpg6xWmbpTwUN0x { width:2.8125rem;height:2.8125rem;top:42.0625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0odd7nLzBmFb147AKNFu0MsCFo8b3bJ { width:3.125rem;height:3.125rem;top:42.0185546875rem;left:8.4375rem;display:block; }
#u0odd7nLzBmFb147AKNFu0MsCFo8b3bJ > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #EneqcFtC6Gd7qBdAvRwc6RaeKTskbpvg { width:20rem;height:3.15136875rem;top:10.5087890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA { display:block; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #paTqEpAoMWzgmgZk4qE6NDglTtl9nyVu { width:20rem;height:4.875rem;top:1.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h { display:block; }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxt0NWkwBOvlMGPafoy6Zfoxo5UsFH6D { width:18.1875rem;height:14.69728125rem;top:4.25rem;left:0.90625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vTudtMVgIzesGKt56wrpLSoIP6bBUrgw { width:13rem;height:4.0625rem;top:24.875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae0ZbBhLXfT7RxAgbS5MRQuh8v8pxexl { display:block; }
 }@media only screen and (max-width: 763px) { #RNzdCqRPXygRTSM2gekmgvMSceu7x83w { display:block; }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .row .container { width:20rem;height:58.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BP0N1MNw9uEy5KNAoLslKJ7OO07o6dnN { width:20rem;height:15.94725rem;top:7.125rem;left:0rem;font-size:1rem;display:block; }#BP0N1MNw9uEy5KNAoLslKJ7OO07o6dnN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/rcr9y24k/tarcza_ma_a.svg); }
 }@media only screen and (max-width: 763px) { #CEBOfQn8yGW7sAfkGkckaPgNfeh1lpBq { width:16.3125rem;height:4.875rem;top:1.1875rem;left:1.84375rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ezVwL2qfP6HXsRAc8rabfcekaggtFDP9 { width:3.8125rem;height:2.125rem;top:23.0712890625rem;left:8.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPTOCfzhq4uWb9v3EVJN4qxetuzhKrR4 { width:20rem;height:1.9121125rem;top:25.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fOBxzPKW6461khKz1e3hRbwLUtsg4mKT { width:3rem;height:3rem;top:23.0712890625rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3tlCBTQg7O0dPwVE998kVcPklmOh9cT { width:3.6875rem;height:3.6875rem;top:33.4375rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbvERU3vZaV0r4TgQIaTvB1vOaRit5ro { width:3rem;height:3rem;top:34.1875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzU5KWbNsin8wNN4hMH7X1ZmfsOu5gCo { width:20rem;height:1.9121125rem;top:37.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OllGhAydsaJQ9CNJhfnde2q8sTVvvW3i { width:4.125rem;height:4.125rem;top:45.5625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRf6faoe9bmFPyNoO75lFv9ArttTig84 { width:3rem;height:3rem;top:45.5625rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGiS8FbUy2XnE9PomLokcaFFezGGVvx9 { width:20rem;height:1.9121125rem;top:50.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hcTo5nJaF4MJudoiQw5M0mOZCHSqJfBx { width:19.8125rem;height:2.0996125rem;top:27.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i1cbidSQPPD3eRvkgcC04T7VRCZT3Np9 { width:20rem;height:2.0996125rem;top:39.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vFy8LDfOFaF252hnKqSJ0aKW4n3WiDJv { width:20rem;height:2.0996125rem;top:52.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XB4hwLxfT4NdhTxblQr9FJCmp7ChGSXF { display:block; }#XB4hwLxfT4NdhTxblQr9FJCmp7ChGSXF > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6dXn4d3UJi6FeGXp1vb3A9M7y9NhNhh { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkDzAdhnlmI5etLEGud7pxgOZ2lAePig { width:18.9375rem;height:12.597625rem;top:6.125rem;left:0.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8Fhyo0hTT1Phlfn2ehVw1X7IsvEPFhS { display:block; }#X8Fhyo0hTT1Phlfn2ehVw1X7IsvEPFhS > .row .container { width:20rem;height:37.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XX8A4h9i67p6ghbDRewuoJuLX2KvT6QK { width:3.125rem;height:3.125rem;top:3.1875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvQLBHtlOiPJeCyuAeLwJp1uWvR5VGHW { width:1.875rem;height:1.875rem;top:3.9375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQZVQPoNs40w4NMbvOG56vhT9HdQhGa3 { width:3.125rem;height:3.125rem;top:3.1875rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5DsR7wROQA7mHpovJn7ctyTT00CCa1J { width:1.875rem;height:1.875rem;top:3.875rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIH7upNT3Mu9cBUI7JIwXcShMzbqpFXu { width:3.125rem;height:3.125rem;top:3.1875rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPufgp9rkFTezyPa86EX6glBUAUsoQVm { width:1.875rem;height:1.875rem;top:3.9375rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5qeuk4QDQeWBgJxl6HB4JdHoxKvGsnH { width:4.3125rem;height:3rem;top:8.1875rem;left:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7amm2WwRiKN3fiz5dD0Vsma5W9LyzDE { width:5.3125rem;height:3.09375rem;top:8.1875rem;left:9.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKWggIAJ186T0KblkFNfrRUFcF2rPlEV { width:4.125rem;height:4.125rem;top:8.1875rem;left:15.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT98zeGpDgymfkPCTSnUZkEIz9y2hGeG { width:20rem;height:3.9375rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5Xla50m40QrHn8UlI6MfqXx0P3DBEPp { width:6.1875rem;height:3.673825rem;top:12.6875rem;left:0.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVANBJIgeVMtlBFTPGx4ga3SsulncW4H { width:6rem;height:3.1484375rem;top:16.75rem;left:0.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mskomhCVgOcI8bQm4f7kXbZyfJIK47t7 { width:6.5rem;height:4.33008125rem;top:20.5rem;left:0.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXQhVmuxmd5yevbqJMF7oIqogBfBl5oV { width:6.4375rem;height:3.673825rem;top:23.568359375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqXEsCJWwN5xmmckvwq3l3pv2vfHT0ag { width:20rem;height:3.9375rem;top:23.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMbMdklsL7ubutwtZ9Egl7VddMiHIRfn { width:5.5625rem;height:2.0996125rem;top:28.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sauVlDn5JKHB6yIphy7KLIpLCaKtTKUs { width:4.125rem;height:2.0996125rem;top:28.1875rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRGbXxGb6zz7ofTeCA4nIBhXrLEPXHeR { width:4.75rem;height:2.0996125rem;top:28.1875rem;left:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJ4D80Vuo9aeeRCnoZHfDCyOttFCi06D { width:4.25rem;height:2.0996125rem;top:28.1875rem;left:15.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKLC3sAsbaLKGrwEODsaFsUTD6hQLDkJ { width:6.1875rem;height:2.75rem;top:30.287109375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlosTzAFxZVCQUfetgpueToA6wANFlQr { display:block; }
 }@media only screen and (max-width: 763px) { #gxWSiH1ubtXFkpopKZXAvCMNJt7hnKL5 { width:6.125rem;height:2.75rem;top:30.287109375rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RH4IdWAe0DQLU5QDHiIdnUyc0ipol2X3 { display:block; }
 }@media only screen and (max-width: 763px) { #AOizlpTz47wuSWHmnEF2VSOLHmJuiDPO { width:5.4375rem;height:2.75rem;top:30.287109375rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6c31c30TPvHT1LKT6zTaQcrmDwfr7PL { display:block; }
 }@media only screen and (max-width: 763px) { #KFd1xugZvc7bcCJ1PWAcyNbissWIGkiy { width:1.25rem;height:1.25rem;top:12.98046875rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #PW33IRqye1kU7Z5kKeXxGOlMFZHmU68R { width:1.25rem;height:1.25rem;top:12.98046875rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbmreC5vRmudoyyTXGsuxHhZagmcdB4z { width:1.25rem;height:1.25rem;top:12.98046875rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvTv9OXvQ0F5g5yubkzVpkNu5HGIBiuh { width:1.25rem;height:1.25rem;top:17.15625rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sir2QT7JvIQc4JD1LAlESczOxftLO2L2 { width:1.25rem;height:1.25rem;top:20.79345703125rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lemSHeRTJZ4rh72PIQlKChPbLNU6T5AJ { width:1.25rem;height:1.25rem;top:24.66845703125rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSPWNBh3JTR1kupuNxVBNhIVTPNqtpvM { width:1.25rem;height:1.25rem;top:17.15625rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dw8XAooEBU6xlhnNDPVfRUCMTyNxwQRU { width:1.25rem;height:1.25rem;top:21.21875rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z67GbtIuXXZUvrp0UCBTBWDPSRfeTMLT { width:1.25rem;height:1.25rem;top:24.8291015625rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOTT4ppgW4TXyrz7sTb9a7DNGfZKn5Vu { width:1.25rem;height:1.25rem;top:24.66845703125rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fulDLeSOBSs9V8b9k6TBeTgm4Ew8RqRf { width:1.25rem;height:1.25rem;top:21.21875rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cngxKXDIFI43i1lDipyFiKIplSgiGSZu { width:1.25rem;height:1.25rem;top:17.15625rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU8unkwIeP25xKeD5UhXmuhFPpaenhAk { width:12.5rem;height:1.298825rem;top:36.1875rem;left:3.75rem;font-size:0.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p { display:block; }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QCd9zd1BbhyvypHgxNZlHEPfKFkZD7Ku { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g59SvChVlv9fxKsTUGDsHtzAfWITTGSg { display:block; }#g59SvChVlv9fxKsTUGDsHtzAfWITTGSg > .row .container { width:20rem;height:81.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h1b92wx3kViocbohZc3vAHW6sry25mxC { width:18.75rem;height:2.125rem;top:13.1875rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uG9Hm2qXqAZ96pE7yogN8Tv6JShVqy8w { width:17.1875rem;height:10.4980625rem;top:16.1875rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsR71B022CAWiUKHB6WHoTaQvWNL5kWp { width:17.0625rem;height:8.3984375rem;top:41.875rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbV2mgTNXugp0NK5rVmW8LocneTqVTfH { width:18.9375rem;height:2.125rem;top:39.0625rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQerGOSdtxnE9PMnNk6T9b4iZezuPaVq { width:16.75rem;height:8.3984375rem;top:67.375rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrdFdIk4wfMB9CqXzC4VLiiFH6vvlnsT { width:18.3125rem;height:2.125rem;top:64.4375rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0TOpHovpk05cdh95RIpTKh5TrDIAID6 { width:12.5625rem;height:4.0625rem;top:75.9375rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDIdwd0TgZrJnaHSihQya5f3O9haHF8A { display:block; }
 }@media only screen and (max-width: 763px) { #LADTvc8n1tQX2P5Bpp05k5KvurQddiDP { width:4.375rem;height:4.375rem;top:5.75rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ju833nHIeEIBtVW4zUunxVn2IaBfnWne { width:4.375rem;height:4.375rem;top:31.25rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQLEaPSncn8ImhHWoc4klCc822eWw4FG { width:4.375rem;height:4.375rem;top:56.875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b744c27b-df41-473f-bef9-07e2b20344c8/czerwone.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee.adaptive-delivery-prevent-bg, #CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee.lazyload, #CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee.lazyloading { background-image: none; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container { background-color: transparent; background-image: none; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.35); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container > .video-iframe-container { display: none; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.35); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row > .video-iframe-container { display: none; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .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); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container { width:20rem;height:32.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oN3698tMHLnCCgTVHnewdPf39eG6Rhyy { width:20rem;height:3rem;top:6.75rem;left:0rem;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WcECkAavzr56UUrMgcUNqeT7QRdz09Vk { width:19.5rem;height:4.19921875rem;top:14.0625rem;left:0.1875rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rVHN7s92T9ua7dKwcAIfOzfiDs7hMHro { width:12.5625rem;height:4.0625rem;top:22.875rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZU59H9p7CUvcXXF0z2bAseuGxwdZMWRp { display:block; }
 }