.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:229,255,255;--color-primary-2:65,189,200;--color-primary-3:13,148,166;--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:244,252,255;--color-tertiary-2:146,151,153;--color-tertiary-3:114,104,108;--color-tertiary-4:0,0,0;--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); }#A6CSkbXsSAzXxy5Milm8bewnaeshxOE8 { 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; }#A6CSkbXsSAzXxy5Milm8bewnaeshxOE8.adaptive-delivery-prevent-bg, #A6CSkbXsSAzXxy5Milm8bewnaeshxOE8.lazyload, #A6CSkbXsSAzXxy5Milm8bewnaeshxOE8.lazyloading { background-image: none; }#A6CSkbXsSAzXxy5Milm8bewnaeshxOE8 > .row .container { background-color: transparent; background-image: none; }#A6CSkbXsSAzXxy5Milm8bewnaeshxOE8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6CSkbXsSAzXxy5Milm8bewnaeshxOE8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6CSkbXsSAzXxy5Milm8bewnaeshxOE8 > .row .container > .video-iframe-container { display: none; }#A6CSkbXsSAzXxy5Milm8bewnaeshxOE8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6CSkbXsSAzXxy5Milm8bewnaeshxOE8 > .row > .video-iframe-container { display: none; }#A6CSkbXsSAzXxy5Milm8bewnaeshxOE8 > .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); }#A6CSkbXsSAzXxy5Milm8bewnaeshxOE8 > .row .container { border-width: 0; border-radius: 0; }#A6CSkbXsSAzXxy5Milm8bewnaeshxOE8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A6CSkbXsSAzXxy5Milm8bewnaeshxOE8 > .row .container { font-size:0.875rem;font-family:arial;height:47.5rem;width:75rem;position:relative;display:block; }#N2Eqqwyzhh0GRGlxbXv89hesQu60HcVV { 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; }
#A6GxMpqTlFizpUE4vmeFl33S4iTWLxkF { 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; }
#dcGAC099gygB3fa9JvEeCxurk8RComBF { 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; }
#rphOleARaNKis9qhUZiK78t6onqTF2GR { 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; }
#DPeJktk3G1Bc0H6IzXgTbtzT2L7vSsQk { 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; }
#dkPbhbOWiTJr04ZJMpfUxzSvWoM0vZ5Z { 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; }
#rAcWo1vbcSEygpMTD9yE27vCozqQhJdb { 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; }
#yHOyAVou26ICtqBvJvuRFtIQZ8Tx6ree { 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; }
#S6bTspJyxI8wZm3xL7Avx8166ekGWUV9 { 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:63.625rem;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:12.65625rem;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.9892578125rem;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:20.687501907349rem;left:6rem;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:67.875rem;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:37.96875rem;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; }
#TZAIGUBOADV9x2cEVsOB98T58JgJNQ9g { 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; }#TZAIGUBOADV9x2cEVsOB98T58JgJNQ9g.adaptive-delivery-prevent-bg, #TZAIGUBOADV9x2cEVsOB98T58JgJNQ9g.lazyload, #TZAIGUBOADV9x2cEVsOB98T58JgJNQ9g.lazyloading { background-image: none; }#TZAIGUBOADV9x2cEVsOB98T58JgJNQ9g > .row .container { background-color: transparent; background-image: none; }#TZAIGUBOADV9x2cEVsOB98T58JgJNQ9g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZAIGUBOADV9x2cEVsOB98T58JgJNQ9g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZAIGUBOADV9x2cEVsOB98T58JgJNQ9g > .row .container > .video-iframe-container { display: none; }#TZAIGUBOADV9x2cEVsOB98T58JgJNQ9g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZAIGUBOADV9x2cEVsOB98T58JgJNQ9g > .row > .video-iframe-container { display: none; }#TZAIGUBOADV9x2cEVsOB98T58JgJNQ9g > .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); }#TZAIGUBOADV9x2cEVsOB98T58JgJNQ9g > .row .container { border-width: 0; border-radius: 0; }#TZAIGUBOADV9x2cEVsOB98T58JgJNQ9g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TZAIGUBOADV9x2cEVsOB98T58JgJNQ9g > .row .container { font-size:0.875rem;font-family:arial;height:51.5rem;width:75rem;position:relative;display:block; }#n9Gmbw2gyTH3tEbdwneQGXRbsSlL5RgH { 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; }
#fyRWcepbVATM3FSm4z36guNpfglPpGlk { 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; }#fyRWcepbVATM3FSm4z36guNpfglPpGlk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fyRWcepbVATM3FSm4z36guNpfglPpGlk li:before{  }
#TvH1Fg5ukrs8d0eNzHTqp453s5qsnssQ { 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; }
#ICQbMIsFfvR2TaEFiz6gyHWRMUrlrrp1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#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:rgba(var(--color-tertiary-0),1);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:18.1875rem;width:18.1875rem;top:4.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:17rem;width:17rem;top:1rem;left:57.999998092651rem;overflow:hidden;display:block; }
#khnG0MQdkBarzHmVLr24lKncdLxIHeNk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/uc/647a1cf7-29eb-4a05-b7b8-cd44d55659b6/10.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; }#khnG0MQdkBarzHmVLr24lKncdLxIHeNk.adaptive-delivery-prevent-bg, #khnG0MQdkBarzHmVLr24lKncdLxIHeNk.lazyload, #khnG0MQdkBarzHmVLr24lKncdLxIHeNk.lazyloading { background-image: none; }#khnG0MQdkBarzHmVLr24lKncdLxIHeNk > .row .container { border-width: 0; border-radius: 0; }#khnG0MQdkBarzHmVLr24lKncdLxIHeNk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#khnG0MQdkBarzHmVLr24lKncdLxIHeNk > .row .container { font-size:0.875rem;font-family:arial;height:45.875rem;width:75rem;position:relative;display:none; }#aHEJaXpRnOFx9TCDUTO24knzNfxwdaX6 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:28.3125rem;left:43.0625rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lFsf2gOGOslqe5p2Kc3ySktbbKtrJrwI { color:rgba(var(--color-tertiary-0),1);display:block;width:31.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:16.885417938233rem;left:43.0625rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VabXzIzpfKDVKvmb4xK2aLswyHZrusiw { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.31119825rem;width:26.99869725rem;position:absolute;display:block;z-index:15017;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.75rem;left:45.25rem;overflow:hidden;display:block; }
#IavBCBiduB1lMbgi8khTeeV458AE2E9O { color:#ba7191;display:block;width:1.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:5.75rem;left:70.0625rem;height:1.625rem;display:block; }
#ZynFi9ywteqe47yZe9F9zgtUeKMn7t5h { position:absolute;display:block;z-index:15012;background-color:#fffdfb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12109375rem;width:25.05859375rem;top:25.9375rem;left:46.501304626465rem;display:block; }
#WlTsraxhFJzVGfOaU2CT6nDrccdG5XfT { position:absolute;display:block;z-index:15001;background-color:#f4b787;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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:17.4375rem;width:64.1875rem;top:37.3125rem;left:5.40625rem;display:block; }
#sES45R1TiISPmsdXO6MSBVfMoNKOfpPt { color:rgba(var(--color-tertiary-0),1);display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:40.364585876465rem;left:9.375rem;height:11.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pb1mb5n96yGAtZqbVxJOFOMD01MAFiu7 { color:rgba(var(--color-tertiary-0),1);display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:40.364585876465rem;left:9.375rem;height:11.333333rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Sx0SoeL658hoHrW1rQzpAetRfkhtvy2H { 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; }
#qpOLOoidNakd7kBI5VnBDo2I7dq8fns6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),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; }#qpOLOoidNakd7kBI5VnBDo2I7dq8fns6 > .row .container { border-width: 0; border-radius: 0; }#qpOLOoidNakd7kBI5VnBDo2I7dq8fns6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qpOLOoidNakd7kBI5VnBDo2I7dq8fns6 > .row .container { font-size:0.875rem;font-family:arial;height:29.4375rem;width:75rem;position:relative;display:none; }#TFDUT4veVaACsXkRNbHmvSgJ4H4cCNQ8 { color:rgba(var(--color-primary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:9.333335876465rem;left:0rem;height:14.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hFNrwk2LhqxhE9lnqLkk6of5k80uBxVD { background-color:rgba(var(--color-secondary-3),1);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.5rem;height:4.375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:18.836719870567rem;left:18.75rem;display:block; }
#vdh1iZQMmZg6dR6SIu1ZAvX9mvKWX3MF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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-primary-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:rgba(var(--color-tertiary-1),1);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-primary-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-primary-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:#2649a9;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:rgba(var(--color-tertiary-3),1);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.0375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eZvQEmNUg404n9nKvM0HrSVfNKNUR9Po { color:rgba(var(--color-tertiary-4),1);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:rgba(var(--color-tertiary-3),1);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:rgba(var(--color-tertiary-3),1);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:rgba(var(--color-tertiary-3),1);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:#2649a9;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:rgba(var(--color-tertiary-3),1);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:rgba(var(--color-tertiary-4),1);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:#2649a9;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:rgba(var(--color-tertiary-3),1);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:rgba(var(--color-tertiary-4),1);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:#2649a9;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:rgba(var(--color-tertiary-3),1);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:rgba(var(--color-tertiary-4),1);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; }
#iAV7CbO93p3iXDPlVeqX9s3OGigTd5ch { 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; }#iAV7CbO93p3iXDPlVeqX9s3OGigTd5ch > .row .container { border-width: 0; border-radius: 0; }#iAV7CbO93p3iXDPlVeqX9s3OGigTd5ch > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iAV7CbO93p3iXDPlVeqX9s3OGigTd5ch > .row .container { font-size:0.875rem;font-family:arial;height:17.1875rem;width:75rem;position:relative;display:none; }#IGepRJ3sWmiVqw3txq59sDVwtuRAt2wK { 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; }
#Mr1N19Tp0cboaF8J2N3PONGTr0Zx8HJE { 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; }
#TywpD3QC4hWq7xC3Eu8RstOlJuyaxUHS { 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; }
#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:28.4560375rem;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; }
#PJMEHgmqGAEQn0Uln9DbJ72R6yTKbOTu { 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; }#PJMEHgmqGAEQn0Uln9DbJ72R6yTKbOTu > .row .container { background-color: transparent; background-image: none; }#PJMEHgmqGAEQn0Uln9DbJ72R6yTKbOTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJMEHgmqGAEQn0Uln9DbJ72R6yTKbOTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJMEHgmqGAEQn0Uln9DbJ72R6yTKbOTu > .row .container > .video-iframe-container { display: none; }#PJMEHgmqGAEQn0Uln9DbJ72R6yTKbOTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJMEHgmqGAEQn0Uln9DbJ72R6yTKbOTu > .row > .video-iframe-container { display: none; }#PJMEHgmqGAEQn0Uln9DbJ72R6yTKbOTu > .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); }#PJMEHgmqGAEQn0Uln9DbJ72R6yTKbOTu > .row .container { border-width: 0; border-radius: 0; }#PJMEHgmqGAEQn0Uln9DbJ72R6yTKbOTu > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PJMEHgmqGAEQn0Uln9DbJ72R6yTKbOTu > .row .container { font-size:0.875rem;font-family:arial;height:17.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#f5LFWG9RLT2DgrVzrNTPTA3zPzehBa1s { 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; }
#Vpvqv1bWwsT5wPfcVqwkuPvyA2llmCLT { 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; }
#eR6gB0SoULBWnfkevJMWEo9qkPAM2izh { 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; }
#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; }
#iMnp1z0w3DTkG1IJRfKLMX02zS1ceusK { 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; }#iMnp1z0w3DTkG1IJRfKLMX02zS1ceusK.adaptive-delivery-prevent-bg, #iMnp1z0w3DTkG1IJRfKLMX02zS1ceusK.lazyload, #iMnp1z0w3DTkG1IJRfKLMX02zS1ceusK.lazyloading { background-image: none; }#iMnp1z0w3DTkG1IJRfKLMX02zS1ceusK > .row .container { background-color: transparent; background-image: none; }#iMnp1z0w3DTkG1IJRfKLMX02zS1ceusK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iMnp1z0w3DTkG1IJRfKLMX02zS1ceusK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iMnp1z0w3DTkG1IJRfKLMX02zS1ceusK > .row .container > .video-iframe-container { display: none; }#iMnp1z0w3DTkG1IJRfKLMX02zS1ceusK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iMnp1z0w3DTkG1IJRfKLMX02zS1ceusK > .row > .video-iframe-container { display: none; }#iMnp1z0w3DTkG1IJRfKLMX02zS1ceusK > .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); }#iMnp1z0w3DTkG1IJRfKLMX02zS1ceusK > .row .container { border-width: 0; border-radius: 0; }#iMnp1z0w3DTkG1IJRfKLMX02zS1ceusK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iMnp1z0w3DTkG1IJRfKLMX02zS1ceusK > .row .container { font-size:0.875rem;font-family:arial;height:58.5rem;width:75rem;position:relative;display:block; }#UaUNAhtraXxKNidPqHW5gDEKuxLtdHsJ { 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; }
#lWUQGCgv1CEbnFTMCOSDMPFUIVcPSo3U { 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; }
#emETlKum7qG0aOvKAwd70XHCChF0Gw8S { 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; }
#bptG0mwlDZmNV4OaT1zkosLNoLyFTmfC { 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; }
#qGFJUhmALXM4R3NFBhAxy6ZlphuOelTc { 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; }
#EqRk357POEguLbfoF9fTUWKptyGxJTQS { 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; }
#AnuXFnWlVkWBIfb7VGvLlRGiSmaFyuWq { 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; }
#IxXDdbPUCdBaDdN6Nmxfdtk6AwQCFu9W { 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; }
#mT8CE5zcolFqkh9uF762TSRHClnMnTxs { 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; }
#GpUnPH5Nm98Lq84hmcrBTKx4M8wpXWCz { 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; }
#dCQvfTQTwfHT8PtaP7g9Wp4l2cbTNPsL { 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; }#dCQvfTQTwfHT8PtaP7g9Wp4l2cbTNPsL.adaptive-delivery-prevent-bg, #dCQvfTQTwfHT8PtaP7g9Wp4l2cbTNPsL.lazyload, #dCQvfTQTwfHT8PtaP7g9Wp4l2cbTNPsL.lazyloading { background-image: none; }#dCQvfTQTwfHT8PtaP7g9Wp4l2cbTNPsL > .row .container { background-color: transparent; background-image: none; }#dCQvfTQTwfHT8PtaP7g9Wp4l2cbTNPsL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCQvfTQTwfHT8PtaP7g9Wp4l2cbTNPsL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCQvfTQTwfHT8PtaP7g9Wp4l2cbTNPsL > .row .container > .video-iframe-container { display: none; }#dCQvfTQTwfHT8PtaP7g9Wp4l2cbTNPsL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCQvfTQTwfHT8PtaP7g9Wp4l2cbTNPsL > .row > .video-iframe-container { display: none; }#dCQvfTQTwfHT8PtaP7g9Wp4l2cbTNPsL > .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); }#dCQvfTQTwfHT8PtaP7g9Wp4l2cbTNPsL > .row .container { border-width: 0; border-radius: 0; }#dCQvfTQTwfHT8PtaP7g9Wp4l2cbTNPsL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dCQvfTQTwfHT8PtaP7g9Wp4l2cbTNPsL > .row .container { font-size:0.875rem;font-family:arial;height:59.75rem;width:75rem;position:relative;display:block; }#TqVe0hqAOMH11fkQzZ1ZUPWra503hwLa { 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; }
#EUtdFnNAdHaT6OtPVNFyMOryA9rpDBgO { 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; }
#yP4lMpkH2SVU1JJhpDzgxFl8cXFAyJaL { 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; }
#yF0sqo6Nlv8Gt8fkTpxM2GqKtZNJb4RB { 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; }
#Z3glkFfJvMWcSgV5AK5xRsU0Vn2sHAJa { 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; }
#s0iHw1lNmKgR82vEGsIpkDI30WcHt5A0 { 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; }
#lubZGOCXMPAZ78RNmW741RcalufVeG08 { 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; }
#NOTCF0RDBTCqNBHFFizvCvE1M9s8woaB { 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.9rem;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; }
#fT54BlagGoud0Zpm8CVZsbG0mAvG60pe { 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; }#fT54BlagGoud0Zpm8CVZsbG0mAvG60pe > .row .container { background-color: transparent; background-image: none; }#fT54BlagGoud0Zpm8CVZsbG0mAvG60pe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fT54BlagGoud0Zpm8CVZsbG0mAvG60pe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fT54BlagGoud0Zpm8CVZsbG0mAvG60pe > .row .container > .video-iframe-container { display: none; }#fT54BlagGoud0Zpm8CVZsbG0mAvG60pe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fT54BlagGoud0Zpm8CVZsbG0mAvG60pe > .row > .video-iframe-container { display: none; }#fT54BlagGoud0Zpm8CVZsbG0mAvG60pe > .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); }#fT54BlagGoud0Zpm8CVZsbG0mAvG60pe > .row .container { border-width: 0; border-radius: 0; }#fT54BlagGoud0Zpm8CVZsbG0mAvG60pe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fT54BlagGoud0Zpm8CVZsbG0mAvG60pe > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#HeHTJp0fz2o1PdTilryEshhbvFZppdd3 { 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; }
#wDHEFzgEoQBpku4FdSNq2h4TRt6UyFtD { 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; }
#Z5tJ8Lek3hpD2WXMFTMTVxccTAugQU2b { 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; }
#hpqGOZ9ruGkBnVAMB3z6tpKSUNsI5aFd { 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; }
#URHfs5qNEeiO29U7JOLn88iiCOfBz1fF { 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; }
#W0dUntRcDg6sMtDa6KSwQgT4NHmA040G { 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) { #A6CSkbXsSAzXxy5Milm8bewnaeshxOE8 { 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; }#A6CSkbXsSAzXxy5Milm8bewnaeshxOE8.adaptive-delivery-prevent-bg, #A6CSkbXsSAzXxy5Milm8bewnaeshxOE8.lazyload, #A6CSkbXsSAzXxy5Milm8bewnaeshxOE8.lazyloading { background-image: none; }#A6CSkbXsSAzXxy5Milm8bewnaeshxOE8 > .row .container { background-color: transparent; background-image: none; }#A6CSkbXsSAzXxy5Milm8bewnaeshxOE8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6CSkbXsSAzXxy5Milm8bewnaeshxOE8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6CSkbXsSAzXxy5Milm8bewnaeshxOE8 > .row .container > .video-iframe-container { display: none; }#A6CSkbXsSAzXxy5Milm8bewnaeshxOE8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6CSkbXsSAzXxy5Milm8bewnaeshxOE8 > .row > .video-iframe-container { display: none; }#A6CSkbXsSAzXxy5Milm8bewnaeshxOE8 > .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); }#A6CSkbXsSAzXxy5Milm8bewnaeshxOE8 > .row .container { width:47.75rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #N2Eqqwyzhh0GRGlxbXv89hesQu60HcVV { 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) { #A6GxMpqTlFizpUE4vmeFl33S4iTWLxkF { 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) { #dcGAC099gygB3fa9JvEeCxurk8RComBF { width:3.125rem;height:3.125rem;top:3.5000014305115rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rphOleARaNKis9qhUZiK78t6onqTF2GR { width:26rem;height:4.78125rem;top:23.875001907349rem;left:21.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DPeJktk3G1Bc0H6IzXgTbtzT2L7vSsQk { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #dkPbhbOWiTJr04ZJMpfUxzSvWoM0vZ5Z { width:27.25rem;height:0;top:20.13671875rem;left:20.4375rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #rAcWo1vbcSEygpMTD9yE27vCozqQhJdb { 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) { #yHOyAVou26ICtqBvJvuRFtIQZ8Tx6ree { width:10.9375rem;height:10.9375rem;top:15.5rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S6bTspJyxI8wZm3xL7Avx8166ekGWUV9 { 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:42.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #IuzTtlEsiAedVGho7pOH0bTRzQ16XkA5 { width:38.625rem;height:5.625rem;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:9.3125rem;left:5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qdaR6GgGEcqHVXdMS7MdNxODHEI6109O { width:43.75rem;height:24.5625rem;top:13.875rem;left:1.75rem;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) { #TZAIGUBOADV9x2cEVsOB98T58JgJNQ9g { display:none; }#TZAIGUBOADV9x2cEVsOB98T58JgJNQ9g > .row .container { width:47.75rem;height:53.3125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #n9Gmbw2gyTH3tEbdwneQGXRbsSlL5RgH { 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) { #fyRWcepbVATM3FSm4z36guNpfglPpGlk { width:37.5rem;height:35.3125rem;top:9.98698425293rem;left:5.125rem;font-size:1.25rem;display:block; }#fyRWcepbVATM3FSm4z36guNpfglPpGlk li:before{  }
 }@media only screen and (max-width: 1199px) { #TvH1Fg5ukrs8d0eNzHTqp453s5qsnssQ { width:40rem;height:37.9375rem;top:8.6640625rem;left:3.875rem;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:0rem;left:32.750002264976rem;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) { #khnG0MQdkBarzHmVLr24lKncdLxIHeNk { background-color:#0d94a6;background-image:url("https://images.assets-landingi.com/uc/647a1cf7-29eb-4a05-b7b8-cd44d55659b6/10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#khnG0MQdkBarzHmVLr24lKncdLxIHeNk.adaptive-delivery-prevent-bg, #khnG0MQdkBarzHmVLr24lKncdLxIHeNk.lazyload, #khnG0MQdkBarzHmVLr24lKncdLxIHeNk.lazyloading { background-image: none; }#khnG0MQdkBarzHmVLr24lKncdLxIHeNk > .row .container { width:47.75rem;height:23.875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #aHEJaXpRnOFx9TCDUTO24knzNfxwdaX6 { width:16.3125rem;height:3.575rem;top:13.87890625rem;left:28.0859375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lFsf2gOGOslqe5p2Kc3ySktbbKtrJrwI { width:18.75rem;height:5.6875rem;top:6.5625rem;left:26.40625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VabXzIzpfKDVKvmb4xK2aLswyHZrusiw { width:11.5625rem;height:5.6875rem;top:0.875rem;left:30rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IavBCBiduB1lMbgi8khTeeV458AE2E9O { width:1.3125rem;height:1.625rem;top:1.6875rem;left:40.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZynFi9ywteqe47yZe9F9zgtUeKMn7t5h { width:16.2473965rem;height:0.1236979375rem;top:12.75rem;left:28.0859375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WlTsraxhFJzVGfOaU2CT6nDrccdG5XfT { width:40.625rem;height:10.5rem;top:18.875rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sES45R1TiISPmsdXO6MSBVfMoNKOfpPt { width:39.25rem;height:8.125rem;top:20.125rem;left:4.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pb1mb5n96yGAtZqbVxJOFOMD01MAFiu7 { width:39.25rem;height:8rem;top:20.125rem;left:4.25rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Sx0SoeL658hoHrW1rQzpAetRfkhtvy2H { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #qpOLOoidNakd7kBI5VnBDo2I7dq8fns6 { display:none; }#qpOLOoidNakd7kBI5VnBDo2I7dq8fns6 > .row .container { width:47.75rem;height:20.6875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #TFDUT4veVaACsXkRNbHmvSgJ4H4cCNQ8 { width:43.4375rem;height:9.75rem;top:6.7312507629394rem;left:2.1562501192093rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hFNrwk2LhqxhE9lnqLkk6of5k80uBxVD { width:18.3515625rem;height:2.95rem;top:14.214844703674rem;left:14.699219107628rem;font-size:1.0625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 1199px) { #vdh1iZQMmZg6dR6SIu1ZAvX9mvKWX3MF { 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) { #iAV7CbO93p3iXDPlVeqX9s3OGigTd5ch { display:none; }#iAV7CbO93p3iXDPlVeqX9s3OGigTd5ch > .row .container { width:47.75rem;height:11.8125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #IGepRJ3sWmiVqw3txq59sDVwtuRAt2wK { width:47.75rem;height:5.6875rem;top:3.75rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mr1N19Tp0cboaF8J2N3PONGTr0Zx8HJE { width:15rem;height:15rem;top:0.83984375rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TywpD3QC4hWq7xC3Eu8RstOlJuyaxUHS { 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) { #PJMEHgmqGAEQn0Uln9DbJ72R6yTKbOTu { display:block; }#PJMEHgmqGAEQn0Uln9DbJ72R6yTKbOTu > .row .container { width:47.75rem;height:18.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #f5LFWG9RLT2DgrVzrNTPTA3zPzehBa1s { 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) { #Vpvqv1bWwsT5wPfcVqwkuPvyA2llmCLT { 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) { #eR6gB0SoULBWnfkevJMWEo9qkPAM2izh { width:15.5rem;height:15.5rem;top:0.63409423828125rem;left:0rem;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) { #iMnp1z0w3DTkG1IJRfKLMX02zS1ceusK { 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; }#iMnp1z0w3DTkG1IJRfKLMX02zS1ceusK.adaptive-delivery-prevent-bg, #iMnp1z0w3DTkG1IJRfKLMX02zS1ceusK.lazyload, #iMnp1z0w3DTkG1IJRfKLMX02zS1ceusK.lazyloading { background-image: none; }#iMnp1z0w3DTkG1IJRfKLMX02zS1ceusK > .row .container { background-color: transparent; background-image: none; }#iMnp1z0w3DTkG1IJRfKLMX02zS1ceusK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iMnp1z0w3DTkG1IJRfKLMX02zS1ceusK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iMnp1z0w3DTkG1IJRfKLMX02zS1ceusK > .row .container > .video-iframe-container { display: none; }#iMnp1z0w3DTkG1IJRfKLMX02zS1ceusK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iMnp1z0w3DTkG1IJRfKLMX02zS1ceusK > .row > .video-iframe-container { display: none; }#iMnp1z0w3DTkG1IJRfKLMX02zS1ceusK > .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); }#iMnp1z0w3DTkG1IJRfKLMX02zS1ceusK > .row .container { width:47.75rem;height:34.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #UaUNAhtraXxKNidPqHW5gDEKuxLtdHsJ { 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) { #lWUQGCgv1CEbnFTMCOSDMPFUIVcPSo3U { width:22.5rem;height:0;top:13.546007156372rem;left:23.023436844349rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #emETlKum7qG0aOvKAwd70XHCChF0Gw8S { 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) { #bptG0mwlDZmNV4OaT1zkosLNoLyFTmfC { 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) { #qGFJUhmALXM4R3NFBhAxy6ZlphuOelTc { 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) { #EqRk357POEguLbfoF9fTUWKptyGxJTQS { width:19.6875rem;height:0;top:32.671875rem;left:2.34375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #AnuXFnWlVkWBIfb7VGvLlRGiSmaFyuWq { 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) { #IxXDdbPUCdBaDdN6Nmxfdtk6AwQCFu9W { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #mT8CE5zcolFqkh9uF762TSRHClnMnTxs { 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) { #GpUnPH5Nm98Lq84hmcrBTKx4M8wpXWCz { 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) { #dCQvfTQTwfHT8PtaP7g9Wp4l2cbTNPsL { 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; }#dCQvfTQTwfHT8PtaP7g9Wp4l2cbTNPsL.adaptive-delivery-prevent-bg, #dCQvfTQTwfHT8PtaP7g9Wp4l2cbTNPsL.lazyload, #dCQvfTQTwfHT8PtaP7g9Wp4l2cbTNPsL.lazyloading { background-image: none; }#dCQvfTQTwfHT8PtaP7g9Wp4l2cbTNPsL > .row .container { background-color: transparent; background-image: none; }#dCQvfTQTwfHT8PtaP7g9Wp4l2cbTNPsL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCQvfTQTwfHT8PtaP7g9Wp4l2cbTNPsL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCQvfTQTwfHT8PtaP7g9Wp4l2cbTNPsL > .row .container > .video-iframe-container { display: none; }#dCQvfTQTwfHT8PtaP7g9Wp4l2cbTNPsL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCQvfTQTwfHT8PtaP7g9Wp4l2cbTNPsL > .row > .video-iframe-container { display: none; }#dCQvfTQTwfHT8PtaP7g9Wp4l2cbTNPsL > .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); }#dCQvfTQTwfHT8PtaP7g9Wp4l2cbTNPsL > .row .container { width:47.75rem;height:32.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TqVe0hqAOMH11fkQzZ1ZUPWra503hwLa { 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) { #EUtdFnNAdHaT6OtPVNFyMOryA9rpDBgO { 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) { #yP4lMpkH2SVU1JJhpDzgxFl8cXFAyJaL { 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) { #yF0sqo6Nlv8Gt8fkTpxM2GqKtZNJb4RB { 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) { #Z3glkFfJvMWcSgV5AK5xRsU0Vn2sHAJa { width:19.6875rem;height:0;top:32.671875rem;left:2.34375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #s0iHw1lNmKgR82vEGsIpkDI30WcHt5A0 { 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) { #lubZGOCXMPAZ78RNmW741RcalufVeG08 { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #NOTCF0RDBTCqNBHFFizvCvE1M9s8woaB { 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) { #fT54BlagGoud0Zpm8CVZsbG0mAvG60pe { display:block; }#fT54BlagGoud0Zpm8CVZsbG0mAvG60pe > .row .container { width:47.75rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HeHTJp0fz2o1PdTilryEshhbvFZppdd3 { 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) { #wDHEFzgEoQBpku4FdSNq2h4TRt6UyFtD { width:9.375rem;height:3.5rem;top:8.6875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z5tJ8Lek3hpD2WXMFTMTVxccTAugQU2b { width:9.375rem;height:9.375rem;top:5.75rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hpqGOZ9ruGkBnVAMB3z6tpKSUNsI5aFd { width:9.375rem;height:9.375rem;top:5.75rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #URHfs5qNEeiO29U7JOLn88iiCOfBz1fF { width:9.375rem;height:3.875rem;top:5.75rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W0dUntRcDg6sMtDa6KSwQgT4NHmA040G { 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) { #A6CSkbXsSAzXxy5Milm8bewnaeshxOE8 { background-color:#990100;background-image:none;display:block; }#A6CSkbXsSAzXxy5Milm8bewnaeshxOE8 > .row .container { background-color: transparent; background-image: none; }#A6CSkbXsSAzXxy5Milm8bewnaeshxOE8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6CSkbXsSAzXxy5Milm8bewnaeshxOE8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6CSkbXsSAzXxy5Milm8bewnaeshxOE8 > .row .container > .video-iframe-container { display: none; }#A6CSkbXsSAzXxy5Milm8bewnaeshxOE8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6CSkbXsSAzXxy5Milm8bewnaeshxOE8 > .row > .video-iframe-container { display: none; }#A6CSkbXsSAzXxy5Milm8bewnaeshxOE8 > .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); }#A6CSkbXsSAzXxy5Milm8bewnaeshxOE8 > .row .container { width:20rem;height:50.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N2Eqqwyzhh0GRGlxbXv89hesQu60HcVV { 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) { #A6GxMpqTlFizpUE4vmeFl33S4iTWLxkF { width:20rem;height:4.25rem;top:34.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcGAC099gygB3fa9JvEeCxurk8RComBF { width:3.4375rem;height:3.4375rem;top:1.1875203847885rem;left:8.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rphOleARaNKis9qhUZiK78t6onqTF2GR { 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) { #DPeJktk3G1Bc0H6IzXgTbtzT2L7vSsQk { 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) { #dkPbhbOWiTJr04ZJMpfUxzSvWoM0vZ5Z { 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) { #rAcWo1vbcSEygpMTD9yE27vCozqQhJdb { 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) { #yHOyAVou26ICtqBvJvuRFtIQZ8Tx6ree { width:8.9375rem;height:8.9375rem;top:25.416405677796rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6bTspJyxI8wZm3xL7Avx8166ekGWUV9 { 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:23.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IuzTtlEsiAedVGho7pOH0bTRzQ16XkA5 { width:18.125rem;height:3.75rem;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:6.9375rem;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:10.0625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2UODeQevUxqgVKOKcoiAtMIhW6TiLiJ { display:none; }#v2UODeQevUxqgVKOKcoiAtMIhW6TiLiJ > .row .container { width:20rem;height:56.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Rhyz6STlTUQuN8HWh5NyMnIL505MyKPT { width:20rem;height:3.3rem;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:43.175rem;top:8.438284397125rem;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:48.0625rem;top:5.9166717529297rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZAIGUBOADV9x2cEVsOB98T58JgJNQ9g { display:none; }#TZAIGUBOADV9x2cEVsOB98T58JgJNQ9g > .row .container { width:20rem;height:52.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #n9Gmbw2gyTH3tEbdwneQGXRbsSlL5RgH { 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) { #fyRWcepbVATM3FSm4z36guNpfglPpGlk { 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; }#fyRWcepbVATM3FSm4z36guNpfglPpGlk li:before{  }
 }@media only screen and (max-width: 763px) { #TvH1Fg5ukrs8d0eNzHTqp453s5qsnssQ { width:20rem;height:44.0625rem;top:5.916015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICQbMIsFfvR2TaEFiz6gyHWRMUrlrrp1 { display:none; }#ICQbMIsFfvR2TaEFiz6gyHWRMUrlrrp1 > .row .container { width:20rem;height:7.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #srQ59ctfOdaiL0V2ThH1P0ONnX8mitom { width:20rem;height:3.575rem;top:1.7437500953674rem;left:0rem;font-size:1.375rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #yrTGNRA6hGeZr7K9JzGLrh9twghECDg7 { width:4.1875rem;height:4.1875rem;top:1.4375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiyuQRIm83Q1i6EdoCAIr5xv6GLOKxyp { width:5.3125rem;height:5.3125rem;top:1.71875rem;left:14.687500357628rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #khnG0MQdkBarzHmVLr24lKncdLxIHeNk { background-color:#0d94a6;background-image:none;display:none; }#khnG0MQdkBarzHmVLr24lKncdLxIHeNk > .row .container { width:20rem;height:52.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aHEJaXpRnOFx9TCDUTO24knzNfxwdaX6 { width:20rem;height:3.25rem;top:34.378905057907rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFsf2gOGOslqe5p2Kc3ySktbbKtrJrwI { width:20rem;height:4.875rem;top:27.375000715256rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VabXzIzpfKDVKvmb4xK2aLswyHZrusiw { width:8.3125rem;height:4.0625rem;top:22.665365934372rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IavBCBiduB1lMbgi8khTeeV458AE2E9O { width:1.3125rem;height:1.21875rem;top:22.623699903488rem;left:13.552083969116rem;font-size:0.9375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #ZynFi9ywteqe47yZe9F9zgtUeKMn7t5h { width:16.875rem;height:0.0625rem;top:33.127604246139rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlTsraxhFJzVGfOaU2CT6nDrccdG5XfT { width:16.875rem;height:12.5625rem;top:38.877604246139rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sES45R1TiISPmsdXO6MSBVfMoNKOfpPt { width:16.25rem;height:0;top:40.148440122604rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pb1mb5n96yGAtZqbVxJOFOMD01MAFiu7 { width:16.25rem;height:10.2375rem;top:40.148438930511rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #Sx0SoeL658hoHrW1rQzpAetRfkhtvy2H { top:0.9166667461395rem;left:0rem;width:20rem;height:20rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qpOLOoidNakd7kBI5VnBDo2I7dq8fns6 { display:none; }#qpOLOoidNakd7kBI5VnBDo2I7dq8fns6 > .row .container { width:20rem;height:15.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TFDUT4veVaACsXkRNbHmvSgJ4H4cCNQ8 { width:15rem;height:8.125rem;top:0.811719417572rem;left:2.5000001192093rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFNrwk2LhqxhE9lnqLkk6of5k80uBxVD { width:19rem;height:4.375rem;top:8.3117184638975rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdh1iZQMmZg6dR6SIu1ZAvX9mvKWX3MF { 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) { #iAV7CbO93p3iXDPlVeqX9s3OGigTd5ch { display:none; }#iAV7CbO93p3iXDPlVeqX9s3OGigTd5ch > .row .container { width:20rem;height:6.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IGepRJ3sWmiVqw3txq59sDVwtuRAt2wK { width:20rem;height:3.575rem;top:1.2083435058594rem;left:0rem;font-size:1.375rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #Mr1N19Tp0cboaF8J2N3PONGTr0Zx8HJE { width:6.25rem;height:6.25rem;top:0.25rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TywpD3QC4hWq7xC3Eu8RstOlJuyaxUHS { 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:36.3375rem;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.78125rem;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) { #PJMEHgmqGAEQn0Uln9DbJ72R6yTKbOTu { display:block; }#PJMEHgmqGAEQn0Uln9DbJ72R6yTKbOTu > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f5LFWG9RLT2DgrVzrNTPTA3zPzehBa1s { width:20rem;height:1.75rem;top:4.8662109375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vpvqv1bWwsT5wPfcVqwkuPvyA2llmCLT { width:20rem;height:2rem;top:2.1445322036743rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eR6gB0SoULBWnfkevJMWEo9qkPAM2izh { width:6.25rem;height:6.25rem;top:0.25rem;left:0rem;z-index:15000;display:block; }
 }@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:17.2125rem;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.78125rem;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) { #iMnp1z0w3DTkG1IJRfKLMX02zS1ceusK { 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; }#iMnp1z0w3DTkG1IJRfKLMX02zS1ceusK.adaptive-delivery-prevent-bg, #iMnp1z0w3DTkG1IJRfKLMX02zS1ceusK.lazyload, #iMnp1z0w3DTkG1IJRfKLMX02zS1ceusK.lazyloading { background-image: none; }#iMnp1z0w3DTkG1IJRfKLMX02zS1ceusK > .row .container { background-color: transparent; background-image: none; }#iMnp1z0w3DTkG1IJRfKLMX02zS1ceusK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f4fcff; }#iMnp1z0w3DTkG1IJRfKLMX02zS1ceusK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iMnp1z0w3DTkG1IJRfKLMX02zS1ceusK > .row .container > .video-iframe-container { display: none; }#iMnp1z0w3DTkG1IJRfKLMX02zS1ceusK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f4fcff; }#iMnp1z0w3DTkG1IJRfKLMX02zS1ceusK > .row > .video-iframe-container { display: none; }#iMnp1z0w3DTkG1IJRfKLMX02zS1ceusK > .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); }#iMnp1z0w3DTkG1IJRfKLMX02zS1ceusK > .row .container { width:20rem;height:69.1787109375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UaUNAhtraXxKNidPqHW5gDEKuxLtdHsJ { 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) { #lWUQGCgv1CEbnFTMCOSDMPFUIVcPSo3U { 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) { #emETlKum7qG0aOvKAwd70XHCChF0Gw8S { 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) { #bptG0mwlDZmNV4OaT1zkosLNoLyFTmfC { 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) { #qGFJUhmALXM4R3NFBhAxy6ZlphuOelTc { 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) { #EqRk357POEguLbfoF9fTUWKptyGxJTQS { 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) { #AnuXFnWlVkWBIfb7VGvLlRGiSmaFyuWq { 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) { #IxXDdbPUCdBaDdN6Nmxfdtk6AwQCFu9W { top:1.796875rem;left:0rem;width:20rem;height:20rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mT8CE5zcolFqkh9uF762TSRHClnMnTxs { 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) { #GpUnPH5Nm98Lq84hmcrBTKx4M8wpXWCz { 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) { #dCQvfTQTwfHT8PtaP7g9Wp4l2cbTNPsL { 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; }#dCQvfTQTwfHT8PtaP7g9Wp4l2cbTNPsL.adaptive-delivery-prevent-bg, #dCQvfTQTwfHT8PtaP7g9Wp4l2cbTNPsL.lazyload, #dCQvfTQTwfHT8PtaP7g9Wp4l2cbTNPsL.lazyloading { background-image: none; }#dCQvfTQTwfHT8PtaP7g9Wp4l2cbTNPsL > .row .container { background-color: transparent; background-image: none; }#dCQvfTQTwfHT8PtaP7g9Wp4l2cbTNPsL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f4fcff; }#dCQvfTQTwfHT8PtaP7g9Wp4l2cbTNPsL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCQvfTQTwfHT8PtaP7g9Wp4l2cbTNPsL > .row .container > .video-iframe-container { display: none; }#dCQvfTQTwfHT8PtaP7g9Wp4l2cbTNPsL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f4fcff; }#dCQvfTQTwfHT8PtaP7g9Wp4l2cbTNPsL > .row > .video-iframe-container { display: none; }#dCQvfTQTwfHT8PtaP7g9Wp4l2cbTNPsL > .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); }#dCQvfTQTwfHT8PtaP7g9Wp4l2cbTNPsL > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TqVe0hqAOMH11fkQzZ1ZUPWra503hwLa { 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) { #EUtdFnNAdHaT6OtPVNFyMOryA9rpDBgO { 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) { #yP4lMpkH2SVU1JJhpDzgxFl8cXFAyJaL { 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) { #yF0sqo6Nlv8Gt8fkTpxM2GqKtZNJb4RB { 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) { #Z3glkFfJvMWcSgV5AK5xRsU0Vn2sHAJa { 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) { #s0iHw1lNmKgR82vEGsIpkDI30WcHt5A0 { 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) { #lubZGOCXMPAZ78RNmW741RcalufVeG08 { top:1.796875rem;left:0rem;width:20rem;height:20rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NOTCF0RDBTCqNBHFFizvCvE1M9s8woaB { 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:2.03125rem;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) { #fT54BlagGoud0Zpm8CVZsbG0mAvG60pe { display:block; }#fT54BlagGoud0Zpm8CVZsbG0mAvG60pe > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HeHTJp0fz2o1PdTilryEshhbvFZppdd3 { width:12.5rem;height:2rem;top:1.875rem;left:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDHEFzgEoQBpku4FdSNq2h4TRt6UyFtD { width:5.625rem;height:2.125rem;top:4.125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5tJ8Lek3hpD2WXMFTMTVxccTAugQU2b { width:5.625rem;height:5.625rem;top:2.375rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpqGOZ9ruGkBnVAMB3z6tpKSUNsI5aFd { width:5.625rem;height:5.625rem;top:2.375rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #URHfs5qNEeiO29U7JOLn88iiCOfBz1fF { width:5.125rem;height:2.125rem;top:6.25rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0dUntRcDg6sMtDa6KSwQgT4NHmA040G { 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; }
 }