.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:234,254,255;--color-primary-1:141,215,222;--color-primary-2:65,189,200;--color-primary-3:39,113,120;--color-primary-4:0,132,146;--color-secondary-0:226,242,218;--color-secondary-1:169,216,143;--color-secondary-2:111,190,69;--color-secondary-3:75,174,22;--color-secondary-4:5,77,9;--color-tertiary-0:255,255,255;--color-tertiary-1:163,211,216;--color-tertiary-2:102,181,190;--color-tertiary-3:38,73,169;--color-tertiary-4:0,132,146;--headlines-font-family:"Josefin Sans";--paragraphs-font-family:"Josefin Sans"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esSgfbQBbngv5HOicDGfhIRkCa3dqLQR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff5e5;background-image:url("https://images.assets-landingi.com/uc/a7a93c0f-a25a-48a8-b752-b23dab624945/Zdjciegwnenastronzapisufale2.png");background-position: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; }#esSgfbQBbngv5HOicDGfhIRkCa3dqLQR.adaptive-delivery-prevent-bg, #esSgfbQBbngv5HOicDGfhIRkCa3dqLQR.lazyload, #esSgfbQBbngv5HOicDGfhIRkCa3dqLQR.lazyloading { background-image: none; }#esSgfbQBbngv5HOicDGfhIRkCa3dqLQR > .row .container { background-color: transparent; background-image: none; }#esSgfbQBbngv5HOicDGfhIRkCa3dqLQR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esSgfbQBbngv5HOicDGfhIRkCa3dqLQR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esSgfbQBbngv5HOicDGfhIRkCa3dqLQR > .row .container > .video-iframe-container { display: none; }#esSgfbQBbngv5HOicDGfhIRkCa3dqLQR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esSgfbQBbngv5HOicDGfhIRkCa3dqLQR > .row > .video-iframe-container { display: none; }#esSgfbQBbngv5HOicDGfhIRkCa3dqLQR > .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); }#esSgfbQBbngv5HOicDGfhIRkCa3dqLQR > .row .container { border-width: 0; border-radius: 0; }#esSgfbQBbngv5HOicDGfhIRkCa3dqLQR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#esSgfbQBbngv5HOicDGfhIRkCa3dqLQR > .row .container { font-size:0.875rem;font-family:arial;height:47.5rem;width:75rem;position:relative;display:block; }#iK2qGMsU7iOc2ydZuzz7yl5BoCa3mG7a { color:#f4d386;display:block;width:33.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;top:17.4375rem;left:40.8125rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e7an0Crn9SHgr9SVeCHwTq89M4wvXy6w { color:#f4d386;display:block;width:33.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:27.978515625rem;left:41.625rem;height:5.949225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t4f5e0TTWW0sFZpAcRXuCfgDfLwQDKEo { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.8125rem;width:4.8125rem;position:absolute;display:block;z-index:15027;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:5.3125rem;left:55.09375rem;overflow:hidden;display:block; }
#NqHwHQqQ0y4PC9zcOiZrokgBeldsMdef { color:#fff5e5;display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:35.9580078125rem;left:41.875rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LxTxR4k2btDHfGHsPZ1ZfstbasPs35zC { 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:31.25rem;width:31.25rem;display:none; }
#qrkDXv2C44WDfFv6mWWJXfyDrzkdPSZz { color:#fff5e5;display:block;width:36.9375rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:31.041668653488rem;left:38.0625rem;height:7.3333335rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#gwzatGJxMkBWdRpKKlPgWW9d7C4Pctm3 { color:#f4d386;display:block;width:35.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:12.0625rem;left:39.875rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XTPdBUyd4KNsgh95Ws2IqpVtGKP9m7rS { position:absolute;display:block;z-index:15001;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:25rem;width:25rem;top:23.4375rem;left:23.33749961853rem;overflow:hidden;display:block; }
#ToDfqM2zFrDNUdqMKgfNCqz4GD1CM4V4 { 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:16.375rem;width:16.375rem;top:0rem;left:58.625rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:64.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#IuzTtlEsiAedVGho7pOH0bTRzQ16XkA5 { color:#f4d386;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:2.3333358764649rem;left:0rem;height:16.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vlkQawu9tGGFGd3T6ToymW1f0QZ3Eiww { color:#f4d386;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:14.989062488079rem;left:0rem;height:4.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qdaR6GgGEcqHVXdMS7MdNxODHEI6109O { position:absolute;display:block;z-index:15005;border-top:0.25rem solid #f4d386;border-left:0.25rem solid #f4d386;border-right:0.25rem solid #f4d386;border-bottom:0.25rem solid #f4d386;box-shadow: none;height:35.125rem;width:62.5rem;top:22.125rem;left:6.75rem;display:block; }
#v2UODeQevUxqgVKOKcoiAtMIhW6TiLiJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#990100;background-image:url("https://images.assets-landingi.com/uc/393d77ef-1840-4c51-83c9-6398aec08121/To22.png");background-position:center !important;background-repeat:no-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:none; }#v2UODeQevUxqgVKOKcoiAtMIhW6TiLiJ.adaptive-delivery-prevent-bg, #v2UODeQevUxqgVKOKcoiAtMIhW6TiLiJ.lazyload, #v2UODeQevUxqgVKOKcoiAtMIhW6TiLiJ.lazyloading { background-image: none; }#v2UODeQevUxqgVKOKcoiAtMIhW6TiLiJ > .row .container { border-width: 0; border-radius: 0; }#v2UODeQevUxqgVKOKcoiAtMIhW6TiLiJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v2UODeQevUxqgVKOKcoiAtMIhW6TiLiJ > .row .container { font-size:0.875rem;font-family:arial;height:59.25rem;width:75rem;position:relative;display:none; }#Rhyz6STlTUQuN8HWh5NyMnIL505MyKPT { color:#f4d386;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:3.7916641235351rem;left:0rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gsAVTVGqkcci9ri6KPMMAUhhRDP1Twov { color:rgba(var(--color-tertiary-0),1);display:block;width:58.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:17.281257629394rem;left:8.25rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#gsAVTVGqkcci9ri6KPMMAUhhRDP1Twov li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gsAVTVGqkcci9ri6KPMMAUhhRDP1Twov li:before{  }
#VR6K4DTbm4VQFsI9BwfpyJaDrVP7Aky5 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-4),0.9);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:42.1875rem;width:62.5rem;top:14.96875rem;left:6.25rem;display:block; }
#JvsWHAbvBx4MiKdgddu85vnBE15aecKB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#990100;background-image:url("https://images.assets-landingi.com/uc/393d77ef-1840-4c51-83c9-6398aec08121/To22.png");background-position:center !important;background-repeat:no-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; }#JvsWHAbvBx4MiKdgddu85vnBE15aecKB.adaptive-delivery-prevent-bg, #JvsWHAbvBx4MiKdgddu85vnBE15aecKB.lazyload, #JvsWHAbvBx4MiKdgddu85vnBE15aecKB.lazyloading { background-image: none; }#JvsWHAbvBx4MiKdgddu85vnBE15aecKB > .row .container { background-color: transparent; background-image: none; }#JvsWHAbvBx4MiKdgddu85vnBE15aecKB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JvsWHAbvBx4MiKdgddu85vnBE15aecKB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JvsWHAbvBx4MiKdgddu85vnBE15aecKB > .row .container > .video-iframe-container { display: none; }#JvsWHAbvBx4MiKdgddu85vnBE15aecKB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JvsWHAbvBx4MiKdgddu85vnBE15aecKB > .row > .video-iframe-container { display: none; }#JvsWHAbvBx4MiKdgddu85vnBE15aecKB > .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); }#JvsWHAbvBx4MiKdgddu85vnBE15aecKB > .row .container { border-width: 0; border-radius: 0; }#JvsWHAbvBx4MiKdgddu85vnBE15aecKB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JvsWHAbvBx4MiKdgddu85vnBE15aecKB > .row .container { font-size:0.875rem;font-family:arial;height:51.5rem;width:75rem;position:relative;display:block; }#eERNKzw64aQTqTNfd3cLDFWbmVe3q1UF { color:#f4d386;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:1.853515625rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kR4S6FFkLaSQaZ2lyOMBgLuEG6AxMne5 { color:rgba(var(--color-tertiary-0),1);display:block;width:58.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:9.90625rem;left:8.25rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#kR4S6FFkLaSQaZ2lyOMBgLuEG6AxMne5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kR4S6FFkLaSQaZ2lyOMBgLuEG6AxMne5 li:before{  }
#pcmDvR8JrLqPFB5vlPDOa3MxRb5uUsJk { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-4),0.9);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:40.8125rem;width:62.5rem;top:8.53125rem;left:6.25rem;display:block; }
#lWdRderuM7NlttQAnJttJr0FKz4WOWQz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff5e5;background-image:url("https://images.assets-landingi.com/uc/713d58bf-4385-47bf-ab6c-38d9224c3a90/Zdjciegwnenastronzapisu.png");background-position: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:none; }#lWdRderuM7NlttQAnJttJr0FKz4WOWQz.adaptive-delivery-prevent-bg, #lWdRderuM7NlttQAnJttJr0FKz4WOWQz.lazyload, #lWdRderuM7NlttQAnJttJr0FKz4WOWQz.lazyloading { background-image: none; }#lWdRderuM7NlttQAnJttJr0FKz4WOWQz > .row .container { border-width: 0; border-radius: 0; }#lWdRderuM7NlttQAnJttJr0FKz4WOWQz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lWdRderuM7NlttQAnJttJr0FKz4WOWQz > .row .container { font-size:0.875rem;font-family:arial;height:48rem;width:75rem;position:relative;display:none; }#heDnQfDfNZfTqvVTqwmaSQZRl5aMuOdk { color:#f4d386;display:block;width:33.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;top:9rem;left:38.42421913147rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q77nccs9CSzkBQJ7IghbGuS5uzfpIFIP { color:#f4d386;display:block;width:36.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:24.328907012939rem;left:36.70546913147rem;height:5.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o45WT0ya202yPtmXV4zeEJikWd8KiV2y { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.8125rem;width:4.8125rem;position:absolute;display:block;z-index:15027;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:2.875rem;left:52.76796913147rem;overflow:hidden;display:block; }
#NpcaurBc9pJJN76CdhAWBWlfQt8n45GL { background-color:#399506;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f4d386;border-left:0.125rem solid #f4d386;border-right:0.125rem solid #f4d386;border-bottom:0.125rem solid #f4d386;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.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:38.333335876465rem;left:44.75rem;display:block; }
#EiHQtmdyrmXcN0JLfTy8RIWsa5KiAkmw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XbHOID2dn7TBk0mPqCpcnlcWyv0VizD6 { color:#fff5e5;display:block;width:36.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:31.041407108307rem;left:36.70546913147rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MME0dXyTXxa1XAynXdZdRyAOPWeEIzM1 { color:#fff5e5;display:block;width:36.9375rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:31.041668653488rem;left:38.0625rem;height:7.3333335rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#FPfFTMqGmxr9ncMTNohV3chEphT8WnXF { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.875rem;width:37.5rem;top:10.000002294779rem;left:1.91015625rem;display:block; }
#riNstiPnR6OXRIM6eiyRh4zrBw7mgVua { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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:none; }#riNstiPnR6OXRIM6eiyRh4zrBw7mgVua > .row .container { border-width: 0; border-radius: 0; }#riNstiPnR6OXRIM6eiyRh4zrBw7mgVua > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#riNstiPnR6OXRIM6eiyRh4zrBw7mgVua > .row .container { font-size:0.875rem;font-family:arial;height:12.3125rem;width:75rem;position:relative;display:none; }#t2gxI9asc8uvxJTkb9z6fKuV7DImoSRf { box-sizing:content-box;height:11.25rem;width:47.625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:6.6875rem;left:12.5rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:block; }
#cCASzu7ThSw9OOLKgzgS7VtnIsSfl6mF { color:rgba(var(--color-tertiary-0),1);display:block;width:64rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:9.5rem;left:4.3125rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BKSJQTkwJlOgWTB88bWeE19De8467l7H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/28b9881a-72a2-48cd-b6d3-123dba5290bf/To9.png");background-position:center !important;background-repeat:no-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:none; }#BKSJQTkwJlOgWTB88bWeE19De8467l7H.adaptive-delivery-prevent-bg, #BKSJQTkwJlOgWTB88bWeE19De8467l7H.lazyload, #BKSJQTkwJlOgWTB88bWeE19De8467l7H.lazyloading { background-image: none; }#BKSJQTkwJlOgWTB88bWeE19De8467l7H > .row .container { border-width: 0; border-radius: 0; }#BKSJQTkwJlOgWTB88bWeE19De8467l7H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BKSJQTkwJlOgWTB88bWeE19De8467l7H > .row .container { font-size:0.875rem;font-family:arial;height:11.125rem;width:75rem;position:relative;display:none; }#JyVL4KgApt198ztLTcu6RQSEeuQaJr82 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/28b9881a-72a2-48cd-b6d3-123dba5290bf/To9.png");background-position:center !important;background-repeat:no-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:none; }#JyVL4KgApt198ztLTcu6RQSEeuQaJr82.adaptive-delivery-prevent-bg, #JyVL4KgApt198ztLTcu6RQSEeuQaJr82.lazyload, #JyVL4KgApt198ztLTcu6RQSEeuQaJr82.lazyloading { background-image: none; }#JyVL4KgApt198ztLTcu6RQSEeuQaJr82 > .row .container { border-width: 0; border-radius: 0; }#JyVL4KgApt198ztLTcu6RQSEeuQaJr82 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JyVL4KgApt198ztLTcu6RQSEeuQaJr82 > .row .container { font-size:0.875rem;font-family:arial;height:35.1875rem;width:75rem;position:relative;display:none; }#VAkd8RqMFV69cuKQy1TdxKMgvz0azTQF { box-sizing:content-box;height:14.0625rem;width:64.1875rem;position:absolute;display:block;z-index:15001;background-color:#ffd3d9;background-image:none;top:41.22917175293rem;left:5.40625rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:none; }
#bHcsvg9e16AGKN0TPo2nTS3yRa7EHvlL { color:#ef5a6f;display:block;width:64rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:44.354164123535rem;left:5.5rem;height:8.833333rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#kdQamZR8KAupTgkSgwxqWMNzCa4vOZW8 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:2;letter-spacing:0;top:1.04296875rem;left:6.3125rem;height:25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oePKQf2TSHJ0qJ9onMMqHqQBzZZTN1B0 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:2;letter-spacing:0;top:1.0013122558594rem;left:34.5rem;height:27.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PQ8WIdUPUnsOLtPTcfLudRelOJxXuhAS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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:none; }#PQ8WIdUPUnsOLtPTcfLudRelOJxXuhAS > .row .container { border-width: 0; border-radius: 0; }#PQ8WIdUPUnsOLtPTcfLudRelOJxXuhAS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PQ8WIdUPUnsOLtPTcfLudRelOJxXuhAS > .row .container { font-size:0.875rem;font-family:arial;height:56.3125rem;width:75rem;position:relative;display:none; }#Efl4FSFQ1iJhMVyTXLNKQz8dadaLrbDq { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-4),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: none;height:7.5rem;width:23.75rem;top:7.1875rem;left:11.4375rem;display:block; }
#H57Pwb8PSgdx3XR4gnWslEThmnmUTqh3 { position:absolute;display:block;z-index:15008;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: none;height:36.3125rem;width:24.375rem;top:6.375rem;left:11.0625rem;display:block; }
#znSJZUAiFkwTQ4bHysBooUemKITq3T1g { color:#f4fcff;display:block;width:22rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:7.6875rem;left:12.3125rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aTKIIceVSaoRAIrWFNeyBRX8RJdMUhUo { color:#47545a;display:block;width:21.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:16.8125rem;left:12.6875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KzFs0U8FPzpNb8G1PUBILTJlvVkPxN6o { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f4ce83;border-left:0.1875rem solid #f4ce83;border-right:0.1875rem solid #f4ce83;border-bottom:0.1875rem solid #f4ce83;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.615885375rem;height:4.240885375rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:35.5625rem;left:14rem;display:block; }
#wT91nDyqREcDmTyPxMxygwJxkz0buuxB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ozxtcQda98q3WKTLCkUfxzpf31h4FwLV { color:#47545a;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15035;line-height:1.5;letter-spacing:0;top:21.4375rem;left:13.9375rem;height:2.34375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Uru2X0G7vhZUO70LbLxQ8BM1rQ4yqSOM { color:rgba(var(--color-secondary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:30.5rem;left:13.9375rem;height:4.21875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DCdR9Ky0fkoaTsJqWG6rnp19Ehz0ZwSm { color:#47545a;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15036;line-height:1.5;letter-spacing:0;top:27.9375rem;left:13.9375rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DhS6Wgy1SybdTaxg3s0008tnfI9hl9aC { color:#47545a;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15036;line-height:1.5;letter-spacing:0;top:23.625rem;left:13.9375rem;height:2.34375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#skSkhtRqIoOLb0LNRtR2EZ2KxbeUL1e0 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:18.9375rem;left:38.6875rem;height:8.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uZQTx4AQIyD71GvfhhGz4ccswPhOJk3h { color:#47545a;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:28.5625rem;left:38.6875rem;height:8.775rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rkTMlLJu2LsEvuDqhK0TRgNk8z9zC4Ei { position:absolute;display:block;z-index:15051;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:16rem;width:16rem;top:6.3333435058594rem;left:53rem;overflow:hidden;display:block; }
#unwrz78cIJd3A2qeoaRkQTvuFOio3JzD { box-sizing:content-box;height:11.25rem;width:47.625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;top:50.8125rem;left:13.65625rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:block; }
#E16BoIZhvZkIDOMEeo5sgwUNhaaSyqrh { color:rgba(var(--color-tertiary-0),1);display:block;width:64rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:53.52082824707rem;left:5.5rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xbhtamoUTUPXnZtHynw4u4R0VSa9pU0w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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:none; }#xbhtamoUTUPXnZtHynw4u4R0VSa9pU0w > .row .container { border-width: 0; border-radius: 0; }#xbhtamoUTUPXnZtHynw4u4R0VSa9pU0w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xbhtamoUTUPXnZtHynw4u4R0VSa9pU0w > .row .container { font-size:0.875rem;font-family:arial;height:20.375rem;width:75rem;position:relative;display:none; }#n3Sw4uur2SlCCm5TzyCEeT3h1Z41oBmT { background-color:#fbc84f;background-image:none;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: 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.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.171875rem;height:4.375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:10.8125rem;left:18.9140625rem;display:block; }
#CaZEBShpgwaRDHSw2mHyAypayrps2WNL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nkg2rOnBKUvw5bcdV7MTyP4AW84p0HLd { color:rgba(var(--color-tertiary-0),1);display:block;width:64rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:53.52082824707rem;left:5.5rem;height:5.6666665rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wWH1199dx0E5MddPc5B7Tlta80VlCKq3 { box-sizing:content-box;height:11.25rem;width:47.625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;top:50.8125rem;left:13.65625rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:none; }
#Xy1rUZOFVEKgZtpPbRisSvsQ35XZLtOQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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:none; }#Xy1rUZOFVEKgZtpPbRisSvsQ35XZLtOQ > .row .container { border-width: 0; border-radius: 0; }#Xy1rUZOFVEKgZtpPbRisSvsQ35XZLtOQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xy1rUZOFVEKgZtpPbRisSvsQ35XZLtOQ > .row .container { font-size:0.875rem;font-family:arial;height:33.875rem;width:75rem;position:relative;display:none; }#lJmnZcCHJmR7QMleDG1c6IQ8g3XFQcPG { color:rgba(var(--color-tertiary-3),1);display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#zseG0lCobIaZRFZVzXzLwhFvTSc8r79k { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #fbc84f;border-left:0.0625rem solid #fbc84f;border-right:0.0625rem solid #fbc84f;border-bottom:0.0625rem solid #fbc84f;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;height:29.3745rem;width:56.25rem;top:3.1875rem;left:9.328125rem;display:block; }
#hLB4tDAmx8hTv4LoPQXJ53SA4AbGZTgT { color:#fbc84f;display:block;width:6.246825rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15015;line-height:.2;letter-spacing:0;top:3.1875rem;left:19.7197265625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F48ACwZCuFxu4aMmn9icDAJJRbViC98r { color:#72686c;display:block;width:42.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.7;letter-spacing:0;top:9.1435546875rem;left:21.781494140625rem;height:19.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eZvQEmNUg404n9nKvM0HrSVfNKNUR9Po { color:#000000;display:block;width:51.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:22.9326171875rem;left:11.96875rem;height:11.8125rem;text-align:center;text-align-last:center;display:none; }
#Pur5DtIInPz4FMpzxrNrG2voXgvg2pxE { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:16.244791030884rem;left:11.968751907349rem;height:33.333375rem;text-align:center;text-align-last:center;display:none; }
#Zm35MznOJ0nQevVITnw9MNRh2kbm3DND { color:#72686c;display:block;width:49.4375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:8.5rem;left:11.96875rem;height:45.9rem;text-align:left;text-align-last:left;display:none; }
#D6D0eVPXyrUQvu9bSgah35XhRrcLLpWa { 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:15.625rem;width:15.625rem;top:10.092468261719rem;left:1.5143241882324rem;overflow:hidden;display:block; }
#FWoMKTPrPlBT2aq1XEuSclbZwJHRhdbM { color:#72686c;display:block;width:42.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.7;letter-spacing:0;top:9.1435546875rem;left:21.781494140625rem;height:21.03590625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#UJxusbFaTAFz30xIKvglrccG7eUpIXdh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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:none; }#UJxusbFaTAFz30xIKvglrccG7eUpIXdh > .row .container { border-width: 0; border-radius: 0; }#UJxusbFaTAFz30xIKvglrccG7eUpIXdh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UJxusbFaTAFz30xIKvglrccG7eUpIXdh > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:none; }#KSpm2UDrFBBJDU9TGMXRWcA9nE44OIAX { color:rgba(var(--color-tertiary-3),1);display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#ZstuktcJHTqf9M2wiVJnwRdQcT486znn { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #fbc84f;border-left:0.0625rem solid #fbc84f;border-right:0.0625rem solid #fbc84f;border-bottom:0.0625rem solid #fbc84f;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;height:21.0625rem;width:56.4375rem;top:3.75rem;left:9.328125rem;display:block; }
#zCZHm2zOrfvshUtNbAutalElNz6h38No { color:#fbc84f;display:block;width:6.246825rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15015;line-height:.2;letter-spacing:0;top:3.1875rem;left:19.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lc1l5qf5aDRBUvMQI0XXVtie5N0BmvL0 { color:#72686c;display:block;width:41.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.7;letter-spacing:0;top:9.0820617675781rem;left:21.934898376465rem;height:13.3875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#H16XNRAvqFTPuvwCVCqLfgeutGcuIwQR { color:#000000;display:block;width:51.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:22.9326171875rem;left:11.96875rem;height:11.8125rem;text-align:center;text-align-last:center;display:none; }
#Q9EBEKqGeufSwPghu7SJZ8idQl12Brmt { position:absolute;display:block;z-index:15020;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:15.625rem;width:15.625rem;top:6rem;left:1.5rem;overflow:hidden;display:block; }
#IZA5bWi7XpAUByMOxETvLaen12nbGgJw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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:none; }#IZA5bWi7XpAUByMOxETvLaen12nbGgJw > .row .container { border-width: 0; border-radius: 0; }#IZA5bWi7XpAUByMOxETvLaen12nbGgJw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IZA5bWi7XpAUByMOxETvLaen12nbGgJw > .row .container { font-size:0.875rem;font-family:arial;height:28.5rem;width:75rem;position:relative;display:none; }#FGerauFXFENGfxO2rUtz8h1Z4u6nuDys { color:rgba(var(--color-tertiary-3),1);display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#exW1Xzlz6gTuwKDiWgQp3DEN18am6mQd { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #fbc84f;border-left:0.0625rem solid #fbc84f;border-right:0.0625rem solid #fbc84f;border-bottom:0.0625rem solid #fbc84f;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;height:24.5625rem;width:56.3125rem;top:3.3893432617188rem;left:9.328125rem;display:block; }
#CpBmJaT3lIkDZKZkuJZ8mprwLCLmwURR { color:#fbc84f;display:block;width:6.246825rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15015;line-height:.2;letter-spacing:0;top:3.1875rem;left:19.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rEIsAs3mIFnzrHpEaBI03TqVc566JgW7 { color:#72686c;display:block;width:49.4361991875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.7;letter-spacing:0;top:9.08203125rem;left:21.717449188233rem;height:15.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rCGaVcO98TBIctZ516g25eNyI0JMyHZP { color:#000000;display:block;width:51.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:22.9326171875rem;left:11.96875rem;height:11.8125rem;text-align:center;text-align-last:center;display:none; }
#KQeWmRKvZZRWAXhTDZrMkkGg4n9aTQab { position:absolute;display:block;z-index:15021;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:15.625rem;width:15.625rem;top:7.8671875rem;left:1.5rem;overflow:hidden;display:block; }
#IJCn2Dg9yI0rwlwLWeDqZzW1a0Dkmk9a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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:none; }#IJCn2Dg9yI0rwlwLWeDqZzW1a0Dkmk9a > .row .container { border-width: 0; border-radius: 0; }#IJCn2Dg9yI0rwlwLWeDqZzW1a0Dkmk9a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IJCn2Dg9yI0rwlwLWeDqZzW1a0Dkmk9a > .row .container { font-size:0.875rem;font-family:arial;height:30.125rem;width:75rem;position:relative;display:none; }#p40PLcreo1lF1tgmmXPrKLA4HtvII72g { color:rgba(var(--color-tertiary-3),1);display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#STPpCyD1bGmNtDpZfeCEdNMOdvllduMJ { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #fbc84f;border-left:0.0625rem solid #fbc84f;border-right:0.0625rem solid #fbc84f;border-bottom:0.0625rem solid #fbc84f;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;height:22.0625rem;width:56.4375rem;top:3.75rem;left:9.328125rem;display:block; }
#gyIW5V07PFnNUWdE3wzPLSFT4uF1tVZN { color:#fbc84f;display:block;width:6.2473959922791rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15015;line-height:.2;letter-spacing:0;top:3.1875rem;left:19.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uvO7R6hpyaI2uJfCGZpbSLqD1ZIgiSTX { color:#72686c;display:block;width:49.4361991875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.7;letter-spacing:0;top:9.2291870117188rem;left:21.807292938233rem;height:13.3875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AzgUZQsTMyN0EkZlDBbRGEyxTDbalANP { color:#000000;display:block;width:51.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:22.9326171875rem;left:11.96875rem;height:11.8125rem;text-align:center;text-align-last:center;display:none; }
#Cs0qmqDTARMTUt3eVkd2H9d5riEFelXS { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:6.2916870117188rem;left:1.6875rem;overflow:hidden;display:block; }
#ICQbMIsFfvR2TaEFiz6gyHWRMUrlrrp1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#990100;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:none; }#ICQbMIsFfvR2TaEFiz6gyHWRMUrlrrp1 > .row .container { border-width: 0; border-radius: 0; }#ICQbMIsFfvR2TaEFiz6gyHWRMUrlrrp1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ICQbMIsFfvR2TaEFiz6gyHWRMUrlrrp1 > .row .container { font-size:0.875rem;font-family:arial;height:17.1875rem;width:75rem;position:relative;display:none; }#srQ59ctfOdaiL0V2ThH1P0ONnX8mitom { color:#f4d386;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yrTGNRA6hGeZr7K9JzGLrh9twghECDg7 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:25rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#TiyuQRIm83Q1i6EdoCAIr5xv6GLOKxyp { position:absolute;display:block;z-index:15005;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:25rem;width:25rem;top:0.68881225585938rem;left:50rem;overflow:hidden;display:block; }
#EX92b37nNRWXybFFs8DcGf94opOnRQHz { background-color:#cbeffb;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#EX92b37nNRWXybFFs8DcGf94opOnRQHz > .row .container { background-color: transparent; background-image: none; }#EX92b37nNRWXybFFs8DcGf94opOnRQHz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EX92b37nNRWXybFFs8DcGf94opOnRQHz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EX92b37nNRWXybFFs8DcGf94opOnRQHz > .row .container > .video-iframe-container { display: none; }#EX92b37nNRWXybFFs8DcGf94opOnRQHz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EX92b37nNRWXybFFs8DcGf94opOnRQHz > .row > .video-iframe-container { display: none; }#EX92b37nNRWXybFFs8DcGf94opOnRQHz > .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); }#EX92b37nNRWXybFFs8DcGf94opOnRQHz > .row .container { border-width: 0; border-radius: 0; }#EX92b37nNRWXybFFs8DcGf94opOnRQHz > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#EX92b37nNRWXybFFs8DcGf94opOnRQHz > .row .container { font-size:0.875rem;font-family:arial;height:17.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#Tttg4Rt0qPTPxKJepRQ67d5ZiZ5fIiDD { color:rgba(var(--color-tertiary-1),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15005;line-height:01.3;letter-spacing:0;top:10.185791015625rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gHXte4ykFEVwm8RnZaTTRT9Al4pBkIEX { color:#ba8f68;display:block;width:75rem;position:absolute;font-family:breathing;font-size:3.4375rem;font-weight:400;z-index:15006;line-height:01.3;letter-spacing:0;top:3.75rem;left:0rem;height:4.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TOyThI80ITfnzEAtO9hlClL2hK2kuRwg { position:absolute;display:block;z-index:15005;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:25rem;width:25rem;top:5.5634765625rem;left:50rem;overflow:hidden;display:block; }
#qwbHTDKEsdDn1uqkZFFWbfbpuRdeihwB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/0479a221-a11c-4b80-a20e-b0e589969739/Wykorzystanenalandingu12webinarwbio2.png");background-position:top 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:none; }#qwbHTDKEsdDn1uqkZFFWbfbpuRdeihwB.adaptive-delivery-prevent-bg, #qwbHTDKEsdDn1uqkZFFWbfbpuRdeihwB.lazyload, #qwbHTDKEsdDn1uqkZFFWbfbpuRdeihwB.lazyloading { background-image: none; }#qwbHTDKEsdDn1uqkZFFWbfbpuRdeihwB > .row .container { border-width: 0; border-radius: 0; }#qwbHTDKEsdDn1uqkZFFWbfbpuRdeihwB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qwbHTDKEsdDn1uqkZFFWbfbpuRdeihwB > .row .container { font-size:0.875rem;font-family:arial;height:59.75rem;width:75rem;position:relative;display:none; }#hA7EKubGBdnurTinqNTEpvVQfiIqpoQ2 { display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:12.245660781861rem;left:31.4375rem;height:5.625rem;color:#f4d386;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nqeQh24aKSVuNsCnxp3w6gDKQlPwLlQd { display:block;width:41.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:19.519531726837rem;left:31.437501907349rem;height:31.0429625rem;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;font-style:normal;display:block; }
#xCaqZK7W2tO1XSnollXvVE688pnNyhfE { display:block;width:75rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:11.39453125rem;left:0rem;height:9rem;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:none; }
#lz4g3lDrtGKQ5Mbw7P2MepLB6SB6ZRKz { display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:8.9878463745119rem;left:31.4375rem;height:2.8125rem;color:#f4d386;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OBpOMsoE8IQc44XJ1udhbDZpQXSf577h { display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:55.708312988281rem;left:0.6875rem;height:37.5rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#RyrnAXnlyZ8cME3G19RwhoUi8EApwglO { display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:55.708312988281rem;left:0.6875rem;height:37.5rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#u25h5RhRWghKcO6DtbHHrFPPoQDgxaua { color:#47545a;display:block;width:32.6875rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15023;line-height:1.8;letter-spacing:0;top:55.791687011719rem;left:40.875rem;height:17.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#RQcgZrTLQXzepEC9k1US8zWrT6ktHdky { 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:31.25rem;width:31.25rem;display:none; }
#gWhN8eDXybWMvlHS6qEr47Db0g9yJ7B4 { display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:12.245660781861rem;left:31.4375rem;height:5.625rem;color:#47545a;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ITM4JIrUwSP3ZunqWPaW4EsiJKDCRweN { display:block;width:43.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:19.519965469838rem;left:31.4375rem;height:31.05rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:none; }
#xMp2O9ZxTeJdaLKZFunsft9Ld38uaQEp { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:25rem;top:0.625rem;left:0rem;overflow:hidden;display:none; }
#rkVaXvvetlpszgR3t3vMN5r6TMtWTTuJ { 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:25rem;width:25rem;top:55.26953125rem;left:50rem;overflow:hidden;display:block; }
#GXHgmEE0uyW7OhUQXDuAOOgxpCo6osF8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fcff;background-image:url("https://images.assets-landingi.com/uc/d7c12f61-0c7f-4648-9949-496f64e0c32e/KzDV.png");background-position:top 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; }#GXHgmEE0uyW7OhUQXDuAOOgxpCo6osF8.adaptive-delivery-prevent-bg, #GXHgmEE0uyW7OhUQXDuAOOgxpCo6osF8.lazyload, #GXHgmEE0uyW7OhUQXDuAOOgxpCo6osF8.lazyloading { background-image: none; }#GXHgmEE0uyW7OhUQXDuAOOgxpCo6osF8 > .row .container { background-color: transparent; background-image: none; }#GXHgmEE0uyW7OhUQXDuAOOgxpCo6osF8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXHgmEE0uyW7OhUQXDuAOOgxpCo6osF8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXHgmEE0uyW7OhUQXDuAOOgxpCo6osF8 > .row .container > .video-iframe-container { display: none; }#GXHgmEE0uyW7OhUQXDuAOOgxpCo6osF8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXHgmEE0uyW7OhUQXDuAOOgxpCo6osF8 > .row > .video-iframe-container { display: none; }#GXHgmEE0uyW7OhUQXDuAOOgxpCo6osF8 > .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); }#GXHgmEE0uyW7OhUQXDuAOOgxpCo6osF8 > .row .container { border-width: 0; border-radius: 0; }#GXHgmEE0uyW7OhUQXDuAOOgxpCo6osF8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GXHgmEE0uyW7OhUQXDuAOOgxpCo6osF8 > .row .container { font-size:0.875rem;font-family:arial;height:58.5rem;width:75rem;position:relative;display:block; }#fDN9htDK1AaCq91kbJfFO2X0l0GtGfdN { display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:17.182292222977rem;left:42.8125rem;height:5.625rem;color:#47545a;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TSfXnXZOl3PlCsk9cO7UHwZOtmTG6Uz1 { display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:24.205729722977rem;left:42.8125rem;height:29.25rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nsTzxEAFkFZz15SXq0cUyEolEg8VdOrC { display:block;width:75rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:11.39453125rem;left:0rem;height:9rem;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mpfMK6meXmPqxSaiQ5TELqi3Bl4V9LgT { display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:13.112630128861rem;left:42.8125rem;height:2.8125rem;color:#ba8f68;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IsRzQQDKT22DNmfpPnxsl0CbIO64Ui3G { display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:55.708312988281rem;left:0.6875rem;height:37.5rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#TpelpQg94Zgz6w74f5tTl41i49JlsTQ1 { display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:55.708312988281rem;left:0.6875rem;height:37.5rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Ey3r2MaaaDCtbzCBKCsb6SZGiJMSAl6P { color:#47545a;display:block;width:32.6875rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15023;line-height:1.8;letter-spacing:0;top:55.791687011719rem;left:40.875rem;height:17.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#F3mqMGTnPmeBneIpvAUAJZV1BFmLiw1R { 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:31.25rem;width:31.25rem;display:none; }
#zmOykieTQyp27HmHicoNpsOP8EroZbxG { display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:12.245660781861rem;left:31.4375rem;height:5.625rem;color:#47545a;font-style:normal;text-align:left;text-align-last:left;display:none; }
#hv60ETPtG3x1let1g67SZdwGDEfS05zD { display:block;width:43.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:19.519965469838rem;left:31.4375rem;height:31.05rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:none; }
#oZqIVHqTW6yFt6JzBXxpxCLJUXqNbRcW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/9754868e-55f6-4180-867d-3e7f5fbb3459/Wykorzystanenalandingu12webinarwbio.png");background-position:top 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:none; }#oZqIVHqTW6yFt6JzBXxpxCLJUXqNbRcW.adaptive-delivery-prevent-bg, #oZqIVHqTW6yFt6JzBXxpxCLJUXqNbRcW.lazyload, #oZqIVHqTW6yFt6JzBXxpxCLJUXqNbRcW.lazyloading { background-image: none; }#oZqIVHqTW6yFt6JzBXxpxCLJUXqNbRcW > .row .container { border-width: 0; border-radius: 0; }#oZqIVHqTW6yFt6JzBXxpxCLJUXqNbRcW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oZqIVHqTW6yFt6JzBXxpxCLJUXqNbRcW > .row .container { font-size:0.875rem;font-family:arial;height:59.75rem;width:75rem;position:relative;display:none; }#y2502ZTITWsKKS4xF5BrVpmD2pUsb8Sc { display:block;width:43.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:27.583312988281rem;left:31.4375rem;height:15.521475rem;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;font-style:normal;display:block; }
#kzhG7idIIiCB1fzM1z84Bf9XckLf6HRO { display:block;width:75rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:11.39453125rem;left:0rem;height:9rem;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XE6ZeJBIz6EPr1wp97hwai2S211ZkTUp { display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:23.208312988281rem;left:31.4375rem;height:2.8125rem;color:#f4d386;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a6VK3rJLNi3tyX1Si8eKi2oNeS69TzIN { display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:55.708312988281rem;left:0.6875rem;height:37.5rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#xDC2UHD1hAT9BxwC1kBrTSkf4tFQ4A4F { display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:55.708312988281rem;left:0.6875rem;height:37.5rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#n2QLVbKahEsLwhbWQLWQcTXr3O6iePsg { color:#47545a;display:block;width:32.6875rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15023;line-height:1.8;letter-spacing:0;top:55.791687011719rem;left:40.875rem;height:17.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#sDUpQRxfAPrhApMhPmIF9gRZDrxhB0mJ { 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:31.25rem;width:31.25rem;display:none; }
#OiIFNm5h8fbf9HKsviOTAivnNtMWbEiV { display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:12.245660781861rem;left:31.4375rem;height:5.625rem;color:#47545a;font-style:normal;text-align:left;text-align-last:left;display:none; }
#xTbFmwqqkumy0BQO3OsMOZiADTQz747M { position:absolute;display:block;z-index:15005;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:25rem;width:25rem;top:0.68881225585938rem;left:50rem;overflow:hidden;display:none; }
#QCLU59BZP0zhoIRyb620bv8eh0Hncm0N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fcff;background-image:url("https://images.assets-landingi.com/uc/73b298fb-2057-4ccf-9407-7053215b3ec5/KzDV2.png");background-position:top 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; }#QCLU59BZP0zhoIRyb620bv8eh0Hncm0N.adaptive-delivery-prevent-bg, #QCLU59BZP0zhoIRyb620bv8eh0Hncm0N.lazyload, #QCLU59BZP0zhoIRyb620bv8eh0Hncm0N.lazyloading { background-image: none; }#QCLU59BZP0zhoIRyb620bv8eh0Hncm0N > .row .container { background-color: transparent; background-image: none; }#QCLU59BZP0zhoIRyb620bv8eh0Hncm0N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCLU59BZP0zhoIRyb620bv8eh0Hncm0N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCLU59BZP0zhoIRyb620bv8eh0Hncm0N > .row .container > .video-iframe-container { display: none; }#QCLU59BZP0zhoIRyb620bv8eh0Hncm0N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCLU59BZP0zhoIRyb620bv8eh0Hncm0N > .row > .video-iframe-container { display: none; }#QCLU59BZP0zhoIRyb620bv8eh0Hncm0N > .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); }#QCLU59BZP0zhoIRyb620bv8eh0Hncm0N > .row .container { border-width: 0; border-radius: 0; }#QCLU59BZP0zhoIRyb620bv8eh0Hncm0N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QCLU59BZP0zhoIRyb620bv8eh0Hncm0N > .row .container { font-size:0.875rem;font-family:arial;height:59.75rem;width:75rem;position:relative;display:block; }#G6dMT5xfvAV9OgJE82i83ytTOAQbWIXT { display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:18.81201171875rem;left:42.8125rem;height:33.629875rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xulxQbgJs1kIpeKGuA25kwJU8CpiQcr7 { display:block;width:75rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:11.39453125rem;left:0rem;height:9rem;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:none; }
#s5TAJBfqQ98No2cgBg5f5kTgPMggkOcs { display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:14.250164031983rem;left:42.8125rem;height:2.8125rem;color:#47545a;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OXJB1dWiltVZ3G98c5Sg3CEvDTBMOzaS { display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:55.708312988281rem;left:0.6875rem;height:37.5rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#EyL0kwmRcgndQVqZ0Ghq9mdBOm3FWOJy { display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:55.708312988281rem;left:0.6875rem;height:37.5rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#TXvA5qstq4MQmlhAH7XReTxXN1PgwqBD { color:#47545a;display:block;width:32.6875rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15023;line-height:1.8;letter-spacing:0;top:55.791687011719rem;left:40.875rem;height:17.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#hzgTAytFKIMmDKhUF9XOPFOTPQqcSxWx { 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:31.25rem;width:31.25rem;display:none; }
#RAFP1JHBpttnMH4gClIlUwrJWaKN3l7H { display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:12.245660781861rem;left:31.4375rem;height:5.625rem;color:#47545a;font-style:normal;text-align:left;text-align-last:left;display:none; }
#WZ1RJ3u3P9OpKCHqWS1ro5FbThiM36tJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4d386;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:none; }#WZ1RJ3u3P9OpKCHqWS1ro5FbThiM36tJ > .row .container { border-width: 0; border-radius: 0; }#WZ1RJ3u3P9OpKCHqWS1ro5FbThiM36tJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WZ1RJ3u3P9OpKCHqWS1ro5FbThiM36tJ > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:none; }#vdhO6Rq9C6Km6huhfKkxxCAtTaiDhiJ8 { color:#47545a;display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:5.0625rem;left:2.4375rem;height:3.8994125rem;font-style:normal;display:block; }
#DSuMAWaTmh3Tn05KTVTzIv47t49F2r4D { position:absolute;display:block;z-index:15001;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.5rem;width:9.375rem;top:5.3125rem;left:30.9375rem;overflow:hidden;display:block; }
#CxymLOu1IUWVTAB4TVDUtyoIP3R0k67s { 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:9.375rem;width:9.375rem;top:2.375rem;left:60.75rem;overflow:hidden;display:block; }
#tJiZ3SvWTg2kP5LNtO0zzD7ypCa10Qfu { position:absolute;display:block;z-index:15003;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:9.375rem;width:9.375rem;top:2.375rem;left:51.375rem;overflow:hidden;display:block; }
#kOkMFESwPtbAxVT5wec2VhlyTOV4kxvz { 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:9.375rem;width:9.375rem;top:2.375rem;left:19.875rem;overflow:hidden;display:block; }
#yezv1Ia4PH2yFMbo2iCxqzBcKbrexPrS { 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:9.375rem;width:9.375rem;top:2.375rem;left:42rem;overflow:hidden;display:block; }
#CzeeeXRmUyoDarZcf8cRuum82HTmMrgk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cceffd;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; }#CzeeeXRmUyoDarZcf8cRuum82HTmMrgk > .row .container { background-color: transparent; background-image: none; }#CzeeeXRmUyoDarZcf8cRuum82HTmMrgk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CzeeeXRmUyoDarZcf8cRuum82HTmMrgk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CzeeeXRmUyoDarZcf8cRuum82HTmMrgk > .row .container > .video-iframe-container { display: none; }#CzeeeXRmUyoDarZcf8cRuum82HTmMrgk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CzeeeXRmUyoDarZcf8cRuum82HTmMrgk > .row > .video-iframe-container { display: none; }#CzeeeXRmUyoDarZcf8cRuum82HTmMrgk > .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); }#CzeeeXRmUyoDarZcf8cRuum82HTmMrgk > .row .container { border-width: 0; border-radius: 0; }#CzeeeXRmUyoDarZcf8cRuum82HTmMrgk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CzeeeXRmUyoDarZcf8cRuum82HTmMrgk > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#q8H8tJpqZFNTfS8Rmv4uPtdT4HNy5HzF { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:5.0625rem;left:2.4375rem;height:3.65625rem;font-style:normal;display:block; }
#VTt9zpm9Mr5mfrmUDxqcwKwFW51HxxoM { position:absolute;display:block;z-index:15001;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.5rem;width:9.375rem;top:5.3125rem;left:30.9375rem;overflow:hidden;display:block; }
#dJp3lOWDcLxKVnrlvseTiHyEqOwslR76 { 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:9.375rem;width:9.375rem;top:2.375rem;left:60.75rem;overflow:hidden;display:block; }
#TlfsDPwPft96JJuX70vlizqDycUxsUr3 { position:absolute;display:block;z-index:15003;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:9.375rem;width:9.375rem;top:2.375rem;left:51.375rem;overflow:hidden;display:block; }
#l7AnF2Ig7w6wA2pxTIIcIDHzewuxQlNs { 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.875rem;width:9.375rem;top:5.1249942779541rem;left:19.9375rem;overflow:hidden;display:block; }
#AxuaKQxVJQG7JR6D2Qxw1aCUvK01XAZO { 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:9.375rem;width:9.375rem;top:2.375rem;left:42rem;overflow:hidden;display:block; }
#dVP3AAJdON31RlIfdTr8IgH71W4MRTwo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/bbd1f7bd-07dd-4532-a2e0-c51b75f55295/Projektbeznazwy12.preview.rotate_180.png");background-position:top center !important;background-repeat:no-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; }#dVP3AAJdON31RlIfdTr8IgH71W4MRTwo.adaptive-delivery-prevent-bg, #dVP3AAJdON31RlIfdTr8IgH71W4MRTwo.lazyload, #dVP3AAJdON31RlIfdTr8IgH71W4MRTwo.lazyloading { background-image: none; }#dVP3AAJdON31RlIfdTr8IgH71W4MRTwo > .row .container { background-color: transparent; background-image: none; }#dVP3AAJdON31RlIfdTr8IgH71W4MRTwo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVP3AAJdON31RlIfdTr8IgH71W4MRTwo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVP3AAJdON31RlIfdTr8IgH71W4MRTwo > .row .container > .video-iframe-container { display: none; }#dVP3AAJdON31RlIfdTr8IgH71W4MRTwo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVP3AAJdON31RlIfdTr8IgH71W4MRTwo > .row > .video-iframe-container { display: none; }#dVP3AAJdON31RlIfdTr8IgH71W4MRTwo > .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); }#dVP3AAJdON31RlIfdTr8IgH71W4MRTwo > .row .container { border-width: 0; border-radius: 0; }#dVP3AAJdON31RlIfdTr8IgH71W4MRTwo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dVP3AAJdON31RlIfdTr8IgH71W4MRTwo > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#WhObbwrdbxlnr2lcpSgNuTUEJ7csdISq { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.8125rem;width:4.8125rem;position:absolute;display:block;z-index:15028;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.9479370117188rem;left:35.09375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #esSgfbQBbngv5HOicDGfhIRkCa3dqLQR { background-color:#fff5e5;background-image:url("https://images.assets-landingi.com/uc/a7a93c0f-a25a-48a8-b752-b23dab624945/Zdjciegwnenastronzapisufale2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#esSgfbQBbngv5HOicDGfhIRkCa3dqLQR.adaptive-delivery-prevent-bg, #esSgfbQBbngv5HOicDGfhIRkCa3dqLQR.lazyload, #esSgfbQBbngv5HOicDGfhIRkCa3dqLQR.lazyloading { background-image: none; }#esSgfbQBbngv5HOicDGfhIRkCa3dqLQR > .row .container { background-color: transparent; background-image: none; }#esSgfbQBbngv5HOicDGfhIRkCa3dqLQR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esSgfbQBbngv5HOicDGfhIRkCa3dqLQR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esSgfbQBbngv5HOicDGfhIRkCa3dqLQR > .row .container > .video-iframe-container { display: none; }#esSgfbQBbngv5HOicDGfhIRkCa3dqLQR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esSgfbQBbngv5HOicDGfhIRkCa3dqLQR > .row > .video-iframe-container { display: none; }#esSgfbQBbngv5HOicDGfhIRkCa3dqLQR > .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); }#esSgfbQBbngv5HOicDGfhIRkCa3dqLQR > .row .container { width:47.75rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iK2qGMsU7iOc2ydZuzz7yl5BoCa3mG7a { width:23.125rem;height:5.25rem;top:11.906251907349rem;left:22.53125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e7an0Crn9SHgr9SVeCHwTq89M4wvXy6w { width:27.25rem;height:4.675rem;top:18.062501907349rem;left:20.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t4f5e0TTWW0sFZpAcRXuCfgDfLwQDKEo { width:3.125rem;height:3.125rem;top:3.5000014305115rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NqHwHQqQ0y4PC9zcOiZrokgBeldsMdef { width:26rem;height:4.78125rem;top:23.875001907349rem;left:21.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LxTxR4k2btDHfGHsPZ1ZfstbasPs35zC { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #qrkDXv2C44WDfFv6mWWJXfyDrzkdPSZz { width:27.25rem;height:0;top:20.13671875rem;left:20.4375rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #gwzatGJxMkBWdRpKKlPgWW9d7C4Pctm3 { width:18.75rem;height:2.625rem;top:7.8958349227906rem;left:24.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XTPdBUyd4KNsgh95Ws2IqpVtGKP9m7rS { width:10.9375rem;height:10.9375rem;top:15.5rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ToDfqM2zFrDNUdqMKgfNCqz4GD1CM4V4 { width:10.9375rem;height:10.9375rem;top:0.0625rem;left:36.708333375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.75rem;height:44rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #IuzTtlEsiAedVGho7pOH0bTRzQ16XkA5 { width:38.625rem;height:8.4375rem;top:2.5492188930511rem;left:4.5624998807907rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vlkQawu9tGGFGd3T6ToymW1f0QZ3Eiww { width:37.5rem;height:2.8125rem;top:10.937501430511rem;left:5.1249998807907rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qdaR6GgGEcqHVXdMS7MdNxODHEI6109O { width:43.75rem;height:24.5625rem;top:15.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v2UODeQevUxqgVKOKcoiAtMIhW6TiLiJ { display:none; }#v2UODeQevUxqgVKOKcoiAtMIhW6TiLiJ > .row .container { width:47.75rem;height:53.3125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #Rhyz6STlTUQuN8HWh5NyMnIL505MyKPT { width:37.5rem;height:5.25rem;top:2.5611953735351rem;left:5.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gsAVTVGqkcci9ri6KPMMAUhhRDP1Twov { width:37.5rem;height:35.3125rem;top:9.98698425293rem;left:5.125rem;font-size:1.25rem;display:block; }#gsAVTVGqkcci9ri6KPMMAUhhRDP1Twov li:before{  }
 }@media only screen and (max-width: 1199px) { #VR6K4DTbm4VQFsI9BwfpyJaDrVP7Aky5 { width:40rem;height:37.9375rem;top:8.6640625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JvsWHAbvBx4MiKdgddu85vnBE15aecKB { display:none; }#JvsWHAbvBx4MiKdgddu85vnBE15aecKB > .row .container { width:47.75rem;height:53.3125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #eERNKzw64aQTqTNfd3cLDFWbmVe3q1UF { width:37.5rem;height:5.25rem;top:2.5611953735351rem;left:5.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kR4S6FFkLaSQaZ2lyOMBgLuEG6AxMne5 { width:37.5rem;height:35.3125rem;top:9.98698425293rem;left:5.125rem;font-size:1.25rem;display:block; }#kR4S6FFkLaSQaZ2lyOMBgLuEG6AxMne5 li:before{  }
 }@media only screen and (max-width: 1199px) { #pcmDvR8JrLqPFB5vlPDOa3MxRb5uUsJk { width:40rem;height:37.9375rem;top:8.6640625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lWdRderuM7NlttQAnJttJr0FKz4WOWQz { background-color:#fff5e5;background-image:url("https://images.assets-landingi.com/uc/713d58bf-4385-47bf-ab6c-38d9224c3a90/Zdjciegwnenastronzapisu.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#lWdRderuM7NlttQAnJttJr0FKz4WOWQz.adaptive-delivery-prevent-bg, #lWdRderuM7NlttQAnJttJr0FKz4WOWQz.lazyload, #lWdRderuM7NlttQAnJttJr0FKz4WOWQz.lazyloading { background-image: none; }#lWdRderuM7NlttQAnJttJr0FKz4WOWQz > .row .container { width:47.75rem;height:32.8125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #heDnQfDfNZfTqvVTqwmaSQZRl5aMuOdk { width:24.375rem;height:5.25rem;top:5.3328127861023rem;left:21.937500357628rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q77nccs9CSzkBQJ7IghbGuS5uzfpIFIP { width:27.25rem;height:4.675rem;top:11.385416984558rem;left:20.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o45WT0ya202yPtmXV4zeEJikWd8KiV2y { width:3.125rem;height:3.125rem;top:0.83281248807906rem;left:32.562502264976rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NpcaurBc9pJJN76CdhAWBWlfQt8n45GL { width:21.3625rem;height:3.3625rem;top:25.352344512939rem;left:13.156250357628rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EiHQtmdyrmXcN0JLfTy8RIWsa5KiAkmw { display:block; }
 }@media only screen and (max-width: 1199px) { #XbHOID2dn7TBk0mPqCpcnlcWyv0VizD6 { width:26rem;height:6.375rem;top:17.13671875rem;left:21.125000357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MME0dXyTXxa1XAynXdZdRyAOPWeEIzM1 { width:27.25rem;height:0;top:20.13671875rem;left:20.4375rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #FPfFTMqGmxr9ncMTNohV3chEphT8WnXF { width:21.875rem;height:12.75rem;top:3.359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #riNstiPnR6OXRIM6eiyRh4zrBw7mgVua { display:none; }#riNstiPnR6OXRIM6eiyRh4zrBw7mgVua > .row .container { width:47.75rem;height:9.875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #t2gxI9asc8uvxJTkb9z6fKuV7DImoSRf { width:40.625rem;height:8.75rem;top:5.5625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cCASzu7ThSw9OOLKgzgS7VtnIsSfl6mF { width:35.1875rem;height:4.875rem;top:7.5rem;left:6.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BKSJQTkwJlOgWTB88bWeE19De8467l7H { display:none; }#BKSJQTkwJlOgWTB88bWeE19De8467l7H > .row .container { width:47.75rem;height:6.8125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #JyVL4KgApt198ztLTcu6RQSEeuQaJr82 { display:none; }#JyVL4KgApt198ztLTcu6RQSEeuQaJr82 > .row .container { width:47.75rem;height:48.5625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #VAkd8RqMFV69cuKQy1TdxKMgvz0azTQF { width:47.75rem;height:14.0625rem;top:41.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #bHcsvg9e16AGKN0TPo2nTS3yRa7EHvlL { width:35.1875rem;height:4rem;top:31.395833969116rem;left:6.28125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #kdQamZR8KAupTgkSgwxqWMNzCa4vOZW8 { width:35.0625rem;height:21.25rem;top:0.73697662353513rem;left:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oePKQf2TSHJ0qJ9onMMqHqQBzZZTN1B0 { width:35.0625rem;height:23.375rem;top:22.110687255859rem;left:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PQ8WIdUPUnsOLtPTcfLudRelOJxXuhAS { display:none; }#PQ8WIdUPUnsOLtPTcfLudRelOJxXuhAS > .row .container { width:47.75rem;height:40rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #Efl4FSFQ1iJhMVyTXLNKQz8dadaLrbDq { width:20.625rem;height:6.1875rem;top:4.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H57Pwb8PSgdx3XR4gnWslEThmnmUTqh3 { width:21.875rem;height:27.4375rem;top:3.75rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #znSJZUAiFkwTQ4bHysBooUemKITq3T1g { width:22rem;height:4.0625rem;top:5.875rem;left:3.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aTKIIceVSaoRAIrWFNeyBRX8RJdMUhUo { width:18.75rem;height:2.03125rem;top:12.0625rem;left:4.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KzFs0U8FPzpNb8G1PUBILTJlvVkPxN6o { width:17.365885375rem;height:3.240885375rem;top:26.5rem;left:5.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wT91nDyqREcDmTyPxMxygwJxkz0buuxB { display:block; }
 }@media only screen and (max-width: 1199px) { #ozxtcQda98q3WKTLCkUfxzpf31h4FwLV { width:15.625rem;height:2.0625rem;top:15.3125rem;left:6.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Uru2X0G7vhZUO70LbLxQ8BM1rQ4yqSOM { width:15.625rem;height:2.8125rem;top:23.5rem;left:6.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DCdR9Ky0fkoaTsJqWG6rnp19Ehz0ZwSm { width:15.625rem;height:2.8125rem;top:20.75rem;left:6.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DhS6Wgy1SybdTaxg3s0008tnfI9hl9aC { width:15.625rem;height:2.0625rem;top:17.3125rem;left:6.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #skSkhtRqIoOLb0LNRtR2EZ2KxbeUL1e0 { width:14.1875rem;height:4.875rem;top:9.3125rem;left:25.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uZQTx4AQIyD71GvfhhGz4ccswPhOJk3h { width:19.75rem;height:9.1rem;top:15.3125rem;left:25.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rkTMlLJu2LsEvuDqhK0TRgNk8z9zC4Ei { width:7.6875rem;height:7.6875rem;top:3.9375rem;left:36.895835876465rem;display:block; }
 }@media only screen and (max-width: 1199px) { #unwrz78cIJd3A2qeoaRkQTvuFOio3JzD { width:40.625rem;height:8.75rem;top:35.9375rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E16BoIZhvZkIDOMEeo5sgwUNhaaSyqrh { width:35.1875rem;height:4.875rem;top:37.895843505859rem;left:6.28125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xbhtamoUTUPXnZtHynw4u4R0VSa9pU0w { display:none; }#xbhtamoUTUPXnZtHynw4u4R0VSa9pU0w > .row .container { width:47.75rem;height:12.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #n3Sw4uur2SlCCm5TzyCEeT3h1Z41oBmT { width:18.53125rem;height:3.13020825rem;top:7rem;left:14.609375rem;font-size:1.0625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 1199px) { #CaZEBShpgwaRDHSw2mHyAypayrps2WNL { display:block; }
 }@media only screen and (max-width: 1199px) { #Nkg2rOnBKUvw5bcdV7MTyP4AW84p0HLd { width:35.1875rem;height:4.8333335rem;top:37.895843505859rem;left:6.28125rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #wWH1199dx0E5MddPc5B7Tlta80VlCKq3 { width:40.625rem;height:8.75rem;top:35.9375rem;left:3.53125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Xy1rUZOFVEKgZtpPbRisSvsQ35XZLtOQ { background-color:#eafeff;background-image:none;display:none; }#Xy1rUZOFVEKgZtpPbRisSvsQ35XZLtOQ > .row .container { width:47.75rem;height:38.4375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #lJmnZcCHJmR7QMleDG1c6IQ8g3XFQcPG { width:31.1875rem;height:16.1875rem;top:20.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #zseG0lCobIaZRFZVzXzLwhFvTSc8r79k { width:35rem;height:35.4375rem;top:2.905517578125rem;left:6.32666015625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hLB4tDAmx8hTv4LoPQXJ53SA4AbGZTgT { width:6.1875rem;height:1.25rem;top:2.86328125rem;left:12.5rem;font-size:6.25rem;color:#fbc84f;display:block; }
 }@media only screen and (max-width: 1199px) { #F48ACwZCuFxu4aMmn9icDAJJRbViC98r { width:21.31119725rem;height:27.09375rem;top:6.58073425293rem;left:14.872396469116rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eZvQEmNUg404n9nKvM0HrSVfNKNUR9Po { width:47.75rem;height:10.125rem;top:0rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Pur5DtIInPz4FMpzxrNrG2voXgvg2pxE { width:37.5rem;height:0;top:5.9583435058594rem;left:5.125rem;font-size:0.9375rem;z-index:15019;color:#47545a;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 1199px) { #Zm35MznOJ0nQevVITnw9MNRh2kbm3DND { width:38.375rem;height:0;top:7.6875002384187rem;left:4.6249998807907rem;font-size:1.0625rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 1199px) { #D6D0eVPXyrUQvu9bSgah35XhRrcLLpWa { width:12.5rem;height:12.5rem;top:6.6224060058594rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FWoMKTPrPlBT2aq1XEuSclbZwJHRhdbM { width:21.312rem;height:27.0923rem;top:8.18701171875rem;left:16.248046875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #UJxusbFaTAFz30xIKvglrccG7eUpIXdh { background-color:#eafeff;background-image:none;display:none; }#UJxusbFaTAFz30xIKvglrccG7eUpIXdh > .row .container { width:47.75rem;height:24.1875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #KSpm2UDrFBBJDU9TGMXRWcA9nE44OIAX { width:31.1875rem;height:16.1875rem;top:20.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ZstuktcJHTqf9M2wiVJnwRdQcT486znn { width:35.1875rem;height:20.625rem;top:2.90625rem;left:6.3255209922787rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zCZHm2zOrfvshUtNbAutalElNz6h38No { width:6.1875rem;height:1.25rem;top:2.8645935058594rem;left:12.5rem;font-size:6.25rem;color:#fbc84f;display:block; }
 }@media only screen and (max-width: 1199px) { #Lc1l5qf5aDRBUvMQI0XXVtie5N0BmvL0 { width:25.6875rem;height:12.64375rem;top:6.8125rem;left:14.8125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #H16XNRAvqFTPuvwCVCqLfgeutGcuIwQR { width:47.75rem;height:10.125rem;top:0rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Q9EBEKqGeufSwPghu7SJZ8idQl12Brmt { width:12.5rem;height:12.5rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IZA5bWi7XpAUByMOxETvLaen12nbGgJw { background-color:#eafeff;background-image:none;display:none; }#IZA5bWi7XpAUByMOxETvLaen12nbGgJw > .row .container { width:47.75rem;height:30.625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #FGerauFXFENGfxO2rUtz8h1Z4u6nuDys { width:31.1875rem;height:16.1875rem;top:20.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #exW1Xzlz6gTuwKDiWgQp3DEN18am6mQd { width:35.0625rem;height:27.6875rem;top:2.3112182617188rem;left:6.3255209922787rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CpBmJaT3lIkDZKZkuJZ8mprwLCLmwURR { width:6.1875rem;height:1.25rem;top:2.3528900146484rem;left:12.5rem;font-size:6.25rem;color:#fbc84f;display:block; }
 }@media only screen and (max-width: 1199px) { #rEIsAs3mIFnzrHpEaBI03TqVc566JgW7 { width:24.8125rem;height:19.86875rem;top:6.2265777587891rem;left:14.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rCGaVcO98TBIctZ516g25eNyI0JMyHZP { width:47.75rem;height:10.125rem;top:0rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #KQeWmRKvZZRWAXhTDZrMkkGg4n9aTQab { width:12.5rem;height:12.5rem;top:4.8724060058594rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IJCn2Dg9yI0rwlwLWeDqZzW1a0Dkmk9a { background-color:#eafeff;background-image:none;display:none; }#IJCn2Dg9yI0rwlwLWeDqZzW1a0Dkmk9a > .row .container { width:47.75rem;height:33.125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #p40PLcreo1lF1tgmmXPrKLA4HtvII72g { width:31.1875rem;height:16.1875rem;top:20.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #STPpCyD1bGmNtDpZfeCEdNMOdvllduMJ { width:35.125rem;height:27.9375rem;top:2.9049682617188rem;left:6.3255209922787rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gyIW5V07PFnNUWdE3wzPLSFT4uF1tVZN { width:6.1875rem;height:1.25rem;top:2.9049682617188rem;left:12.5rem;font-size:6.25rem;color:#fbc84f;display:block; }
 }@media only screen and (max-width: 1199px) { #uvO7R6hpyaI2uJfCGZpbSLqD1ZIgiSTX { width:24.4375rem;height:19.86875rem;top:7.73828125rem;left:14.90625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AzgUZQsTMyN0EkZlDBbRGEyxTDbalANP { width:47.75rem;height:10.125rem;top:0rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Cs0qmqDTARMTUt3eVkd2H9d5riEFelXS { width:12.5rem;height:12.5rem;top:5.34375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ICQbMIsFfvR2TaEFiz6gyHWRMUrlrrp1 { display:none; }#ICQbMIsFfvR2TaEFiz6gyHWRMUrlrrp1 > .row .container { width:47.75rem;height:11.8125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #srQ59ctfOdaiL0V2ThH1P0ONnX8mitom { width:47.75rem;height:5.6875rem;top:3.75rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yrTGNRA6hGeZr7K9JzGLrh9twghECDg7 { width:15rem;height:15rem;top:0.83984375rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TiyuQRIm83Q1i6EdoCAIr5xv6GLOKxyp { width:15.5rem;height:15.5rem;top:0.63409423828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EX92b37nNRWXybFFs8DcGf94opOnRQHz { display:block; }#EX92b37nNRWXybFFs8DcGf94opOnRQHz > .row .container { width:47.75rem;height:18.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Tttg4Rt0qPTPxKJepRQ67d5ZiZ5fIiDD { top:10.268749713898rem;left:8.2500003576281rem;width:31.25rem;height:3.58333325rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gHXte4ykFEVwm8RnZaTTRT9Al4pBkIEX { top:4.7703127861023rem;left:12.937500357628rem;width:21.875rem;height:3.58333325rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TOyThI80ITfnzEAtO9hlClL2hK2kuRwg { width:15.5rem;height:15.5rem;top:0.63409423828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qwbHTDKEsdDn1uqkZFFWbfbpuRdeihwB { background-color:#f1dede;background-image:url("https://images.assets-landingi.com/uc/0479a221-a11c-4b80-a20e-b0e589969739/Wykorzystanenalandingu12webinarwbio2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#qwbHTDKEsdDn1uqkZFFWbfbpuRdeihwB.adaptive-delivery-prevent-bg, #qwbHTDKEsdDn1uqkZFFWbfbpuRdeihwB.lazyload, #qwbHTDKEsdDn1uqkZFFWbfbpuRdeihwB.lazyloading { background-image: none; }#qwbHTDKEsdDn1uqkZFFWbfbpuRdeihwB > .row .container { width:47.75rem;height:34.8125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #hA7EKubGBdnurTinqNTEpvVQfiIqpoQ2 { width:25.75rem;height:4.6875rem;top:1.375rem;left:22rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nqeQh24aKSVuNsCnxp3w6gDKQlPwLlQd { width:22.5rem;height:0;top:13.546007156372rem;left:23.023436844349rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #xCaqZK7W2tO1XSnollXvVE688pnNyhfE { width:31.25rem;height:4.6666665077209rem;top:4.3815307617188rem;left:8.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #lz4g3lDrtGKQ5Mbw7P2MepLB6SB6ZRKz { width:25.75rem;height:2.25rem;top:6.75rem;left:22rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OBpOMsoE8IQc44XJ1udhbDZpQXSf577h { width:25.5rem;height:0;top:15.109375953674rem;left:19.666667282581rem;font-size:1.0625rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 1199px) { #RyrnAXnlyZ8cME3G19RwhoUi8EApwglO { width:19.6875rem;height:0;top:32.671875rem;left:2.34375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #u25h5RhRWghKcO6DtbHHrFPPoQDgxaua { width:19.3125rem;height:15.333333rem;top:32.671875rem;left:24.708333969116rem;font-size:1.0625rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 1199px) { #RQcgZrTLQXzepEC9k1US8zWrT6ktHdky { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #gWhN8eDXybWMvlHS6qEr47Db0g9yJ7B4 { width:31.25rem;height:4.6875rem;top:4.5624151229858rem;left:16.499131500721rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ITM4JIrUwSP3ZunqWPaW4EsiJKDCRweN { width:25.75rem;height:24.8625rem;top:9.5625rem;left:22rem;font-size:1.0625rem;z-index:15010;color:#ffffff;display:block; }
 }@media only screen and (max-width: 1199px) { #xMp2O9ZxTeJdaLKZFunsft9Ld38uaQEp { width:15rem;height:15rem;top:0.83984375rem;left:32.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #rkVaXvvetlpszgR3t3vMN5r6TMtWTTuJ { width:15rem;height:15rem;top:31.029968261719rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GXHgmEE0uyW7OhUQXDuAOOgxpCo6osF8 { background-color:#f1dede;background-image:url("https://images.assets-landingi.com/uc/ce63685c-c7a8-4b59-aab8-3334580d4df6/WykorzystanenalandinguKzdVbio.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#GXHgmEE0uyW7OhUQXDuAOOgxpCo6osF8.adaptive-delivery-prevent-bg, #GXHgmEE0uyW7OhUQXDuAOOgxpCo6osF8.lazyload, #GXHgmEE0uyW7OhUQXDuAOOgxpCo6osF8.lazyloading { background-image: none; }#GXHgmEE0uyW7OhUQXDuAOOgxpCo6osF8 > .row .container { background-color: transparent; background-image: none; }#GXHgmEE0uyW7OhUQXDuAOOgxpCo6osF8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXHgmEE0uyW7OhUQXDuAOOgxpCo6osF8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXHgmEE0uyW7OhUQXDuAOOgxpCo6osF8 > .row .container > .video-iframe-container { display: none; }#GXHgmEE0uyW7OhUQXDuAOOgxpCo6osF8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXHgmEE0uyW7OhUQXDuAOOgxpCo6osF8 > .row > .video-iframe-container { display: none; }#GXHgmEE0uyW7OhUQXDuAOOgxpCo6osF8 > .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); }#GXHgmEE0uyW7OhUQXDuAOOgxpCo6osF8 > .row .container { width:47.75rem;height:34.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fDN9htDK1AaCq91kbJfFO2X0l0GtGfdN { width:25.75rem;height:4.6666665rem;top:1.375rem;left:22rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TSfXnXZOl3PlCsk9cO7UHwZOtmTG6Uz1 { width:22.5rem;height:0;top:13.546007156372rem;left:23.023436844349rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #nsTzxEAFkFZz15SXq0cUyEolEg8VdOrC { width:31.25rem;height:4.6666665077209rem;top:4.3815307617188rem;left:8.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #mpfMK6meXmPqxSaiQ5TELqi3Bl4V9LgT { width:25.75rem;height:2.25rem;top:6.75rem;left:22rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IsRzQQDKT22DNmfpPnxsl0CbIO64Ui3G { width:25.5rem;height:0;top:15.109375953674rem;left:19.666667282581rem;font-size:1.0625rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 1199px) { #TpelpQg94Zgz6w74f5tTl41i49JlsTQ1 { width:19.6875rem;height:0;top:32.671875rem;left:2.34375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Ey3r2MaaaDCtbzCBKCsb6SZGiJMSAl6P { width:19.3125rem;height:15.333333rem;top:32.671875rem;left:24.708333969116rem;font-size:1.0625rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 1199px) { #F3mqMGTnPmeBneIpvAUAJZV1BFmLiw1R { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #zmOykieTQyp27HmHicoNpsOP8EroZbxG { width:31.25rem;height:4.6875rem;top:4.5624151229858rem;left:16.499131500721rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #hv60ETPtG3x1let1g67SZdwGDEfS05zD { width:25.75rem;height:23.833333625rem;top:9.5625rem;left:22rem;font-size:1.0625rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 1199px) { #oZqIVHqTW6yFt6JzBXxpxCLJUXqNbRcW { background-color:#f1dede;background-image:url("https://images.assets-landingi.com/uc/9754868e-55f6-4180-867d-3e7f5fbb3459/Wykorzystanenalandingu12webinarwbio.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#oZqIVHqTW6yFt6JzBXxpxCLJUXqNbRcW.adaptive-delivery-prevent-bg, #oZqIVHqTW6yFt6JzBXxpxCLJUXqNbRcW.lazyload, #oZqIVHqTW6yFt6JzBXxpxCLJUXqNbRcW.lazyloading { background-image: none; }#oZqIVHqTW6yFt6JzBXxpxCLJUXqNbRcW > .row .container { width:47.75rem;height:32.5625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #y2502ZTITWsKKS4xF5BrVpmD2pUsb8Sc { width:22.5rem;height:15.3rem;top:10.645843505859rem;left:22rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kzhG7idIIiCB1fzM1z84Bf9XckLf6HRO { width:31.25rem;height:4.6666665077209rem;top:4.3815307617188rem;left:8.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #XE6ZeJBIz6EPr1wp97hwai2S211ZkTUp { width:22.9375rem;height:2.34375rem;top:7.0208435058594rem;left:22rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a6VK3rJLNi3tyX1Si8eKi2oNeS69TzIN { width:25.5rem;height:0;top:15.109375953674rem;left:19.666667282581rem;font-size:1.0625rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 1199px) { #xDC2UHD1hAT9BxwC1kBrTSkf4tFQ4A4F { width:19.6875rem;height:0;top:32.671875rem;left:2.34375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #n2QLVbKahEsLwhbWQLWQcTXr3O6iePsg { width:19.3125rem;height:15.333333rem;top:32.671875rem;left:24.708333969116rem;font-size:1.0625rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 1199px) { #sDUpQRxfAPrhApMhPmIF9gRZDrxhB0mJ { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #OiIFNm5h8fbf9HKsviOTAivnNtMWbEiV { width:31.25rem;height:4.6875rem;top:4.5624151229858rem;left:16.499131500721rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #xTbFmwqqkumy0BQO3OsMOZiADTQz747M { width:15.5rem;height:15.5rem;top:0.63409423828125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #QCLU59BZP0zhoIRyb620bv8eh0Hncm0N { background-color:#f1dede;background-image:url("https://images.assets-landingi.com/uc/0489a258-7eb5-40c9-8b86-908f6392f69f/WykorzystanenalandinguKzdVbio.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#QCLU59BZP0zhoIRyb620bv8eh0Hncm0N.adaptive-delivery-prevent-bg, #QCLU59BZP0zhoIRyb620bv8eh0Hncm0N.lazyload, #QCLU59BZP0zhoIRyb620bv8eh0Hncm0N.lazyloading { background-image: none; }#QCLU59BZP0zhoIRyb620bv8eh0Hncm0N > .row .container { background-color: transparent; background-image: none; }#QCLU59BZP0zhoIRyb620bv8eh0Hncm0N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCLU59BZP0zhoIRyb620bv8eh0Hncm0N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCLU59BZP0zhoIRyb620bv8eh0Hncm0N > .row .container > .video-iframe-container { display: none; }#QCLU59BZP0zhoIRyb620bv8eh0Hncm0N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCLU59BZP0zhoIRyb620bv8eh0Hncm0N > .row > .video-iframe-container { display: none; }#QCLU59BZP0zhoIRyb620bv8eh0Hncm0N > .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); }#QCLU59BZP0zhoIRyb620bv8eh0Hncm0N > .row .container { width:47.75rem;height:32.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #G6dMT5xfvAV9OgJE82i83ytTOAQbWIXT { width:22.5rem;height:14.666667rem;top:12.062500238419rem;left:24.625000357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xulxQbgJs1kIpeKGuA25kwJU8CpiQcr7 { width:31.25rem;height:4.6666665077209rem;top:4.3815307617188rem;left:8.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #s5TAJBfqQ98No2cgBg5f5kTgPMggkOcs { width:26.6875rem;height:2.33333325rem;top:9.0000002384187rem;left:20.487499594688rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OXJB1dWiltVZ3G98c5Sg3CEvDTBMOzaS { width:25.5rem;height:0;top:15.109375953674rem;left:19.666667282581rem;font-size:1.0625rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 1199px) { #EyL0kwmRcgndQVqZ0Ghq9mdBOm3FWOJy { width:19.6875rem;height:0;top:32.671875rem;left:2.34375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TXvA5qstq4MQmlhAH7XReTxXN1PgwqBD { width:19.3125rem;height:15.333333rem;top:32.671875rem;left:24.708333969116rem;font-size:1.0625rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 1199px) { #hzgTAytFKIMmDKhUF9XOPFOTPQqcSxWx { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #RAFP1JHBpttnMH4gClIlUwrJWaKN3l7H { width:31.25rem;height:4.6875rem;top:4.5624151229858rem;left:16.499131500721rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #WZ1RJ3u3P9OpKCHqWS1ro5FbThiM36tJ { display:none; }#WZ1RJ3u3P9OpKCHqWS1ro5FbThiM36tJ > .row .container { width:47.75rem;height:12.875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #vdhO6Rq9C6Km6huhfKkxxCAtTaiDhiJ8 { width:17.5rem;height:2.03125rem;top:2.6458740234375rem;left:15.125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #DSuMAWaTmh3Tn05KTVTzIv47t49F2r4D { width:9.375rem;height:3.5rem;top:6.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CxymLOu1IUWVTAB4TVDUtyoIP3R0k67s { width:9.375rem;height:9.375rem;top:3.1875rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tJiZ3SvWTg2kP5LNtO0zzD7ypCa10Qfu { width:9.375rem;height:9.375rem;top:3.1875rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kOkMFESwPtbAxVT5wec2VhlyTOV4kxvz { width:9.375rem;height:9.375rem;top:3.1875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yezv1Ia4PH2yFMbo2iCxqzBcKbrexPrS { width:9.375rem;height:9.375rem;top:3.1875rem;left:20rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CzeeeXRmUyoDarZcf8cRuum82HTmMrgk { display:block; }#CzeeeXRmUyoDarZcf8cRuum82HTmMrgk > .row .container { width:47.75rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #q8H8tJpqZFNTfS8Rmv4uPtdT4HNy5HzF { width:17.5rem;height:2rem;top:2.6458740234375rem;left:15.125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #VTt9zpm9Mr5mfrmUDxqcwKwFW51HxxoM { width:9.375rem;height:3.5rem;top:8.6875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dJp3lOWDcLxKVnrlvseTiHyEqOwslR76 { width:9.375rem;height:9.375rem;top:5.75rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TlfsDPwPft96JJuX70vlizqDycUxsUr3 { width:9.375rem;height:9.375rem;top:5.75rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l7AnF2Ig7w6wA2pxTIIcIDHzewuxQlNs { width:9.375rem;height:3.875rem;top:5.75rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AxuaKQxVJQG7JR6D2Qxw1aCUvK01XAZO { width:9.375rem;height:9.375rem;top:5.75rem;left:20rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dVP3AAJdON31RlIfdTr8IgH71W4MRTwo { display:block; }#dVP3AAJdON31RlIfdTr8IgH71W4MRTwo > .row .container { width:47.75rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WhObbwrdbxlnr2lcpSgNuTUEJ7csdISq { width:3.125rem;height:3.125rem;top:3.8958435058594rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #esSgfbQBbngv5HOicDGfhIRkCa3dqLQR { background-color:#990100;background-image:none;display:block; }#esSgfbQBbngv5HOicDGfhIRkCa3dqLQR > .row .container { background-color: transparent; background-image: none; }#esSgfbQBbngv5HOicDGfhIRkCa3dqLQR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esSgfbQBbngv5HOicDGfhIRkCa3dqLQR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esSgfbQBbngv5HOicDGfhIRkCa3dqLQR > .row .container > .video-iframe-container { display: none; }#esSgfbQBbngv5HOicDGfhIRkCa3dqLQR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esSgfbQBbngv5HOicDGfhIRkCa3dqLQR > .row > .video-iframe-container { display: none; }#esSgfbQBbngv5HOicDGfhIRkCa3dqLQR > .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); }#esSgfbQBbngv5HOicDGfhIRkCa3dqLQR > .row .container { width:20rem;height:50.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iK2qGMsU7iOc2ydZuzz7yl5BoCa3mG7a { width:20rem;height:3.25rem;top:7.875rem;left:0rem;font-size:1.375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #e7an0Crn9SHgr9SVeCHwTq89M4wvXy6w { width:20rem;height:4.25rem;top:34.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4f5e0TTWW0sFZpAcRXuCfgDfLwQDKEo { width:3.4375rem;height:3.4375rem;top:1.1875203847885rem;left:8.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqHwHQqQ0y4PC9zcOiZrokgBeldsMdef { width:18.125rem;height:0;top:46.4375rem;left:0.90625rem;font-size:1.125rem;color:#47545a;display:none; }
 }@media only screen and (max-width: 763px) { #LxTxR4k2btDHfGHsPZ1ZfstbasPs35zC { top:12.458333969116rem;left:0.625rem;width:18.75rem;height:18.75rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qrkDXv2C44WDfFv6mWWJXfyDrzkdPSZz { width:18.125rem;height:8.4375rem;top:39.5rem;left:0.9375rem;font-size:1.125rem;color:#fff5e5;z-index:15007;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #gwzatGJxMkBWdRpKKlPgWW9d7C4Pctm3 { width:20rem;height:1.625rem;top:5.2083334922791rem;left:0rem;font-size:1.375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XTPdBUyd4KNsgh95Ws2IqpVtGKP9m7rS { width:8.9375rem;height:8.9375rem;top:25.416405677796rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToDfqM2zFrDNUdqMKgfNCqz4GD1CM4V4 { width:9.0625rem;height:9.0625rem;top:11.175000190735rem;left:10.937500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:29.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IuzTtlEsiAedVGho7pOH0bTRzQ16XkA5 { width:18.125rem;height:9.375rem;top:2.2708358764649rem;left:0.90625rem;font-size:1.25rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vlkQawu9tGGFGd3T6ToymW1f0QZ3Eiww { width:20rem;height:1.875rem;top:12.25rem;left:0rem;font-size:1.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qdaR6GgGEcqHVXdMS7MdNxODHEI6109O { height:10.5rem;width:18.75rem;top:15.375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2UODeQevUxqgVKOKcoiAtMIhW6TiLiJ { display:none; }#v2UODeQevUxqgVKOKcoiAtMIhW6TiLiJ > .row .container { width:20rem;height:52.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Rhyz6STlTUQuN8HWh5NyMnIL505MyKPT { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gsAVTVGqkcci9ri6KPMMAUhhRDP1Twov { width:18.125rem;height:41.9375rem;top:6.9375rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#gsAVTVGqkcci9ri6KPMMAUhhRDP1Twov li:before{  }
 }@media only screen and (max-width: 763px) { #VR6K4DTbm4VQFsI9BwfpyJaDrVP7Aky5 { width:20rem;height:44.0625rem;top:5.916015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvsWHAbvBx4MiKdgddu85vnBE15aecKB { display:none; }#JvsWHAbvBx4MiKdgddu85vnBE15aecKB > .row .container { width:20rem;height:52.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eERNKzw64aQTqTNfd3cLDFWbmVe3q1UF { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kR4S6FFkLaSQaZ2lyOMBgLuEG6AxMne5 { width:18.125rem;height:41.9375rem;top:6.9375rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#kR4S6FFkLaSQaZ2lyOMBgLuEG6AxMne5 li:before{  }
 }@media only screen and (max-width: 763px) { #pcmDvR8JrLqPFB5vlPDOa3MxRb5uUsJk { width:20rem;height:44.0625rem;top:5.916015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWdRderuM7NlttQAnJttJr0FKz4WOWQz { background-color:#990100;background-image:url("https://images.assets-landingi.com/uc/713d58bf-4385-47bf-ab6c-38d9224c3a90/Zdjciegwnenastronzapisu.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#lWdRderuM7NlttQAnJttJr0FKz4WOWQz.adaptive-delivery-prevent-bg, #lWdRderuM7NlttQAnJttJr0FKz4WOWQz.lazyload, #lWdRderuM7NlttQAnJttJr0FKz4WOWQz.lazyloading { background-image: none; }#lWdRderuM7NlttQAnJttJr0FKz4WOWQz > .row .container { width:20rem;height:47.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #heDnQfDfNZfTqvVTqwmaSQZRl5aMuOdk { width:18.25rem;height:3.75rem;top:18.875rem;left:0.875rem;font-size:1.5625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #q77nccs9CSzkBQJ7IghbGuS5uzfpIFIP { width:20rem;height:4.25rem;top:24.66640663147rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o45WT0ya202yPtmXV4zeEJikWd8KiV2y { width:3.4375rem;height:3.4375rem;top:1.1875203847885rem;left:8.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpcaurBc9pJJN76CdhAWBWlfQt8n45GL { width:17.275rem;height:3.2125rem;top:41.457813262939rem;left:1.3625000715256rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiHQtmdyrmXcN0JLfTy8RIWsa5KiAkmw { display:block; }
 }@media only screen and (max-width: 763px) { #XbHOID2dn7TBk0mPqCpcnlcWyv0VizD6 { width:18.125rem;height:0;top:46.4375rem;left:0.90625rem;font-size:1.125rem;color:#47545a;display:none; }
 }@media only screen and (max-width: 763px) { #MME0dXyTXxa1XAynXdZdRyAOPWeEIzM1 { width:18.125rem;height:8.4375rem;top:30.26953125rem;left:0.9375rem;font-size:1.125rem;color:#fff5e5;z-index:15007;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #FPfFTMqGmxr9ncMTNohV3chEphT8WnXF { height:10.5rem;width:18.75rem;top:6.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #riNstiPnR6OXRIM6eiyRh4zrBw7mgVua { display:none; }#riNstiPnR6OXRIM6eiyRh4zrBw7mgVua > .row .container { width:20rem;height:2.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #t2gxI9asc8uvxJTkb9z6fKuV7DImoSRf { width:20rem;height:11.25rem;top:6.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cCASzu7ThSw9OOLKgzgS7VtnIsSfl6mF { width:20rem;height:auto;top:9.5rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BKSJQTkwJlOgWTB88bWeE19De8467l7H { display:none; }#BKSJQTkwJlOgWTB88bWeE19De8467l7H > .row .container { width:20rem;height:2.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JyVL4KgApt198ztLTcu6RQSEeuQaJr82 { display:none; }#JyVL4KgApt198ztLTcu6RQSEeuQaJr82 > .row .container { width:20rem;height:69.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VAkd8RqMFV69cuKQy1TdxKMgvz0azTQF { width:20rem;height:6.1875rem;top:2.2799530029297rem;left:0rem;z-index:15002;background-color:#41bdc8;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #bHcsvg9e16AGKN0TPo2nTS3yRa7EHvlL { width:20rem;height:3.575rem;top:3.6653747558594rem;left:0rem;font-size:1.375rem;z-index:15010;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kdQamZR8KAupTgkSgwxqWMNzCa4vOZW8 { width:18.125rem;height:26rem;top:9.69660949707rem;left:0.90625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oePKQf2TSHJ0qJ9onMMqHqQBzZZTN1B0 { width:18.125rem;height:32rem;top:35.673187255859rem;left:0.90625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQ8WIdUPUnsOLtPTcfLudRelOJxXuhAS { display:none; }#PQ8WIdUPUnsOLtPTcfLudRelOJxXuhAS > .row .container { width:20rem;height:53.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Efl4FSFQ1iJhMVyTXLNKQz8dadaLrbDq { width:17.5rem;height:7.5rem;top:7.9974060058594rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H57Pwb8PSgdx3XR4gnWslEThmnmUTqh3 { width:18.75rem;height:32.3125rem;top:7.23698425293rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #znSJZUAiFkwTQ4bHysBooUemKITq3T1g { width:17.5rem;height:4.0625rem;top:9.7474060058594rem;left:1.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aTKIIceVSaoRAIrWFNeyBRX8RJdMUhUo { width:20rem;height:2.4375rem;top:16.852874755859rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KzFs0U8FPzpNb8G1PUBILTJlvVkPxN6o { width:16.25rem;height:4.1875rem;top:33.665374755859rem;left:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT91nDyqREcDmTyPxMxygwJxkz0buuxB { display:block; }
 }@media only screen and (max-width: 763px) { #ozxtcQda98q3WKTLCkUfxzpf31h4FwLV { width:18.75rem;height:2.0625rem;top:21.01823425293rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uru2X0G7vhZUO70LbLxQ8BM1rQ4yqSOM { width:18.75rem;height:3rem;top:29.235687255859rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCdR9Ky0fkoaTsJqWG6rnp19Ehz0ZwSm { width:18.75rem;height:2.4375rem;top:26.81901550293rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhS6Wgy1SybdTaxg3s0008tnfI9hl9aC { width:18.75rem;height:2.0625rem;top:23.01823425293rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #skSkhtRqIoOLb0LNRtR2EZ2KxbeUL1e0 { width:20rem;height:4.0625rem;top:2.2083435058594rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uZQTx4AQIyD71GvfhhGz4ccswPhOJk3h { width:18.125rem;height:9.66875rem;top:41.915374755859rem;left:0.90625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkTMlLJu2LsEvuDqhK0TRgNk8z9zC4Ei { width:4.5rem;height:4.5rem;top:1.51953125rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #unwrz78cIJd3A2qeoaRkQTvuFOio3JzD { width:20rem;height:8.0625rem;top:59.45703125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #E16BoIZhvZkIDOMEeo5sgwUNhaaSyqrh { width:20rem;height:0;top:60.977874755859rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xbhtamoUTUPXnZtHynw4u4R0VSa9pU0w { display:none; }#xbhtamoUTUPXnZtHynw4u4R0VSa9pU0w > .row .container { width:20rem;height:17.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #n3Sw4uur2SlCCm5TzyCEeT3h1Z41oBmT { width:16.25rem;height:3.75rem;top:11.375rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaZEBShpgwaRDHSw2mHyAypayrps2WNL { display:block; }
 }@media only screen and (max-width: 763px) { #Nkg2rOnBKUvw5bcdV7MTyP4AW84p0HLd { width:20rem;height:5.3625rem;top:2.59375rem;left:0rem;font-size:1.375rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #wWH1199dx0E5MddPc5B7Tlta80VlCKq3 { width:20rem;height:8.0625rem;top:1.1875rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #Xy1rUZOFVEKgZtpPbRisSvsQ35XZLtOQ { display:none; }#Xy1rUZOFVEKgZtpPbRisSvsQ35XZLtOQ > .row .container { width:20rem;height:42.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lJmnZcCHJmR7QMleDG1c6IQ8g3XFQcPG { width:18.1241875rem;height:0;top:9.6761715412137rem;left:1.8749997913837rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #zseG0lCobIaZRFZVzXzLwhFvTSc8r79k { width:18.75rem;height:114.3125rem;top:9.0083312988281rem;left:0.55624997615814rem;display:none; }
 }@media only screen and (max-width: 763px) { #hLB4tDAmx8hTv4LoPQXJ53SA4AbGZTgT { width:6.1875rem;height:auto;top:3.1875rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #F48ACwZCuFxu4aMmn9icDAJJRbViC98r { width:16.37475rem;height:0;top:10.7255859375rem;left:1.81201171875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #eZvQEmNUg404n9nKvM0HrSVfNKNUR9Po { width:17.5rem;height:0;top:13.0625rem;left:1.25rem;font-size:1.0625rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #Pur5DtIInPz4FMpzxrNrG2voXgvg2pxE { width:20rem;height:auto;top:12.3125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zm35MznOJ0nQevVITnw9MNRh2kbm3DND { width:16.375rem;height:90.3125rem;top:2.9867172241211rem;left:1.8125001192093rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #D6D0eVPXyrUQvu9bSgah35XhRrcLLpWa { width:9.375rem;height:9.375rem;top:1.3505859375rem;left:5.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWoMKTPrPlBT2aq1XEuSclbZwJHRhdbM { width:16.37369725rem;height:30.70625rem;top:9.8502807617188rem;left:1.8111979961395rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #UJxusbFaTAFz30xIKvglrccG7eUpIXdh { display:none; }#UJxusbFaTAFz30xIKvglrccG7eUpIXdh > .row .container { width:20rem;height:28.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KSpm2UDrFBBJDU9TGMXRWcA9nE44OIAX { width:18.1241875rem;height:0;top:9.6761715412137rem;left:1.8749997913837rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #ZstuktcJHTqf9M2wiVJnwRdQcT486znn { width:18.75rem;height:114.3125rem;top:9.0083312988281rem;left:0.55624997615814rem;display:none; }
 }@media only screen and (max-width: 763px) { #zCZHm2zOrfvshUtNbAutalElNz6h38No { width:6.1875rem;height:0;top:3.1875rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lc1l5qf5aDRBUvMQI0XXVtie5N0BmvL0 { width:16.375rem;height:16.25625rem;top:10.645843505859rem;left:1.78125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H16XNRAvqFTPuvwCVCqLfgeutGcuIwQR { width:17.5rem;height:0;top:13.0625rem;left:1.25rem;font-size:1.0625rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #Q9EBEKqGeufSwPghu7SJZ8idQl12Brmt { width:9.375rem;height:9.375rem;top:2.1875rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZA5bWi7XpAUByMOxETvLaen12nbGgJw { display:none; }#IZA5bWi7XpAUByMOxETvLaen12nbGgJw > .row .container { width:20rem;height:40.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FGerauFXFENGfxO2rUtz8h1Z4u6nuDys { width:18.1241875rem;height:0;top:9.6761715412137rem;left:1.8749997913837rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #exW1Xzlz6gTuwKDiWgQp3DEN18am6mQd { width:18.75rem;height:114.3125rem;top:9.0083312988281rem;left:0.55624997615814rem;display:none; }
 }@media only screen and (max-width: 763px) { #CpBmJaT3lIkDZKZkuJZ8mprwLCLmwURR { width:6.1875rem;height:0;top:3.1875rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #rEIsAs3mIFnzrHpEaBI03TqVc566JgW7 { width:16.375rem;height:27.09375rem;top:11rem;left:1.78125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCGaVcO98TBIctZ516g25eNyI0JMyHZP { width:17.5rem;height:0;top:13.0625rem;left:1.25rem;font-size:1.0625rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #KQeWmRKvZZRWAXhTDZrMkkGg4n9aTQab { width:9.375rem;height:9.375rem;top:2.375rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJCn2Dg9yI0rwlwLWeDqZzW1a0Dkmk9a { display:none; }#IJCn2Dg9yI0rwlwLWeDqZzW1a0Dkmk9a > .row .container { width:20rem;height:35.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #p40PLcreo1lF1tgmmXPrKLA4HtvII72g { width:18.1241875rem;height:0;top:9.6761715412137rem;left:1.8749997913837rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #STPpCyD1bGmNtDpZfeCEdNMOdvllduMJ { width:18.75rem;height:114.3125rem;top:9.0083312988281rem;left:0.55624997615814rem;display:none; }
 }@media only screen and (max-width: 763px) { #gyIW5V07PFnNUWdE3wzPLSFT4uF1tVZN { width:6.1875rem;height:0;top:3.1875rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #uvO7R6hpyaI2uJfCGZpbSLqD1ZIgiSTX { width:16.375rem;height:21.675rem;top:10.895874023438rem;left:1.78125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzgUZQsTMyN0EkZlDBbRGEyxTDbalANP { width:17.5rem;height:0;top:13.0625rem;left:1.25rem;font-size:1.0625rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #Cs0qmqDTARMTUt3eVkd2H9d5riEFelXS { width:9.375rem;height:9.375rem;top:2.3125rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICQbMIsFfvR2TaEFiz6gyHWRMUrlrrp1 { display:none; }#ICQbMIsFfvR2TaEFiz6gyHWRMUrlrrp1 > .row .container { width:20rem;height:6.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #srQ59ctfOdaiL0V2ThH1P0ONnX8mitom { width:20rem;height:3.5rem;top:1.2083435058594rem;left:0rem;font-size:1.375rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #yrTGNRA6hGeZr7K9JzGLrh9twghECDg7 { width:6.25rem;height:6.25rem;top:0.25rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiyuQRIm83Q1i6EdoCAIr5xv6GLOKxyp { width:6.25rem;height:6.25rem;top:0.25rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #EX92b37nNRWXybFFs8DcGf94opOnRQHz { display:block; }#EX92b37nNRWXybFFs8DcGf94opOnRQHz > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tttg4Rt0qPTPxKJepRQ67d5ZiZ5fIiDD { width:20rem;height:1.75rem;top:4.8662109375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHXte4ykFEVwm8RnZaTTRT9Al4pBkIEX { width:20rem;height:2rem;top:2.1445322036743rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOyThI80ITfnzEAtO9hlClL2hK2kuRwg { width:6.25rem;height:6.25rem;top:0.25rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #qwbHTDKEsdDn1uqkZFFWbfbpuRdeihwB { background-color:#054d09;background-image:none;display:none; }#qwbHTDKEsdDn1uqkZFFWbfbpuRdeihwB > .row .container { width:20rem;height:67.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hA7EKubGBdnurTinqNTEpvVQfiIqpoQ2 { width:18.75rem;height:0;top:23.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nqeQh24aKSVuNsCnxp3w6gDKQlPwLlQd { width:18.125rem;height:35.625rem;top:31.166687011719rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xCaqZK7W2tO1XSnollXvVE688pnNyhfE { width:18.125rem;height:0;top:1.7409057617188rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #lz4g3lDrtGKQ5Mbw7P2MepLB6SB6ZRKz { width:20rem;height:1.75rem;top:22.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBpOMsoE8IQc44XJ1udhbDZpQXSf577h { width:19.6875rem;height:auto;top:32.625rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;display:none; }
 }@media only screen and (max-width: 763px) { #RyrnAXnlyZ8cME3G19RwhoUi8EApwglO { width:18.125rem;height:0;top:30.727905273438rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #u25h5RhRWghKcO6DtbHHrFPPoQDgxaua { width:18.125rem;height:0;top:99.196655273438rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.7;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #RQcgZrTLQXzepEC9k1US8zWrT6ktHdky { top:1.421875rem;left:0rem;width:20rem;height:20rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gWhN8eDXybWMvlHS6qEr47Db0g9yJ7B4 { width:18.75rem;height:5.625rem;top:25.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #ITM4JIrUwSP3ZunqWPaW4EsiJKDCRweN { width:20rem;height:auto;top:9.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;display:none; }
 }@media only screen and (max-width: 763px) { #xMp2O9ZxTeJdaLKZFunsft9Ld38uaQEp { width:6.25rem;height:6.25rem;top:18.3125rem;left:6.875rem;z-index:15024;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rkVaXvvetlpszgR3t3vMN5r6TMtWTTuJ { width:20rem;height:20rem;top:67.250019074219rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GXHgmEE0uyW7OhUQXDuAOOgxpCo6osF8 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ce63685c-c7a8-4b59-aab8-3334580d4df6/WykorzystanenalandinguKzdVbio.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#GXHgmEE0uyW7OhUQXDuAOOgxpCo6osF8.adaptive-delivery-prevent-bg, #GXHgmEE0uyW7OhUQXDuAOOgxpCo6osF8.lazyload, #GXHgmEE0uyW7OhUQXDuAOOgxpCo6osF8.lazyloading { background-image: none; }#GXHgmEE0uyW7OhUQXDuAOOgxpCo6osF8 > .row .container { background-color: transparent; background-image: none; }#GXHgmEE0uyW7OhUQXDuAOOgxpCo6osF8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f4fcff; }#GXHgmEE0uyW7OhUQXDuAOOgxpCo6osF8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXHgmEE0uyW7OhUQXDuAOOgxpCo6osF8 > .row .container > .video-iframe-container { display: none; }#GXHgmEE0uyW7OhUQXDuAOOgxpCo6osF8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f4fcff; }#GXHgmEE0uyW7OhUQXDuAOOgxpCo6osF8 > .row > .video-iframe-container { display: none; }#GXHgmEE0uyW7OhUQXDuAOOgxpCo6osF8 > .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); }#GXHgmEE0uyW7OhUQXDuAOOgxpCo6osF8 > .row .container { width:20rem;height:69.1787109375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fDN9htDK1AaCq91kbJfFO2X0l0GtGfdN { width:18.75rem;height:0;top:23.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TSfXnXZOl3PlCsk9cO7UHwZOtmTG6Uz1 { width:18.125rem;height:37.5rem;top:31.67919921875rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#47545a;display:block; }
 }@media only screen and (max-width: 763px) { #nsTzxEAFkFZz15SXq0cUyEolEg8VdOrC { width:18.125rem;height:0;top:1.7409057617188rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #mpfMK6meXmPqxSaiQ5TELqi3Bl4V9LgT { width:20rem;height:1.75rem;top:23.012451171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsRzQQDKT22DNmfpPnxsl0CbIO64Ui3G { width:19.6875rem;height:auto;top:32.625rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;display:none; }
 }@media only screen and (max-width: 763px) { #TpelpQg94Zgz6w74f5tTl41i49JlsTQ1 { width:18.125rem;height:0;top:30.727905273438rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #Ey3r2MaaaDCtbzCBKCsb6SZGiJMSAl6P { width:18.125rem;height:0;top:99.196655273438rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.7;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #F3mqMGTnPmeBneIpvAUAJZV1BFmLiw1R { top:1.796875rem;left:0rem;width:20rem;height:20rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zmOykieTQyp27HmHicoNpsOP8EroZbxG { width:18.75rem;height:5.625rem;top:25.49853515625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15009;color:#ba8f68;display:block; }
 }@media only screen and (max-width: 763px) { #hv60ETPtG3x1let1g67SZdwGDEfS05zD { width:20rem;height:auto;top:14.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;display:none; }
 }@media only screen and (max-width: 763px) { #oZqIVHqTW6yFt6JzBXxpxCLJUXqNbRcW { background-color:#054d09;background-image:none;display:none; }#oZqIVHqTW6yFt6JzBXxpxCLJUXqNbRcW > .row .container { width:20rem;height:43.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #y2502ZTITWsKKS4xF5BrVpmD2pUsb8Sc { width:18.125rem;height:16.875rem;top:25.8125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kzhG7idIIiCB1fzM1z84Bf9XckLf6HRO { width:18.125rem;height:0;top:1.7409057617188rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #XE6ZeJBIz6EPr1wp97hwai2S211ZkTUp { width:20rem;height:1.75rem;top:23.083312988281rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6VK3rJLNi3tyX1Si8eKi2oNeS69TzIN { width:19.6875rem;height:auto;top:32.625rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;display:none; }
 }@media only screen and (max-width: 763px) { #xDC2UHD1hAT9BxwC1kBrTSkf4tFQ4A4F { width:18.125rem;height:0;top:30.727905273438rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #n2QLVbKahEsLwhbWQLWQcTXr3O6iePsg { width:18.125rem;height:0;top:99.196655273438rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.7;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #sDUpQRxfAPrhApMhPmIF9gRZDrxhB0mJ { top:1.796875rem;left:0rem;width:20rem;height:20rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OiIFNm5h8fbf9HKsviOTAivnNtMWbEiV { width:18.75rem;height:0;top:26.312500476837rem;left:0.62413197755814rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #xTbFmwqqkumy0BQO3OsMOZiADTQz747M { width:6.25rem;height:6.25rem;top:18.623718261719rem;left:6.875rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #QCLU59BZP0zhoIRyb620bv8eh0Hncm0N { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0489a258-7eb5-40c9-8b86-908f6392f69f/WykorzystanenalandinguKzdVbio.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#QCLU59BZP0zhoIRyb620bv8eh0Hncm0N.adaptive-delivery-prevent-bg, #QCLU59BZP0zhoIRyb620bv8eh0Hncm0N.lazyload, #QCLU59BZP0zhoIRyb620bv8eh0Hncm0N.lazyloading { background-image: none; }#QCLU59BZP0zhoIRyb620bv8eh0Hncm0N > .row .container { background-color: transparent; background-image: none; }#QCLU59BZP0zhoIRyb620bv8eh0Hncm0N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f4fcff; }#QCLU59BZP0zhoIRyb620bv8eh0Hncm0N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCLU59BZP0zhoIRyb620bv8eh0Hncm0N > .row .container > .video-iframe-container { display: none; }#QCLU59BZP0zhoIRyb620bv8eh0Hncm0N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f4fcff; }#QCLU59BZP0zhoIRyb620bv8eh0Hncm0N > .row > .video-iframe-container { display: none; }#QCLU59BZP0zhoIRyb620bv8eh0Hncm0N > .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); }#QCLU59BZP0zhoIRyb620bv8eh0Hncm0N > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G6dMT5xfvAV9OgJE82i83ytTOAQbWIXT { width:18.125rem;height:30rem;top:25.68701171875rem;left:0.90418195724488rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#47545a;display:block; }
 }@media only screen and (max-width: 763px) { #xulxQbgJs1kIpeKGuA25kwJU8CpiQcr7 { width:18.125rem;height:0;top:1.7409057617188rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #s5TAJBfqQ98No2cgBg5f5kTgPMggkOcs { width:20rem;height:1.75rem;top:23.116455078125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXJB1dWiltVZ3G98c5Sg3CEvDTBMOzaS { width:19.6875rem;height:auto;top:32.625rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;display:none; }
 }@media only screen and (max-width: 763px) { #EyL0kwmRcgndQVqZ0Ghq9mdBOm3FWOJy { width:18.125rem;height:0;top:30.727905273438rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #TXvA5qstq4MQmlhAH7XReTxXN1PgwqBD { width:18.125rem;height:0;top:99.196655273438rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.7;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #hzgTAytFKIMmDKhUF9XOPFOTPQqcSxWx { top:1.796875rem;left:0rem;width:20rem;height:20rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RAFP1JHBpttnMH4gClIlUwrJWaKN3l7H { width:18.75rem;height:0;top:26.312500476837rem;left:0.62413197755814rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #WZ1RJ3u3P9OpKCHqWS1ro5FbThiM36tJ { display:none; }#WZ1RJ3u3P9OpKCHqWS1ro5FbThiM36tJ > .row .container { width:20rem;height:11.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vdhO6Rq9C6Km6huhfKkxxCAtTaiDhiJ8 { width:12.5rem;height:2rem;top:1.875rem;left:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSuMAWaTmh3Tn05KTVTzIv47t49F2r4D { width:5.625rem;height:2.125rem;top:4.3125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxymLOu1IUWVTAB4TVDUtyoIP3R0k67s { width:5.625rem;height:5.625rem;top:2.5625rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJiZ3SvWTg2kP5LNtO0zzD7ypCa10Qfu { width:5.625rem;height:5.625rem;top:2.5625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOkMFESwPtbAxVT5wec2VhlyTOV4kxvz { width:5.125rem;height:5.125rem;top:6.4375rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yezv1Ia4PH2yFMbo2iCxqzBcKbrexPrS { width:5.125rem;height:5.125rem;top:6.4375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzeeeXRmUyoDarZcf8cRuum82HTmMrgk { display:block; }#CzeeeXRmUyoDarZcf8cRuum82HTmMrgk > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q8H8tJpqZFNTfS8Rmv4uPtdT4HNy5HzF { width:12.5rem;height:2rem;top:1.875rem;left:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTt9zpm9Mr5mfrmUDxqcwKwFW51HxxoM { width:5.625rem;height:2.125rem;top:4.125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJp3lOWDcLxKVnrlvseTiHyEqOwslR76 { width:5.625rem;height:5.625rem;top:2.375rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlfsDPwPft96JJuX70vlizqDycUxsUr3 { width:5.625rem;height:5.625rem;top:2.375rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7AnF2Ig7w6wA2pxTIIcIDHzewuxQlNs { width:5.125rem;height:2.125rem;top:6.25rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxuaKQxVJQG7JR6D2Qxw1aCUvK01XAZO { width:5.125rem;height:5.125rem;top:6.25rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVP3AAJdON31RlIfdTr8IgH71W4MRTwo { background-color:#054d09;background-image:url("https://images.assets-landingi.com/uc/bbd1f7bd-07dd-4532-a2e0-c51b75f55295/Projektbeznazwy12.preview.rotate_180.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#dVP3AAJdON31RlIfdTr8IgH71W4MRTwo.adaptive-delivery-prevent-bg, #dVP3AAJdON31RlIfdTr8IgH71W4MRTwo.lazyload, #dVP3AAJdON31RlIfdTr8IgH71W4MRTwo.lazyloading { background-image: none; }#dVP3AAJdON31RlIfdTr8IgH71W4MRTwo > .row .container { background-color: transparent; background-image: none; }#dVP3AAJdON31RlIfdTr8IgH71W4MRTwo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVP3AAJdON31RlIfdTr8IgH71W4MRTwo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVP3AAJdON31RlIfdTr8IgH71W4MRTwo > .row .container > .video-iframe-container { display: none; }#dVP3AAJdON31RlIfdTr8IgH71W4MRTwo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVP3AAJdON31RlIfdTr8IgH71W4MRTwo > .row > .video-iframe-container { display: none; }#dVP3AAJdON31RlIfdTr8IgH71W4MRTwo > .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); }#dVP3AAJdON31RlIfdTr8IgH71W4MRTwo > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WhObbwrdbxlnr2lcpSgNuTUEJ7csdISq { width:3.125rem;height:3.125rem;top:3.5416870117188rem;left:8.40625rem;display:block; }
 }