.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:223,238,215;--color-primary-1:160,204,136;--color-primary-2:97,170,56;--color-primary-3:57,149,6;--color-primary-4:5,77,9;--color-secondary-0:255,245,229;--color-secondary-1:244,211,134;--color-secondary-2:146,127,80;--color-secondary-3:88,76,48;--color-secondary-4:29,25,16;--color-tertiary-0:255,255,255;--color-tertiary-1:151,167,214;--color-tertiary-2:81,109,186;--color-tertiary-3:38,73,169;--color-tertiary-4:71,84,90;--headlines-font-family:"Josefin Sans";--paragraphs-font-family:"Josefin Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-secondary-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); }#I0HQfXPeQXkcXFDynpD52c1BhZS7GNnM { 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/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; }#I0HQfXPeQXkcXFDynpD52c1BhZS7GNnM.adaptive-delivery-prevent-bg, #I0HQfXPeQXkcXFDynpD52c1BhZS7GNnM.lazyload, #I0HQfXPeQXkcXFDynpD52c1BhZS7GNnM.lazyloading { background-image: none; }#I0HQfXPeQXkcXFDynpD52c1BhZS7GNnM > .row .container { background-color: transparent; background-image: none; }#I0HQfXPeQXkcXFDynpD52c1BhZS7GNnM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0HQfXPeQXkcXFDynpD52c1BhZS7GNnM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0HQfXPeQXkcXFDynpD52c1BhZS7GNnM > .row .container > .video-iframe-container { display: none; }#I0HQfXPeQXkcXFDynpD52c1BhZS7GNnM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0HQfXPeQXkcXFDynpD52c1BhZS7GNnM > .row > .video-iframe-container { display: none; }#I0HQfXPeQXkcXFDynpD52c1BhZS7GNnM > .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); }#I0HQfXPeQXkcXFDynpD52c1BhZS7GNnM > .row .container { border-width: 0; border-radius: 0; }#I0HQfXPeQXkcXFDynpD52c1BhZS7GNnM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I0HQfXPeQXkcXFDynpD52c1BhZS7GNnM > .row .container { font-size:0.875rem;font-family:arial;height:48rem;width:75rem;position:relative;display:block; }#MdaT1MeUK41MduoXzQCtTJBaUn2dHBnO { color:rgba(var(--color-secondary-1),1);display:block;width:35.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:11.5rem;left:39.34375rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bDGklTKp2BoSVr0zKaapE3GTOSRMnzho { color:rgba(var(--color-secondary-1),1);display:block;width:35.5rem;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:22.791667938233rem;left:39.5rem;height:5.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G0PNuDofKuA2BuT8iz2autPiEFleoaSF { 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.1875rem;left:52.59375rem;overflow:hidden;display:block; }
#NgwHLmnsQI6DDW9PdrqTTl9TghCwIunN { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-1),1);border-left:0.125rem solid rgba(var(--color-secondary-1),1);border-right:0.125rem solid rgba(var(--color-secondary-1),1);border-bottom:0.125rem solid rgba(var(--color-secondary-1),1);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.270835876465rem;left:47rem;display:block; }
#xqUl3IfksxcMzCDEVUrWbd81hpbQQD2v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F5Brb6HyfOqLwKvyK6MgXTyfd3iU0waI { color:rgba(var(--color-secondary-0),1);display:block;width:35.5rem;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:30.229167938233rem;left:39.5rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RwlzSFmRMtByoOBboSNVK1Dg8TvUurAN { 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; }
#bkmToLVClBPFQAvlKWUqRuvc74NSUi0C { color:rgba(var(--color-secondary-0),1);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; }
#xkFDdBzCvs3Skuxan6sfbtSJvcTRXIpA { position:absolute;display:block;z-index:14999;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:19.0625rem;width:19.0625rem;top:0.0625rem;left:55.770833375rem;overflow:hidden;display:block; }
#dccPfWmShMETUsVcfTvqWy3vnnN5IUwt { 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:19.0625rem;width:19.0625rem;top:23.979167938233rem;left:27.96875rem;overflow:hidden;display:block; }
#yPh0FphS5yfv5IFVbE6yu80wX6q8hLS2 { 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/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:none; }#yPh0FphS5yfv5IFVbE6yu80wX6q8hLS2.adaptive-delivery-prevent-bg, #yPh0FphS5yfv5IFVbE6yu80wX6q8hLS2.lazyload, #yPh0FphS5yfv5IFVbE6yu80wX6q8hLS2.lazyloading { background-image: none; }#yPh0FphS5yfv5IFVbE6yu80wX6q8hLS2 > .row .container { border-width: 0; border-radius: 0; }#yPh0FphS5yfv5IFVbE6yu80wX6q8hLS2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yPh0FphS5yfv5IFVbE6yu80wX6q8hLS2 > .row .container { font-size:0.875rem;font-family:arial;height:19.6875rem;width:75rem;position:relative;display:none; }#oFCVsOCfuc6Ozn8sEbbfWSRBl7LDTXyz { color:rgba(var(--color-secondary-1),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:9.11328125rem;left:0rem;height:8.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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;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:none; }#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:46.875rem;width:75rem;overflow:visible;position:relative;display:none; }#wfJayZOvhlgRnlsz1AmbEKWUGemBfzWZ { position:absolute;display:block;z-index:15000;border-top:0.25rem solid rgba(var(--color-secondary-1),1);border-left:0.25rem solid rgba(var(--color-secondary-1),1);border-right:0.25rem solid rgba(var(--color-secondary-1),1);border-bottom:0.25rem solid rgba(var(--color-secondary-1),1);box-shadow: none;height:35.125rem;width:62.5rem;top:3.75rem;left:6.25rem;display:block; }
#txHMTSPgCxelZWnwfE87mi1JH6iWtyzv { 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; }#txHMTSPgCxelZWnwfE87mi1JH6iWtyzv.adaptive-delivery-prevent-bg, #txHMTSPgCxelZWnwfE87mi1JH6iWtyzv.lazyload, #txHMTSPgCxelZWnwfE87mi1JH6iWtyzv.lazyloading { background-image: none; }#txHMTSPgCxelZWnwfE87mi1JH6iWtyzv > .row .container { border-width: 0; border-radius: 0; }#txHMTSPgCxelZWnwfE87mi1JH6iWtyzv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#txHMTSPgCxelZWnwfE87mi1JH6iWtyzv > .row .container { font-size:0.875rem;font-family:arial;height:67.875rem;width:75rem;position:relative;display:none; }#efe2he4RkIec9itlCk3m2UsKZmdErSF9 { color:rgba(var(--color-secondary-1),1);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; }
#NH0VmUS5GCGcQFcWOO8UcyVKF2WA7guX { 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.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#NH0VmUS5GCGcQFcWOO8UcyVKF2WA7guX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NH0VmUS5GCGcQFcWOO8UcyVKF2WA7guX li:before{  }
#FZoA2DozuL7OltHufDxuRul8wowKsnl0 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-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; }
#Zoyd5ngC9EDDvLaNNGH7xNXarhwuUvV6 { 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; }#Zoyd5ngC9EDDvLaNNGH7xNXarhwuUvV6.adaptive-delivery-prevent-bg, #Zoyd5ngC9EDDvLaNNGH7xNXarhwuUvV6.lazyload, #Zoyd5ngC9EDDvLaNNGH7xNXarhwuUvV6.lazyloading { background-image: none; }#Zoyd5ngC9EDDvLaNNGH7xNXarhwuUvV6 > .row .container { background-color: transparent; background-image: none; }#Zoyd5ngC9EDDvLaNNGH7xNXarhwuUvV6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zoyd5ngC9EDDvLaNNGH7xNXarhwuUvV6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zoyd5ngC9EDDvLaNNGH7xNXarhwuUvV6 > .row .container > .video-iframe-container { display: none; }#Zoyd5ngC9EDDvLaNNGH7xNXarhwuUvV6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zoyd5ngC9EDDvLaNNGH7xNXarhwuUvV6 > .row > .video-iframe-container { display: none; }#Zoyd5ngC9EDDvLaNNGH7xNXarhwuUvV6 > .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); }#Zoyd5ngC9EDDvLaNNGH7xNXarhwuUvV6 > .row .container { border-width: 0; border-radius: 0; }#Zoyd5ngC9EDDvLaNNGH7xNXarhwuUvV6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zoyd5ngC9EDDvLaNNGH7xNXarhwuUvV6 > .row .container { font-size:0.875rem;font-family:arial;height:63.875rem;width:75rem;position:relative;display:block; }#kZstbNcEwTDuJvI1vrbhrflQa6OOaiZV { color:rgba(var(--color-secondary-1),1);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; }
#rN4o3qme3eXIfxTLhTqRqods7f2fyifN { color:rgba(var(--color-tertiary-0),1);display:block;width:58.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:17.281257629394rem;left:8.25rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#rN4o3qme3eXIfxTLhTqRqods7f2fyifN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rN4o3qme3eXIfxTLhTqRqods7f2fyifN li:before{  }
#CZXpNEy507QFTgnDvowXsD7klHOzqMhg { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-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; }
#GKomKLgcLLmOBu2buESu3t9RMn3lntrm { 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:block; }#GKomKLgcLLmOBu2buESu3t9RMn3lntrm > .row .container { background-color: transparent; background-image: none; }#GKomKLgcLLmOBu2buESu3t9RMn3lntrm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GKomKLgcLLmOBu2buESu3t9RMn3lntrm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GKomKLgcLLmOBu2buESu3t9RMn3lntrm > .row .container > .video-iframe-container { display: none; }#GKomKLgcLLmOBu2buESu3t9RMn3lntrm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GKomKLgcLLmOBu2buESu3t9RMn3lntrm > .row > .video-iframe-container { display: none; }#GKomKLgcLLmOBu2buESu3t9RMn3lntrm > .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); }#GKomKLgcLLmOBu2buESu3t9RMn3lntrm > .row .container { border-width: 0; border-radius: 0; }#GKomKLgcLLmOBu2buESu3t9RMn3lntrm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GKomKLgcLLmOBu2buESu3t9RMn3lntrm > .row .container { font-size:0.875rem;font-family:arial;height:44.5625rem;width:75rem;position:relative;display:block; }#ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ .widget-form-header {  }
#ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;color:#f2f9ff;width:24.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;vertical-align:top;text-align:left;text-align-last:left; }
#ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ .widget-input-text { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.5rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:ubuntu;vertical-align:top; }
#ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ .widget-textarea { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.5rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:ubuntu;vertical-align:top; }
#ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ .widget-input-select { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.5rem;box-sizing:border-box;height:2.5rem;color:#000000;font-family:"open sans";font-size:0.8125rem;overflow:hidden;vertical-align:top; }
#ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.5625rem;font-weight:400;color:#f2f9ff;width:24.5rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ [class*="-text"]:-moz-placeholder { color:#b2b2b2;font-family:var(--paragraphs-font-family);font-size:1rem; }
#ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ [class*="-text"]::-moz-placeholder { color:#b2b2b2;font-family:var(--paragraphs-font-family);font-size:1rem; }
#ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ [class*="-text"]:-ms-input-placeholder { color:#b2b2b2;font-family:var(--paragraphs-font-family);font-size:1rem; }
#ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ [class*="-text"]::-webkit-input-placeholder { color:#b2b2b2;font-family:var(--paragraphs-font-family);font-size:1rem; }
#ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:23.4375rem;overflow:hidden;font-style:normal;float:none; }
#ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:400;color:#f2f9ff;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ .widget-container:first-of-type{padding-top:0;}#ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ .widget-container:last-of-type{padding-bottom:0;}#ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ  { background-color:rgba(var(--color-secondary-1),1);background-image:none;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.5rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:24rem;top:18.8125rem;z-index:15021;position:absolute; }
#ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.5rem;display:block;vertical-align:top; }
#ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ .widget-info-text { font-size:0.875rem; }
#ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ {display:block;}#ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ { background-color:rgba(var(--color-secondary-1),1);background-image:none;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.5rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:24rem;top:18.8125rem;z-index:15021;position:absolute; }
#ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ #P4gVCEmSrpvetZV0Jb6tlkH31CXPyTye { position:relative; }
#ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ #Q9NTLT9EldoBA3ZVm6SxUtXD9kzw11DV { position:relative;display:none; }
#ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ #O2l0kK3bDGraqSNidLtBzDf3qhk8o5e9 { position:relative; }
#ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ #UTIDXbpPddLNHbIzGQKJyRSInI5TX38O { position:relative; }
#ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ #ido5F2frKpiWUZ3goRPT0WTia9dI9M1A { position:relative;display:none; }
#ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ #BTbz0G21rFTCGvwVtXIPIFgn8ZM9TQdx { position:relative; }
#ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ #LecVgrb4Mk4sJqZ2ZWLZgUh4Swkb5Coy { position:relative; }
#ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ #PZBeNTJmeXUnwQm0PbAVTgOfa1dNcpl3 { position:relative;z-index:2; }
#ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ #EvDntszZNKLqwFAZd8LBtfwxq9MCGtHL { position:relative; }
#ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ #mXTe5rV7zZTUKNrV23p6y7SpyIlUhTcg { position:relative; }
#ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ #ieCahOVPPlE0vuyTM2H6HzR5u3CFVNxp { position:relative; }
#D1eeLOf18d4Ic2CzssPfCR9b21Q1aJdc { color:rgba(var(--color-secondary-1),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:3.75rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ksDxbmHgGEGTT3QDJLoTUd9pKGOUzZ5H { color:rgba(var(--color-tertiary-0),1);display:block;width:65.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:9.259765625rem;left:7.9375rem;height:6.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p3zhoT8ylWu2s1ZR9V3DPxDanDbwBSAq { color:rgba(var(--color-tertiary-4),1);display:block;width:68.748695375rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:10.26042175293rem;left:3.125rem;height:6.24999975rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#k6XxEDqVZ3vJvqRWUnLWW6ZKiSPXN9gR { 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:25rem;width:25rem;top:16.968765258789rem;left:50rem;overflow:hidden;display:block; }
#xuNuhHUoxTa3OXZCOD8OOHOupnaxGzXE { 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:16.968765258789rem;left:0rem;overflow:hidden;display:block; }
#xLQfp6eNn50ntcfWsAN3UARsWBgJcBdR { color:rgba(var(--color-secondary-1),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:3.75rem;left:0rem;height:4.8333335rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#dzNlzrdNG0hbdkMzW6Mm3xBJMvI7Gvdn { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:14.375rem;top:10.09375rem;left:9.6875rem;overflow:hidden;display:block; }
#nynL0GmpJJx4K1TZCNtLJ0o6Dsr2oOut { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nynL0GmpJJx4K1TZCNtLJ0o6Dsr2oOut > .row .container { background-color: transparent; background-image: none; }#nynL0GmpJJx4K1TZCNtLJ0o6Dsr2oOut::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nynL0GmpJJx4K1TZCNtLJ0o6Dsr2oOut > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nynL0GmpJJx4K1TZCNtLJ0o6Dsr2oOut > .row .container > .video-iframe-container { display: none; }#nynL0GmpJJx4K1TZCNtLJ0o6Dsr2oOut > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nynL0GmpJJx4K1TZCNtLJ0o6Dsr2oOut > .row > .video-iframe-container { display: none; }#nynL0GmpJJx4K1TZCNtLJ0o6Dsr2oOut > .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); }#nynL0GmpJJx4K1TZCNtLJ0o6Dsr2oOut > .row .container { border-width: 0; border-radius: 0; }#nynL0GmpJJx4K1TZCNtLJ0o6Dsr2oOut > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nynL0GmpJJx4K1TZCNtLJ0o6Dsr2oOut > .row .container { font-size:0.875rem;font-family:arial;height:26rem;width:75rem;position:relative;display:block; }#s1STC2W9utzX6KJb8yoT1lbuF2g5H7f7 { color:rgba(var(--color-tertiary-3),1);display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#zTq34kg6IvJZx9C3D3pW73Tx2ZQSdMJ8 { position:absolute;display:block;z-index:15000;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.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.4375rem;width:75.0625rem;top:3.75rem;left:0rem;display:block; }
#VrX0T6OIVT2OJLvGHH4OsiKXoK9xbTlT { color:rgba(var(--color-primary-4),0.97);display:block;width:6.247396rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15015;line-height:.3;letter-spacing:0;top:2.2500305175781rem;left:5.8046875rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HrNRVREsbghERlLaXoKJb0J2qWpyi7tt { color:rgba(var(--color-tertiary-4),1);display:block;width:51.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:7.5rem;left:13.71875rem;height:16.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B85ipifzxwnpym8dttbbxEUszHcOtT86 { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:15.994789123535rem;left:11.968751907349rem;height:23.33335625rem;text-align:center;text-align-last:center;display:none; }
#M0MVld0Kl4uSmXIoqzq11oyH9t154rkt { color:#000000;display:block;width:51.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:30.9326171875rem;left:23.9375rem;height:0;text-align:center;text-align-last:center;display:none; }
#HT1z0ROSQVwmNBqstt7ed9tC1vBVQion { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HT1z0ROSQVwmNBqstt7ed9tC1vBVQion > .row .container { background-color: transparent; background-image: none; }#HT1z0ROSQVwmNBqstt7ed9tC1vBVQion::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HT1z0ROSQVwmNBqstt7ed9tC1vBVQion > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HT1z0ROSQVwmNBqstt7ed9tC1vBVQion > .row .container > .video-iframe-container { display: none; }#HT1z0ROSQVwmNBqstt7ed9tC1vBVQion > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HT1z0ROSQVwmNBqstt7ed9tC1vBVQion > .row > .video-iframe-container { display: none; }#HT1z0ROSQVwmNBqstt7ed9tC1vBVQion > .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); }#HT1z0ROSQVwmNBqstt7ed9tC1vBVQion > .row .container { border-width: 0; border-radius: 0; }#HT1z0ROSQVwmNBqstt7ed9tC1vBVQion > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HT1z0ROSQVwmNBqstt7ed9tC1vBVQion > .row .container { font-size:0.875rem;font-family:arial;height:21.125rem;width:75rem;position:relative;display:block; }#LE2nEdxtTcUemvmRRrT5kE70TO1qUkN1 { color:rgba(var(--color-tertiary-3),1);display:block;width:31.2491875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.59218788147rem;left:1.32421875rem;height:16.2rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#K2CGVNTtfWv3knIeuTBTaLMis4MIklJK { color:rgba(var(--color-primary-4),0.97);display:block;width:6.247396rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15015;line-height:.3;letter-spacing:0;top:2.1458435058594rem;left:5.8046875rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Brds5GwH2c46oSqFHl84gUEhQqDknXFC { color:rgba(var(--color-tertiary-4),1);display:block;width:51.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:7.5rem;left:11.96875rem;height:11.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CnOnTePQfU8Lzrf3sB3TtkuCTA9CtgPL { color:#000000;display:block;width:51.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:23.0625rem;left:11.96875rem;height:15.1875rem;text-align:center;text-align-last:center;display:none; }
#RZf5SdL5N49TsT9OS7EGafcJusmJqiRP { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:15.874994277954rem;left:11.968751907349rem;height:13.33335rem;text-align:center;text-align-last:center;display:none; }
#LKCFBR89V4gcg44c1nZtPH8xlAUBD5Ms { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:16.4990234375rem;left:12.59375rem;height:0;text-align:center;text-align-last:center;display:none; }
#P4HzTDosBoqo2eS8I0QHhco8Ix3g4xeG { position:absolute;display:block;z-index:15001;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.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);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.25rem;width:75rem;top:3.75rem;left:0rem;display:block; }
#HRZnkR5y8H7WJnw4HL4RkaXmIrsEPe8d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HRZnkR5y8H7WJnw4HL4RkaXmIrsEPe8d > .row .container { background-color: transparent; background-image: none; }#HRZnkR5y8H7WJnw4HL4RkaXmIrsEPe8d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRZnkR5y8H7WJnw4HL4RkaXmIrsEPe8d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRZnkR5y8H7WJnw4HL4RkaXmIrsEPe8d > .row .container > .video-iframe-container { display: none; }#HRZnkR5y8H7WJnw4HL4RkaXmIrsEPe8d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRZnkR5y8H7WJnw4HL4RkaXmIrsEPe8d > .row > .video-iframe-container { display: none; }#HRZnkR5y8H7WJnw4HL4RkaXmIrsEPe8d > .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); }#HRZnkR5y8H7WJnw4HL4RkaXmIrsEPe8d > .row .container { border-width: 0; border-radius: 0; }#HRZnkR5y8H7WJnw4HL4RkaXmIrsEPe8d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HRZnkR5y8H7WJnw4HL4RkaXmIrsEPe8d > .row .container { font-size:0.875rem;font-family:ubuntu;height:19.0625rem;width:75rem;position:relative;display:block; }#lmt1MqTEy176dTE3qBCaqbRnbsup4V1N { position:absolute;display:block;z-index:15011;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.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:75rem;top:3.75rem;left:0rem;display:block; }
#Ng5FKE3E3OD5AwzoIW7nl6xkJNzWhkve { color:rgba(var(--color-primary-4),0.97);display:block;width:6.247396rem;position:absolute;font-family:dosis;font-size:12.5rem;font-weight:300;z-index:15016;line-height:.3;letter-spacing:0;top:1.7044372558594rem;left:5.8046875rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IUxplsWC6PUzRuUwSiEOM0q1yIr1wiyG { color:rgba(var(--color-tertiary-4),1);display:block;width:51.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:7.5rem;left:11.96875rem;height:10.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Cg6z3A1XiPMg58k71qdS22JTFkXde0Hc { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:16rem;left:12.59375rem;height:0;text-align:center;text-align-last:center;display:none; }
#rgUfT73rwSb7NGFt4L2lUTIPaM7d5riH { color:#72686c;display:block;width:51.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:16rem;left:12.59375rem;height:0;text-align:center;text-align-last:center;display:none; }
#xsA9z1KSLWFXffubSzgVFqxUykKmIU5o { 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; }#xsA9z1KSLWFXffubSzgVFqxUykKmIU5o > .row .container { border-width: 0; border-radius: 0; }#xsA9z1KSLWFXffubSzgVFqxUykKmIU5o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xsA9z1KSLWFXffubSzgVFqxUykKmIU5o > .row .container { font-size:0.875rem;font-family:arial;height:17.1875rem;width:75rem;position:relative;display:none; }#Le30K7GkSUodKZMwcXIPiMLz0lkzypuz { color:rgba(var(--color-secondary-1),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; }
#pQFRlLE90CT5gROcJ1vCBoPyEz7RWLBI { 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:15.25rem;left:1.75rem;overflow:hidden;display:block; }
#PI9XW1O8pLBuEhm1QxABZgRWS8CkaSq8 { 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; }#PI9XW1O8pLBuEhm1QxABZgRWS8CkaSq8 > .row .container { background-color: transparent; background-image: none; }#PI9XW1O8pLBuEhm1QxABZgRWS8CkaSq8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PI9XW1O8pLBuEhm1QxABZgRWS8CkaSq8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PI9XW1O8pLBuEhm1QxABZgRWS8CkaSq8 > .row .container > .video-iframe-container { display: none; }#PI9XW1O8pLBuEhm1QxABZgRWS8CkaSq8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PI9XW1O8pLBuEhm1QxABZgRWS8CkaSq8 > .row > .video-iframe-container { display: none; }#PI9XW1O8pLBuEhm1QxABZgRWS8CkaSq8 > .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); }#PI9XW1O8pLBuEhm1QxABZgRWS8CkaSq8 > .row .container { border-width: 0; border-radius: 0; }#PI9XW1O8pLBuEhm1QxABZgRWS8CkaSq8 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PI9XW1O8pLBuEhm1QxABZgRWS8CkaSq8 > .row .container { font-size:0.875rem;font-family:arial;height:17.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#yrrE0imBmh3b1EFVQi2sVPKbrsgnI4ds { 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.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wEW8O8SrBIFfqKOLFS6zrcHAbQMr5a4q { 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.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nd1Oadm41L62HV41wpsvCrhVk7ksw8Kd { 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; }
#T4PszT03eb0phlKXsQ150aNeLTaRhIWX { 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; }#T4PszT03eb0phlKXsQ150aNeLTaRhIWX.adaptive-delivery-prevent-bg, #T4PszT03eb0phlKXsQ150aNeLTaRhIWX.lazyload, #T4PszT03eb0phlKXsQ150aNeLTaRhIWX.lazyloading { background-image: none; }#T4PszT03eb0phlKXsQ150aNeLTaRhIWX > .row .container { background-color: transparent; background-image: none; }#T4PszT03eb0phlKXsQ150aNeLTaRhIWX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4PszT03eb0phlKXsQ150aNeLTaRhIWX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4PszT03eb0phlKXsQ150aNeLTaRhIWX > .row .container > .video-iframe-container { display: none; }#T4PszT03eb0phlKXsQ150aNeLTaRhIWX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4PszT03eb0phlKXsQ150aNeLTaRhIWX > .row > .video-iframe-container { display: none; }#T4PszT03eb0phlKXsQ150aNeLTaRhIWX > .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); }#T4PszT03eb0phlKXsQ150aNeLTaRhIWX > .row .container { border-width: 0; border-radius: 0; }#T4PszT03eb0phlKXsQ150aNeLTaRhIWX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T4PszT03eb0phlKXsQ150aNeLTaRhIWX > .row .container { font-size:0.875rem;font-family:arial;height:58.5rem;width:75rem;position:relative;display:block; }#Ak8qFyXVRHdMPJSWrvBqwN5Iu2gfTJKv { 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; }
#hovfK9GVTerzNvpahMwoOnrOt4p9Du9B { 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; }
#ITrEpfPmKekkRLt28fOg73Fbxwkbx5kP { 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; }
#qARG3xQxfc9lHqSS5M0EzMwSXkKg2qcV { 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; }
#Ghrb0T1TQxspzFvT5bhqax2rK5GRXLdx { 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; }
#PV0NGBaTpZ709egWeLlxoyDAWIWPQt0B { 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; }
#tcwhlx7Rly3vOTdp4TggzZtcZZsZTyXb { 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; }
#Jm170DPKTp4cFAy73ClQxWDCscql8kGn { 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; }
#UE2r22yu4TW2z5LZyDrMeCQiyWw3QnNC { 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; }
#emlkl4XIkJ53hVapHrqiPkvwHoDcdT5e { 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; }
#nfTcGCuLg7iVUqut0JVfQoUMTPMmXyPD { 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; }#nfTcGCuLg7iVUqut0JVfQoUMTPMmXyPD.adaptive-delivery-prevent-bg, #nfTcGCuLg7iVUqut0JVfQoUMTPMmXyPD.lazyload, #nfTcGCuLg7iVUqut0JVfQoUMTPMmXyPD.lazyloading { background-image: none; }#nfTcGCuLg7iVUqut0JVfQoUMTPMmXyPD > .row .container { background-color: transparent; background-image: none; }#nfTcGCuLg7iVUqut0JVfQoUMTPMmXyPD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nfTcGCuLg7iVUqut0JVfQoUMTPMmXyPD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nfTcGCuLg7iVUqut0JVfQoUMTPMmXyPD > .row .container > .video-iframe-container { display: none; }#nfTcGCuLg7iVUqut0JVfQoUMTPMmXyPD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nfTcGCuLg7iVUqut0JVfQoUMTPMmXyPD > .row > .video-iframe-container { display: none; }#nfTcGCuLg7iVUqut0JVfQoUMTPMmXyPD > .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); }#nfTcGCuLg7iVUqut0JVfQoUMTPMmXyPD > .row .container { border-width: 0; border-radius: 0; }#nfTcGCuLg7iVUqut0JVfQoUMTPMmXyPD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nfTcGCuLg7iVUqut0JVfQoUMTPMmXyPD > .row .container { font-size:0.875rem;font-family:arial;height:59.75rem;width:75rem;position:relative;display:block; }#TN2E2fMvXxgwbrFEZ3yFBSTQvLoGrSDy { 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.3125rem;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SVWhTcIhFg9y7JUaubf8tUBIyEhr33CF { 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; }
#BQ60EDg5EeO61uGEQ0QBdsVWKVvsCgAl { 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; }
#dtbzSHglZrkVHIyKK3WmIaTygnTKuffR { 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; }
#OcXNcZ92bRcTgP0pKq1Jb44IqwVABL5g { 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; }
#rVTTo2gQIJuXn3CL4XFBaX0XkPmyndce { 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; }
#thzl1efGt5sBM78EaHA8vtIPSOoMwZCx { 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; }
#f2xvUETWZw9AOURvHlLkVy1p76CFfeUm { 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; }
#nmTxiaDJW9zX53nvzXv62X9DcZJLKyHu { 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; }#nmTxiaDJW9zX53nvzXv62X9DcZJLKyHu > .row .container { background-color: transparent; background-image: none; }#nmTxiaDJW9zX53nvzXv62X9DcZJLKyHu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmTxiaDJW9zX53nvzXv62X9DcZJLKyHu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmTxiaDJW9zX53nvzXv62X9DcZJLKyHu > .row .container > .video-iframe-container { display: none; }#nmTxiaDJW9zX53nvzXv62X9DcZJLKyHu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmTxiaDJW9zX53nvzXv62X9DcZJLKyHu > .row > .video-iframe-container { display: none; }#nmTxiaDJW9zX53nvzXv62X9DcZJLKyHu > .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); }#nmTxiaDJW9zX53nvzXv62X9DcZJLKyHu > .row .container { border-width: 0; border-radius: 0; }#nmTxiaDJW9zX53nvzXv62X9DcZJLKyHu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nmTxiaDJW9zX53nvzXv62X9DcZJLKyHu > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#SrK9TfTTCrAIzNc68i7GIWOli4TUqM28 { 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.625rem;font-style:normal;display:block; }
#Vk0B2cSnGA0cB81Qs3xzcNvK8pO5HnKH { 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; }
#a2hHBsnyGxXUhycWmXhy2ZiuUfxcy6Vq { 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; }
#s0Xwz5zJKzeb4dxn70FR8pJbTgcDd6t0 { 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; }
#LyDkRSSvq08e3XixzeAL5vJnOCXUwZfZ { 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; }
#ZNfZ2W0LqMKrmLQvTKtW1MGo1NnHQQD7 { 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; }
#EavU3NTthxui6EUqOSiDpPft7SUp4VRe { 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/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; }#EavU3NTthxui6EUqOSiDpPft7SUp4VRe.adaptive-delivery-prevent-bg, #EavU3NTthxui6EUqOSiDpPft7SUp4VRe.lazyload, #EavU3NTthxui6EUqOSiDpPft7SUp4VRe.lazyloading { background-image: none; }#EavU3NTthxui6EUqOSiDpPft7SUp4VRe > .row .container { border-width: 0; border-radius: 0; }#EavU3NTthxui6EUqOSiDpPft7SUp4VRe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EavU3NTthxui6EUqOSiDpPft7SUp4VRe > .row .container { font-size:0.875rem;font-family:arial;height:59.75rem;width:75rem;position:relative;display:none; }#Bp2RJdyaq3AAvWsMFXUmmNdUpSzlOl7T { 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:rgba(var(--color-secondary-1),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#AyaHqqqfteiE9cr3olRIWcNbzpvJmTVX { 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:30.75rem;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;font-style:normal;display:block; }
#QOAxlINLqml5RG8g7eVwJCyUSuF4Al3c { 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:rgba(var(--color-tertiary-4),1);font-style:normal;text-align:center;text-align-last:center;display:none; }
#Q9MBKyRRDyfnpgIlkT8ENofZd30JzlW9 { 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:rgba(var(--color-secondary-1),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#UkE5VP2BK5be7UtKwt1AeENS8JiOfhaJ { 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:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;font-style:normal;display:none; }
#T7L9bq52aL7wIAy1vbzvTTT6PtIWZKd2 { 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:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;font-style:normal;display:none; }
#ul4TfzPlbgwh4Jxinv5lQZovnh3U33GC { color:rgba(var(--color-tertiary-4),1);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; }
#xnTo6wD3KyT4U1kdUGsUUqXoxwXRXKmW { 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; }
#GRPKU04LUe4UUCKQ5G0ivUbfWBQoPGyt { 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:rgba(var(--color-tertiary-4),1);font-style:normal;text-align:left;text-align-last:left;display:none; }
#MCfH5KGABwBpBTpBk1wLaTeFUeELeWrO { 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:rgba(var(--color-tertiary-4),1);text-align:left;text-align-last:left;font-style:normal;display:none; }
#zd6UZTrBVGKDxODVoyR8R2z9lE6ehdB3 { 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; }
#BlsiO3LxNVzXOUzq3BDOeq9TEtpXmdVd { 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; }
#T0pU0aK3T1vbWT68DAP4yFV1KBWJuwwf { 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/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; }#T0pU0aK3T1vbWT68DAP4yFV1KBWJuwwf.adaptive-delivery-prevent-bg, #T0pU0aK3T1vbWT68DAP4yFV1KBWJuwwf.lazyload, #T0pU0aK3T1vbWT68DAP4yFV1KBWJuwwf.lazyloading { background-image: none; }#T0pU0aK3T1vbWT68DAP4yFV1KBWJuwwf > .row .container { border-width: 0; border-radius: 0; }#T0pU0aK3T1vbWT68DAP4yFV1KBWJuwwf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T0pU0aK3T1vbWT68DAP4yFV1KBWJuwwf > .row .container { font-size:0.875rem;font-family:arial;height:59.75rem;width:75rem;position:relative;display:none; }#hxKTKTtRTN1gNowW2gdGcW2X8UfJqt2M { 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.375rem;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;font-style:normal;display:block; }
#kmXKDzfRsOPLz1N2kb9ddb2dTK2OB83c { 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:rgba(var(--color-tertiary-4),1);font-style:normal;text-align:center;text-align-last:center;display:none; }
#M7GP9XI8RcMhCg6DidywT1KPZmDHUTIG { 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:rgba(var(--color-secondary-1),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#BExgN7Ts8NNSbRT1W8aXWwrCaqpscref { 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:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;font-style:normal;display:none; }
#gXqW0EikBM7wBUbIQ2v3cZxtGbAOZLmg { 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:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;font-style:normal;display:none; }
#S0qyx6nxyPGFwoCvFKTEFah9dh7DwCEO { color:rgba(var(--color-tertiary-4),1);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; }
#ktV4c6rIbqn4qMUztip6AkX6sPqfsboF { 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; }
#ESCIpqPHCtwqUrwTc7QVPXiHyKGTMNxN { 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:rgba(var(--color-tertiary-4),1);font-style:normal;text-align:left;text-align-last:left;display:none; }
#XDQzwWZVCTGS7wBcXphLupT00Z2bU1KF { 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; }
#tZKQCAT9Q3W0IU3xBU0R1mMfGHJp4lNq { position:relative;display:none; }#tZKQCAT9Q3W0IU3xBU0R1mMfGHJp4lNq { border-width: 0; border-radius: 0; }#tZKQCAT9Q3W0IU3xBU0R1mMfGHJp4lNq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tZKQCAT9Q3W0IU3xBU0R1mMfGHJp4lNq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4fcff;background-image:none;font-size:0.875rem;font-family:arial;height:30.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#u46dPiU0UPTMdWaW3G6TCRbwbxCax9vm { 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:700;z-index:15006;line-height:01.3;letter-spacing:0;top:3.75rem;left:0rem;height:3.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T6AVXfzMETJD4NW3S9d8k8GHlak42D2Q { box-sizing:content-box;height:16.25rem;width:16.25rem;position:absolute;display:block;z-index:15007;background-color:#7b3955;background-image:none;top:10.639892578125rem;left:0rem;display:block; }
#pC0DAL98G6P9KHwTiLEElOEyPxAshxXv { box-sizing:content-box;height:16.25rem;width:16.25rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;top:10.5859375rem;left:19.3738489151rem;display:block; }
#Zn40Ftc7W8gQ7NATovG45adTCq2dORrK { box-sizing:content-box;height:16.25rem;width:16.25rem;position:absolute;display:block;z-index:15009;background-color:#bf6f8f;background-image:none;top:10.5859375rem;left:39.057904243469rem;display:block; }
#EvqR3s8HzmeNulofckydxUWL6h7eVClQ { box-sizing:content-box;height:16.25rem;width:16.25rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:10.5859375rem;left:58.749997138977rem;display:block; }
#fK4X2eRQ0iuW6E8R2Lmb3DxRdz30TFTO { color:rgba(var(--color-tertiary-0),1);display:block;width:13.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:11.875rem;left:1.0602025985718rem;height:5.25rem;text-align:center;text-align-last:center;display:block; }
#runAEBcJvUIo9zygKKrJzaIA3fwrZmV2 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5618105rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:19.02685546875rem;left:0.34237194061279rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#T8gRsMGuFvP4TkSUbersL6Ti8J7Iug2K { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:11.875rem;left:21.246552467346rem;height:5.25rem;text-align:center;text-align-last:center;display:block; }
#e876Ruy7eTrwlFG8LxQ6xHq0JPp3msM5 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5618105rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:17.53662109375rem;left:19.71507358551rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#Gnw5GxITG5Nx58I1zSDfaco1OK2BI9bl { color:rgba(var(--color-tertiary-0),1);display:block;width:3.1870403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:11.875rem;left:47.555146217346rem;height:5.25rem;text-align:center;text-align-last:center;display:block; }
#MTX6GE9LwiKpNOhBaOqcHNSzswhnpyTv { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5618105rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:17.53662109375rem;left:39.400273323059rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#VMnCMF5kaLUchTAku1Kxi1q0TLyqfMnr { color:rgba(var(--color-tertiary-0),1);display:block;width:7.7493105rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:12.814697265625rem;left:39.877064704895rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#d1BSEc8Wp1XViAXE36Q9wK3bMWgc5L32 { color:rgba(var(--color-tertiary-0),1);display:block;width:3.4995403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:12.814697265625rem;left:50.739888191223rem;height:3.25rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#T22XdvGyu40ibRNvytPEuMlrWvbO6nIo { color:rgba(var(--color-tertiary-0),1);display:block;width:5.4997701875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:11.875rem;left:64.12224292755rem;height:5.25rem;text-align:right;text-align-last:right;display:block; }
#Kn2BxrAh1fPCmmZQB55QS7CnpcN8txqe { color:rgba(var(--color-tertiary-0),1);display:block;width:2.3747701875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:12.606689453125rem;left:69.620862007144rem;height:3.25rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#aIvy2TeEJ77EVDFpVlFmbw1VrEadkaLN { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5618105rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:17.371337890625rem;left:59.438183784485rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#DrL7wGyiVizwnT4uRzM3bFrxrUChQylT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#DrL7wGyiVizwnT4uRzM3bFrxrUChQylT > .row .container { border-width: 0; border-radius: 0; }#DrL7wGyiVizwnT4uRzM3bFrxrUChQylT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DrL7wGyiVizwnT4uRzM3bFrxrUChQylT > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:none; }#fT8waBb4woytUfNHeqRC2VvTPNDT6xpQ { color:rgba(var(--color-tertiary-4),1);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.875rem;font-style:normal;display:block; }
#L9qPdTLe2ddp7N1Nn1prH7G1B8eGFspf { 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; }
#ckTRO1JQZEDTt4JCyxvdGmFB0MWtlMZk { 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; }
#LEnPT1famo8FOzK4TnKx3DPXHf6gnPbK { 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; }
#hkas44AG9IaLGT7mMt2JzpboFBMg9541 { 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; }
#aeiNeOsyX6uf8PeAcOTmiwOsWrHT3WH5 { 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; }
#LOBysB3rx7X5RiIWB3USH4qhfnH5POJy { 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/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; }#LOBysB3rx7X5RiIWB3USH4qhfnH5POJy.adaptive-delivery-prevent-bg, #LOBysB3rx7X5RiIWB3USH4qhfnH5POJy.lazyload, #LOBysB3rx7X5RiIWB3USH4qhfnH5POJy.lazyloading { background-image: none; }#LOBysB3rx7X5RiIWB3USH4qhfnH5POJy > .row .container { background-color: transparent; background-image: none; }#LOBysB3rx7X5RiIWB3USH4qhfnH5POJy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOBysB3rx7X5RiIWB3USH4qhfnH5POJy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOBysB3rx7X5RiIWB3USH4qhfnH5POJy > .row .container > .video-iframe-container { display: none; }#LOBysB3rx7X5RiIWB3USH4qhfnH5POJy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOBysB3rx7X5RiIWB3USH4qhfnH5POJy > .row > .video-iframe-container { display: none; }#LOBysB3rx7X5RiIWB3USH4qhfnH5POJy > .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); }#LOBysB3rx7X5RiIWB3USH4qhfnH5POJy > .row .container { border-width: 0; border-radius: 0; }#LOBysB3rx7X5RiIWB3USH4qhfnH5POJy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LOBysB3rx7X5RiIWB3USH4qhfnH5POJy > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#MGgyMlewL1f6kzCi2PRlGW5L0cmIW16e { 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: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #I0HQfXPeQXkcXFDynpD52c1BhZS7GNnM { background-color:#054d09;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; }#I0HQfXPeQXkcXFDynpD52c1BhZS7GNnM.adaptive-delivery-prevent-bg, #I0HQfXPeQXkcXFDynpD52c1BhZS7GNnM.lazyload, #I0HQfXPeQXkcXFDynpD52c1BhZS7GNnM.lazyloading { background-image: none; }#I0HQfXPeQXkcXFDynpD52c1BhZS7GNnM > .row .container { background-color: transparent; background-image: none; }#I0HQfXPeQXkcXFDynpD52c1BhZS7GNnM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0HQfXPeQXkcXFDynpD52c1BhZS7GNnM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0HQfXPeQXkcXFDynpD52c1BhZS7GNnM > .row .container > .video-iframe-container { display: none; }#I0HQfXPeQXkcXFDynpD52c1BhZS7GNnM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0HQfXPeQXkcXFDynpD52c1BhZS7GNnM > .row > .video-iframe-container { display: none; }#I0HQfXPeQXkcXFDynpD52c1BhZS7GNnM > .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); }#I0HQfXPeQXkcXFDynpD52c1BhZS7GNnM > .row .container { width:47.75rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MdaT1MeUK41MduoXzQCtTJBaUn2dHBnO { width:27.4375rem;height:5.1666665rem;top:5.3958334922791rem;left:20.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDGklTKp2BoSVr0zKaapE3GTOSRMnzho { width:27.25rem;height:4.6666665rem;top:11.385416984558rem;left:20.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0PNuDofKuA2BuT8iz2autPiEFleoaSF { width:3.125rem;height:3.125rem;top:2.2083334922791rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgwHLmnsQI6DDW9PdrqTTl9TghCwIunN { width:21.4375rem;height:3.4375rem;top:25.352865219116rem;left:23.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqUl3IfksxcMzCDEVUrWbd81hpbQQD2v { display:block; }
 }@media only screen and (max-width: 763px) { #F5Brb6HyfOqLwKvyK6MgXTyfd3iU0waI { width:26rem;height:4.750000125rem;top:17.76171875rem;left:21.03125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwlzSFmRMtByoOBboSNVK1Dg8TvUurAN { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bkmToLVClBPFQAvlKWUqRuvc74NSUi0C { width:27.25rem;height:0;top:20.13671875rem;left:20.4375rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xkFDdBzCvs3Skuxan6sfbtSJvcTRXIpA { width:10.9375rem;height:10.9375rem;top:0.0625rem;left:36.708333375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dccPfWmShMETUsVcfTvqWy3vnnN5IUwt { width:10.9375rem;height:10.9375rem;top:15.5rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPh0FphS5yfv5IFVbE6yu80wX6q8hLS2 { display:none; }#yPh0FphS5yfv5IFVbE6yu80wX6q8hLS2 > .row .container { width:47.75rem;height:13.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oFCVsOCfuc6Ozn8sEbbfWSRBl7LDTXyz { width:47.75rem;height:4.6666665rem;top:7.9062538146975rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.75rem;height:29.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wfJayZOvhlgRnlsz1AmbEKWUGemBfzWZ { width:43.75rem;height:24.5625rem;top:2.4570331573486rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #txHMTSPgCxelZWnwfE87mi1JH6iWtyzv { display:none; }#txHMTSPgCxelZWnwfE87mi1JH6iWtyzv > .row .container { width:47.75rem;height:53.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #efe2he4RkIec9itlCk3m2UsKZmdErSF9 { width:37.5rem;height:5.1666665rem;top:2.5611953735351rem;left:5.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NH0VmUS5GCGcQFcWOO8UcyVKF2WA7guX { width:37.5rem;height:34.6875rem;top:9.98698425293rem;left:5.125rem;font-size:1.25rem;display:block; }#NH0VmUS5GCGcQFcWOO8UcyVKF2WA7guX li:before{  }
 }@media only screen and (max-width: 763px) { #FZoA2DozuL7OltHufDxuRul8wowKsnl0 { width:40rem;height:37.9375rem;top:8.6640625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zoyd5ngC9EDDvLaNNGH7xNXarhwuUvV6 { display:block; }#Zoyd5ngC9EDDvLaNNGH7xNXarhwuUvV6 > .row .container { width:47.75rem;height:53.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kZstbNcEwTDuJvI1vrbhrflQa6OOaiZV { width:37.5rem;height:5.1666665rem;top:2.5611953735351rem;left:5.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rN4o3qme3eXIfxTLhTqRqods7f2fyifN { width:37.5rem;height:34.6875rem;top:9.98698425293rem;left:5.125rem;font-size:1.25rem;display:block; }#rN4o3qme3eXIfxTLhTqRqods7f2fyifN li:before{  }
 }@media only screen and (max-width: 763px) { #CZXpNEy507QFTgnDvowXsD7klHOzqMhg { width:40rem;height:37.9375rem;top:8.6640625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKomKLgcLLmOBu2buESu3t9RMn3lntrm { display:block; }#GKomKLgcLLmOBu2buESu3t9RMn3lntrm > .row .container { width:47.75rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ .widget-regular-label { width:24.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ .widget-input-text { width:24.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ .widget-textarea { width:24.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ .widget-input-select { width:24.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ .widget-input-button { width:24.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ .widget-checkbox-label { width:23.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ  { width:24.5rem;height:auto;top:15.9375rem;left:10.374219298362rem;z-index:15006; }
#ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ .radio-container { width:24.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ {display:block;}#ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ { width:24.5rem;height:auto;top:15.9375rem;left:10.374219298362rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ #P4gVCEmSrpvetZV0Jb6tlkH31CXPyTye {  }
 }@media only screen and (max-width: 763px) { #ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ #Q9NTLT9EldoBA3ZVm6SxUtXD9kzw11DV { display:none; }
 }@media only screen and (max-width: 763px) { #ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ #O2l0kK3bDGraqSNidLtBzDf3qhk8o5e9 {  }
 }@media only screen and (max-width: 763px) { #ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ #UTIDXbpPddLNHbIzGQKJyRSInI5TX38O {  }
 }@media only screen and (max-width: 763px) { #ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ #ido5F2frKpiWUZ3goRPT0WTia9dI9M1A { display:none; }
 }@media only screen and (max-width: 763px) { #ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ #BTbz0G21rFTCGvwVtXIPIFgn8ZM9TQdx {  }
 }@media only screen and (max-width: 763px) { #ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ #LecVgrb4Mk4sJqZ2ZWLZgUh4Swkb5Coy {  }
 }@media only screen and (max-width: 763px) { #ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ #PZBeNTJmeXUnwQm0PbAVTgOfa1dNcpl3 {  }
 }@media only screen and (max-width: 763px) { #ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ #EvDntszZNKLqwFAZd8LBtfwxq9MCGtHL {  }
 }@media only screen and (max-width: 763px) { #ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ #mXTe5rV7zZTUKNrV23p6y7SpyIlUhTcg {  }
 }@media only screen and (max-width: 763px) { #ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ #ieCahOVPPlE0vuyTM2H6HzR5u3CFVNxp {  }
 }@media only screen and (max-width: 763px) { #D1eeLOf18d4Ic2CzssPfCR9b21Q1aJdc { width:37.5rem;height:3rem;top:2.625rem;left:5.125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksDxbmHgGEGTT3QDJLoTUd9pKGOUzZ5H { width:43.7486991875rem;height:6.24999975rem;top:6.51042175293rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3zhoT8ylWu2s1ZR9V3DPxDanDbwBSAq { width:43.748699188233rem;height:27.625rem;top:7.052085876465rem;left:2rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #k6XxEDqVZ3vJvqRWUnLWW6ZKiSPXN9gR { width:17.5rem;height:17.5rem;top:15.9375rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuNuhHUoxTa3OXZCOD8OOHOupnaxGzXE { width:17.5625rem;height:17.5625rem;top:16.53125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLQfp6eNn50ntcfWsAN3UARsWBgJcBdR { width:37.5rem;height:3rem;top:2.625rem;left:5.125rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dzNlzrdNG0hbdkMzW6Mm3xBJMvI7Gvdn { width:14.375rem;height:14.375rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nynL0GmpJJx4K1TZCNtLJ0o6Dsr2oOut { display:block; }#nynL0GmpJJx4K1TZCNtLJ0o6Dsr2oOut > .row .container { width:47.75rem;height:44.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s1STC2W9utzX6KJb8yoT1lbuF2g5H7f7 { width:31.1875rem;height:16.1875rem;top:20.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zTq34kg6IvJZx9C3D3pW73Tx2ZQSdMJ8 { width:40.875rem;height:41.9375rem;top:2.5rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrX0T6OIVT2OJLvGHH4OsiKXoK9xbTlT { width:6.1875rem;height:3rem;top:1.0416717529297rem;left:20.03125rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrNRVREsbghERlLaXoKJb0J2qWpyi7tt { width:39.0625rem;height:33.250000875rem;top:8.59245300293rem;left:4.34375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B85ipifzxwnpym8dttbbxEUszHcOtT86 { width:39.0625rem;height:24.5333125rem;top:14.19140625rem;left:4.34375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #M0MVld0Kl4uSmXIoqzq11oyH9t154rkt { width:17.4375rem;height:17.1875rem;top:1.125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HT1z0ROSQVwmNBqstt7ed9tC1vBVQion { display:block; }#HT1z0ROSQVwmNBqstt7ed9tC1vBVQion > .row .container { width:47.75rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LE2nEdxtTcUemvmRRrT5kE70TO1qUkN1 { width:31.1875rem;height:16.1875rem;top:20.5625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #K2CGVNTtfWv3knIeuTBTaLMis4MIklJK { width:6.1875rem;height:3rem;top:1rem;left:20.78125rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Brds5GwH2c46oSqFHl84gUEhQqDknXFC { width:35.9375rem;height:19.0000005rem;top:9.10417175293rem;left:5.90625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnOnTePQfU8Lzrf3sB3TtkuCTA9CtgPL { width:17.5rem;height:18.9375rem;top:13.125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RZf5SdL5N49TsT9OS7EGafcJusmJqiRP { width:35.9375rem;height:13.7999875rem;top:13.19140625rem;left:5.90625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LKCFBR89V4gcg44c1nZtPH8xlAUBD5Ms { width:35.9375rem;height:14.0625rem;top:13.0625rem;left:5.9062501788139rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #P4HzTDosBoqo2eS8I0QHhco8Ix3g4xeG { width:40.375rem;height:28.1875rem;top:2.359375rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRZnkR5y8H7WJnw4HL4RkaXmIrsEPe8d { display:block; }#HRZnkR5y8H7WJnw4HL4RkaXmIrsEPe8d > .row .container { width:47.75rem;height:37.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lmt1MqTEy176dTE3qBCaqbRnbsup4V1N { width:40.6875rem;height:32.4375rem;top:2.4375rem;left:3.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ng5FKE3E3OD5AwzoIW7nl6xkJNzWhkve { width:6.1875rem;height:3rem;top:1rem;left:20.78125rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUxplsWC6PUzRuUwSiEOM0q1yIr1wiyG { width:34.8125rem;height:23.750000625rem;top:8.6875rem;left:6.46875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg6z3A1XiPMg58k71qdS22JTFkXde0Hc { width:33.875rem;height:14.0625rem;top:13.088542938233rem;left:6.9375001788137rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rgUfT73rwSb7NGFt4L2lUTIPaM7d5riH { width:32.9375rem;height:20.3125rem;top:13.25rem;left:7.40625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xsA9z1KSLWFXffubSzgVFqxUykKmIU5o { display:none; }#xsA9z1KSLWFXffubSzgVFqxUykKmIU5o > .row .container { width:47.75rem;height:11.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Le30K7GkSUodKZMwcXIPiMLz0lkzypuz { width:47.75rem;height:5.6666665rem;top:3.75rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQFRlLE90CT5gROcJ1vCBoPyEz7RWLBI { width:15rem;height:15rem;top:0.83984375rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PI9XW1O8pLBuEhm1QxABZgRWS8CkaSq8 { display:block; }#PI9XW1O8pLBuEhm1QxABZgRWS8CkaSq8 > .row .container { width:47.75rem;height:18.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yrrE0imBmh3b1EFVQi2sVPKbrsgnI4ds { top:10.268749713898rem;left:8.2500003576281rem;width:31.25rem;height:3.58333325rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEW8O8SrBIFfqKOLFS6zrcHAbQMr5a4q { top:4.7703127861023rem;left:12.937500357628rem;width:21.875rem;height:3.58333325rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd1Oadm41L62HV41wpsvCrhVk7ksw8Kd { width:15.5rem;height:15.5rem;top:0.63409423828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4PszT03eb0phlKXsQ150aNeLTaRhIWX { 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; }#T4PszT03eb0phlKXsQ150aNeLTaRhIWX.adaptive-delivery-prevent-bg, #T4PszT03eb0phlKXsQ150aNeLTaRhIWX.lazyload, #T4PszT03eb0phlKXsQ150aNeLTaRhIWX.lazyloading { background-image: none; }#T4PszT03eb0phlKXsQ150aNeLTaRhIWX > .row .container { background-color: transparent; background-image: none; }#T4PszT03eb0phlKXsQ150aNeLTaRhIWX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4PszT03eb0phlKXsQ150aNeLTaRhIWX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4PszT03eb0phlKXsQ150aNeLTaRhIWX > .row .container > .video-iframe-container { display: none; }#T4PszT03eb0phlKXsQ150aNeLTaRhIWX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4PszT03eb0phlKXsQ150aNeLTaRhIWX > .row > .video-iframe-container { display: none; }#T4PszT03eb0phlKXsQ150aNeLTaRhIWX > .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); }#T4PszT03eb0phlKXsQ150aNeLTaRhIWX > .row .container { width:47.75rem;height:34.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ak8qFyXVRHdMPJSWrvBqwN5Iu2gfTJKv { 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: 763px) { #hovfK9GVTerzNvpahMwoOnrOt4p9Du9B { width:22.5rem;height:0;top:13.546007156372rem;left:23.023436844349rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ITrEpfPmKekkRLt28fOg73Fbxwkbx5kP { 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: 763px) { #qARG3xQxfc9lHqSS5M0EzMwSXkKg2qcV { 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: 763px) { #Ghrb0T1TQxspzFvT5bhqax2rK5GRXLdx { 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: 763px) { #PV0NGBaTpZ709egWeLlxoyDAWIWPQt0B { width:19.6875rem;height:0;top:32.671875rem;left:2.34375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tcwhlx7Rly3vOTdp4TggzZtcZZsZTyXb { 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: 763px) { #Jm170DPKTp4cFAy73ClQxWDCscql8kGn { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #UE2r22yu4TW2z5LZyDrMeCQiyWw3QnNC { 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: 763px) { #emlkl4XIkJ53hVapHrqiPkvwHoDcdT5e { 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: 763px) { #nfTcGCuLg7iVUqut0JVfQoUMTPMmXyPD { 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; }#nfTcGCuLg7iVUqut0JVfQoUMTPMmXyPD.adaptive-delivery-prevent-bg, #nfTcGCuLg7iVUqut0JVfQoUMTPMmXyPD.lazyload, #nfTcGCuLg7iVUqut0JVfQoUMTPMmXyPD.lazyloading { background-image: none; }#nfTcGCuLg7iVUqut0JVfQoUMTPMmXyPD > .row .container { background-color: transparent; background-image: none; }#nfTcGCuLg7iVUqut0JVfQoUMTPMmXyPD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nfTcGCuLg7iVUqut0JVfQoUMTPMmXyPD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nfTcGCuLg7iVUqut0JVfQoUMTPMmXyPD > .row .container > .video-iframe-container { display: none; }#nfTcGCuLg7iVUqut0JVfQoUMTPMmXyPD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nfTcGCuLg7iVUqut0JVfQoUMTPMmXyPD > .row > .video-iframe-container { display: none; }#nfTcGCuLg7iVUqut0JVfQoUMTPMmXyPD > .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); }#nfTcGCuLg7iVUqut0JVfQoUMTPMmXyPD > .row .container { width:47.75rem;height:32.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TN2E2fMvXxgwbrFEZ3yFBSTQvLoGrSDy { width:22.5rem;height:14.666667rem;top:12.062500238419rem;left:24.625000357628rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVWhTcIhFg9y7JUaubf8tUBIyEhr33CF { 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: 763px) { #BQ60EDg5EeO61uGEQ0QBdsVWKVvsCgAl { 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: 763px) { #dtbzSHglZrkVHIyKK3WmIaTygnTKuffR { 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: 763px) { #OcXNcZ92bRcTgP0pKq1Jb44IqwVABL5g { width:19.6875rem;height:0;top:32.671875rem;left:2.34375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rVTTo2gQIJuXn3CL4XFBaX0XkPmyndce { 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: 763px) { #thzl1efGt5sBM78EaHA8vtIPSOoMwZCx { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #f2xvUETWZw9AOURvHlLkVy1p76CFfeUm { 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: 763px) { #nmTxiaDJW9zX53nvzXv62X9DcZJLKyHu { display:block; }#nmTxiaDJW9zX53nvzXv62X9DcZJLKyHu > .row .container { width:47.75rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SrK9TfTTCrAIzNc68i7GIWOli4TUqM28 { 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: 763px) { #Vk0B2cSnGA0cB81Qs3xzcNvK8pO5HnKH { width:9.375rem;height:3.5rem;top:8.6875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2hHBsnyGxXUhycWmXhy2ZiuUfxcy6Vq { width:9.375rem;height:9.375rem;top:5.75rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0Xwz5zJKzeb4dxn70FR8pJbTgcDd6t0 { width:9.375rem;height:9.375rem;top:5.75rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyDkRSSvq08e3XixzeAL5vJnOCXUwZfZ { width:9.375rem;height:9.375rem;top:5.75rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNfZ2W0LqMKrmLQvTKtW1MGo1NnHQQD7 { width:9.375rem;height:9.375rem;top:5.75rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #EavU3NTthxui6EUqOSiDpPft7SUp4VRe { 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; }#EavU3NTthxui6EUqOSiDpPft7SUp4VRe.adaptive-delivery-prevent-bg, #EavU3NTthxui6EUqOSiDpPft7SUp4VRe.lazyload, #EavU3NTthxui6EUqOSiDpPft7SUp4VRe.lazyloading { background-image: none; }#EavU3NTthxui6EUqOSiDpPft7SUp4VRe > .row .container { width:47.75rem;height:34.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Bp2RJdyaq3AAvWsMFXUmmNdUpSzlOl7T { 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: 763px) { #AyaHqqqfteiE9cr3olRIWcNbzpvJmTVX { width:22.5rem;height:0;top:13.546007156372rem;left:23.023436844349rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QOAxlINLqml5RG8g7eVwJCyUSuF4Al3c { 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: 763px) { #Q9MBKyRRDyfnpgIlkT8ENofZd30JzlW9 { 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: 763px) { #UkE5VP2BK5be7UtKwt1AeENS8JiOfhaJ { 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: 763px) { #T7L9bq52aL7wIAy1vbzvTTT6PtIWZKd2 { width:19.6875rem;height:0;top:32.671875rem;left:2.34375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ul4TfzPlbgwh4Jxinv5lQZovnh3U33GC { 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: 763px) { #xnTo6wD3KyT4U1kdUGsUUqXoxwXRXKmW { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #GRPKU04LUe4UUCKQ5G0ivUbfWBQoPGyt { 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: 763px) { #MCfH5KGABwBpBTpBk1wLaTeFUeELeWrO { width:25.75rem;height:23.833333625rem;top:9.5625rem;left:22rem;font-size:1.0625rem;z-index:15010;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zd6UZTrBVGKDxODVoyR8R2z9lE6ehdB3 { width:15rem;height:15rem;top:0.83984375rem;left:32.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BlsiO3LxNVzXOUzq3BDOeq9TEtpXmdVd { width:15rem;height:15rem;top:31.029968261719rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0pU0aK3T1vbWT68DAP4yFV1KBWJuwwf { 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; }#T0pU0aK3T1vbWT68DAP4yFV1KBWJuwwf.adaptive-delivery-prevent-bg, #T0pU0aK3T1vbWT68DAP4yFV1KBWJuwwf.lazyload, #T0pU0aK3T1vbWT68DAP4yFV1KBWJuwwf.lazyloading { background-image: none; }#T0pU0aK3T1vbWT68DAP4yFV1KBWJuwwf > .row .container { width:47.75rem;height:32.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hxKTKTtRTN1gNowW2gdGcW2X8UfJqt2M { width:22.5rem;height:14.666667rem;top:10.645843505859rem;left:22rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmXKDzfRsOPLz1N2kb9ddb2dTK2OB83c { 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: 763px) { #M7GP9XI8RcMhCg6DidywT1KPZmDHUTIG { width:22.9375rem;height:2.33333325rem;top:7.0208435058594rem;left:22rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BExgN7Ts8NNSbRT1W8aXWwrCaqpscref { 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: 763px) { #gXqW0EikBM7wBUbIQ2v3cZxtGbAOZLmg { width:19.6875rem;height:0;top:32.671875rem;left:2.34375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #S0qyx6nxyPGFwoCvFKTEFah9dh7DwCEO { 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: 763px) { #ktV4c6rIbqn4qMUztip6AkX6sPqfsboF { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ESCIpqPHCtwqUrwTc7QVPXiHyKGTMNxN { 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: 763px) { #XDQzwWZVCTGS7wBcXphLupT00Z2bU1KF { width:15.5rem;height:15.5rem;top:0.63409423828125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tZKQCAT9Q3W0IU3xBU0R1mMfGHJp4lNq { display:none; }#tZKQCAT9Q3W0IU3xBU0R1mMfGHJp4lNq > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #u46dPiU0UPTMdWaW3G6TCRbwbxCax9vm { top:10.268749713898rem;left:8.2500003576281rem;width:31.25rem;height:3.58333325rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6AVXfzMETJD4NW3S9d8k8GHlak42D2Q { width:16.25rem;height:16.25rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pC0DAL98G6P9KHwTiLEElOEyPxAshxXv { width:16.25rem;height:16.25rem;top:10.5625rem;left:5.7488489151001rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zn40Ftc7W8gQ7NATovG45adTCq2dORrK { width:16.25rem;height:16.25rem;top:10.5625rem;left:25.432904243469rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvqR3s8HzmeNulofckydxUWL6h7eVClQ { width:16.25rem;height:16.25rem;top:10.5625rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fK4X2eRQ0iuW6E8R2Lmb3DxRdz30TFTO { width:13.25rem;height:5.25rem;top:11.875rem;left:0rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #runAEBcJvUIo9zygKKrJzaIA3fwrZmV2 { width:15.5rem;height:2.9375rem;top:19rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8gRsMGuFvP4TkSUbersL6Ti8J7Iug2K { width:12.5rem;height:5.1875rem;top:11.875rem;left:7.625rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e876Ruy7eTrwlFG8LxQ6xHq0JPp3msM5 { width:15.5rem;height:4.375rem;top:17.5rem;left:6.0900735855103rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gnw5GxITG5Nx58I1zSDfaco1OK2BI9bl { width:3.125rem;height:5.1875rem;top:11.875rem;left:33.9375rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTX6GE9LwiKpNOhBaOqcHNSzswhnpyTv { width:15.5rem;height:5.875rem;top:17.5rem;left:25.775273323059rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMnCMF5kaLUchTAku1Kxi1q0TLyqfMnr { width:7.6875rem;height:3.1875rem;top:12.8125rem;left:26.252064704895rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1BSEc8Wp1XViAXE36Q9wK3bMWgc5L32 { width:3.4375rem;height:3.1875rem;top:12.8125rem;left:37.114888191223rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T22XdvGyu40ibRNvytPEuMlrWvbO6nIo { width:5.4375rem;height:5.1875rem;top:11.875rem;left:42.3125rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kn2BxrAh1fPCmmZQB55QS7CnpcN8txqe { width:2.3125rem;height:3.1875rem;top:12.5625rem;left:45.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIvy2TeEJ77EVDFpVlFmbw1VrEadkaLN { width:15.5rem;height:7.3125rem;top:17.3125rem;left:32.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrL7wGyiVizwnT4uRzM3bFrxrUChQylT { display:none; }#DrL7wGyiVizwnT4uRzM3bFrxrUChQylT > .row .container { width:47.75rem;height:12.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fT8waBb4woytUfNHeqRC2VvTPNDT6xpQ { 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: 763px) { #L9qPdTLe2ddp7N1Nn1prH7G1B8eGFspf { width:9.375rem;height:3.5rem;top:6.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckTRO1JQZEDTt4JCyxvdGmFB0MWtlMZk { width:9.375rem;height:9.375rem;top:3.1875rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEnPT1famo8FOzK4TnKx3DPXHf6gnPbK { width:9.375rem;height:9.375rem;top:3.1875rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkas44AG9IaLGT7mMt2JzpboFBMg9541 { width:9.375rem;height:9.375rem;top:3.1875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeiNeOsyX6uf8PeAcOTmiwOsWrHT3WH5 { width:9.375rem;height:9.375rem;top:3.1875rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOBysB3rx7X5RiIWB3USH4qhfnH5POJy { display:block; }#LOBysB3rx7X5RiIWB3USH4qhfnH5POJy > .row .container { width:47.75rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MGgyMlewL1f6kzCi2PRlGW5L0cmIW16e { 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) { #I0HQfXPeQXkcXFDynpD52c1BhZS7GNnM { background-color:#990100;background-image:none;display:block; }#I0HQfXPeQXkcXFDynpD52c1BhZS7GNnM > .row .container { background-color: transparent; background-image: none; }#I0HQfXPeQXkcXFDynpD52c1BhZS7GNnM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0HQfXPeQXkcXFDynpD52c1BhZS7GNnM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0HQfXPeQXkcXFDynpD52c1BhZS7GNnM > .row .container > .video-iframe-container { display: none; }#I0HQfXPeQXkcXFDynpD52c1BhZS7GNnM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I0HQfXPeQXkcXFDynpD52c1BhZS7GNnM > .row > .video-iframe-container { display: none; }#I0HQfXPeQXkcXFDynpD52c1BhZS7GNnM > .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); }#I0HQfXPeQXkcXFDynpD52c1BhZS7GNnM > .row .container { width:20rem;height:51.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MdaT1MeUK41MduoXzQCtTJBaUn2dHBnO { width:20rem;height:3.75rem;top:4.625rem;left:0rem;font-size:1.5625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bDGklTKp2BoSVr0zKaapE3GTOSRMnzho { width:20rem;height:4.25rem;top:34.604167938233rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0PNuDofKuA2BuT8iz2autPiEFleoaSF { width:3.4375rem;height:3.4375rem;top:1.1875203847885rem;left:8.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgwHLmnsQI6DDW9PdrqTTl9TghCwIunN { width:17.5rem;height:3.4375rem;top:29.833333969116rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqUl3IfksxcMzCDEVUrWbd81hpbQQD2v { display:block; }
 }@media only screen and (max-width: 763px) { #F5Brb6HyfOqLwKvyK6MgXTyfd3iU0waI { 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) { #RwlzSFmRMtByoOBboSNVK1Dg8TvUurAN { top:9.5416669845581rem;left:0.625rem;width:18.75rem;height:18.75rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bkmToLVClBPFQAvlKWUqRuvc74NSUi0C { width:18.125rem;height:10.125rem;top:39.83203125rem;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) { #xkFDdBzCvs3Skuxan6sfbtSJvcTRXIpA { width:6.25rem;height:6.25rem;top:5.9166669845581rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dccPfWmShMETUsVcfTvqWy3vnnN5IUwt { width:7.25rem;height:7.25rem;top:23.53125rem;left:0rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #yPh0FphS5yfv5IFVbE6yu80wX6q8hLS2 { 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:none; }#yPh0FphS5yfv5IFVbE6yu80wX6q8hLS2.adaptive-delivery-prevent-bg, #yPh0FphS5yfv5IFVbE6yu80wX6q8hLS2.lazyload, #yPh0FphS5yfv5IFVbE6yu80wX6q8hLS2.lazyloading { background-image: none; }#yPh0FphS5yfv5IFVbE6yu80wX6q8hLS2 > .row .container { width:20rem;height:8.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oFCVsOCfuc6Ozn8sEbbfWSRBl7LDTXyz { width:20rem;height:3.66666675rem;top:3.2708358764649rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:14.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wfJayZOvhlgRnlsz1AmbEKWUGemBfzWZ { height:11.24rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #txHMTSPgCxelZWnwfE87mi1JH6iWtyzv { display:none; }#txHMTSPgCxelZWnwfE87mi1JH6iWtyzv > .row .container { width:20rem;height:56.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #efe2he4RkIec9itlCk3m2UsKZmdErSF9 { width:20rem;height:3.16666675rem;top:1.25rem;left:0rem;font-size:1.375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NH0VmUS5GCGcQFcWOO8UcyVKF2WA7guX { width:18.125rem;height:41.9375rem;top:8.438284397125rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#NH0VmUS5GCGcQFcWOO8UcyVKF2WA7guX li:before{  }
 }@media only screen and (max-width: 763px) { #FZoA2DozuL7OltHufDxuRul8wowKsnl0 { width:20rem;height:48.0625rem;top:5.9166717529297rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zoyd5ngC9EDDvLaNNGH7xNXarhwuUvV6 { display:block; }#Zoyd5ngC9EDDvLaNNGH7xNXarhwuUvV6 > .row .container { width:20rem;height:39rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kZstbNcEwTDuJvI1vrbhrflQa6OOaiZV { 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) { #rN4o3qme3eXIfxTLhTqRqods7f2fyifN { width:18.125rem;height:29.6875rem;top:6.9375rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#rN4o3qme3eXIfxTLhTqRqods7f2fyifN li:before{  }
 }@media only screen and (max-width: 763px) { #CZXpNEy507QFTgnDvowXsD7klHOzqMhg { width:20rem;height:31.625rem;top:5.916015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKomKLgcLLmOBu2buESu3t9RMn3lntrm { display:block; }#GKomKLgcLLmOBu2buESu3t9RMn3lntrm > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.25rem;overflow:hidden; }
#ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ  { width:17.5rem;height:auto;top:18.5rem;left:0rem; }
#ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ {display:block;}#ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ { width:17.5rem;height:auto;top:18.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ #P4gVCEmSrpvetZV0Jb6tlkH31CXPyTye {  }
 }@media only screen and (max-width: 763px) { #ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ #Q9NTLT9EldoBA3ZVm6SxUtXD9kzw11DV { display:none; }
 }@media only screen and (max-width: 763px) { #ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ #O2l0kK3bDGraqSNidLtBzDf3qhk8o5e9 {  }
 }@media only screen and (max-width: 763px) { #ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ #UTIDXbpPddLNHbIzGQKJyRSInI5TX38O {  }
 }@media only screen and (max-width: 763px) { #ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ #ido5F2frKpiWUZ3goRPT0WTia9dI9M1A { display:none; }
 }@media only screen and (max-width: 763px) { #ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ #BTbz0G21rFTCGvwVtXIPIFgn8ZM9TQdx {  }
 }@media only screen and (max-width: 763px) { #ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ #LecVgrb4Mk4sJqZ2ZWLZgUh4Swkb5Coy {  }
 }@media only screen and (max-width: 763px) { #ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ #PZBeNTJmeXUnwQm0PbAVTgOfa1dNcpl3 {  }
 }@media only screen and (max-width: 763px) { #ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ #EvDntszZNKLqwFAZd8LBtfwxq9MCGtHL {  }
 }@media only screen and (max-width: 763px) { #ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ #mXTe5rV7zZTUKNrV23p6y7SpyIlUhTcg {  }
 }@media only screen and (max-width: 763px) { #ORVEfl43K1vqRdDnTbnFt4Kg0bmWCiMQ #ieCahOVPPlE0vuyTM2H6HzR5u3CFVNxp {  }
 }@media only screen and (max-width: 763px) { #D1eeLOf18d4Ic2CzssPfCR9b21Q1aJdc { width:20rem;height:0;top:1.375rem;left:0rem;font-size:1.375rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #ksDxbmHgGEGTT3QDJLoTUd9pKGOUzZ5H { width:18.125rem;height:0;top:3.8750038146973rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #p3zhoT8ylWu2s1ZR9V3DPxDanDbwBSAq { width:18.125rem;height:10.5rem;top:6.85417175293rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15006;color:#ffffff;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #k6XxEDqVZ3vJvqRWUnLWW6ZKiSPXN9gR { width:6.25rem;height:6.25rem;top:1.2500152587891rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuNuhHUoxTa3OXZCOD8OOHOupnaxGzXE { width:6.25rem;height:6.25rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLQfp6eNn50ntcfWsAN3UARsWBgJcBdR { width:16.25rem;height:3.25rem;top:2.75rem;left:3.75rem;font-size:1.375rem;font-weight:400;font-style:normal;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #dzNlzrdNG0hbdkMzW6Mm3xBJMvI7Gvdn { width:6.3125rem;height:6.3125rem;top:1.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nynL0GmpJJx4K1TZCNtLJ0o6Dsr2oOut { display:block; }#nynL0GmpJJx4K1TZCNtLJ0o6Dsr2oOut > .row .container { width:20rem;height:18.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s1STC2W9utzX6KJb8yoT1lbuF2g5H7f7 { 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) { #zTq34kg6IvJZx9C3D3pW73Tx2ZQSdMJ8 { width:18.75rem;height:114.3125rem;top:9.0083312988281rem;left:0.55624997615814rem;display:none; }
 }@media only screen and (max-width: 763px) { #VrX0T6OIVT2OJLvGHH4OsiKXoK9xbTlT { width:6.1875rem;height:0;top:7.4375rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #HrNRVREsbghERlLaXoKJb0J2qWpyi7tt { width:20rem;height:0;top:1.0625019073486rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #B85ipifzxwnpym8dttbbxEUszHcOtT86 { width:18.125rem;height:0;top:1.1875rem;left:0.9375rem;font-size:1.0625rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #M0MVld0Kl4uSmXIoqzq11oyH9t154rkt { width:17.49869725rem;height:17.1875rem;top:1.125rem;left:1.25rem;font-size:1.0625rem;z-index:15019;font-family:"josefin sans";color:#47545a;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HT1z0ROSQVwmNBqstt7ed9tC1vBVQion { display:block; }#HT1z0ROSQVwmNBqstt7ed9tC1vBVQion > .row .container { width:20rem;height:20.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LE2nEdxtTcUemvmRRrT5kE70TO1qUkN1 { 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) { #K2CGVNTtfWv3knIeuTBTaLMis4MIklJK { width:6.1875rem;height:auto;top:2.125rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Brds5GwH2c46oSqFHl84gUEhQqDknXFC { width:17.5rem;height:0;top:0.875rem;left:1.25rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CnOnTePQfU8Lzrf3sB3TtkuCTA9CtgPL { width:17.5rem;height:0;top:7.5625rem;left:1.25rem;font-size:1.0625rem;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #RZf5SdL5N49TsT9OS7EGafcJusmJqiRP { width:18.125rem;height:0;top:1.375rem;left:1.21875rem;font-size:1.0625rem;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #LKCFBR89V4gcg44c1nZtPH8xlAUBD5Ms { width:17.5rem;height:20.3125rem;top:0.0625rem;left:1.2492187321186rem;font-size:1.0625rem;color:#47545a;font-weight:300;font-style:normal;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #P4HzTDosBoqo2eS8I0QHhco8Ix3g4xeG { width:18.75rem;height:114.3125rem;top:9.0083312988281rem;left:0.55624997615814rem;display:none; }
 }@media only screen and (max-width: 763px) { #HRZnkR5y8H7WJnw4HL4RkaXmIrsEPe8d { display:block; }#HRZnkR5y8H7WJnw4HL4RkaXmIrsEPe8d > .row .container { width:20rem;height:14.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lmt1MqTEy176dTE3qBCaqbRnbsup4V1N { width:19.875rem;height:67.9375rem;top:3.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ng5FKE3E3OD5AwzoIW7nl6xkJNzWhkve { width:6.1875rem;height:auto;top:1.6875rem;left:6.875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #IUxplsWC6PUzRuUwSiEOM0q1yIr1wiyG { width:16.5rem;height:20.3125rem;top:3.125rem;left:1.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cg6z3A1XiPMg58k71qdS22JTFkXde0Hc { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rgUfT73rwSb7NGFt4L2lUTIPaM7d5riH { width:17.5rem;height:14.0625rem;top:0.0625rem;left:1.2492187321186rem;font-size:1.0625rem;color:#47545a;font-weight:300;font-style:normal;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #xsA9z1KSLWFXffubSzgVFqxUykKmIU5o { display:none; }#xsA9z1KSLWFXffubSzgVFqxUykKmIU5o > .row .container { width:20rem;height:6.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Le30K7GkSUodKZMwcXIPiMLz0lkzypuz { width:20rem;height:3.5rem;top:1.2083435058594rem;left:0rem;font-size:1.375rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #pQFRlLE90CT5gROcJ1vCBoPyEz7RWLBI { width:6.25rem;height:6.25rem;top:0.25rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PI9XW1O8pLBuEhm1QxABZgRWS8CkaSq8 { display:block; }#PI9XW1O8pLBuEhm1QxABZgRWS8CkaSq8 > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yrrE0imBmh3b1EFVQi2sVPKbrsgnI4ds { width:20rem;height:1.75rem;top:4.8662109375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEW8O8SrBIFfqKOLFS6zrcHAbQMr5a4q { width:20rem;height:2rem;top:2.1445322036743rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd1Oadm41L62HV41wpsvCrhVk7ksw8Kd { width:6.25rem;height:6.25rem;top:0.25rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #T4PszT03eb0phlKXsQ150aNeLTaRhIWX { 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; }#T4PszT03eb0phlKXsQ150aNeLTaRhIWX.adaptive-delivery-prevent-bg, #T4PszT03eb0phlKXsQ150aNeLTaRhIWX.lazyload, #T4PszT03eb0phlKXsQ150aNeLTaRhIWX.lazyloading { background-image: none; }#T4PszT03eb0phlKXsQ150aNeLTaRhIWX > .row .container { background-color: transparent; background-image: none; }#T4PszT03eb0phlKXsQ150aNeLTaRhIWX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f4fcff; }#T4PszT03eb0phlKXsQ150aNeLTaRhIWX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4PszT03eb0phlKXsQ150aNeLTaRhIWX > .row .container > .video-iframe-container { display: none; }#T4PszT03eb0phlKXsQ150aNeLTaRhIWX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f4fcff; }#T4PszT03eb0phlKXsQ150aNeLTaRhIWX > .row > .video-iframe-container { display: none; }#T4PszT03eb0phlKXsQ150aNeLTaRhIWX > .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); }#T4PszT03eb0phlKXsQ150aNeLTaRhIWX > .row .container { width:20rem;height:69.1787109375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ak8qFyXVRHdMPJSWrvBqwN5Iu2gfTJKv { 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) { #hovfK9GVTerzNvpahMwoOnrOt4p9Du9B { 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) { #ITrEpfPmKekkRLt28fOg73Fbxwkbx5kP { 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) { #qARG3xQxfc9lHqSS5M0EzMwSXkKg2qcV { 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) { #Ghrb0T1TQxspzFvT5bhqax2rK5GRXLdx { 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) { #PV0NGBaTpZ709egWeLlxoyDAWIWPQt0B { 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) { #tcwhlx7Rly3vOTdp4TggzZtcZZsZTyXb { 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) { #Jm170DPKTp4cFAy73ClQxWDCscql8kGn { top:1.796875rem;left:0rem;width:20rem;height:20rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UE2r22yu4TW2z5LZyDrMeCQiyWw3QnNC { 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) { #emlkl4XIkJ53hVapHrqiPkvwHoDcdT5e { 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) { #nfTcGCuLg7iVUqut0JVfQoUMTPMmXyPD { 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; }#nfTcGCuLg7iVUqut0JVfQoUMTPMmXyPD.adaptive-delivery-prevent-bg, #nfTcGCuLg7iVUqut0JVfQoUMTPMmXyPD.lazyload, #nfTcGCuLg7iVUqut0JVfQoUMTPMmXyPD.lazyloading { background-image: none; }#nfTcGCuLg7iVUqut0JVfQoUMTPMmXyPD > .row .container { background-color: transparent; background-image: none; }#nfTcGCuLg7iVUqut0JVfQoUMTPMmXyPD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f4fcff; }#nfTcGCuLg7iVUqut0JVfQoUMTPMmXyPD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nfTcGCuLg7iVUqut0JVfQoUMTPMmXyPD > .row .container > .video-iframe-container { display: none; }#nfTcGCuLg7iVUqut0JVfQoUMTPMmXyPD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f4fcff; }#nfTcGCuLg7iVUqut0JVfQoUMTPMmXyPD > .row > .video-iframe-container { display: none; }#nfTcGCuLg7iVUqut0JVfQoUMTPMmXyPD > .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); }#nfTcGCuLg7iVUqut0JVfQoUMTPMmXyPD > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TN2E2fMvXxgwbrFEZ3yFBSTQvLoGrSDy { 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) { #SVWhTcIhFg9y7JUaubf8tUBIyEhr33CF { 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) { #BQ60EDg5EeO61uGEQ0QBdsVWKVvsCgAl { 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) { #dtbzSHglZrkVHIyKK3WmIaTygnTKuffR { 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) { #OcXNcZ92bRcTgP0pKq1Jb44IqwVABL5g { 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) { #rVTTo2gQIJuXn3CL4XFBaX0XkPmyndce { 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) { #thzl1efGt5sBM78EaHA8vtIPSOoMwZCx { top:1.796875rem;left:0rem;width:20rem;height:20rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #f2xvUETWZw9AOURvHlLkVy1p76CFfeUm { 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) { #nmTxiaDJW9zX53nvzXv62X9DcZJLKyHu { display:block; }#nmTxiaDJW9zX53nvzXv62X9DcZJLKyHu > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SrK9TfTTCrAIzNc68i7GIWOli4TUqM28 { width:12.5rem;height:2rem;top:1.875rem;left:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vk0B2cSnGA0cB81Qs3xzcNvK8pO5HnKH { width:5.625rem;height:2.125rem;top:4.125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2hHBsnyGxXUhycWmXhy2ZiuUfxcy6Vq { width:5.625rem;height:5.625rem;top:2.375rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0Xwz5zJKzeb4dxn70FR8pJbTgcDd6t0 { width:5.625rem;height:5.625rem;top:2.375rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyDkRSSvq08e3XixzeAL5vJnOCXUwZfZ { width:5.125rem;height:5.125rem;top:6.25rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNfZ2W0LqMKrmLQvTKtW1MGo1NnHQQD7 { width:5.125rem;height:5.125rem;top:6.25rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EavU3NTthxui6EUqOSiDpPft7SUp4VRe { background-color:#054d09;background-image:none;display:none; }#EavU3NTthxui6EUqOSiDpPft7SUp4VRe > .row .container { width:20rem;height:67.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Bp2RJdyaq3AAvWsMFXUmmNdUpSzlOl7T { 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) { #AyaHqqqfteiE9cr3olRIWcNbzpvJmTVX { width:18.125rem;height:35.625rem;top:31.166687011719rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QOAxlINLqml5RG8g7eVwJCyUSuF4Al3c { 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) { #Q9MBKyRRDyfnpgIlkT8ENofZd30JzlW9 { width:20rem;height:1.75rem;top:22.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkE5VP2BK5be7UtKwt1AeENS8JiOfhaJ { 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) { #T7L9bq52aL7wIAy1vbzvTTT6PtIWZKd2 { 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) { #ul4TfzPlbgwh4Jxinv5lQZovnh3U33GC { 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) { #xnTo6wD3KyT4U1kdUGsUUqXoxwXRXKmW { top:1.421875rem;left:0rem;width:20rem;height:20rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GRPKU04LUe4UUCKQ5G0ivUbfWBQoPGyt { 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) { #MCfH5KGABwBpBTpBk1wLaTeFUeELeWrO { 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) { #zd6UZTrBVGKDxODVoyR8R2z9lE6ehdB3 { 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) { #BlsiO3LxNVzXOUzq3BDOeq9TEtpXmdVd { width:20rem;height:20rem;top:67.250019074219rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T0pU0aK3T1vbWT68DAP4yFV1KBWJuwwf { background-color:#054d09;background-image:none;display:none; }#T0pU0aK3T1vbWT68DAP4yFV1KBWJuwwf > .row .container { width:20rem;height:43.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hxKTKTtRTN1gNowW2gdGcW2X8UfJqt2M { width:18.125rem;height:16.875rem;top:25.8125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kmXKDzfRsOPLz1N2kb9ddb2dTK2OB83c { 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) { #M7GP9XI8RcMhCg6DidywT1KPZmDHUTIG { width:20rem;height:1.75rem;top:23.083312988281rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BExgN7Ts8NNSbRT1W8aXWwrCaqpscref { 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) { #gXqW0EikBM7wBUbIQ2v3cZxtGbAOZLmg { 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) { #S0qyx6nxyPGFwoCvFKTEFah9dh7DwCEO { 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) { #ktV4c6rIbqn4qMUztip6AkX6sPqfsboF { top:1.796875rem;left:0rem;width:20rem;height:20rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ESCIpqPHCtwqUrwTc7QVPXiHyKGTMNxN { 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) { #XDQzwWZVCTGS7wBcXphLupT00Z2bU1KF { width:6.25rem;height:6.25rem;top:18.623718261719rem;left:6.875rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #tZKQCAT9Q3W0IU3xBU0R1mMfGHJp4lNq { display:none; }#tZKQCAT9Q3W0IU3xBU0R1mMfGHJp4lNq > .row .container { width:20rem;height:67.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #u46dPiU0UPTMdWaW3G6TCRbwbxCax9vm { width:20rem;height:1.625rem;top:2.209228515625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6AVXfzMETJD4NW3S9d8k8GHlak42D2Q { width:16.25rem;height:12.125rem;top:5.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pC0DAL98G6P9KHwTiLEElOEyPxAshxXv { width:16.25rem;height:14rem;top:18.9375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zn40Ftc7W8gQ7NATovG45adTCq2dORrK { width:16.25rem;height:14.1875rem;top:34.0625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvqR3s8HzmeNulofckydxUWL6h7eVClQ { width:16.25rem;height:16.25rem;top:49.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fK4X2eRQ0iuW6E8R2Lmb3DxRdz30TFTO { width:13.2490806875rem;height:2.5625rem;top:7.875rem;left:3.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #runAEBcJvUIo9zygKKrJzaIA3fwrZmV2 { width:14.3118105rem;height:3rem;top:12.25rem;left:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8gRsMGuFvP4TkSUbersL6Ti8J7Iug2K { width:12.5rem;height:2.5625rem;top:21.25rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #e876Ruy7eTrwlFG8LxQ6xHq0JPp3msM5 { width:15.4997701875rem;height:4.5rem;top:25.875rem;left:2.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gnw5GxITG5Nx58I1zSDfaco1OK2BI9bl { width:2.125rem;height:2.5625rem;top:36rem;left:10rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTX6GE9LwiKpNOhBaOqcHNSzswhnpyTv { width:15rem;height:6rem;top:40.17138671875rem;left:2.4999998807907rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMnCMF5kaLUchTAku1Kxi1q0TLyqfMnr { width:5.5625rem;height:2.5625rem;top:35.9375rem;left:4.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1BSEc8Wp1XViAXE36Q9wK3bMWgc5L32 { width:3rem;height:2.5625rem;top:35.9375rem;left:12.125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T22XdvGyu40ibRNvytPEuMlrWvbO6nIo { width:5.4365806875rem;height:2.5625rem;top:52.125rem;left:4.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kn2BxrAh1fPCmmZQB55QS7CnpcN8txqe { width:2.1875rem;height:2.5625rem;top:52.092041015625rem;left:10.56181037426rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aIvy2TeEJ77EVDFpVlFmbw1VrEadkaLN { width:15.4997701875rem;height:7.5rem;top:56.3125rem;left:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrL7wGyiVizwnT4uRzM3bFrxrUChQylT { display:none; }#DrL7wGyiVizwnT4uRzM3bFrxrUChQylT > .row .container { width:20rem;height:11.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fT8waBb4woytUfNHeqRC2VvTPNDT6xpQ { width:12.5rem;height:2rem;top:1.875rem;left:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9qPdTLe2ddp7N1Nn1prH7G1B8eGFspf { width:5.625rem;height:2.125rem;top:4.3125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckTRO1JQZEDTt4JCyxvdGmFB0MWtlMZk { width:5.625rem;height:5.625rem;top:2.5625rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEnPT1famo8FOzK4TnKx3DPXHf6gnPbK { width:5.625rem;height:5.625rem;top:2.5625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkas44AG9IaLGT7mMt2JzpboFBMg9541 { width:5.125rem;height:5.125rem;top:6.4375rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeiNeOsyX6uf8PeAcOTmiwOsWrHT3WH5 { width:5.125rem;height:5.125rem;top:6.4375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOBysB3rx7X5RiIWB3USH4qhfnH5POJy { 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; }#LOBysB3rx7X5RiIWB3USH4qhfnH5POJy.adaptive-delivery-prevent-bg, #LOBysB3rx7X5RiIWB3USH4qhfnH5POJy.lazyload, #LOBysB3rx7X5RiIWB3USH4qhfnH5POJy.lazyloading { background-image: none; }#LOBysB3rx7X5RiIWB3USH4qhfnH5POJy > .row .container { background-color: transparent; background-image: none; }#LOBysB3rx7X5RiIWB3USH4qhfnH5POJy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOBysB3rx7X5RiIWB3USH4qhfnH5POJy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOBysB3rx7X5RiIWB3USH4qhfnH5POJy > .row .container > .video-iframe-container { display: none; }#LOBysB3rx7X5RiIWB3USH4qhfnH5POJy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOBysB3rx7X5RiIWB3USH4qhfnH5POJy > .row > .video-iframe-container { display: none; }#LOBysB3rx7X5RiIWB3USH4qhfnH5POJy > .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); }#LOBysB3rx7X5RiIWB3USH4qhfnH5POJy > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MGgyMlewL1f6kzCi2PRlGW5L0cmIW16e { width:3.125rem;height:3.125rem;top:3.5416870117188rem;left:8.40625rem;display:block; }
 }