.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:217,217,220;--color-primary-1:128,128,138;--color-primary-2:0,1,20;--color-primary-3:0,1,10;--color-primary-4:0,0,3;--color-secondary-0:217,217,220;--color-secondary-1:128,128,138;--color-secondary-2:0,1,20;--color-secondary-3:0,1,10;--color-secondary-4:0,0,3;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@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-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aeX7vpFIqk80RV8TH6wmJ9sXxXFdX19v { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/2d13fd72-2f77-4aaa-b4d2-ebd11fd7bbe7/okladka_poziom.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#aeX7vpFIqk80RV8TH6wmJ9sXxXFdX19v.adaptive-delivery-prevent-bg, #aeX7vpFIqk80RV8TH6wmJ9sXxXFdX19v.lazyload, #aeX7vpFIqk80RV8TH6wmJ9sXxXFdX19v.lazyloading { background-image: none; }#aeX7vpFIqk80RV8TH6wmJ9sXxXFdX19v > .row .container { background-color: transparent; background-image: none; }#aeX7vpFIqk80RV8TH6wmJ9sXxXFdX19v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aeX7vpFIqk80RV8TH6wmJ9sXxXFdX19v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aeX7vpFIqk80RV8TH6wmJ9sXxXFdX19v > .row .container > .video-iframe-container { display: none; }#aeX7vpFIqk80RV8TH6wmJ9sXxXFdX19v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aeX7vpFIqk80RV8TH6wmJ9sXxXFdX19v > .row > .video-iframe-container { display: none; }#aeX7vpFIqk80RV8TH6wmJ9sXxXFdX19v > .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); }#aeX7vpFIqk80RV8TH6wmJ9sXxXFdX19v > .row .container { border-width: 0; border-radius: 0; }#aeX7vpFIqk80RV8TH6wmJ9sXxXFdX19v > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#aeX7vpFIqk80RV8TH6wmJ9sXxXFdX19v > .row .container { font-size:0.875rem;font-family:"open sans";height:15.625rem;width:75rem;overflow:visible;position:relative;display:block; }#iI1ulfkLt63JhMdHW2FTfu5e39pDtuBm { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mJTGCxXxE6EV858yohZiz4AZrtMwFCcH { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:6.5rem;left:0rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MmR7onrsJpqWPbunXD3oM3AmQeEA4Ved { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.875rem;left:0rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZPWO8HZQ9gz6cRsD89BnTMEwTqGnsqu1 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:12.125rem;left:0rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BNhQnm86CLxpXt7rCT6tleb6hxNO4nRv { background-color:#f5f1ec;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; }#BNhQnm86CLxpXt7rCT6tleb6hxNO4nRv > .row .container { background-color: transparent; background-image: none; }#BNhQnm86CLxpXt7rCT6tleb6hxNO4nRv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BNhQnm86CLxpXt7rCT6tleb6hxNO4nRv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BNhQnm86CLxpXt7rCT6tleb6hxNO4nRv > .row .container > .video-iframe-container { display: none; }#BNhQnm86CLxpXt7rCT6tleb6hxNO4nRv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BNhQnm86CLxpXt7rCT6tleb6hxNO4nRv > .row > .video-iframe-container { display: none; }#BNhQnm86CLxpXt7rCT6tleb6hxNO4nRv > .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); }#BNhQnm86CLxpXt7rCT6tleb6hxNO4nRv > .row .container { border-width: 0; border-radius: 0; }#BNhQnm86CLxpXt7rCT6tleb6hxNO4nRv > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#BNhQnm86CLxpXt7rCT6tleb6hxNO4nRv > .row .container { font-size:0.875rem;font-family:"open sans";height:31.625rem;width:75rem;overflow:visible;position:relative;display:block; }#CCgbmlcHATm9iMlSXsOv6di6r14wQiVv { color:#002345;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.3125rem;left:0rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#p8oyA301sk231NTN34eOPD93sIqZHcVt { color:#002345;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.375rem;left:0rem;height:1.625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#GwWggNEHix4udvloMlvViVSFzUmsT3Wf { color:#002345;display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:13.375rem;left:7.5rem;height:5.486325rem;font-style:normal;display:block; }#GwWggNEHix4udvloMlvViVSFzUmsT3Wf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GwWggNEHix4udvloMlvViVSFzUmsT3Wf li:before{  }
#mJ8u8U3TS4nMzG0qy5uDDGoPcf66hmkE { color:#002345;display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.5625rem;left:7.5rem;height:1.625rem;font-style:italic;display:block; }
#F7dVNReTTwkmKuil5Msg7RnRv5iXJfC6 { color:#002345;display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:20.625rem;left:7.5rem;height:1.625rem;font-style:italic;display:block; }
#HJ5eT0lsa6ytsMKRT5ESaR6UT2SOuG28 { position:absolute;display:block;z-index:15006;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:20.4375rem;width:24.4375rem;top:8.9609375rem;left:38.625rem;overflow:hidden;display:block; }
#JE2M4DMGBXSAS2gxXTfEHnwwikMuoE01 { background-color:transparent;background-image: -webkit-linear-gradient(228deg, #af7908, #eed36d);background-image: -moz-linear-gradient(228deg, #af7908, #eed36d);background-image: -ms-linear-gradient(228deg, #af7908, #eed36d);background-image: -o-linear-gradient(228deg, #af7908, #eed36d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#af7908', endColorstr='#eed36d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#af7908', endColorstr='#eed36d' );";background-image: linear-gradient(228deg, #af7908, #eed36d);background-size:auto !important;border-top:0.125rem solid #eed36d;border-left:0.125rem solid #eed36d;border-right:0.125rem solid #eed36d;border-bottom:0.125rem solid #eed36d;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.1875rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:24.3125rem;left:7.5rem;display:block; }
#M7ldfwoghQfvzQPt4OOW1ZGqlP2TMRWz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FTxRldMIRRCLR8pP4zl16m5cIbgTy7v3 { background-color:#f5f1ec;background-image:url("https://images.assets-landingi.com/uc/32fc5175-5623-4d18-ade8-271763e72a55/okladka_poziom.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#FTxRldMIRRCLR8pP4zl16m5cIbgTy7v3.adaptive-delivery-prevent-bg, #FTxRldMIRRCLR8pP4zl16m5cIbgTy7v3.lazyload, #FTxRldMIRRCLR8pP4zl16m5cIbgTy7v3.lazyloading { background-image: none; }#FTxRldMIRRCLR8pP4zl16m5cIbgTy7v3 > .row .container { background-color: transparent; background-image: none; }#FTxRldMIRRCLR8pP4zl16m5cIbgTy7v3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTxRldMIRRCLR8pP4zl16m5cIbgTy7v3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTxRldMIRRCLR8pP4zl16m5cIbgTy7v3 > .row .container > .video-iframe-container { display: none; }#FTxRldMIRRCLR8pP4zl16m5cIbgTy7v3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTxRldMIRRCLR8pP4zl16m5cIbgTy7v3 > .row > .video-iframe-container { display: none; }#FTxRldMIRRCLR8pP4zl16m5cIbgTy7v3 > .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); }#FTxRldMIRRCLR8pP4zl16m5cIbgTy7v3 > .row .container { border-width: 0; border-radius: 0; }#FTxRldMIRRCLR8pP4zl16m5cIbgTy7v3 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FTxRldMIRRCLR8pP4zl16m5cIbgTy7v3 > .row .container { font-size:0.875rem;font-family:"open sans";height:26.875rem;width:75rem;overflow:visible;position:relative;display:block; }#nWGnNzM3gJcbQbFohZ2bb6nD5BVPbBTK { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.3125rem;left:0rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#FLcS3WatvtkCQgx52wZD4maiOdl5yC4T { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.375rem;left:0rem;height:1.625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#MWMDePeegG50T58wvmXqMHstypttNmIo { color:#ffffff;display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:13.5rem;left:7.5rem;height:9.8354375rem;font-style:normal;display:block; }#MWMDePeegG50T58wvmXqMHstypttNmIo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MWMDePeegG50T58wvmXqMHstypttNmIo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4955c3b4375e477e4d0745546c948d4d72744f39.svg); }
#dAmOd8gCFTzoA5rfLcaJTZtInDCVFk2T { color:#ffffff;display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.6875rem;left:7.5rem;height:1.625rem;font-style:italic;display:block; }
#nLeb6y64tSSWbxTaJ9pZOkHAX1CKAeBT { color:#ffffff;display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:10.687500476837rem;left:39.9375rem;height:1.625rem;font-style:italic;display:block; }
#NmpuaS8MxR7Ei5xWxLvCoHeQTqaxPMgI { color:#ffffff;display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:13.499999523163rem;left:39.9375rem;height:8.38575rem;font-style:normal;display:block; }#NmpuaS8MxR7Ei5xWxLvCoHeQTqaxPMgI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NmpuaS8MxR7Ei5xWxLvCoHeQTqaxPMgI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4955c3b4375e477e4d0745546c948d4d72744f39.svg); }
#wDPpwGb32bbe8744Eb5bZcd7whlzfk9R { background-color:#f5f1ec;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; }#wDPpwGb32bbe8744Eb5bZcd7whlzfk9R > .row .container { background-color: transparent; background-image: none; }#wDPpwGb32bbe8744Eb5bZcd7whlzfk9R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDPpwGb32bbe8744Eb5bZcd7whlzfk9R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDPpwGb32bbe8744Eb5bZcd7whlzfk9R > .row .container > .video-iframe-container { display: none; }#wDPpwGb32bbe8744Eb5bZcd7whlzfk9R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDPpwGb32bbe8744Eb5bZcd7whlzfk9R > .row > .video-iframe-container { display: none; }#wDPpwGb32bbe8744Eb5bZcd7whlzfk9R > .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); }#wDPpwGb32bbe8744Eb5bZcd7whlzfk9R > .row .container { border-width: 0; border-radius: 0; }#wDPpwGb32bbe8744Eb5bZcd7whlzfk9R > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wDPpwGb32bbe8744Eb5bZcd7whlzfk9R > .row .container { font-size:0.875rem;font-family:"open sans";height:30.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#AFDxnPKtqI0BF18TpV1apZwQDytZbT1r { color:#002345;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.6875rem;left:0rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#HqAe9iTvXxXSGlBWLvP2qpRJbeEB3CCI { color:#002345;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.75rem;left:0rem;height:3.25rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#r09OT3E1pqdGg9iZRvezgvFlahFg8Q4w { color:#002345;display:block;width:33.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.625rem;left:0rem;height:5.486325rem;font-style:italic;text-align:left;text-align-last:left;display:block; }#r09OT3E1pqdGg9iZRvezgvFlahFg8Q4w li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#r09OT3E1pqdGg9iZRvezgvFlahFg8Q4w li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e8cb8f26d0a2e4f834197a178e21d451.svg); }
#MEsExPtVuGF0Af09bEXSui6OCVTOCC0d { color:#002345;display:block;width:33.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:14.125rem;left:0rem;height:2.2744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BqfRTKPy9kvuZk3J4kGtu2JfKwGAAr8J { color:#002345;display:block;width:33.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:24.8125rem;left:0rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H7HmTBV6G85brU1L97XEG6bcBqg63BdK { position:absolute;display:block;z-index:15006;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:30.5rem;width:20.1875rem;top:0rem;left:47.2509765625rem;overflow:hidden;display:block; }
#KWusZtv5xPHdTSFPLfMokt5rVIlyW2NL { background-color:#9b2c37;background-image:url("https://images.assets-landingi.com/uc/32fc5175-5623-4d18-ade8-271763e72a55/okladka_poziom.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#KWusZtv5xPHdTSFPLfMokt5rVIlyW2NL.adaptive-delivery-prevent-bg, #KWusZtv5xPHdTSFPLfMokt5rVIlyW2NL.lazyload, #KWusZtv5xPHdTSFPLfMokt5rVIlyW2NL.lazyloading { background-image: none; }#KWusZtv5xPHdTSFPLfMokt5rVIlyW2NL > .row .container { background-color: transparent; background-image: none; }#KWusZtv5xPHdTSFPLfMokt5rVIlyW2NL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWusZtv5xPHdTSFPLfMokt5rVIlyW2NL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWusZtv5xPHdTSFPLfMokt5rVIlyW2NL > .row .container > .video-iframe-container { display: none; }#KWusZtv5xPHdTSFPLfMokt5rVIlyW2NL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWusZtv5xPHdTSFPLfMokt5rVIlyW2NL > .row > .video-iframe-container { display: none; }#KWusZtv5xPHdTSFPLfMokt5rVIlyW2NL > .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); }#KWusZtv5xPHdTSFPLfMokt5rVIlyW2NL > .row .container { border-width: 0; border-radius: 0; }#KWusZtv5xPHdTSFPLfMokt5rVIlyW2NL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KWusZtv5xPHdTSFPLfMokt5rVIlyW2NL > .row .container { font-size:0.875rem;font-family:"open sans";height:33.125rem;width:75rem;overflow:visible;position:relative;display:block; }#qzkO1tKN0DIysXSJs5hc2Mq56FMC2L62 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.3125rem;left:0rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RgxZEi5yE4Jv8mAll0KdK1FpE1CMF3b3 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.375rem;left:0rem;height:3.25rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#y8yUM2uMhmU6OEI6vHFCJ3iQbnyrxehZ { color:#ffffff;display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:12.5625rem;left:29.625rem;height:1.625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#SzwHgboZO3BscyvbezMH154bV5J3ZEuF { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.9375rem;left:30.6875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#GZRNdnqrwELNaq0C9CBvtiS8RKRyExBu { color:#ffffff;display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:18.1875rem;left:31.125rem;height:1.625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#UnhKtkq81EmBxQTpsv2U4cFzKvy7RQ3Q { box-sizing:content-box;height:9.0625rem;width:17.6875rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(240deg, #eed36d, #af7908);background-image: -moz-linear-gradient(240deg, #eed36d, #af7908);background-image: -ms-linear-gradient(240deg, #eed36d, #af7908);background-image: -o-linear-gradient(240deg, #eed36d, #af7908);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eed36d', endColorstr='#af7908' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eed36d', endColorstr='#af7908' );";background-image: linear-gradient(240deg, #eed36d, #af7908);background-size:auto !important;box-shadow: none;border-top:0.125rem solid #eed36d;border-left:0.125rem solid #eed36d;border-right:0.125rem solid #eed36d;border-bottom:0.125rem solid #eed36d;top:11.75rem;left:28.6875rem;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;display:block; }
#oNyzTB9mIoyhqOLBg0sCQtQbKiHsshxu { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:22.6875rem;left:0rem;height:1.625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#c44muO6hlfUraThMTERRCpezfGdwVNTr { background-color:transparent;background-image: -webkit-linear-gradient(228deg, #af7908, #eed36d);background-image: -moz-linear-gradient(228deg, #af7908, #eed36d);background-image: -ms-linear-gradient(228deg, #af7908, #eed36d);background-image: -o-linear-gradient(228deg, #af7908, #eed36d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#af7908', endColorstr='#eed36d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#af7908', endColorstr='#eed36d' );";background-image: linear-gradient(228deg, #af7908, #eed36d);background-size:auto !important;border-top:0.125rem solid #eed36d;border-left:0.125rem solid #eed36d;border-right:0.125rem solid #eed36d;border-bottom:0.125rem solid #eed36d;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.1875rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:26.6875rem;left:25.875rem;display:block; }
#p4AvtCTkQ2VhNPiByCSVT1frVD89tRqD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DLzMu4eCoDtUqcP9rJR8kSrBzx9kous1 { background-color:transparent;background-image: -webkit-linear-gradient(286deg, #eed36d, #af7908);background-image: -moz-linear-gradient(286deg, #eed36d, #af7908);background-image: -ms-linear-gradient(286deg, #eed36d, #af7908);background-image: -o-linear-gradient(286deg, #eed36d, #af7908);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eed36d', endColorstr='#af7908' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eed36d', endColorstr='#af7908' );";background-image: linear-gradient(286deg, #eed36d, #af7908);background-size:cover !important;z-index:;border-top:0.125rem solid #eed36d;border-left:0.125rem solid #eed36d;border-right:0.125rem solid #eed36d;border-bottom:0.125rem solid #eed36d;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; }#DLzMu4eCoDtUqcP9rJR8kSrBzx9kous1 > .row .container { background-color: transparent; background-image: none; }#DLzMu4eCoDtUqcP9rJR8kSrBzx9kous1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLzMu4eCoDtUqcP9rJR8kSrBzx9kous1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLzMu4eCoDtUqcP9rJR8kSrBzx9kous1 > .row .container > .video-iframe-container { display: none; }#DLzMu4eCoDtUqcP9rJR8kSrBzx9kous1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLzMu4eCoDtUqcP9rJR8kSrBzx9kous1 > .row > .video-iframe-container { display: none; }#DLzMu4eCoDtUqcP9rJR8kSrBzx9kous1 > .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); }#DLzMu4eCoDtUqcP9rJR8kSrBzx9kous1 > .row .container { border-width: 0; border-radius: 0; }#DLzMu4eCoDtUqcP9rJR8kSrBzx9kous1 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#DLzMu4eCoDtUqcP9rJR8kSrBzx9kous1 > .row .container { font-size:0.875rem;font-family:"open sans";height:17.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#NTuSTu1uXchfOdlSUpt5fqqb6KT0Wq2b { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.3125rem;left:0rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#cBdZldFKn5Shr4J6l7GmfzcUVSt3dEhX { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.375rem;left:0rem;height:6.5rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#XgqlLZz92IR1BisU5lWczhT6cGziqWGA { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/2d13fd72-2f77-4aaa-b4d2-ebd11fd7bbe7/okladka_poziom.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#XgqlLZz92IR1BisU5lWczhT6cGziqWGA.adaptive-delivery-prevent-bg, #XgqlLZz92IR1BisU5lWczhT6cGziqWGA.lazyload, #XgqlLZz92IR1BisU5lWczhT6cGziqWGA.lazyloading { background-image: none; }#XgqlLZz92IR1BisU5lWczhT6cGziqWGA > .row .container { background-color: transparent; background-image: none; }#XgqlLZz92IR1BisU5lWczhT6cGziqWGA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XgqlLZz92IR1BisU5lWczhT6cGziqWGA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XgqlLZz92IR1BisU5lWczhT6cGziqWGA > .row .container > .video-iframe-container { display: none; }#XgqlLZz92IR1BisU5lWczhT6cGziqWGA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XgqlLZz92IR1BisU5lWczhT6cGziqWGA > .row > .video-iframe-container { display: none; }#XgqlLZz92IR1BisU5lWczhT6cGziqWGA > .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); }#XgqlLZz92IR1BisU5lWczhT6cGziqWGA > .row .container { border-width: 0; border-radius: 0; }#XgqlLZz92IR1BisU5lWczhT6cGziqWGA > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#XgqlLZz92IR1BisU5lWczhT6cGziqWGA > .row .container { font-size:0.875rem;font-family:"open sans";height:26.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#AxDUeCVkVSuB706IHFwqJ6lNLOAzwzRs { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#vzc7TSNb7yD95LLCscXAoH9quwAo6O7H { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:11.25rem;left:0rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qDokPIDs7s3NDZebU0SV30iLpXbZxWgq { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.625rem;left:0rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TWNdZDgSK6iNGhKUoCsT08zbLbB00KLd { background-color:transparent;background-image: -webkit-linear-gradient(228deg, #af7908, #eed36d);background-image: -moz-linear-gradient(228deg, #af7908, #eed36d);background-image: -ms-linear-gradient(228deg, #af7908, #eed36d);background-image: -o-linear-gradient(228deg, #af7908, #eed36d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#af7908', endColorstr='#eed36d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#af7908', endColorstr='#eed36d' );";background-image: linear-gradient(228deg, #af7908, #eed36d);background-size:auto !important;border-top:0.125rem solid #eed36d;border-left:0.125rem solid #eed36d;border-right:0.125rem solid #eed36d;border-bottom:0.125rem solid #eed36d;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.875rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:18.0625rem;left:28.0625rem;display:block; }
#SyMKwbdMvVEptGSnzo4QXekLZ7WUASvJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#chySncb6SS1iqguml7gNmTldav5lgwVh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;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; }#chySncb6SS1iqguml7gNmTldav5lgwVh > .row .container { background-color: transparent; background-image: none; }#chySncb6SS1iqguml7gNmTldav5lgwVh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#chySncb6SS1iqguml7gNmTldav5lgwVh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#chySncb6SS1iqguml7gNmTldav5lgwVh > .row .container > .video-iframe-container { display: none; }#chySncb6SS1iqguml7gNmTldav5lgwVh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#chySncb6SS1iqguml7gNmTldav5lgwVh > .row > .video-iframe-container { display: none; }#chySncb6SS1iqguml7gNmTldav5lgwVh > .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); }#chySncb6SS1iqguml7gNmTldav5lgwVh > .row .container { border-width: 0; border-radius: 0; }#chySncb6SS1iqguml7gNmTldav5lgwVh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#chySncb6SS1iqguml7gNmTldav5lgwVh > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#gMHbAb056xyn3EC2Ot6Cgmxar5t2ZkN9 { color:#000114;display:block;width:17.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.09375rem;left:50.3125rem;height:2.2744125rem;text-align:right;text-align-last:right;display:block; }
#ptzRikhr3TT8sc2QlbxisnGtDFwDcsFp { color:#000114;display:block;width:17.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.09375rem;left:7.5rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#zfCi5Q5KTwsapo6NIdGFAD0lu64wcBsg { position:absolute;display:block;z-index:15009;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:2.4375rem;width:7.3125rem;top:2rem;left:33.8125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aeX7vpFIqk80RV8TH6wmJ9sXxXFdX19v { background-color:#29d562;background-image:url("https://images.assets-landingi.com/bTDqRAd1/bg_top.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#aeX7vpFIqk80RV8TH6wmJ9sXxXFdX19v.adaptive-delivery-prevent-bg, #aeX7vpFIqk80RV8TH6wmJ9sXxXFdX19v.lazyload, #aeX7vpFIqk80RV8TH6wmJ9sXxXFdX19v.lazyloading { background-image: none; }#aeX7vpFIqk80RV8TH6wmJ9sXxXFdX19v > .row .container { background-color: transparent; background-image: none; }#aeX7vpFIqk80RV8TH6wmJ9sXxXFdX19v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aeX7vpFIqk80RV8TH6wmJ9sXxXFdX19v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aeX7vpFIqk80RV8TH6wmJ9sXxXFdX19v > .row .container > .video-iframe-container { display: none; }#aeX7vpFIqk80RV8TH6wmJ9sXxXFdX19v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aeX7vpFIqk80RV8TH6wmJ9sXxXFdX19v > .row > .video-iframe-container { display: none; }#aeX7vpFIqk80RV8TH6wmJ9sXxXFdX19v > .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); }#aeX7vpFIqk80RV8TH6wmJ9sXxXFdX19v > .row .container { width:47.75rem;height:47.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iI1ulfkLt63JhMdHW2FTfu5e39pDtuBm { width:26.6875rem;height:7.75rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJTGCxXxE6EV858yohZiz4AZrtMwFCcH { width:24.1875rem;height:1.625rem;top:26.6875rem;left:0rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MmR7onrsJpqWPbunXD3oM3AmQeEA4Ved { width:24.1875rem;height:1.625rem;top:26.6875rem;left:0rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZPWO8HZQ9gz6cRsD89BnTMEwTqGnsqu1 { width:24.1875rem;height:1.625rem;top:26.6875rem;left:0rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BNhQnm86CLxpXt7rCT6tleb6hxNO4nRv { background-color:#29d562;background-image:url("https://images.assets-landingi.com/bTDqRAd1/bg_top.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#BNhQnm86CLxpXt7rCT6tleb6hxNO4nRv.adaptive-delivery-prevent-bg, #BNhQnm86CLxpXt7rCT6tleb6hxNO4nRv.lazyload, #BNhQnm86CLxpXt7rCT6tleb6hxNO4nRv.lazyloading { background-image: none; }#BNhQnm86CLxpXt7rCT6tleb6hxNO4nRv > .row .container { background-color: transparent; background-image: none; }#BNhQnm86CLxpXt7rCT6tleb6hxNO4nRv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BNhQnm86CLxpXt7rCT6tleb6hxNO4nRv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BNhQnm86CLxpXt7rCT6tleb6hxNO4nRv > .row .container > .video-iframe-container { display: none; }#BNhQnm86CLxpXt7rCT6tleb6hxNO4nRv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BNhQnm86CLxpXt7rCT6tleb6hxNO4nRv > .row > .video-iframe-container { display: none; }#BNhQnm86CLxpXt7rCT6tleb6hxNO4nRv > .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); }#BNhQnm86CLxpXt7rCT6tleb6hxNO4nRv > .row .container { width:47.75rem;height:47.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CCgbmlcHATm9iMlSXsOv6di6r14wQiVv { width:26.6875rem;height:7.75rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8oyA301sk231NTN34eOPD93sIqZHcVt { width:24.1875rem;height:1.625rem;top:26.6875rem;left:0rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GwWggNEHix4udvloMlvViVSFzUmsT3Wf { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }#GwWggNEHix4udvloMlvViVSFzUmsT3Wf li:before{  }
 }@media only screen and (max-width: 763px) { #mJ8u8U3TS4nMzG0qy5uDDGoPcf66hmkE { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7dVNReTTwkmKuil5Msg7RnRv5iXJfC6 { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJ5eT0lsa6ytsMKRT5ESaR6UT2SOuG28 { top:8.9375rem;left:23.3125rem;width:24.4375rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE2M4DMGBXSAS2gxXTfEHnwwikMuoE01 { width:23.1875rem;height:3.4375rem;top:24.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7ldfwoghQfvzQPt4OOW1ZGqlP2TMRWz { display:block; }
 }@media only screen and (max-width: 763px) { #FTxRldMIRRCLR8pP4zl16m5cIbgTy7v3 { background-color:#29d562;background-image:url("https://images.assets-landingi.com/bTDqRAd1/bg_top.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#FTxRldMIRRCLR8pP4zl16m5cIbgTy7v3.adaptive-delivery-prevent-bg, #FTxRldMIRRCLR8pP4zl16m5cIbgTy7v3.lazyload, #FTxRldMIRRCLR8pP4zl16m5cIbgTy7v3.lazyloading { background-image: none; }#FTxRldMIRRCLR8pP4zl16m5cIbgTy7v3 > .row .container { background-color: transparent; background-image: none; }#FTxRldMIRRCLR8pP4zl16m5cIbgTy7v3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTxRldMIRRCLR8pP4zl16m5cIbgTy7v3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTxRldMIRRCLR8pP4zl16m5cIbgTy7v3 > .row .container > .video-iframe-container { display: none; }#FTxRldMIRRCLR8pP4zl16m5cIbgTy7v3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTxRldMIRRCLR8pP4zl16m5cIbgTy7v3 > .row > .video-iframe-container { display: none; }#FTxRldMIRRCLR8pP4zl16m5cIbgTy7v3 > .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); }#FTxRldMIRRCLR8pP4zl16m5cIbgTy7v3 > .row .container { width:47.75rem;height:47.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nWGnNzM3gJcbQbFohZ2bb6nD5BVPbBTK { width:26.6875rem;height:7.75rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLcS3WatvtkCQgx52wZD4maiOdl5yC4T { width:24.1875rem;height:1.625rem;top:26.6875rem;left:0rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MWMDePeegG50T58wvmXqMHstypttNmIo { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }#MWMDePeegG50T58wvmXqMHstypttNmIo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4955c3b4375e477e4d0745546c948d4d72744f39.svg); }
 }@media only screen and (max-width: 763px) { #dAmOd8gCFTzoA5rfLcaJTZtInDCVFk2T { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLeb6y64tSSWbxTaJ9pZOkHAX1CKAeBT { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmpuaS8MxR7Ei5xWxLvCoHeQTqaxPMgI { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }#NmpuaS8MxR7Ei5xWxLvCoHeQTqaxPMgI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4955c3b4375e477e4d0745546c948d4d72744f39.svg); }
 }@media only screen and (max-width: 763px) { #wDPpwGb32bbe8744Eb5bZcd7whlzfk9R { background-color:#29d562;background-image:url("https://images.assets-landingi.com/bTDqRAd1/bg_top.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#wDPpwGb32bbe8744Eb5bZcd7whlzfk9R.adaptive-delivery-prevent-bg, #wDPpwGb32bbe8744Eb5bZcd7whlzfk9R.lazyload, #wDPpwGb32bbe8744Eb5bZcd7whlzfk9R.lazyloading { background-image: none; }#wDPpwGb32bbe8744Eb5bZcd7whlzfk9R > .row .container { background-color: transparent; background-image: none; }#wDPpwGb32bbe8744Eb5bZcd7whlzfk9R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDPpwGb32bbe8744Eb5bZcd7whlzfk9R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDPpwGb32bbe8744Eb5bZcd7whlzfk9R > .row .container > .video-iframe-container { display: none; }#wDPpwGb32bbe8744Eb5bZcd7whlzfk9R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDPpwGb32bbe8744Eb5bZcd7whlzfk9R > .row > .video-iframe-container { display: none; }#wDPpwGb32bbe8744Eb5bZcd7whlzfk9R > .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); }#wDPpwGb32bbe8744Eb5bZcd7whlzfk9R > .row .container { width:47.75rem;height:47.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AFDxnPKtqI0BF18TpV1apZwQDytZbT1r { width:26.6875rem;height:7.75rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqAe9iTvXxXSGlBWLvP2qpRJbeEB3CCI { width:24.1875rem;height:1.625rem;top:26.6875rem;left:0rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #r09OT3E1pqdGg9iZRvezgvFlahFg8Q4w { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }#r09OT3E1pqdGg9iZRvezgvFlahFg8Q4w li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e8cb8f26d0a2e4f834197a178e21d451.svg); }
 }@media only screen and (max-width: 763px) { #MEsExPtVuGF0Af09bEXSui6OCVTOCC0d { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqfRTKPy9kvuZk3J4kGtu2JfKwGAAr8J { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7HmTBV6G85brU1L97XEG6bcBqg63BdK { top:0rem;left:27.5625rem;width:20.1875rem;height:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWusZtv5xPHdTSFPLfMokt5rVIlyW2NL { background-color:#29d562;background-image:url("https://images.assets-landingi.com/bTDqRAd1/bg_top.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#KWusZtv5xPHdTSFPLfMokt5rVIlyW2NL.adaptive-delivery-prevent-bg, #KWusZtv5xPHdTSFPLfMokt5rVIlyW2NL.lazyload, #KWusZtv5xPHdTSFPLfMokt5rVIlyW2NL.lazyloading { background-image: none; }#KWusZtv5xPHdTSFPLfMokt5rVIlyW2NL > .row .container { background-color: transparent; background-image: none; }#KWusZtv5xPHdTSFPLfMokt5rVIlyW2NL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWusZtv5xPHdTSFPLfMokt5rVIlyW2NL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWusZtv5xPHdTSFPLfMokt5rVIlyW2NL > .row .container > .video-iframe-container { display: none; }#KWusZtv5xPHdTSFPLfMokt5rVIlyW2NL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWusZtv5xPHdTSFPLfMokt5rVIlyW2NL > .row > .video-iframe-container { display: none; }#KWusZtv5xPHdTSFPLfMokt5rVIlyW2NL > .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); }#KWusZtv5xPHdTSFPLfMokt5rVIlyW2NL > .row .container { width:47.75rem;height:47.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qzkO1tKN0DIysXSJs5hc2Mq56FMC2L62 { width:26.6875rem;height:7.75rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgxZEi5yE4Jv8mAll0KdK1FpE1CMF3b3 { width:24.1875rem;height:1.625rem;top:26.6875rem;left:0rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #y8yUM2uMhmU6OEI6vHFCJ3iQbnyrxehZ { width:24.1875rem;height:1.625rem;top:26.6875rem;left:0rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SzwHgboZO3BscyvbezMH154bV5J3ZEuF { width:26.6875rem;height:7.75rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZRNdnqrwELNaq0C9CBvtiS8RKRyExBu { width:24.1875rem;height:1.625rem;top:26.6875rem;left:0rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UnhKtkq81EmBxQTpsv2U4cFzKvy7RQ3Q { top:11.75rem;left:15.0625rem;width:17.6875rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNyzTB9mIoyhqOLBg0sCQtQbKiHsshxu { width:24.1875rem;height:1.625rem;top:26.6875rem;left:0rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #c44muO6hlfUraThMTERRCpezfGdwVNTr { width:23.1875rem;height:3.4375rem;top:26.6875rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4AvtCTkQ2VhNPiByCSVT1frVD89tRqD { display:block; }
 }@media only screen and (max-width: 763px) { #DLzMu4eCoDtUqcP9rJR8kSrBzx9kous1 { background-color:#29d562;background-image:url("https://images.assets-landingi.com/bTDqRAd1/bg_top.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#DLzMu4eCoDtUqcP9rJR8kSrBzx9kous1.adaptive-delivery-prevent-bg, #DLzMu4eCoDtUqcP9rJR8kSrBzx9kous1.lazyload, #DLzMu4eCoDtUqcP9rJR8kSrBzx9kous1.lazyloading { background-image: none; }#DLzMu4eCoDtUqcP9rJR8kSrBzx9kous1 > .row .container { background-color: transparent; background-image: none; }#DLzMu4eCoDtUqcP9rJR8kSrBzx9kous1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLzMu4eCoDtUqcP9rJR8kSrBzx9kous1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLzMu4eCoDtUqcP9rJR8kSrBzx9kous1 > .row .container > .video-iframe-container { display: none; }#DLzMu4eCoDtUqcP9rJR8kSrBzx9kous1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLzMu4eCoDtUqcP9rJR8kSrBzx9kous1 > .row > .video-iframe-container { display: none; }#DLzMu4eCoDtUqcP9rJR8kSrBzx9kous1 > .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); }#DLzMu4eCoDtUqcP9rJR8kSrBzx9kous1 > .row .container { width:47.75rem;height:47.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTuSTu1uXchfOdlSUpt5fqqb6KT0Wq2b { width:26.6875rem;height:7.75rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBdZldFKn5Shr4J6l7GmfzcUVSt3dEhX { width:24.1875rem;height:1.625rem;top:26.6875rem;left:0rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XgqlLZz92IR1BisU5lWczhT6cGziqWGA { background-color:#29d562;background-image:url("https://images.assets-landingi.com/bTDqRAd1/bg_top.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#XgqlLZz92IR1BisU5lWczhT6cGziqWGA.adaptive-delivery-prevent-bg, #XgqlLZz92IR1BisU5lWczhT6cGziqWGA.lazyload, #XgqlLZz92IR1BisU5lWczhT6cGziqWGA.lazyloading { background-image: none; }#XgqlLZz92IR1BisU5lWczhT6cGziqWGA > .row .container { background-color: transparent; background-image: none; }#XgqlLZz92IR1BisU5lWczhT6cGziqWGA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XgqlLZz92IR1BisU5lWczhT6cGziqWGA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XgqlLZz92IR1BisU5lWczhT6cGziqWGA > .row .container > .video-iframe-container { display: none; }#XgqlLZz92IR1BisU5lWczhT6cGziqWGA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XgqlLZz92IR1BisU5lWczhT6cGziqWGA > .row > .video-iframe-container { display: none; }#XgqlLZz92IR1BisU5lWczhT6cGziqWGA > .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); }#XgqlLZz92IR1BisU5lWczhT6cGziqWGA > .row .container { width:47.75rem;height:47.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AxDUeCVkVSuB706IHFwqJ6lNLOAzwzRs { width:26.6875rem;height:7.75rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzc7TSNb7yD95LLCscXAoH9quwAo6O7H { width:24.1875rem;height:1.625rem;top:26.6875rem;left:0rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qDokPIDs7s3NDZebU0SV30iLpXbZxWgq { width:24.1875rem;height:1.625rem;top:26.6875rem;left:0rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TWNdZDgSK6iNGhKUoCsT08zbLbB00KLd { width:18.875rem;height:3.4375rem;top:18.0625rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyMKwbdMvVEptGSnzo4QXekLZ7WUASvJ { display:block; }
 }@media only screen and (max-width: 763px) { #chySncb6SS1iqguml7gNmTldav5lgwVh { display:block; }#chySncb6SS1iqguml7gNmTldav5lgwVh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gMHbAb056xyn3EC2Ot6Cgmxar5t2ZkN9 { top:2.0625rem;left:30.5625rem;width:17.1875rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptzRikhr3TT8sc2QlbxisnGtDFwDcsFp { top:2.0625rem;left:0rem;width:17.1875rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfCi5Q5KTwsapo6NIdGFAD0lu64wcBsg { top:2rem;left:20.1875rem;width:7.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aeX7vpFIqk80RV8TH6wmJ9sXxXFdX19v { background-color:#29d562;background-image:url("https://images.assets-landingi.com/uc/6a5c022f-93fb-4057-88fa-571319afdd04/okladka_pion.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#aeX7vpFIqk80RV8TH6wmJ9sXxXFdX19v.adaptive-delivery-prevent-bg, #aeX7vpFIqk80RV8TH6wmJ9sXxXFdX19v.lazyload, #aeX7vpFIqk80RV8TH6wmJ9sXxXFdX19v.lazyloading { background-image: none; }#aeX7vpFIqk80RV8TH6wmJ9sXxXFdX19v > .row .container { background-color: transparent; background-image: none; }#aeX7vpFIqk80RV8TH6wmJ9sXxXFdX19v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aeX7vpFIqk80RV8TH6wmJ9sXxXFdX19v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aeX7vpFIqk80RV8TH6wmJ9sXxXFdX19v > .row .container > .video-iframe-container { display: none; }#aeX7vpFIqk80RV8TH6wmJ9sXxXFdX19v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aeX7vpFIqk80RV8TH6wmJ9sXxXFdX19v > .row > .video-iframe-container { display: none; }#aeX7vpFIqk80RV8TH6wmJ9sXxXFdX19v > .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); }#aeX7vpFIqk80RV8TH6wmJ9sXxXFdX19v > .row .container { width:20rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iI1ulfkLt63JhMdHW2FTfu5e39pDtuBm { width:20rem;height:1.625rem;top:1.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJTGCxXxE6EV858yohZiz4AZrtMwFCcH { width:20rem;height:3.14941875rem;top:3.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MmR7onrsJpqWPbunXD3oM3AmQeEA4Ved { width:20rem;height:1.3496125rem;top:7.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZPWO8HZQ9gz6cRsD89BnTMEwTqGnsqu1 { width:20rem;height:3.14941875rem;top:10.037109375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BNhQnm86CLxpXt7rCT6tleb6hxNO4nRv { background-color:#29d562;background-image:url("https://images.assets-landingi.com/uc/bb1683b0-8db8-42fb-aebb-0f9e49be3e3a/jasnetlo.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#BNhQnm86CLxpXt7rCT6tleb6hxNO4nRv.adaptive-delivery-prevent-bg, #BNhQnm86CLxpXt7rCT6tleb6hxNO4nRv.lazyload, #BNhQnm86CLxpXt7rCT6tleb6hxNO4nRv.lazyloading { background-image: none; }#BNhQnm86CLxpXt7rCT6tleb6hxNO4nRv > .row .container { background-color: transparent; background-image: none; }#BNhQnm86CLxpXt7rCT6tleb6hxNO4nRv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BNhQnm86CLxpXt7rCT6tleb6hxNO4nRv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BNhQnm86CLxpXt7rCT6tleb6hxNO4nRv > .row .container > .video-iframe-container { display: none; }#BNhQnm86CLxpXt7rCT6tleb6hxNO4nRv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BNhQnm86CLxpXt7rCT6tleb6hxNO4nRv > .row > .video-iframe-container { display: none; }#BNhQnm86CLxpXt7rCT6tleb6hxNO4nRv > .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); }#BNhQnm86CLxpXt7rCT6tleb6hxNO4nRv > .row .container { width:20rem;height:51.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CCgbmlcHATm9iMlSXsOv6di6r14wQiVv { width:20rem;height:5.19921875rem;top:2.337890625rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8oyA301sk231NTN34eOPD93sIqZHcVt { width:20rem;height:4.5rem;top:8.3496125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GwWggNEHix4udvloMlvViVSFzUmsT3Wf { width:20rem;height:8.8979375rem;top:16.811525rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#GwWggNEHix4udvloMlvViVSFzUmsT3Wf li:before{  }
 }@media only screen and (max-width: 763px) { #mJ8u8U3TS4nMzG0qy5uDDGoPcf66hmkE { width:20rem;height:1.4624rem;top:14.0996125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7dVNReTTwkmKuil5Msg7RnRv5iXJfC6 { width:20rem;height:2.92480625rem;top:26.9589625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJ5eT0lsa6ytsMKRT5ESaR6UT2SOuG28 { width:20rem;height:16.7260625rem;top:31.13376875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE2M4DMGBXSAS2gxXTfEHnwwikMuoE01 { width:18.75rem;height:3.4375rem;top:46.375rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7ldfwoghQfvzQPt4OOW1ZGqlP2TMRWz { display:block; }
 }@media only screen and (max-width: 763px) { #FTxRldMIRRCLR8pP4zl16m5cIbgTy7v3 { background-color:#29d562;background-image:url("https://images.assets-landingi.com/uc/32fc5175-5623-4d18-ade8-271763e72a55/okladka_poziom.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#FTxRldMIRRCLR8pP4zl16m5cIbgTy7v3.adaptive-delivery-prevent-bg, #FTxRldMIRRCLR8pP4zl16m5cIbgTy7v3.lazyload, #FTxRldMIRRCLR8pP4zl16m5cIbgTy7v3.lazyloading { background-image: none; }#FTxRldMIRRCLR8pP4zl16m5cIbgTy7v3 > .row .container { background-color: transparent; background-image: none; }#FTxRldMIRRCLR8pP4zl16m5cIbgTy7v3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTxRldMIRRCLR8pP4zl16m5cIbgTy7v3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTxRldMIRRCLR8pP4zl16m5cIbgTy7v3 > .row .container > .video-iframe-container { display: none; }#FTxRldMIRRCLR8pP4zl16m5cIbgTy7v3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTxRldMIRRCLR8pP4zl16m5cIbgTy7v3 > .row > .video-iframe-container { display: none; }#FTxRldMIRRCLR8pP4zl16m5cIbgTy7v3 > .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); }#FTxRldMIRRCLR8pP4zl16m5cIbgTy7v3 > .row .container { width:20rem;height:48.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nWGnNzM3gJcbQbFohZ2bb6nD5BVPbBTK { width:20rem;height:5.19921875rem;top:2.5rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLcS3WatvtkCQgx52wZD4maiOdl5yC4T { width:20rem;height:6rem;top:8.625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MWMDePeegG50T58wvmXqMHstypttNmIo { width:20rem;height:13.2470625rem;top:18.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#MWMDePeegG50T58wvmXqMHstypttNmIo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4955c3b4375e477e4d0745546c948d4d72744f39.svg); }
 }@media only screen and (max-width: 763px) { #dAmOd8gCFTzoA5rfLcaJTZtInDCVFk2T { width:20rem;height:1.4624rem;top:16.375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLeb6y64tSSWbxTaJ9pZOkHAX1CKAeBT { width:20rem;height:1.4624rem;top:33.861328125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmpuaS8MxR7Ei5xWxLvCoHeQTqaxPMgI { width:20rem;height:8.38575rem;top:36.31982421875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#NmpuaS8MxR7Ei5xWxLvCoHeQTqaxPMgI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4955c3b4375e477e4d0745546c948d4d72744f39.svg); }
 }@media only screen and (max-width: 763px) { #wDPpwGb32bbe8744Eb5bZcd7whlzfk9R { background-color:#29d562;background-image:url("https://images.assets-landingi.com/uc/bb1683b0-8db8-42fb-aebb-0f9e49be3e3a/jasnetlo.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#wDPpwGb32bbe8744Eb5bZcd7whlzfk9R.adaptive-delivery-prevent-bg, #wDPpwGb32bbe8744Eb5bZcd7whlzfk9R.lazyload, #wDPpwGb32bbe8744Eb5bZcd7whlzfk9R.lazyloading { background-image: none; }#wDPpwGb32bbe8744Eb5bZcd7whlzfk9R > .row .container { background-color: transparent; background-image: none; }#wDPpwGb32bbe8744Eb5bZcd7whlzfk9R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDPpwGb32bbe8744Eb5bZcd7whlzfk9R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDPpwGb32bbe8744Eb5bZcd7whlzfk9R > .row .container > .video-iframe-container { display: none; }#wDPpwGb32bbe8744Eb5bZcd7whlzfk9R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDPpwGb32bbe8744Eb5bZcd7whlzfk9R > .row > .video-iframe-container { display: none; }#wDPpwGb32bbe8744Eb5bZcd7whlzfk9R > .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); }#wDPpwGb32bbe8744Eb5bZcd7whlzfk9R > .row .container { width:20rem;height:61.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AFDxnPKtqI0BF18TpV1apZwQDytZbT1r { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqAe9iTvXxXSGlBWLvP2qpRJbeEB3CCI { width:20rem;height:7.5rem;top:5.42480625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #r09OT3E1pqdGg9iZRvezgvFlahFg8Q4w { width:20rem;height:5.486325rem;top:19.97314375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#r09OT3E1pqdGg9iZRvezgvFlahFg8Q4w li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e8cb8f26d0a2e4f834197a178e21d451.svg); }
 }@media only screen and (max-width: 763px) { #MEsExPtVuGF0Af09bEXSui6OCVTOCC0d { width:20rem;height:4.548825rem;top:14.17480625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqfRTKPy9kvuZk3J4kGtu2JfKwGAAr8J { width:20rem;height:2.2744125rem;top:26.70898125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7HmTBV6G85brU1L97XEG6bcBqg63BdK { width:20rem;height:30.216718266254rem;top:30.23242109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWusZtv5xPHdTSFPLfMokt5rVIlyW2NL { background-color:#29d562;background-image:url("https://images.assets-landingi.com/uc/32fc5175-5623-4d18-ade8-271763e72a55/okladka_poziom.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#KWusZtv5xPHdTSFPLfMokt5rVIlyW2NL.adaptive-delivery-prevent-bg, #KWusZtv5xPHdTSFPLfMokt5rVIlyW2NL.lazyload, #KWusZtv5xPHdTSFPLfMokt5rVIlyW2NL.lazyloading { background-image: none; }#KWusZtv5xPHdTSFPLfMokt5rVIlyW2NL > .row .container { background-color: transparent; background-image: none; }#KWusZtv5xPHdTSFPLfMokt5rVIlyW2NL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWusZtv5xPHdTSFPLfMokt5rVIlyW2NL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWusZtv5xPHdTSFPLfMokt5rVIlyW2NL > .row .container > .video-iframe-container { display: none; }#KWusZtv5xPHdTSFPLfMokt5rVIlyW2NL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWusZtv5xPHdTSFPLfMokt5rVIlyW2NL > .row > .video-iframe-container { display: none; }#KWusZtv5xPHdTSFPLfMokt5rVIlyW2NL > .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); }#KWusZtv5xPHdTSFPLfMokt5rVIlyW2NL > .row .container { width:20rem;height:36.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qzkO1tKN0DIysXSJs5hc2Mq56FMC2L62 { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgxZEi5yE4Jv8mAll0KdK1FpE1CMF3b3 { width:20rem;height:5.0996125rem;top:8.3496125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #y8yUM2uMhmU6OEI6vHFCJ3iQbnyrxehZ { width:15.8125rem;height:1.5rem;top:16.1875rem;left:2rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SzwHgboZO3BscyvbezMH154bV5J3ZEuF { width:13.6875rem;height:2.5996125rem;top:18.5625rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZRNdnqrwELNaq0C9CBvtiS8RKRyExBu { width:12.8125rem;height:1.5rem;top:21.8125rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UnhKtkq81EmBxQTpsv2U4cFzKvy7RQ3Q { width:17.6875rem;height:9.0625rem;top:15.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNyzTB9mIoyhqOLBg0sCQtQbKiHsshxu { width:20rem;height:3rem;top:26.474609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #c44muO6hlfUraThMTERRCpezfGdwVNTr { width:19rem;height:3.4375rem;top:30.474609375rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4AvtCTkQ2VhNPiByCSVT1frVD89tRqD { display:block; }
 }@media only screen and (max-width: 763px) { #DLzMu4eCoDtUqcP9rJR8kSrBzx9kous1 { background-color:transparent;background-image: -webkit-linear-gradient(top, #eed36d, #af7908);background-image: -moz-linear-gradient(top, #eed36d, #af7908);background-image: -ms-linear-gradient(top, #eed36d, #af7908);background-image: -o-linear-gradient(top, #eed36d, #af7908);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eed36d', endColorstr='#af7908' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eed36d', endColorstr='#af7908' );";background-image: linear-gradient(to bottom, #eed36d, #af7908);background-size:cover !important;display:block; }#DLzMu4eCoDtUqcP9rJR8kSrBzx9kous1 > .row .container { background-color: transparent; background-image: none; }#DLzMu4eCoDtUqcP9rJR8kSrBzx9kous1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLzMu4eCoDtUqcP9rJR8kSrBzx9kous1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLzMu4eCoDtUqcP9rJR8kSrBzx9kous1 > .row .container > .video-iframe-container { display: none; }#DLzMu4eCoDtUqcP9rJR8kSrBzx9kous1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLzMu4eCoDtUqcP9rJR8kSrBzx9kous1 > .row > .video-iframe-container { display: none; }#DLzMu4eCoDtUqcP9rJR8kSrBzx9kous1 > .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); }#DLzMu4eCoDtUqcP9rJR8kSrBzx9kous1 > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTuSTu1uXchfOdlSUpt5fqqb6KT0Wq2b { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBdZldFKn5Shr4J6l7GmfzcUVSt3dEhX { width:18.875rem;height:10.79735625rem;top:4.599609375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XgqlLZz92IR1BisU5lWczhT6cGziqWGA { background-color:#29d562;background-image:url("https://images.assets-landingi.com/uc/6a5c022f-93fb-4057-88fa-571319afdd04/okladka_pion.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#XgqlLZz92IR1BisU5lWczhT6cGziqWGA.adaptive-delivery-prevent-bg, #XgqlLZz92IR1BisU5lWczhT6cGziqWGA.lazyload, #XgqlLZz92IR1BisU5lWczhT6cGziqWGA.lazyloading { background-image: none; }#XgqlLZz92IR1BisU5lWczhT6cGziqWGA > .row .container { background-color: transparent; background-image: none; }#XgqlLZz92IR1BisU5lWczhT6cGziqWGA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XgqlLZz92IR1BisU5lWczhT6cGziqWGA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XgqlLZz92IR1BisU5lWczhT6cGziqWGA > .row .container > .video-iframe-container { display: none; }#XgqlLZz92IR1BisU5lWczhT6cGziqWGA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XgqlLZz92IR1BisU5lWczhT6cGziqWGA > .row > .video-iframe-container { display: none; }#XgqlLZz92IR1BisU5lWczhT6cGziqWGA > .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); }#XgqlLZz92IR1BisU5lWczhT6cGziqWGA > .row .container { width:20rem;height:20.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AxDUeCVkVSuB706IHFwqJ6lNLOAzwzRs { width:20rem;height:1.625rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzc7TSNb7yD95LLCscXAoH9quwAo6O7H { width:20rem;height:5.249025rem;top:4.125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qDokPIDs7s3NDZebU0SV30iLpXbZxWgq { width:20rem;height:2.69921875rem;top:10.624025rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TWNdZDgSK6iNGhKUoCsT08zbLbB00KLd { width:19.4375rem;height:3.4375rem;top:14.6982421875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyMKwbdMvVEptGSnzo4QXekLZ7WUASvJ { display:block; }
 }@media only screen and (max-width: 763px) { #chySncb6SS1iqguml7gNmTldav5lgwVh { display:block; }#chySncb6SS1iqguml7gNmTldav5lgwVh > .row .container { width:20rem;height:9.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gMHbAb056xyn3EC2Ot6Cgmxar5t2ZkN9 { width:11.3125rem;height:1.949225rem;top:5.9375rem;left:4.34375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ptzRikhr3TT8sc2QlbxisnGtDFwDcsFp { width:18.25rem;height:1.949225rem;top:3.13671875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zfCi5Q5KTwsapo6NIdGFAD0lu64wcBsg { width:7.3125rem;height:2.4375rem;top:0.69921875rem;left:6.34375rem;display:block; }
 }