.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:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Source Sans Pro";--paragraphs-font-family:"Source Sans Pro"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2953a89b-e34f-4e20-a874-45f15e92994b/tlo_1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rk7UQfzNmdq9B1sUbrPhoGQvaeZL6G8v { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a074428b-a53a-415f-8923-48dbbbe764ba/okladka_pion.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Rk7UQfzNmdq9B1sUbrPhoGQvaeZL6G8v.adaptive-delivery-prevent-bg, #Rk7UQfzNmdq9B1sUbrPhoGQvaeZL6G8v.lazyload, #Rk7UQfzNmdq9B1sUbrPhoGQvaeZL6G8v.lazyloading { background-image: none; }#Rk7UQfzNmdq9B1sUbrPhoGQvaeZL6G8v > .row .container { background-color: transparent; background-image: none; }#Rk7UQfzNmdq9B1sUbrPhoGQvaeZL6G8v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rk7UQfzNmdq9B1sUbrPhoGQvaeZL6G8v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rk7UQfzNmdq9B1sUbrPhoGQvaeZL6G8v > .row .container > .video-iframe-container { display: none; }#Rk7UQfzNmdq9B1sUbrPhoGQvaeZL6G8v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rk7UQfzNmdq9B1sUbrPhoGQvaeZL6G8v > .row > .video-iframe-container { display: none; }#Rk7UQfzNmdq9B1sUbrPhoGQvaeZL6G8v > .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); }#Rk7UQfzNmdq9B1sUbrPhoGQvaeZL6G8v > .row .container { border-width: 0; border-radius: 0; }#Rk7UQfzNmdq9B1sUbrPhoGQvaeZL6G8v::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rk7UQfzNmdq9B1sUbrPhoGQvaeZL6G8v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rk7UQfzNmdq9B1sUbrPhoGQvaeZL6G8v > .row .container { font-size:0.875rem;font-family:arial;height:38.3125rem;width:60rem;overflow:visible;position:relative;display:block; }#tzHfLLW7gv0U9FTI8QZGOFSxuQSyaAuA { color:#ffffff;display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4.6875rem;left:0rem;height:1.29980625rem;font-style:italic;display:block; }
#yZ09LxIdDEwGvqIJQIAJTvpC5T9FzUs1 { color:rgba(var(--color-tertiary-0),1);display:block;width:26rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6rem;left:0rem;height:1.7871125rem;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;display:block; }
#I1fU1naQoi3qyVWudPiPfTn7tiiy4L7o { color:#ffffff;display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8.375rem;left:0rem;height:7.3125rem;font-style:italic;display:block; }
#pMzkGHXtZnK4ZMUyJIFwh4TbpUFKQ2dN { color:#ffffff;display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:17.1875rem;left:0rem;height:3.9375rem;font-style:normal;display:block; }
#m3zUQSRbe9DFIDuiKVMN3HCZBt6ZD2lk { color:#ffffff;display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:21.86093711853rem;left:0rem;height:2.625rem;font-style:normal;display:block; }
#uyfPhvplQdTFom31nPZS3FTzoinnB0mB { background-color:transparent;background-image: -webkit-linear-gradient(226deg, #cccccc, #ffffff);background-image: -moz-linear-gradient(226deg, #cccccc, #ffffff);background-image: -ms-linear-gradient(226deg, #cccccc, #ffffff);background-image: -o-linear-gradient(226deg, #cccccc, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff' );";background-image: linear-gradient(226deg, #cccccc, #ffffff);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#000114;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.3rem;height:3.05rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:27.0625rem;left:0rem;display:block; }
#pQruP5uiqgCtGNbn2NhHWcRVe5txIvpz { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#gZtyCoPrKNfoA4hgiQBAqDOVMpJs98GI { background-color:transparent;background-image: -webkit-linear-gradient(226deg, #cccccc, #ffffff);background-image: -moz-linear-gradient(226deg, #cccccc, #ffffff);background-image: -ms-linear-gradient(226deg, #cccccc, #ffffff);background-image: -o-linear-gradient(226deg, #cccccc, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff' );";background-image: linear-gradient(226deg, #cccccc, #ffffff);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#000114;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9375rem;height:3rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:31.0625rem;left:0rem;display:block; }
#b6NbAvMqVTSxmuZdwOwwbHetELAEm3Py { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#QA9tnveR0RXevVUmO46kgoOrRvTlrvln { position:absolute;display:block;z-index:15003;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:24.75rem;width:19.0625rem;top:7.7874999046325rem;left:39.312501907349rem;overflow:hidden;display:block; }
#P2a7ZT333dHCTdozrTeg7GM6gm40BwIJ { position:absolute;display:block;z-index:15004;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:25.375rem;width:25.375rem;top:12.9375rem;left:24.687501907349rem;overflow:hidden;display:block; }
#C5RpoFVgOoqH3UXPBvdoL0Xm1EduMl4X { background-color:#f5f1ec;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; }#C5RpoFVgOoqH3UXPBvdoL0Xm1EduMl4X.adaptive-delivery-prevent-bg, #C5RpoFVgOoqH3UXPBvdoL0Xm1EduMl4X.lazyload, #C5RpoFVgOoqH3UXPBvdoL0Xm1EduMl4X.lazyloading { background-image: none; }#C5RpoFVgOoqH3UXPBvdoL0Xm1EduMl4X > .row .container { background-color: transparent; background-image: none; }#C5RpoFVgOoqH3UXPBvdoL0Xm1EduMl4X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5RpoFVgOoqH3UXPBvdoL0Xm1EduMl4X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5RpoFVgOoqH3UXPBvdoL0Xm1EduMl4X > .row .container > .video-iframe-container { display: none; }#C5RpoFVgOoqH3UXPBvdoL0Xm1EduMl4X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5RpoFVgOoqH3UXPBvdoL0Xm1EduMl4X > .row > .video-iframe-container { display: none; }#C5RpoFVgOoqH3UXPBvdoL0Xm1EduMl4X > .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); }#C5RpoFVgOoqH3UXPBvdoL0Xm1EduMl4X > .row .container { border-width: 0; border-radius: 0; }#C5RpoFVgOoqH3UXPBvdoL0Xm1EduMl4X > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#C5RpoFVgOoqH3UXPBvdoL0Xm1EduMl4X > .row .container { font-size:0.875rem;font-family:"open sans";height:41.1875rem;width:60rem;overflow:visible;position:relative;display:block; }#AJ2bkTp0aL8xGKwKiz1JLtrBTh18VlcM { color:#ffffff;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.25rem;left:0rem;height:2.76220625rem;font-style:italic;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; }
#ALwTbfpWJD7KT8A9SRkf8kdXZo1p8A1I { color:#ffffff;display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:8.75rem;left:15.000001907349rem;height:28.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rX9b5O7pEykXibBFMPPu4NAusU7fP0gQ { background-color:#f5f1ec;background-image:url("https://images.assets-landingi.com/uc/bb1683b0-8db8-42fb-aebb-0f9e49be3e3a/jasnetlo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#rX9b5O7pEykXibBFMPPu4NAusU7fP0gQ.adaptive-delivery-prevent-bg, #rX9b5O7pEykXibBFMPPu4NAusU7fP0gQ.lazyload, #rX9b5O7pEykXibBFMPPu4NAusU7fP0gQ.lazyloading { background-image: none; }#rX9b5O7pEykXibBFMPPu4NAusU7fP0gQ > .row .container { background-color: transparent; background-image: none; }#rX9b5O7pEykXibBFMPPu4NAusU7fP0gQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rX9b5O7pEykXibBFMPPu4NAusU7fP0gQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rX9b5O7pEykXibBFMPPu4NAusU7fP0gQ > .row .container > .video-iframe-container { display: none; }#rX9b5O7pEykXibBFMPPu4NAusU7fP0gQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rX9b5O7pEykXibBFMPPu4NAusU7fP0gQ > .row > .video-iframe-container { display: none; }#rX9b5O7pEykXibBFMPPu4NAusU7fP0gQ > .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); }#rX9b5O7pEykXibBFMPPu4NAusU7fP0gQ > .row .container { border-width: 0; border-radius: 0; }#rX9b5O7pEykXibBFMPPu4NAusU7fP0gQ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#rX9b5O7pEykXibBFMPPu4NAusU7fP0gQ > .row .container { font-size:0.875rem;font-family:"open sans";height:23.6875rem;width:60rem;overflow:visible;position:relative;display:block; }#J4IdpVIC9QrMDa7Q6qSSxbImcBUB8rGe { color:#002345;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.25rem;left:0rem;height:2.76220625rem;font-style:italic;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; }
#AcAaIt94ZzncXgbNayNVxvpcbAeFWv8G { color:#002345;display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:8.75rem;left:15.000001907349rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xi97gHkMDRUxM0q50WcMNJOyPqP1T5JX { color:#002345;display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:12.500000238419rem;left:15.000001907349rem;height:7.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mzs2vuCwZ3ETxHtZALkqpmpLMlbVXWBX { background-color:#f5f1ec;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; }#mzs2vuCwZ3ETxHtZALkqpmpLMlbVXWBX.adaptive-delivery-prevent-bg, #mzs2vuCwZ3ETxHtZALkqpmpLMlbVXWBX.lazyload, #mzs2vuCwZ3ETxHtZALkqpmpLMlbVXWBX.lazyloading { background-image: none; }#mzs2vuCwZ3ETxHtZALkqpmpLMlbVXWBX > .row .container { background-color: transparent; background-image: none; }#mzs2vuCwZ3ETxHtZALkqpmpLMlbVXWBX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzs2vuCwZ3ETxHtZALkqpmpLMlbVXWBX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzs2vuCwZ3ETxHtZALkqpmpLMlbVXWBX > .row .container > .video-iframe-container { display: none; }#mzs2vuCwZ3ETxHtZALkqpmpLMlbVXWBX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzs2vuCwZ3ETxHtZALkqpmpLMlbVXWBX > .row > .video-iframe-container { display: none; }#mzs2vuCwZ3ETxHtZALkqpmpLMlbVXWBX > .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); }#mzs2vuCwZ3ETxHtZALkqpmpLMlbVXWBX > .row .container { border-width: 0; border-radius: 0; }#mzs2vuCwZ3ETxHtZALkqpmpLMlbVXWBX > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#mzs2vuCwZ3ETxHtZALkqpmpLMlbVXWBX > .row .container { font-size:0.875rem;font-family:"open sans";height:31.9375rem;width:60rem;overflow:visible;position:relative;display:block; }#FpxVCcIIBgslXGo4iWT8XQGX2iGvNVlu { color:#ffffff;display:block;width:30.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.6249999525026rem;left:0rem;height:8.285125rem;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; }
#sq6LDfJEqXf5SNwT7qsIlPc34GtzFiRN { color:#ffffff;display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:13.875000953674rem;left:0rem;height:6.296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hU0EQVc5yG27WLfKbby4dwKOrLkvQwWP { 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.0625rem;left:0rem;height:1.625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#WVI7RHODAthmsG95ZlZBVXm7cSwTKJAU { color:#ffffff;display:block;width:34.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:21.67421913147rem;left:0rem;height:1.625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#HLtKDktvehfEsHqTEFGHcp0UZICEkgZx { box-sizing:content-box;height:20.1875rem;width:20.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/7aa75bcf-a4e0-4f5a-b449-0f2c67d5ca8c/11.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;top:2.53125rem;left:36.91250038147rem;display:block; }#HLtKDktvehfEsHqTEFGHcp0UZICEkgZx.adaptive-delivery-prevent-bg, #HLtKDktvehfEsHqTEFGHcp0UZICEkgZx.lazyload, #HLtKDktvehfEsHqTEFGHcp0UZICEkgZx.lazyloading { background-image: none; }
#e78TK8f1rpcT99lw5sm0XSh8X0lkmCrQ { color:#ffffff;display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:13.875000953674rem;left:0rem;height:6.298825rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#CbLoWGh2ybGOZqPLoB4CzwWZFUvfZiJL { background-color:transparent;background-image: -webkit-linear-gradient(226deg, #cccccc, #ffffff);background-image: -moz-linear-gradient(226deg, #cccccc, #ffffff);background-image: -ms-linear-gradient(226deg, #cccccc, #ffffff);background-image: -o-linear-gradient(226deg, #cccccc, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff' );";background-image: linear-gradient(226deg, #cccccc, #ffffff);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#000114;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.0625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:25.3125rem;left:0rem;display:block; }
#JsP7SMEd2FpPLtNFaa1QyKVQG9yaIHoo { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#dob6TFQhr1AaizAerWE86mymsJEfFS5G { background-color:transparent;background-image: -webkit-linear-gradient(226deg, #cccccc, #ffffff);background-image: -moz-linear-gradient(226deg, #cccccc, #ffffff);background-image: -ms-linear-gradient(226deg, #cccccc, #ffffff);background-image: -o-linear-gradient(226deg, #cccccc, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff' );";background-image: linear-gradient(226deg, #cccccc, #ffffff);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#000114;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.925rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:25.375rem;left:12.9375rem;display:block; }
#WT6SZhTi2Z3N2SwIyFTyrnk8eBlqrJFV { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#qNiNKzxzfkq8TMlhAfxyM8zxneGxGXOB { background-color:#f5f1ec;background-image:url("https://images.assets-landingi.com/uc/bb1683b0-8db8-42fb-aebb-0f9e49be3e3a/jasnetlo.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; }#qNiNKzxzfkq8TMlhAfxyM8zxneGxGXOB.adaptive-delivery-prevent-bg, #qNiNKzxzfkq8TMlhAfxyM8zxneGxGXOB.lazyload, #qNiNKzxzfkq8TMlhAfxyM8zxneGxGXOB.lazyloading { background-image: none; }#qNiNKzxzfkq8TMlhAfxyM8zxneGxGXOB > .row .container { background-color: transparent; background-image: none; }#qNiNKzxzfkq8TMlhAfxyM8zxneGxGXOB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNiNKzxzfkq8TMlhAfxyM8zxneGxGXOB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNiNKzxzfkq8TMlhAfxyM8zxneGxGXOB > .row .container > .video-iframe-container { display: none; }#qNiNKzxzfkq8TMlhAfxyM8zxneGxGXOB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNiNKzxzfkq8TMlhAfxyM8zxneGxGXOB > .row > .video-iframe-container { display: none; }#qNiNKzxzfkq8TMlhAfxyM8zxneGxGXOB > .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); }#qNiNKzxzfkq8TMlhAfxyM8zxneGxGXOB > .row .container { border-width: 0; border-radius: 0; }#qNiNKzxzfkq8TMlhAfxyM8zxneGxGXOB > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#qNiNKzxzfkq8TMlhAfxyM8zxneGxGXOB > .row .container { font-size:0.875rem;font-family:"open sans";height:26.375rem;width:60rem;overflow:visible;position:relative;display:block; }#CxiDvN50KdsD6m9FGKHLtFgpTJXJb0Mo { color:#002345;display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.25rem;left:25.125rem;height:5.84765rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#NwNFey8hpfE3PcGSdroqHMcgJiAxrvzg { color:#002345;display:block;width:30rem;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:11.9375rem;left:25.125rem;height:6.933625rem;font-style:italic;display:block; }#NwNFey8hpfE3PcGSdroqHMcgJiAxrvzg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NwNFey8hpfE3PcGSdroqHMcgJiAxrvzg li:before{  }
#C8frvxoQQcoEvwtbqWZg8kdGWUZTpSIb { color:#002345;display:block;width:34.9375rem;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.125rem;left:25.125001907349rem;height:3.25rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#R2y9dSWKtycZ8d9kQwPRq19TW9APz1kZ { color:#002345;display:block;width:34.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3rem;left:25.125rem;height:1.625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#QcmqzuLLectgM4toRu1G7T12wCQnzOB7 { position:absolute;display:block;z-index:15004;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:24.75rem;width:19.0625rem;top:0.81250476837156rem;left:3.0375003814698rem;overflow:hidden;display:block; }
#CPoUnl0RzsyUaHtpTQ1Na5z7nxIOqHMx { 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; }#CPoUnl0RzsyUaHtpTQ1Na5z7nxIOqHMx.adaptive-delivery-prevent-bg, #CPoUnl0RzsyUaHtpTQ1Na5z7nxIOqHMx.lazyload, #CPoUnl0RzsyUaHtpTQ1Na5z7nxIOqHMx.lazyloading { background-image: none; }#CPoUnl0RzsyUaHtpTQ1Na5z7nxIOqHMx > .row .container { background-color: transparent; background-image: none; }#CPoUnl0RzsyUaHtpTQ1Na5z7nxIOqHMx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CPoUnl0RzsyUaHtpTQ1Na5z7nxIOqHMx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CPoUnl0RzsyUaHtpTQ1Na5z7nxIOqHMx > .row .container > .video-iframe-container { display: none; }#CPoUnl0RzsyUaHtpTQ1Na5z7nxIOqHMx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CPoUnl0RzsyUaHtpTQ1Na5z7nxIOqHMx > .row > .video-iframe-container { display: none; }#CPoUnl0RzsyUaHtpTQ1Na5z7nxIOqHMx > .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); }#CPoUnl0RzsyUaHtpTQ1Na5z7nxIOqHMx > .row .container { border-width: 0; border-radius: 0; }#CPoUnl0RzsyUaHtpTQ1Na5z7nxIOqHMx > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#CPoUnl0RzsyUaHtpTQ1Na5z7nxIOqHMx > .row .container { font-size:0.875rem;font-family:"open sans";height:24.25rem;width:60rem;overflow:visible;position:relative;display:block; }#hb82cZfyayVqpAsLnf0xMxv5HFqKyGRm { color:#ffffff;display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.1123046875rem;left:0rem;height:2.923825rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#HcVLeLV02bJKOQCuQp92z4amHWkmclVE { color:#ffffff;display:block;width:30rem;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:9.0625009536744rem;left:0rem;height:;font-style:italic;display:block; }#HcVLeLV02bJKOQCuQp92z4amHWkmclVE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HcVLeLV02bJKOQCuQp92z4amHWkmclVE li:before{  }
#kkPfGT7GwDpSFJRD1E1vhh146W8mb4Ml { color:#ffffff;display:block;width:34.875rem;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:19.125000953674rem;left:0rem;height:3.25rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#XpLXeisR3TT8HTx3MFFKb9cu1y62h5NO { color:#ffffff;display:block;width:34.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.9375rem;left:0rem;height:1.625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#WZ8p9GevZdec6lgSr6uKcd1Tk68SV0i5 { box-sizing:content-box;height:20.1875rem;width:20.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/94905d56-c0c9-4746-9ac3-df7bdbdc8c09/5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;top:2.03125rem;left:37.125001907349rem;display:block; }#WZ8p9GevZdec6lgSr6uKcd1Tk68SV0i5.adaptive-delivery-prevent-bg, #WZ8p9GevZdec6lgSr6uKcd1Tk68SV0i5.lazyload, #WZ8p9GevZdec6lgSr6uKcd1Tk68SV0i5.lazyloading { background-image: none; }
#IwrfBqSz4wRJr7CIuiRlWqMTdq384TD0 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b75e017e-c2ef-4d9b-9277-7af5834c7bd3/graybackgroundfrostedglass1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;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; }#IwrfBqSz4wRJr7CIuiRlWqMTdq384TD0.adaptive-delivery-prevent-bg, #IwrfBqSz4wRJr7CIuiRlWqMTdq384TD0.lazyload, #IwrfBqSz4wRJr7CIuiRlWqMTdq384TD0.lazyloading { background-image: none; }#IwrfBqSz4wRJr7CIuiRlWqMTdq384TD0 > .row .container { background-color: transparent; background-image: none; }#IwrfBqSz4wRJr7CIuiRlWqMTdq384TD0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.2); }#IwrfBqSz4wRJr7CIuiRlWqMTdq384TD0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IwrfBqSz4wRJr7CIuiRlWqMTdq384TD0 > .row .container > .video-iframe-container { display: none; }#IwrfBqSz4wRJr7CIuiRlWqMTdq384TD0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.2); }#IwrfBqSz4wRJr7CIuiRlWqMTdq384TD0 > .row > .video-iframe-container { display: none; }#IwrfBqSz4wRJr7CIuiRlWqMTdq384TD0 > .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); }#IwrfBqSz4wRJr7CIuiRlWqMTdq384TD0 > .row .container { border-width: 0; border-radius: 0; }#IwrfBqSz4wRJr7CIuiRlWqMTdq384TD0::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#IwrfBqSz4wRJr7CIuiRlWqMTdq384TD0 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#IwrfBqSz4wRJr7CIuiRlWqMTdq384TD0 > .row .container { font-size:0.875rem;font-family:"open sans";height:26.3125rem;width:60rem;overflow:visible;position:relative;display:block; }#fizuQe1yOTVch98nNr0CrxruBmMcnVhp { color:#002345;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.25rem;left:0rem;height:5.5244125rem;font-style:italic;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; }
#IBJQA1rAWuTxIVDyxZzlz3R1UQg2wSRk { color:#002345;display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:9.9375009536744rem;left:15.000001907349rem;height:7.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gkcbe4Rzb7r6lT2RBvQTJz51U0JsMdeo { background-color:#002345;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.8rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:19.75rem;left:11.5625rem;display:block; }
#EniflDbn4xUhb4Xpf4CoUmXJDv6xvixD { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#hfzBTvL0KM52qtxfgPPZab8GtIfbRzSg { background-color:#002345;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.4375rem;height:2.8125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:19.8125rem;left:24.0625rem;display:block; }
#atfBnymrQ7TuymmtM8oUP0yQE8EdbeLy { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#Mnqsw9QqAVreX2ROofyQAgZcLpJlfJoM { background-color:#f5f1ec;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; }#Mnqsw9QqAVreX2ROofyQAgZcLpJlfJoM.adaptive-delivery-prevent-bg, #Mnqsw9QqAVreX2ROofyQAgZcLpJlfJoM.lazyload, #Mnqsw9QqAVreX2ROofyQAgZcLpJlfJoM.lazyloading { background-image: none; }#Mnqsw9QqAVreX2ROofyQAgZcLpJlfJoM > .row .container { background-color: transparent; background-image: none; }#Mnqsw9QqAVreX2ROofyQAgZcLpJlfJoM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mnqsw9QqAVreX2ROofyQAgZcLpJlfJoM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mnqsw9QqAVreX2ROofyQAgZcLpJlfJoM > .row .container > .video-iframe-container { display: none; }#Mnqsw9QqAVreX2ROofyQAgZcLpJlfJoM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mnqsw9QqAVreX2ROofyQAgZcLpJlfJoM > .row > .video-iframe-container { display: none; }#Mnqsw9QqAVreX2ROofyQAgZcLpJlfJoM > .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); }#Mnqsw9QqAVreX2ROofyQAgZcLpJlfJoM > .row .container { border-width: 0; border-radius: 0; }#Mnqsw9QqAVreX2ROofyQAgZcLpJlfJoM > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Mnqsw9QqAVreX2ROofyQAgZcLpJlfJoM > .row .container { font-size:0.875rem;font-family:"open sans";height:41.1875rem;width:60rem;overflow:visible;position:relative;display:block; }#nXhUqnlrImKEwfBTm0kypoX8VodcgFs1 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.25rem;left:0rem;height:2.76220625rem;font-style:italic;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; }
#SnpdZdTfgf2GhT5h1Q6MrFcGufTO525p { color:#ffffff;display:block;width:31.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:7.3750002384187rem;left:14.03125rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fPIGdi5zaEfyu8cOInFf7HxXdvN5HK61 { box-sizing:content-box;height:22.9375rem;width:18.4375rem;position:absolute;display:block;z-index:15004;background-color:#af7908;background-image:url("https://images.assets-landingi.com/uc/b75e017e-c2ef-4d9b-9277-7af5834c7bd3/graybackgroundfrostedglass1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;top:12.650000095367rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }#fPIGdi5zaEfyu8cOInFf7HxXdvN5HK61.adaptive-delivery-prevent-bg, #fPIGdi5zaEfyu8cOInFf7HxXdvN5HK61.lazyload, #fPIGdi5zaEfyu8cOInFf7HxXdvN5HK61.lazyloading { background-image: none; }
#DXKNNZ3RoT50aoLdW3TQLX1VE93Z3yqp { box-sizing:content-box;height:22.9375rem;width:18.4375rem;position:absolute;display:block;z-index:15005;background-color:#f5f1ec;background-image:url("https://images.assets-landingi.com/uc/b75e017e-c2ef-4d9b-9277-7af5834c7bd3/graybackgroundfrostedglass1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;top:12.649219036102rem;left:41.562501907349rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }#DXKNNZ3RoT50aoLdW3TQLX1VE93Z3yqp.adaptive-delivery-prevent-bg, #DXKNNZ3RoT50aoLdW3TQLX1VE93Z3yqp.lazyload, #DXKNNZ3RoT50aoLdW3TQLX1VE93Z3yqp.lazyloading { background-image: none; }
#SGMwKoXnMV3Gsqfb5EcWmlzGedxTVECU { box-sizing:content-box;height:22.9375rem;width:18.4375rem;position:absolute;display:block;z-index:15006;background-color:#f5f1ec;background-image:url("https://images.assets-landingi.com/uc/b75e017e-c2ef-4d9b-9277-7af5834c7bd3/graybackgroundfrostedglass1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;top:12.698438167572rem;left:20.781251907349rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }#SGMwKoXnMV3Gsqfb5EcWmlzGedxTVECU.adaptive-delivery-prevent-bg, #SGMwKoXnMV3Gsqfb5EcWmlzGedxTVECU.lazyload, #SGMwKoXnMV3Gsqfb5EcWmlzGedxTVECU.lazyloading { background-image: none; }
#lOA4ML0558RTGbQAJsUMN3Cmtn5yT68B { color:#002345;display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:16.75rem;left:0rem;height:1.375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#gyeaiCAxKnTT4qtkm05uZKRRqr3Tku9v { color:#002345;display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:17.4375rem;left:20.8125rem;height:2.75rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#fXLRnfA4qnyIwQ82qz7RDJ4dGJsTr2bv { color:#002345;display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:14.8125rem;left:41.5625rem;height:2.75rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#IFrpniMLfLV24w2vzMgI9g0HHI4ih3RV { color:#002345;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:19.6875rem;left:0.75rem;height:11.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fxc4gQ07t3Tk18OVVHiGONm3M4y8hcC9 { color:#002345;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:21.625rem;left:21.5625rem;height:9.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IrZxgTRa6sGzqI6qxO6QGBCgIozHMAsP { color:#002345;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:19rem;left:42.3125rem;height:14.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EuvOPxra005HVKgJ22IuGqoHkCe73vkk { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bb1683b0-8db8-42fb-aebb-0f9e49be3e3a/jasnetlo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;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; }#EuvOPxra005HVKgJ22IuGqoHkCe73vkk.adaptive-delivery-prevent-bg, #EuvOPxra005HVKgJ22IuGqoHkCe73vkk.lazyload, #EuvOPxra005HVKgJ22IuGqoHkCe73vkk.lazyloading { background-image: none; }#EuvOPxra005HVKgJ22IuGqoHkCe73vkk > .row .container { background-color: transparent; background-image: none; }#EuvOPxra005HVKgJ22IuGqoHkCe73vkk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.2); }#EuvOPxra005HVKgJ22IuGqoHkCe73vkk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EuvOPxra005HVKgJ22IuGqoHkCe73vkk > .row .container > .video-iframe-container { display: none; }#EuvOPxra005HVKgJ22IuGqoHkCe73vkk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.2); }#EuvOPxra005HVKgJ22IuGqoHkCe73vkk > .row > .video-iframe-container { display: none; }#EuvOPxra005HVKgJ22IuGqoHkCe73vkk > .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); }#EuvOPxra005HVKgJ22IuGqoHkCe73vkk > .row .container { border-width: 0; border-radius: 0; }#EuvOPxra005HVKgJ22IuGqoHkCe73vkk::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#EuvOPxra005HVKgJ22IuGqoHkCe73vkk > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#EuvOPxra005HVKgJ22IuGqoHkCe73vkk > .row .container { font-size:0.875rem;font-family:"open sans";height:50.175rem;width:60rem;overflow:visible;position:relative;display:block; }#AlUvOdGD9X6o2tBu8am6LThGHgeA6TSo { color:#002345;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.25rem;left:0rem;height:;font-style:italic;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; }
#PPuvwi10G5LMrdwJBphzDi9HSTZ6UedU { color:#002345;display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:7.8125rem;left:15rem;height:1.3125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ZCfyZaidFS2knCe7bnC9un33UBeThw9L { color:#002345;display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:9.875rem;left:15rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IHwDQQCoGxAn2WCMCJBeOTbHGGZ72xxi { box-sizing:content-box;height:0.0625rem;width:12.5rem;position:absolute;display:block;z-index:15006;background-color:#002345;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.124984741211rem;left:23.750001907349rem;display:block; }
#qdP1xOVxEzshWOuVKPof18e3t4E1izPJ { color:#002345;display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:16.625rem;left:15rem;height:1.3125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#kT5PcCSiTAsZ2qnvLZySU7wd4xv1CGB1 { color:#002345;display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:18.5625rem;left:15rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zX58lO8HwzaCTRnDvMrdrE2QqUH6eyCv { box-sizing:content-box;height:0.0625rem;width:12.5rem;position:absolute;display:block;z-index:15007;background-color:#002345;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.687484741211rem;left:23.750001907349rem;display:block; }
#Z6vSOk6QH4AZNgx5E8664rm86clX8rcI { color:#002345;display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:24.0625rem;left:15rem;height:1.3125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#GwpKq2x42U4Q2kF96tX8HwiTw32FONZc { color:#002345;display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:26.125rem;left:15rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TLwXSoQI6ZyqX9gRqZO0JhT89OMNRfuQ { box-sizing:content-box;height:0.0625rem;width:12.5rem;position:absolute;display:block;z-index:15008;background-color:#002345;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.937484741211rem;left:23.750001907349rem;display:block; }
#Ub5EziQDCqtPEbSZUHplDHSsTt4mnwBe { color:#002345;display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:31.375rem;left:15rem;height:1.3125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#bVLzvSZpJP6pXK27RpUWGmhkNQkbAiuT { color:#002345;display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:33.4375rem;left:15rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ttv7ckn3VCkJuLBRE2CzMamuEATkmSbi { box-sizing:content-box;height:0.0625rem;width:12.5rem;position:absolute;display:block;z-index:15009;background-color:#002345;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.312484741211rem;left:23.750001907349rem;display:block; }
#fTACqlMvLBeLXEIPZPx8V2lmCVht1qVT { color:#002345;display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:38.75rem;left:15rem;height:1.3125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#WgeslHiWRfPcAGQK1sAXQCsp7m8G3NPL { color:#002345;display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:40.8125rem;left:15rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SaX5d3zrmmBRkExfydwLsZ8gmrsoNutn { background-color:#002345;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8625rem;height:2.925rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:45.39999961853rem;left:23.06875038147rem;display:block; }
#oFvli5xLH2JC7moKisiDJndLDgmselKn { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#Wng7RoMVKUMneOdH2h7TTyJfaMhcM5p6 { background-color:#f5f1ec;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; }#Wng7RoMVKUMneOdH2h7TTyJfaMhcM5p6.adaptive-delivery-prevent-bg, #Wng7RoMVKUMneOdH2h7TTyJfaMhcM5p6.lazyload, #Wng7RoMVKUMneOdH2h7TTyJfaMhcM5p6.lazyloading { background-image: none; }#Wng7RoMVKUMneOdH2h7TTyJfaMhcM5p6 > .row .container { background-color: transparent; background-image: none; }#Wng7RoMVKUMneOdH2h7TTyJfaMhcM5p6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wng7RoMVKUMneOdH2h7TTyJfaMhcM5p6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wng7RoMVKUMneOdH2h7TTyJfaMhcM5p6 > .row .container > .video-iframe-container { display: none; }#Wng7RoMVKUMneOdH2h7TTyJfaMhcM5p6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wng7RoMVKUMneOdH2h7TTyJfaMhcM5p6 > .row > .video-iframe-container { display: none; }#Wng7RoMVKUMneOdH2h7TTyJfaMhcM5p6 > .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); }#Wng7RoMVKUMneOdH2h7TTyJfaMhcM5p6 > .row .container { border-width: 0; border-radius: 0; }#Wng7RoMVKUMneOdH2h7TTyJfaMhcM5p6 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Wng7RoMVKUMneOdH2h7TTyJfaMhcM5p6 > .row .container { font-size:0.875rem;font-family:"open sans";height:49.6875rem;width:60rem;overflow:visible;position:relative;display:block; }#AnPkeDOTxbTnFsTu1gT6MgzlArD4H8K9 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.25rem;left:0rem;height:2.76220625rem;font-style:italic;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; }
#Tyq5IZnvWEHLvJGWBz9TVRx1mT40SxCT { color:#ffffff;display:block;width:31.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:6.0117197036743rem;left:14.03125rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uJOgmVm3QCHKro4qlTV5bWqkbqP3BlGF { box-sizing:content-box;height:17.5rem;width:28.6875rem;position:absolute;display:block;z-index:15004;background-color:#af7908;background-image:url("https://images.assets-landingi.com/uc/b75e017e-c2ef-4d9b-9277-7af5834c7bd3/graybackgroundfrostedglass1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;top:9.6875rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }#uJOgmVm3QCHKro4qlTV5bWqkbqP3BlGF.adaptive-delivery-prevent-bg, #uJOgmVm3QCHKro4qlTV5bWqkbqP3BlGF.lazyload, #uJOgmVm3QCHKro4qlTV5bWqkbqP3BlGF.lazyloading { background-image: none; }
#q0UTxoQFysWJDwwsVzr6BTJMyBCoiPKZ { color:#002345;display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:11.0625rem;left:1.6875rem;height:1.375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#xoDMOdt1OsTqFOQozisiUTqEUpG8S9EB { color:#002345;display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:13.69375038147rem;left:1.0375003814698rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xEaKKCuQirokoU01DLHQTh5OuCfMPU2a { box-sizing:content-box;height:17.5rem;width:28.6875rem;position:absolute;display:block;z-index:15006;background-color:#af7908;background-image:url("https://images.assets-landingi.com/uc/b75e017e-c2ef-4d9b-9277-7af5834c7bd3/graybackgroundfrostedglass1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;top:9.8125rem;left:31.1875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }#xEaKKCuQirokoU01DLHQTh5OuCfMPU2a.adaptive-delivery-prevent-bg, #xEaKKCuQirokoU01DLHQTh5OuCfMPU2a.lazyload, #xEaKKCuQirokoU01DLHQTh5OuCfMPU2a.lazyloading { background-image: none; }
#KkXZHcHdRvQFS1a3hVdeyrvIekBSSuUQ { color:#002345;display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:11.1875rem;left:32.875rem;height:1.375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#bWFJ32wsDO8RodUahKd92J5IWbCRZ7VV { color:#002345;display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:20.425000190735rem;left:1.0375003814698rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ETmBgKJOk1s5Vr83yGlRVnufdntvk2fy { color:#002345;display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:20.4375rem;left:32.25rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#spmyisWP1HxrREGU6mTyMoa4sTocFKhz { color:#002345;display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:13.6875rem;left:32.25rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JpUaAKnrtGDTRdqXsqX69Q5ruAAnHK4u { box-sizing:content-box;height:17.5rem;width:28.6875rem;position:absolute;display:block;z-index:15008;background-color:#af7908;background-image:url("https://images.assets-landingi.com/uc/b75e017e-c2ef-4d9b-9277-7af5834c7bd3/graybackgroundfrostedglass1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;top:29.5rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }#JpUaAKnrtGDTRdqXsqX69Q5ruAAnHK4u.adaptive-delivery-prevent-bg, #JpUaAKnrtGDTRdqXsqX69Q5ruAAnHK4u.lazyload, #JpUaAKnrtGDTRdqXsqX69Q5ruAAnHK4u.lazyloading { background-image: none; }
#SvJ7AM3GzlkLznTitFnZolgVMfPiE6WL { color:#002345;display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:40.25rem;left:1.0625rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vGxGTvw845eA0Ie39AHSpMZZuyqmG4c1 { color:#002345;display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:33.5rem;left:1.0625rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nBbF91WHq8lM3B1QAe5m3Zkn9TtkxWBt { color:#002345;display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:30.875rem;left:1.6875rem;height:1.375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#KZM4wCGH258uo9qP2rUtodiwRsgL0CbZ { box-sizing:content-box;height:17.5rem;width:28.6875rem;position:absolute;display:block;z-index:15012;background-color:#af7908;background-image:url("https://images.assets-landingi.com/uc/b75e017e-c2ef-4d9b-9277-7af5834c7bd3/graybackgroundfrostedglass1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;top:29.5rem;left:31.3125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }#KZM4wCGH258uo9qP2rUtodiwRsgL0CbZ.adaptive-delivery-prevent-bg, #KZM4wCGH258uo9qP2rUtodiwRsgL0CbZ.lazyload, #KZM4wCGH258uo9qP2rUtodiwRsgL0CbZ.lazyloading { background-image: none; }
#ybMysJ297A4gLWLDrKLOgHuuJEmHvfzk { color:#002345;display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:33.5rem;left:32.375rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WgWJAf7XhSRJlgbd6DydDAL0xZwkcrPv { color:#002345;display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:30.875rem;left:33rem;height:1.375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#vtWadO2b1y3ihJC05Em87nV1WlP66kp7 { color:#002345;display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:40.25rem;left:32.375rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aVPfxi6X9cdA490CG5MQvepqiLPXu3yN { background-color:#f5f1ec;background-image:url("https://images.assets-landingi.com/uc/bb1683b0-8db8-42fb-aebb-0f9e49be3e3a/jasnetlo.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; }#aVPfxi6X9cdA490CG5MQvepqiLPXu3yN.adaptive-delivery-prevent-bg, #aVPfxi6X9cdA490CG5MQvepqiLPXu3yN.lazyload, #aVPfxi6X9cdA490CG5MQvepqiLPXu3yN.lazyloading { background-image: none; }#aVPfxi6X9cdA490CG5MQvepqiLPXu3yN > .row .container { background-color: transparent; background-image: none; }#aVPfxi6X9cdA490CG5MQvepqiLPXu3yN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVPfxi6X9cdA490CG5MQvepqiLPXu3yN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVPfxi6X9cdA490CG5MQvepqiLPXu3yN > .row .container > .video-iframe-container { display: none; }#aVPfxi6X9cdA490CG5MQvepqiLPXu3yN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVPfxi6X9cdA490CG5MQvepqiLPXu3yN > .row > .video-iframe-container { display: none; }#aVPfxi6X9cdA490CG5MQvepqiLPXu3yN > .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); }#aVPfxi6X9cdA490CG5MQvepqiLPXu3yN > .row .container { border-width: 0; border-radius: 0; }#aVPfxi6X9cdA490CG5MQvepqiLPXu3yN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#aVPfxi6X9cdA490CG5MQvepqiLPXu3yN > .row .container { font-size:0.875rem;font-family:"open sans";height:29.0625rem;width:60rem;overflow:visible;position:relative;display:block; }#n9cb5Ig8Pv9srUTxXq1NeJTA5Z6mqzgC { color:#002345;display:block;width:34rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.5992188453675rem;left:0rem;height:5.84765rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#vEmsB2Dki4BKBJOmEF3iPdp00oJQPW6H { color:#002345;display:block;width:30rem;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:14.499999523163rem;left:0rem;height:8.3828125rem;font-style:italic;display:block; }#vEmsB2Dki4BKBJOmEF3iPdp00oJQPW6H li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vEmsB2Dki4BKBJOmEF3iPdp00oJQPW6H li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c70093c541b244159d02df96ac192179df393624.svg); }
#Xdxq3w7JaiNRhHh8oPLqJ5nR6mzCAT1A { color:#002345;display:block;width:34.875rem;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:23.874999523163rem;left:0rem;height:3.25rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#OaJMA4Tyyqwb0DISbsf5kvLwbh9zPIFh { color:#002345;display:block;width:34.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.625rem;left:0rem;height:3.25rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#k2UMAiFLyhXmAy3SxzDiT8wyTOBPbbev { position:absolute;display:block;z-index:15004;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:24.75rem;width:19.0625rem;top:2.15625rem;left:38.22500038147rem;overflow:hidden;display:block; }
#i6TSr1yOnBxdmBEnS6iDKhrv7pPn2QMW { 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; }#i6TSr1yOnBxdmBEnS6iDKhrv7pPn2QMW.adaptive-delivery-prevent-bg, #i6TSr1yOnBxdmBEnS6iDKhrv7pPn2QMW.lazyload, #i6TSr1yOnBxdmBEnS6iDKhrv7pPn2QMW.lazyloading { background-image: none; }#i6TSr1yOnBxdmBEnS6iDKhrv7pPn2QMW > .row .container { background-color: transparent; background-image: none; }#i6TSr1yOnBxdmBEnS6iDKhrv7pPn2QMW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6TSr1yOnBxdmBEnS6iDKhrv7pPn2QMW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6TSr1yOnBxdmBEnS6iDKhrv7pPn2QMW > .row .container > .video-iframe-container { display: none; }#i6TSr1yOnBxdmBEnS6iDKhrv7pPn2QMW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6TSr1yOnBxdmBEnS6iDKhrv7pPn2QMW > .row > .video-iframe-container { display: none; }#i6TSr1yOnBxdmBEnS6iDKhrv7pPn2QMW > .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); }#i6TSr1yOnBxdmBEnS6iDKhrv7pPn2QMW > .row .container { border-width: 0; border-radius: 0; }#i6TSr1yOnBxdmBEnS6iDKhrv7pPn2QMW > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#i6TSr1yOnBxdmBEnS6iDKhrv7pPn2QMW > .row .container { font-size:0.875rem;font-family:"open sans";height:24.25rem;width:60rem;overflow:visible;position:relative;display:block; }#CXQkKEAORpWkAVKqIsCmygVGgTkfvWf7 { color:#ffffff;display:block;width:34.9375rem;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:11.3125rem;left:25.125rem;height:9.09375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#fKdOsF5Gwm11ZwLQJxSL9x6tQhE9tdcL { color:#ffffff;display:block;width:34.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.8125rem;left:25.125rem;height:5.5244125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#qTriMhi1cwAk8fNX3ForEZOhyXp6nXS4 { box-sizing:content-box;height:20.1875rem;width:20.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/a0ad8464-3df3-485b-ac78-052175518c46/10.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;top:1.9312505722046rem;left:3.1875rem;display:block; }#qTriMhi1cwAk8fNX3ForEZOhyXp6nXS4.adaptive-delivery-prevent-bg, #qTriMhi1cwAk8fNX3ForEZOhyXp6nXS4.lazyload, #qTriMhi1cwAk8fNX3ForEZOhyXp6nXS4.lazyloading { background-image: none; }
#uXLEiawdmVzbIlrBC5a1EFARaoooAvSh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f1ec;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; }#uXLEiawdmVzbIlrBC5a1EFARaoooAvSh > .row .container { background-color: transparent; background-image: none; }#uXLEiawdmVzbIlrBC5a1EFARaoooAvSh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXLEiawdmVzbIlrBC5a1EFARaoooAvSh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXLEiawdmVzbIlrBC5a1EFARaoooAvSh > .row .container > .video-iframe-container { display: none; }#uXLEiawdmVzbIlrBC5a1EFARaoooAvSh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXLEiawdmVzbIlrBC5a1EFARaoooAvSh > .row > .video-iframe-container { display: none; }#uXLEiawdmVzbIlrBC5a1EFARaoooAvSh > .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); }#uXLEiawdmVzbIlrBC5a1EFARaoooAvSh > .row .container { border-width: 0; border-radius: 0; }#uXLEiawdmVzbIlrBC5a1EFARaoooAvSh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uXLEiawdmVzbIlrBC5a1EFARaoooAvSh > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:60rem;position:relative;display:block; }#mXrUZKSPauB6A2UyMKv0GfWnuT71o0nl { color:#002345;display:block;width:34.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.5554676055908rem;left:12.5625rem;height:2.76220625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#iDqsLSOSrmCKtKBsibmaHdcBudpN3wHL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f1ec;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; }#iDqsLSOSrmCKtKBsibmaHdcBudpN3wHL > .row .container { background-color: transparent; background-image: none; }#iDqsLSOSrmCKtKBsibmaHdcBudpN3wHL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDqsLSOSrmCKtKBsibmaHdcBudpN3wHL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDqsLSOSrmCKtKBsibmaHdcBudpN3wHL > .row .container > .video-iframe-container { display: none; }#iDqsLSOSrmCKtKBsibmaHdcBudpN3wHL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDqsLSOSrmCKtKBsibmaHdcBudpN3wHL > .row > .video-iframe-container { display: none; }#iDqsLSOSrmCKtKBsibmaHdcBudpN3wHL > .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); }#iDqsLSOSrmCKtKBsibmaHdcBudpN3wHL > .row .container { border-width: 0; border-radius: 0; }#iDqsLSOSrmCKtKBsibmaHdcBudpN3wHL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iDqsLSOSrmCKtKBsibmaHdcBudpN3wHL > .row .container { font-size:0.875rem;font-family:arial;height:37.125rem;width:60rem;position:relative;display:block; }#tILiOzuoc0lDPOAIaxkIWnQ2QNHeZ6Vv { color:#002345;display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:17.357421875rem;left:1.15625rem;height:15.875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }#tILiOzuoc0lDPOAIaxkIWnQ2QNHeZ6Vv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tILiOzuoc0lDPOAIaxkIWnQ2QNHeZ6Vv li:before{  }
#ViEiN9tr7zF1rT5oHXSVUA2mlaCUqeXu { color:#002345;display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:14.8125rem;left:3.28125rem;height:1.625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#AOBzoR1pXzNT0e5WQM1soFBe7NgvnlFh { position:absolute;display:block;z-index:15045;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:13.8125rem;width:13.8125rem;top:0rem;left:3.0625rem;overflow:hidden;display:block; }
#UGOBGaKt1VVQWER6k969Jx1oRafor31L { color:#002345;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:14.8125rem;left:21.15625rem;height:1.625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#PTUGGzWfVWXHQpDdTFSKLBssgwReSqnk { color:#002345;display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:17.357421875rem;left:21.15625rem;height:15.5625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }#PTUGGzWfVWXHQpDdTFSKLBssgwReSqnk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PTUGGzWfVWXHQpDdTFSKLBssgwReSqnk li:before{  }
#AWOM62xoNaJCSDmr0WCx7lIFbcbxeNSu { color:#002345;display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:17.357421875rem;left:41.15625rem;height:;font-style:italic;text-align:left;text-align-last:left;display:block; }#AWOM62xoNaJCSDmr0WCx7lIFbcbxeNSu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AWOM62xoNaJCSDmr0WCx7lIFbcbxeNSu li:before{  }
#LqrRyWIKqnC4lzl2gEUuEVp5hJTPCKmU { color:#002345;display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:14.75rem;left:43.3125rem;height:1.625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Jgegt6uqGXxSdFtaeBXNDGAD2IlkDgJo { position:absolute;display:block;z-index:15043;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:13.8125rem;width:13.8125rem;top:0rem;left:23.09375rem;overflow:hidden;display:block; }
#H58m7pTQ17TvHxonIP2NTO5TQKgHC3s6 { position:absolute;display:block;z-index:15044;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:13.8125rem;width:13.8125rem;top:0rem;left:43.09375rem;overflow:hidden;display:block; }
#zFVW7MmKmVF3soqPOXLAHXIAkLcasWHU { box-sizing:content-box;height:0.0625rem;width:12.5rem;position:absolute;display:block;z-index:15008;background-color:#002345;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.937484741211rem;left:23.750001907349rem;display:none; }
#pRnd7VFQGtz5CgCWocJPw0VyCxfuzdxy { box-sizing:content-box;height:0.0625rem;width:12.5rem;position:absolute;display:block;z-index:15008;background-color:#002345;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.937484741211rem;left:23.750001907349rem;display:none; }
#gBWUcvTQ4IPXAARoS1WfFkObVu7IBU4J { box-sizing:content-box;height:0.0625rem;width:12.5rem;position:absolute;display:block;z-index:15008;background-color:#002345;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.937484741211rem;left:23.750001907349rem;display:none; }
#PFTMHZ91DaEOs8z3D29a1Ukf5GOsaWzB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f1ec;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; }#PFTMHZ91DaEOs8z3D29a1Ukf5GOsaWzB > .row .container { background-color: transparent; background-image: none; }#PFTMHZ91DaEOs8z3D29a1Ukf5GOsaWzB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFTMHZ91DaEOs8z3D29a1Ukf5GOsaWzB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFTMHZ91DaEOs8z3D29a1Ukf5GOsaWzB > .row .container > .video-iframe-container { display: none; }#PFTMHZ91DaEOs8z3D29a1Ukf5GOsaWzB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFTMHZ91DaEOs8z3D29a1Ukf5GOsaWzB > .row > .video-iframe-container { display: none; }#PFTMHZ91DaEOs8z3D29a1Ukf5GOsaWzB > .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); }#PFTMHZ91DaEOs8z3D29a1Ukf5GOsaWzB > .row .container { border-width: 0; border-radius: 0; }#PFTMHZ91DaEOs8z3D29a1Ukf5GOsaWzB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PFTMHZ91DaEOs8z3D29a1Ukf5GOsaWzB > .row .container { font-size:0.875rem;font-family:arial;height:37.125rem;width:60rem;position:relative;display:block; }#qOLtQfXg1sA2oM7JAfXUUiUnlZ1rAnVW { color:#002345;display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:19.544921875rem;left:1.15625rem;height:;font-style:italic;text-align:left;text-align-last:left;display:block; }#qOLtQfXg1sA2oM7JAfXUUiUnlZ1rAnVW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qOLtQfXg1sA2oM7JAfXUUiUnlZ1rAnVW li:before{  }
#bZkcnayt3solAJCQHEC0AtudDQ7wC9i3 { color:#002345;display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:14.8125rem;left:3.28125rem;height:3.25rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#wQV5RoeLSi7UmOZLGKcmPlRMWe4P5MSp { color:#002345;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:14.8125rem;left:21.4375rem;height:1.625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#VV9cMwRPZVquIkgDSNwkkfbZ4EwkXAsU { color:#002345;display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:17.482421875rem;left:21.15625rem;height:;font-style:italic;text-align:left;text-align-last:left;display:block; }#VV9cMwRPZVquIkgDSNwkkfbZ4EwkXAsU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VV9cMwRPZVquIkgDSNwkkfbZ4EwkXAsU li:before{  }
#rNDo7gxlVhITHxDClZ1w1q6DGMdn1All { color:#002345;display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:19.544921875rem;left:41.15625rem;height:13.125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }#rNDo7gxlVhITHxDClZ1w1q6DGMdn1All li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rNDo7gxlVhITHxDClZ1w1q6DGMdn1All li:before{  }
#tBiST1UhTNIFoSvJp6Px1pVQCkF9BZgK { color:#002345;display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:14.8125rem;left:43.28125rem;height:3.25rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#eDaHc6TrkwvF5kHyNids706EPpPs0qPo { position:absolute;display:block;z-index:15046;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:13.8125rem;width:13.8125rem;top:0rem;left:3.125rem;overflow:hidden;display:block; }
#eIeNkReAVGhZI19mOw5kW9LKIkNU3RrZ { position:absolute;display:block;z-index:15048;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:15.8125rem;width:15.8125rem;top:-0.9375rem;left:43.09375rem;overflow:hidden;display:block; }
#IsfmWBuM3KIzTIvqTIaTrP0uL0OXIwvw { box-sizing:content-box;height:0.0625rem;width:12.5rem;position:absolute;display:block;z-index:15008;background-color:#002345;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.937484741211rem;left:23.750001907349rem;display:none; }
#QeZILou1WwgDRf8KVamt3UhsLPPTXLt1 { box-sizing:content-box;height:0.0625rem;width:12.5rem;position:absolute;display:block;z-index:15008;background-color:#002345;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.937484741211rem;left:23.750001907349rem;display:none; }
#UzMrA8f8L2obDKvsgf6CF3DCt6ZWNDBH { box-sizing:content-box;height:0.0625rem;width:12.5rem;position:absolute;display:block;z-index:15008;background-color:#002345;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.937484741211rem;left:23.750001907349rem;display:none; }
#kTPgvMcgPwMe0L9UVSOypzzJ56x2P29S { position:absolute;display:block;z-index:15049;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:13.8125rem;width:13.8125rem;top:0rem;left:23.09375rem;overflow:hidden;display:block; }
#wnIeooHshLmWTC7oUD1OQAJvZOHXI9oc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f1ec;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; }#wnIeooHshLmWTC7oUD1OQAJvZOHXI9oc > .row .container { background-color: transparent; background-image: none; }#wnIeooHshLmWTC7oUD1OQAJvZOHXI9oc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnIeooHshLmWTC7oUD1OQAJvZOHXI9oc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnIeooHshLmWTC7oUD1OQAJvZOHXI9oc > .row .container > .video-iframe-container { display: none; }#wnIeooHshLmWTC7oUD1OQAJvZOHXI9oc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnIeooHshLmWTC7oUD1OQAJvZOHXI9oc > .row > .video-iframe-container { display: none; }#wnIeooHshLmWTC7oUD1OQAJvZOHXI9oc > .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); }#wnIeooHshLmWTC7oUD1OQAJvZOHXI9oc > .row .container { border-width: 0; border-radius: 0; }#wnIeooHshLmWTC7oUD1OQAJvZOHXI9oc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wnIeooHshLmWTC7oUD1OQAJvZOHXI9oc > .row .container { font-size:0.875rem;font-family:arial;height:37.125rem;width:60rem;position:relative;display:block; }#CctwM9y5qFT4KMan876TWIvK27N7QszX { color:#002345;display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:18.0625rem;left:1.15625rem;height:14.65625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }#CctwM9y5qFT4KMan876TWIvK27N7QszX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CctwM9y5qFT4KMan876TWIvK27N7QszX li:before{  }
#aK6gbv3nf8Dsy8PWA7yA0mxcSTAFmGwf { color:#002345;display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:14rem;left:3.28125rem;height:3.25rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#RPRCz5dOvdCR3sR0F9HoU4pGMqXXSMbt { color:#002345;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:14.8125rem;left:21.4375rem;height:1.625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#c3ywzX8czCn3hTPcQZVezcEZyoTcN90u { color:#002345;display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:18.0625rem;left:21.15625rem;height:11.90625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }#c3ywzX8czCn3hTPcQZVezcEZyoTcN90u li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#c3ywzX8czCn3hTPcQZVezcEZyoTcN90u li:before{  }
#V0ExhSZHUruAQD09xvk8g4bMQfedklm2 { color:#002345;display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:18.0625rem;left:41.15625rem;height:17.09375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }#V0ExhSZHUruAQD09xvk8g4bMQfedklm2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#V0ExhSZHUruAQD09xvk8g4bMQfedklm2 li:before{  }
#HlyllQCfWTKgbDDMJL4DSCTy4EwtXBtv { color:#002345;display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:14.8125rem;left:43.28125rem;height:1.625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#iCQlCM5w03kkgJhZXvaTCLs9ULJ1fAaV { position:absolute;display:block;z-index:15051;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:13.8125rem;width:13.8125rem;top:0rem;left:3.09375rem;overflow:hidden;display:block; }
#HZ5JQrT5mGENAglmcuutuh1yf7HR5nOo { position:absolute;display:block;z-index:15052;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:13.8125rem;width:13.8125rem;top:0rem;left:43.09375rem;overflow:hidden;display:block; }
#TLgvHJqFGZ5Z99rvHxVKphCKosTAuATk { box-sizing:content-box;height:0.0625rem;width:12.5rem;position:absolute;display:block;z-index:15008;background-color:#002345;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.937484741211rem;left:23.750001907349rem;display:none; }
#tbIcIsLbVNaFLqxJo7nduAAZolO9sNHy { box-sizing:content-box;height:0.0625rem;width:12.5rem;position:absolute;display:block;z-index:15008;background-color:#002345;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.937484741211rem;left:23.750001907349rem;display:none; }
#e1ZMKs1TDTcNbFJ4IFSrB4fXpuxllRGo { position:absolute;display:block;z-index:15049;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:13.8125rem;width:13.8125rem;top:0rem;left:23.09375rem;overflow:hidden;display:block; }
#ksTkVG4fS0l0e1s5XisBiT11Vvn9Trcb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f1ec;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; }#ksTkVG4fS0l0e1s5XisBiT11Vvn9Trcb > .row .container { background-color: transparent; background-image: none; }#ksTkVG4fS0l0e1s5XisBiT11Vvn9Trcb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ksTkVG4fS0l0e1s5XisBiT11Vvn9Trcb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ksTkVG4fS0l0e1s5XisBiT11Vvn9Trcb > .row .container > .video-iframe-container { display: none; }#ksTkVG4fS0l0e1s5XisBiT11Vvn9Trcb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ksTkVG4fS0l0e1s5XisBiT11Vvn9Trcb > .row > .video-iframe-container { display: none; }#ksTkVG4fS0l0e1s5XisBiT11Vvn9Trcb > .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); }#ksTkVG4fS0l0e1s5XisBiT11Vvn9Trcb > .row .container { border-width: 0; border-radius: 0; }#ksTkVG4fS0l0e1s5XisBiT11Vvn9Trcb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ksTkVG4fS0l0e1s5XisBiT11Vvn9Trcb > .row .container { font-size:0.875rem;font-family:arial;height:37.125rem;width:60rem;position:relative;display:block; }#o0O2ixGWzRPBChRHeR5kaT71sm7zdFiZ { color:#002345;display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:18.0625rem;left:1.15625rem;height:;font-style:italic;text-align:left;text-align-last:left;display:block; }#o0O2ixGWzRPBChRHeR5kaT71sm7zdFiZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#o0O2ixGWzRPBChRHeR5kaT71sm7zdFiZ li:before{  }
#KM6dp0ebhOTc0Dh6p0c7lF8IeFDqA56C { color:#002345;display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:14rem;left:3.28125rem;height:3.25rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#CimBQHrgb1JIUVB5TSKxhDi4QmJROzl1 { color:#002345;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:14rem;left:21.4375rem;height:3.25rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#THJaPNiiFA2L0To2nafAwmXXTw5UOVd9 { color:#002345;display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:18.0625rem;left:21.15625rem;height:;font-style:italic;text-align:left;text-align-last:left;display:block; }#THJaPNiiFA2L0To2nafAwmXXTw5UOVd9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#THJaPNiiFA2L0To2nafAwmXXTw5UOVd9 li:before{  }
#bEvlL42i669HMP6m7VB5WgI1oGeKLttg { position:absolute;display:block;z-index:15053;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:13.8125rem;width:13.8125rem;top:0rem;left:3.09375rem;overflow:hidden;display:block; }
#s6QUhZdTO9cBkT7Wp0gH2IgFNiy22d2o { position:absolute;display:block;z-index:15054;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:13.8125rem;width:13.8125rem;top:0rem;left:23.09375rem;overflow:hidden;display:block; }
#thpWZb6JTTAzOVKnr4GAsnJ2dl41NRVZ { box-sizing:content-box;height:0.0625rem;width:12.5rem;position:absolute;display:block;z-index:15008;background-color:#002345;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.937484741211rem;left:23.750001907349rem;display:none; }
#uMtxFAhSHxRKsLnmDid2duR2nGre0thU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f1ec;background-image:none;background-position: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; }#uMtxFAhSHxRKsLnmDid2duR2nGre0thU.adaptive-delivery-prevent-bg, #uMtxFAhSHxRKsLnmDid2duR2nGre0thU.lazyload, #uMtxFAhSHxRKsLnmDid2duR2nGre0thU.lazyloading { background-image: none; }#uMtxFAhSHxRKsLnmDid2duR2nGre0thU > .row .container { background-color: transparent; background-image: none; }#uMtxFAhSHxRKsLnmDid2duR2nGre0thU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMtxFAhSHxRKsLnmDid2duR2nGre0thU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMtxFAhSHxRKsLnmDid2duR2nGre0thU > .row .container > .video-iframe-container { display: none; }#uMtxFAhSHxRKsLnmDid2duR2nGre0thU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMtxFAhSHxRKsLnmDid2duR2nGre0thU > .row > .video-iframe-container { display: none; }#uMtxFAhSHxRKsLnmDid2duR2nGre0thU > .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); }#uMtxFAhSHxRKsLnmDid2duR2nGre0thU > .row .container { border-width: 0; border-radius: 0; }#uMtxFAhSHxRKsLnmDid2duR2nGre0thU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uMtxFAhSHxRKsLnmDid2duR2nGre0thU > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:60rem;position:relative;display:block; }#hh7owoyk6LOuAtPVqsOWQf3dFa5WPMOg { color:#002345;display:block;width:34.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.5554676055908rem;left:12.5625rem;height:2.76220625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#GbLvsDVphvt4IL2fr3HML6HOHCC1elFE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0faff;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: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; }#GbLvsDVphvt4IL2fr3HML6HOHCC1elFE.adaptive-delivery-prevent-bg, #GbLvsDVphvt4IL2fr3HML6HOHCC1elFE.lazyload, #GbLvsDVphvt4IL2fr3HML6HOHCC1elFE.lazyloading { background-image: none; }#GbLvsDVphvt4IL2fr3HML6HOHCC1elFE > .row .container { background-color: transparent; background-image: none; }#GbLvsDVphvt4IL2fr3HML6HOHCC1elFE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GbLvsDVphvt4IL2fr3HML6HOHCC1elFE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GbLvsDVphvt4IL2fr3HML6HOHCC1elFE > .row .container > .video-iframe-container { display: none; }#GbLvsDVphvt4IL2fr3HML6HOHCC1elFE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GbLvsDVphvt4IL2fr3HML6HOHCC1elFE > .row > .video-iframe-container { display: none; }#GbLvsDVphvt4IL2fr3HML6HOHCC1elFE > .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); }#GbLvsDVphvt4IL2fr3HML6HOHCC1elFE > .row .container { border-width: 0; border-radius: 0; }#GbLvsDVphvt4IL2fr3HML6HOHCC1elFE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GbLvsDVphvt4IL2fr3HML6HOHCC1elFE > .row .container { font-size:0.875rem;font-family:arial;height:67.8125rem;width:60rem;position:relative;display:block; }#iVihu1UtxXsG7PgDUAQlMSDCoTcIrJBr { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #666665;border-left:0.125rem solid #666665;border-right:0.125rem solid #666665;border-bottom:0.125rem solid #666665;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:58.375rem;width:24.6875rem;top:2.875rem;left:2.5625rem;display:block; }
#NvyCcnK6PZCEJfqd6C0XkynCVlNXJMqL { position:absolute;display:block;z-index:15035;background-color:#666665;background-image:url("https://images.assets-landingi.com/uc/b75e017e-c2ef-4d9b-9277-7af5834c7bd3/graybackgroundfrostedglass1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #8390fa;border-left:0.125rem solid #8390fa;border-right:0.125rem solid #8390fa;border-bottom:0.125rem solid #8390fa;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:4rem;width:24.6875rem;top:2.8750002384186rem;left:2.5625rem;display:block; }#NvyCcnK6PZCEJfqd6C0XkynCVlNXJMqL.adaptive-delivery-prevent-bg, #NvyCcnK6PZCEJfqd6C0XkynCVlNXJMqL.lazyload, #NvyCcnK6PZCEJfqd6C0XkynCVlNXJMqL.lazyloading { background-image: none; }
#NtJOwul8Uk5t4Aq38BR67FFXixrLPZT8 { color:#002345;display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:3.5937502384186rem;left:2.5625rem;height:2.76220625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#pIpzfu7mUgqJqIMRy3N7T4bDT0K8d6Jp { color:#002345;display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:10.0673828125rem;left:3.71875rem;height:7.95703125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ZgOoxhCQxBy00pBacTl9pGKGtAKkC10K { color:#002345;display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.1;letter-spacing:0;top:19.216796875rem;left:3.71875rem;height:14.043rem;font-style:italic;text-align:left;text-align-last:left;display:block; }#ZgOoxhCQxBy00pBacTl9pGKGtAKkC10K li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZgOoxhCQxBy00pBacTl9pGKGtAKkC10K li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bd0bd415975cf70c9840b87e0446605908dc7156.svg); }
#Tiza0MrxhSVyOJ0RJcMdTRR5tvs9gexv { position:absolute;display:block;z-index:15047;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:8.375rem;width:8.375rem;top:0.78750014305113rem;left:16.887502670288rem;overflow:hidden;display:block; }
#LE4kmsDkoz1f3uCsNCtnrgrd7ReNO6H3 { background-color:transparent;background-image: -webkit-linear-gradient(226deg, #a0a0a0, #d8d8d8);background-image: -moz-linear-gradient(226deg, #a0a0a0, #d8d8d8);background-image: -ms-linear-gradient(226deg, #a0a0a0, #d8d8d8);background-image: -o-linear-gradient(226deg, #a0a0a0, #d8d8d8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0a0a0', endColorstr='#d8d8d8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0a0a0', endColorstr='#d8d8d8' );";background-image: linear-gradient(226deg, #a0a0a0, #d8d8d8);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#002345;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.787125rem;height:2.8496125rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:46.1748046875rem;left:8.13720703125rem;display:block; }
#KkpuX4eWVlKHZ0uDOzLLwdavbiUexpcV { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#GfNMMn3mPxrNmDZrRLXU2E03wKvOAyku { position:absolute;display:block;z-index:15044;background-color:#666665;background-image:url("https://images.assets-landingi.com/uc/be2dcd3b-5aa7-416d-8e81-4450ebc957e3/tlo_gold.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #8390fa;border-left:0.125rem solid #8390fa;border-right:0.125rem solid #8390fa;border-bottom:0.125rem solid #8390fa;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:4rem;width:24.6875rem;top:2.9375rem;left:32.5625rem;display:block; }#GfNMMn3mPxrNmDZrRLXU2E03wKvOAyku.adaptive-delivery-prevent-bg, #GfNMMn3mPxrNmDZrRLXU2E03wKvOAyku.lazyload, #GfNMMn3mPxrNmDZrRLXU2E03wKvOAyku.lazyloading { background-image: none; }
#eC7nhuJlDmXwGTAPaDgGlFZMErTnxVS2 { color:#002345;display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:10.63671875rem;left:33.71875rem;height:6.8203125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#eHAvRO2s4Z1UbWkrExSMWAuTVBtZFV7d { position:absolute;display:block;z-index:15056;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:8.375rem;width:8.375rem;top:0.8125rem;left:46.875rem;overflow:hidden;display:block; }
#tlEVIVuorxr3Nb8lqvyMK2pXe8wDa70M { color:#ffffff;display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:3.625rem;left:32.5625rem;height:2.76220625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#mg4C5om8c16OTKcX1hP4TZ9FahoNbKCE { color:#002345;display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15054;line-height:1.1;letter-spacing:0;top:19.216796875rem;left:33.71875rem;height:18.515625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }#mg4C5om8c16OTKcX1hP4TZ9FahoNbKCE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mg4C5om8c16OTKcX1hP4TZ9FahoNbKCE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bd0bd415975cf70c9840b87e0446605908dc7156.svg); }
#V1GpayTCpLnzMr1bv6wR8V5eDmFAeiV4 { background-color:transparent;background-image: -webkit-linear-gradient(226deg, #eed36d, #af7908);background-image: -moz-linear-gradient(226deg, #eed36d, #af7908);background-image: -ms-linear-gradient(226deg, #eed36d, #af7908);background-image: -o-linear-gradient(226deg, #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(226deg, #eed36d, #af7908);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4248125rem;height:2.67480625rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:50.2001953125rem;left:39.818359375rem;display:block; }
#SMfHO0pny7B5n87AdVXUNxB3dGla933V { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#BVpepfFXTDTNM8aOEDth4nRNd3SqvPzP { color:#002345;display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15047;line-height:1.1;letter-spacing:0;top:38.5615234375rem;left:33.71875rem;height:0.9624rem;font-style:italic;text-align:left;text-align-last:left;display:block; }#BVpepfFXTDTNM8aOEDth4nRNd3SqvPzP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BVpepfFXTDTNM8aOEDth4nRNd3SqvPzP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bb1b6af77f8d1f12ddad131ee5781989ea70dbb.svg); }
#AsV7FyoJ5AC7P0kPLFUQxAGLd7zJzRh5 { color:#ff0000;display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15047;line-height:1.1;letter-spacing:0;top:37.1240234375rem;left:3.71875rem;height:1.4375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }#AsV7FyoJ5AC7P0kPLFUQxAGLd7zJzRh5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AsV7FyoJ5AC7P0kPLFUQxAGLd7zJzRh5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_71b1b52cf9b1ec015bc3ac50911f44b3.svg); }
#PxTmOZz6SbV8UaEdtkg4bGMIItr18IPA { color:#002345;display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15048;line-height:1.1;letter-spacing:0;top:34.5791015625rem;left:3.71875rem;height:;font-style:italic;text-align:left;text-align-last:left;display:block; }#PxTmOZz6SbV8UaEdtkg4bGMIItr18IPA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PxTmOZz6SbV8UaEdtkg4bGMIItr18IPA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bb1b6af77f8d1f12ddad131ee5781989ea70dbb.svg); }
#Ph5O50TIkkDEG0zRs3TKRW46zM5HpWZd { color:#ff0000;display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:43.8623046875rem;left:3.71875rem;height:1.23730625rem;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#J7BgUevsqr7VTZPT1Oa2De9XtkT3UIBG { color:#002345;display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15047;line-height:1.1;letter-spacing:0;top:41.791015625rem;left:3.71875rem;height:0.9624rem;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FOJskmzAAKQiFCV1UPmvrTWzrxJUtEJl { color:#299b3f;display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:39.5224609375rem;left:3.71875rem;height:2.26855625rem;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rfZ0wsgg8simUMmdFiVNRRfrn6Ti65lV { position:absolute;display:block;z-index:15058;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:18.0625rem;width:18.0625rem;top:47.5rem;left:6rem;overflow:hidden;display:block; }
#S0LDaa3rM6UBWAHvoBBqXbya2AFH9hIP { color:#ff0000;display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15052;line-height:1.1;letter-spacing:0;top:40.625rem;left:33.875rem;height:1.4375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }#S0LDaa3rM6UBWAHvoBBqXbya2AFH9hIP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#S0LDaa3rM6UBWAHvoBBqXbya2AFH9hIP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_71b1b52cf9b1ec015bc3ac50911f44b3.svg); }
#mxPU8dqFlnlX07Kq166m3srNxXacobaS { color:#299b3f;display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:400;z-index:15053;line-height:1.1;letter-spacing:0;top:43rem;left:33.875rem;height:2.26855625rem;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dcsQ1BvSbTVRx1VQhpwzWy8iRT6Z9x8r { position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #666665;border-left:0.125rem solid #666665;border-right:0.125rem solid #666665;border-bottom:0.125rem solid #666665;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:59.6875rem;width:24.6875rem;top:6.375rem;left:32.6875rem;display:block; }
#cT09Gx0zlwzQoJkMnIuVefJ8SlAZZZKb { color:#002345;display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15052;line-height:1.1;letter-spacing:0;top:45.3125rem;left:33.875rem;height:0.9624rem;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TIpfXWaHKZrKS6Pph2W513mTDDnRvh5I { color:#ff0000;display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15053;line-height:1.1;letter-spacing:0;top:47.375rem;left:33.875rem;height:1.23730625rem;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LWpKCOzJBhv3h6XLUJ9oDe8pSFgmvr20 { position:absolute;display:block;z-index:15055;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:18.0625rem;width:18.0625rem;top:49.75rem;left:36rem;overflow:hidden;display:block; }
#KLpBimcrJQwID0mz3qX9HLEUTc39zGcz { background-color:#f5f1ec;background-image:url("https://images.assets-landingi.com/uc/bb1683b0-8db8-42fb-aebb-0f9e49be3e3a/jasnetlo.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; }#KLpBimcrJQwID0mz3qX9HLEUTc39zGcz.adaptive-delivery-prevent-bg, #KLpBimcrJQwID0mz3qX9HLEUTc39zGcz.lazyload, #KLpBimcrJQwID0mz3qX9HLEUTc39zGcz.lazyloading { background-image: none; }#KLpBimcrJQwID0mz3qX9HLEUTc39zGcz > .row .container { background-color: transparent; background-image: none; }#KLpBimcrJQwID0mz3qX9HLEUTc39zGcz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KLpBimcrJQwID0mz3qX9HLEUTc39zGcz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KLpBimcrJQwID0mz3qX9HLEUTc39zGcz > .row .container > .video-iframe-container { display: none; }#KLpBimcrJQwID0mz3qX9HLEUTc39zGcz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KLpBimcrJQwID0mz3qX9HLEUTc39zGcz > .row > .video-iframe-container { display: none; }#KLpBimcrJQwID0mz3qX9HLEUTc39zGcz > .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); }#KLpBimcrJQwID0mz3qX9HLEUTc39zGcz > .row .container { border-width: 0; border-radius: 0; }#KLpBimcrJQwID0mz3qX9HLEUTc39zGcz > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KLpBimcrJQwID0mz3qX9HLEUTc39zGcz > .row .container { font-size:0.875rem;font-family:"open sans";height:30rem;width:60rem;overflow:visible;position:relative;display:block; }#fpiArUmrbFo8L6h8SoOLEIxCDRDbygx7 { color:#002345;display:block;width:34rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.5992188453675rem;left:0rem;height:2.9248rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#TneV45rFfZN5UaoCCeB9aGvLJ6TlenTL { color:#002345;display:block;width:30rem;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:12.512499809265rem;left:0rem;height:4.03515625rem;font-style:italic;display:block; }#TneV45rFfZN5UaoCCeB9aGvLJ6TlenTL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TneV45rFfZN5UaoCCeB9aGvLJ6TlenTL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c70093c541b244159d02df96ac192179df393624.svg); }
#DpSkhG8IlVNNtVX9oHKDHTll9x5qn0JT { color:#002345;display:block;width:34.875rem;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:18.75rem;left:0rem;height:3.25rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#RbMK3n1wuQkx1DQAT2loF2KpsNZTNsTa { color:#002345;display:block;width:34.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.625rem;left:0rem;height:2.5996125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#ccT9oKlnnAIlTIy6asAT7g7wGomIgpHw { box-sizing:content-box;height:20.1875rem;width:20.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/cfaf86be-4e57-4abf-a833-6e634b2fea30/69min.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;top:2.4312505722046rem;left:36.97500038147rem;display:block; }#ccT9oKlnnAIlTIy6asAT7g7wGomIgpHw.adaptive-delivery-prevent-bg, #ccT9oKlnnAIlTIy6asAT7g7wGomIgpHw.lazyload, #ccT9oKlnnAIlTIy6asAT7g7wGomIgpHw.lazyloading { background-image: none; }
#UixHlzNZpZ05c0RvnAclilHwGJZoCTbt { background-color:#002345;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.4375rem;height:2.8125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:23.4501953125rem;left:0rem;display:block; }
#EqXd4Ntz360AdC09h2TocMAb91vJLoaZ { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#ZzVaIfn4qGgffNIdVNmQKTRPWgnDmpfh { border-top:0;border-left:0;border-right:0;border-bottom:0;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: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; }#ZzVaIfn4qGgffNIdVNmQKTRPWgnDmpfh.adaptive-delivery-prevent-bg, #ZzVaIfn4qGgffNIdVNmQKTRPWgnDmpfh.lazyload, #ZzVaIfn4qGgffNIdVNmQKTRPWgnDmpfh.lazyloading { background-image: none; }#ZzVaIfn4qGgffNIdVNmQKTRPWgnDmpfh > .row .container { background-color: transparent; background-image: none; }#ZzVaIfn4qGgffNIdVNmQKTRPWgnDmpfh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZzVaIfn4qGgffNIdVNmQKTRPWgnDmpfh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZzVaIfn4qGgffNIdVNmQKTRPWgnDmpfh > .row .container > .video-iframe-container { display: none; }#ZzVaIfn4qGgffNIdVNmQKTRPWgnDmpfh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZzVaIfn4qGgffNIdVNmQKTRPWgnDmpfh > .row > .video-iframe-container { display: none; }#ZzVaIfn4qGgffNIdVNmQKTRPWgnDmpfh > .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); }#ZzVaIfn4qGgffNIdVNmQKTRPWgnDmpfh > .row .container { border-width: 0; border-radius: 0; }#ZzVaIfn4qGgffNIdVNmQKTRPWgnDmpfh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZzVaIfn4qGgffNIdVNmQKTRPWgnDmpfh > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:60rem;position:relative;display:block; }#e419qczubwTIQSMzfv0kTwXtqpnnmuUs { color:#f5f1ec;display:block;width:34.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.5554676055908rem;left:12.5625rem;height:2.76220625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#trZQVfbwZmrn5XTCk5JJHcpSRhTcNTgx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/32fc5175-5623-4d18-ade8-271763e72a55/okladka_poziom.png");background-position: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; }#trZQVfbwZmrn5XTCk5JJHcpSRhTcNTgx.adaptive-delivery-prevent-bg, #trZQVfbwZmrn5XTCk5JJHcpSRhTcNTgx.lazyload, #trZQVfbwZmrn5XTCk5JJHcpSRhTcNTgx.lazyloading { background-image: none; }#trZQVfbwZmrn5XTCk5JJHcpSRhTcNTgx > .row .container { background-color: transparent; background-image: none; }#trZQVfbwZmrn5XTCk5JJHcpSRhTcNTgx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trZQVfbwZmrn5XTCk5JJHcpSRhTcNTgx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trZQVfbwZmrn5XTCk5JJHcpSRhTcNTgx > .row .container > .video-iframe-container { display: none; }#trZQVfbwZmrn5XTCk5JJHcpSRhTcNTgx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trZQVfbwZmrn5XTCk5JJHcpSRhTcNTgx > .row > .video-iframe-container { display: none; }#trZQVfbwZmrn5XTCk5JJHcpSRhTcNTgx > .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); }#trZQVfbwZmrn5XTCk5JJHcpSRhTcNTgx > .row .container { border-width: 0; border-radius: 0; }#trZQVfbwZmrn5XTCk5JJHcpSRhTcNTgx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#trZQVfbwZmrn5XTCk5JJHcpSRhTcNTgx > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:60rem;position:relative;display:block; }#kWT7Kqx5eKOykKpu1h6oCrdNB1px2SoZ { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:25.5rem;width:14.25rem;top:2.3125rem;left:0.375rem;display:block; }
#PFm0mdV8BgP3ZTdo1CXmar9qmbNAN0VX { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:25.5rem;width:14.25rem;top:2.3125rem;left:15.375rem;display:block; }
#VUdR7sxwS3oSmV62mNr3DSvTRUTmDM61 { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:25.5rem;width:14.25rem;top:2.3125rem;left:30.375rem;display:block; }
#oRVGBQQy5qN4AfctNXw5IWG8ReGDqhza { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:25.5rem;width:14.25rem;top:2.3125rem;left:45.375rem;display:block; }
#os7si1WXe9IScyREh9LXKrN9X7G3POi8 { background-color:#f5f1ec;background-image:url("https://images.assets-landingi.com/uc/bb1683b0-8db8-42fb-aebb-0f9e49be3e3a/jasnetlo.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; }#os7si1WXe9IScyREh9LXKrN9X7G3POi8.adaptive-delivery-prevent-bg, #os7si1WXe9IScyREh9LXKrN9X7G3POi8.lazyload, #os7si1WXe9IScyREh9LXKrN9X7G3POi8.lazyloading { background-image: none; }#os7si1WXe9IScyREh9LXKrN9X7G3POi8 > .row .container { background-color: transparent; background-image: none; }#os7si1WXe9IScyREh9LXKrN9X7G3POi8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#os7si1WXe9IScyREh9LXKrN9X7G3POi8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#os7si1WXe9IScyREh9LXKrN9X7G3POi8 > .row .container > .video-iframe-container { display: none; }#os7si1WXe9IScyREh9LXKrN9X7G3POi8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#os7si1WXe9IScyREh9LXKrN9X7G3POi8 > .row > .video-iframe-container { display: none; }#os7si1WXe9IScyREh9LXKrN9X7G3POi8 > .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); }#os7si1WXe9IScyREh9LXKrN9X7G3POi8 > .row .container { border-width: 0; border-radius: 0; }#os7si1WXe9IScyREh9LXKrN9X7G3POi8 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#os7si1WXe9IScyREh9LXKrN9X7G3POi8 > .row .container { font-size:0.875rem;font-family:"open sans";height:37.3125rem;width:60rem;overflow:visible;position:relative;display:block; }#xeOV7F5SaI5ywQgXhVeJ8O5JJLLkQgpT { color:#002345;display:block;width:34rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.2499942779541rem;left:0rem;height:1.4624rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#Q3ohJRyrEZauMPTqlnVRTBvHGXt3KhHl { color:#002345;display:block;width:29.0625rem;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:7.8117132186887rem;left:0rem;height:8.3828125rem;font-style:italic;display:block; }#Q3ohJRyrEZauMPTqlnVRTBvHGXt3KhHl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Q3ohJRyrEZauMPTqlnVRTBvHGXt3KhHl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c70093c541b244159d02df96ac192179df393624.svg); }
#nTg4Qfquf1mfuTm1shXzUr2TGx2BVH32 { color:#002345;display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.625rem;left:0rem;height:1.625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#Q025JFIgocTK8R5rMGODqUJEExLkLX7G { color:#002345;display:block;width:34.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:17.848438262939rem;left:0rem;height:17.05078125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#uSWPpV0kPyInG9pxsGBHO1kh0m2Rbvf7 { position:absolute;display:block;z-index:15005;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:29.25rem;width:22.5rem;top:4.03125rem;left:34.000001907349rem;overflow:hidden;display:block; }
#kzkHwfWnhOEI9iDaMXowytPswdEvXGXy { position:absolute;display:block;z-index:15007;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:12.75rem;width:12.75rem;top:23.06093788147rem;left:46.000001907349rem;overflow:hidden;display:block; }
#hdWr2ssuLTB8We0VDfTlteTnRz61bHkV { 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; }#hdWr2ssuLTB8We0VDfTlteTnRz61bHkV.adaptive-delivery-prevent-bg, #hdWr2ssuLTB8We0VDfTlteTnRz61bHkV.lazyload, #hdWr2ssuLTB8We0VDfTlteTnRz61bHkV.lazyloading { background-image: none; }#hdWr2ssuLTB8We0VDfTlteTnRz61bHkV > .row .container { background-color: transparent; background-image: none; }#hdWr2ssuLTB8We0VDfTlteTnRz61bHkV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hdWr2ssuLTB8We0VDfTlteTnRz61bHkV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hdWr2ssuLTB8We0VDfTlteTnRz61bHkV > .row .container > .video-iframe-container { display: none; }#hdWr2ssuLTB8We0VDfTlteTnRz61bHkV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hdWr2ssuLTB8We0VDfTlteTnRz61bHkV > .row > .video-iframe-container { display: none; }#hdWr2ssuLTB8We0VDfTlteTnRz61bHkV > .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); }#hdWr2ssuLTB8We0VDfTlteTnRz61bHkV > .row .container { border-width: 0; border-radius: 0; }#hdWr2ssuLTB8We0VDfTlteTnRz61bHkV > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#hdWr2ssuLTB8We0VDfTlteTnRz61bHkV > .row .container { font-size:0.875rem;font-family:"open sans";height:24.25rem;width:60rem;overflow:visible;position:relative;display:block; }#Mz0O0DeGnFpiaJWcLTFK1Hl1M5U7r6Nr { color:#ffffff;display:block;width:34.9375rem;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:10.6875rem;left:25.0625rem;height:5.68359375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#hwdeTr3V5Cc29aJ1WJfTKz9dBcymaOar { color:#ffffff;display:block;width:34.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.8125rem;left:25.125rem;height:8.28515625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#iOorB71zoHoChTFPkeye1eXo6hWU8mRD { box-sizing:content-box;height:20.1875rem;width:20.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/45ab73b6-8d56-46f8-abb7-166f9d2a665b/47.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;top:1.9312505722046rem;left:3.1875rem;display:block; }#iOorB71zoHoChTFPkeye1eXo6hWU8mRD.adaptive-delivery-prevent-bg, #iOorB71zoHoChTFPkeye1eXo6hWU8mRD.lazyload, #iOorB71zoHoChTFPkeye1eXo6hWU8mRD.lazyloading { background-image: none; }
#OoFyEQg8f8FsdMrdW3ChD2FF4xH0vlOr { background-color:transparent;background-image: -webkit-linear-gradient(226deg, #cccccc, #ffffff);background-image: -moz-linear-gradient(226deg, #cccccc, #ffffff);background-image: -ms-linear-gradient(226deg, #cccccc, #ffffff);background-image: -o-linear-gradient(226deg, #cccccc, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff' );";background-image: linear-gradient(226deg, #cccccc, #ffffff);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#000114;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.0625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:17.6875rem;left:30.125rem;display:block; }
#RvJySdIEOFhQr7fhh77F8zOHA81SuOsi { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#NAzw1FR5NZ7QTvcFvqSE5UXGZ4PNRf7c { background-color:transparent;background-image: -webkit-linear-gradient(226deg, #cccccc, #ffffff);background-image: -moz-linear-gradient(226deg, #cccccc, #ffffff);background-image: -ms-linear-gradient(226deg, #cccccc, #ffffff);background-image: -o-linear-gradient(226deg, #cccccc, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff' );";background-image: linear-gradient(226deg, #cccccc, #ffffff);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#000114;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.925rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:17.75rem;left:43.0625rem;display:block; }
#NOh63lIaq3JTSQGiZcR1iiB4mZi2qf2X { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#eOX5ErV1ap7zC5LiqCzilknlvze7nxTS { background-color:#f5f1ec;background-image:url("https://images.assets-landingi.com/uc/bb1683b0-8db8-42fb-aebb-0f9e49be3e3a/jasnetlo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#eOX5ErV1ap7zC5LiqCzilknlvze7nxTS.adaptive-delivery-prevent-bg, #eOX5ErV1ap7zC5LiqCzilknlvze7nxTS.lazyload, #eOX5ErV1ap7zC5LiqCzilknlvze7nxTS.lazyloading { background-image: none; }#eOX5ErV1ap7zC5LiqCzilknlvze7nxTS > .row .container { background-color: transparent; background-image: none; }#eOX5ErV1ap7zC5LiqCzilknlvze7nxTS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOX5ErV1ap7zC5LiqCzilknlvze7nxTS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOX5ErV1ap7zC5LiqCzilknlvze7nxTS > .row .container > .video-iframe-container { display: none; }#eOX5ErV1ap7zC5LiqCzilknlvze7nxTS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOX5ErV1ap7zC5LiqCzilknlvze7nxTS > .row > .video-iframe-container { display: none; }#eOX5ErV1ap7zC5LiqCzilknlvze7nxTS > .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); }#eOX5ErV1ap7zC5LiqCzilknlvze7nxTS > .row .container { border-width: 0; border-radius: 0; }#eOX5ErV1ap7zC5LiqCzilknlvze7nxTS > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#eOX5ErV1ap7zC5LiqCzilknlvze7nxTS > .row .container { font-size:0.875rem;font-family:"open sans";height:21.1875rem;width:60rem;overflow:visible;position:relative;display:block; }#W3V1AZuLxFcMZZaAclNZVQWXehkwNkw0 { color:#002345;display:block;width:41.5625rem;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:2.78125rem;left:9.21875rem;height:4.546875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#w4M2R2DXlm4ZJXCdAeHD9OhIrTpBbz1o { color:#002345;display:block;width:41.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.66250038147rem;left:9.21875rem;height:10.23046875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#GaUPlHcg4BmxsgTJ5SyGra2tzn14Asis { 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; }#GaUPlHcg4BmxsgTJ5SyGra2tzn14Asis.adaptive-delivery-prevent-bg, #GaUPlHcg4BmxsgTJ5SyGra2tzn14Asis.lazyload, #GaUPlHcg4BmxsgTJ5SyGra2tzn14Asis.lazyloading { background-image: none; }#GaUPlHcg4BmxsgTJ5SyGra2tzn14Asis > .row .container { background-color: transparent; background-image: none; }#GaUPlHcg4BmxsgTJ5SyGra2tzn14Asis::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GaUPlHcg4BmxsgTJ5SyGra2tzn14Asis > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GaUPlHcg4BmxsgTJ5SyGra2tzn14Asis > .row .container > .video-iframe-container { display: none; }#GaUPlHcg4BmxsgTJ5SyGra2tzn14Asis > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GaUPlHcg4BmxsgTJ5SyGra2tzn14Asis > .row > .video-iframe-container { display: none; }#GaUPlHcg4BmxsgTJ5SyGra2tzn14Asis > .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); }#GaUPlHcg4BmxsgTJ5SyGra2tzn14Asis > .row .container { border-width: 0; border-radius: 0; }#GaUPlHcg4BmxsgTJ5SyGra2tzn14Asis > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#GaUPlHcg4BmxsgTJ5SyGra2tzn14Asis > .row .container { font-size:0.875rem;font-family:"open sans";height:37.5rem;width:60rem;overflow:visible;position:relative;display:block; }#R4uCXUwBaMwSWvGF26hSIDCqeTE9E5rF { color:#ffffff;display:block;width:34.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:9.0625004768369rem;left:0rem;height:12.50390625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#HBLIC9Uzza6Nyu6wQR5Os4T5IedexDts { color:#ffffff;display:block;width:34.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.8000001907349rem;left:0rem;height:2.76220625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#QwwtCywcCtA2bNihIOh9zIb1XEzbnStx { color:#ffffff;display:block;width:34.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.1750001907349rem;left:0rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lJuEu5MilduHDIgz7SpHuD1Z2yd9MGxO { color:#ffffff;display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:23.937499523163rem;left:0rem;height:1.4624rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#UaaT0cMTtn3M42HDir5KMXT7l3mBbkhv { color:#ffffff;display:block;width:34.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:26.499999523163rem;left:0rem;height:4.03515625rem;font-style:italic;display:block; }#UaaT0cMTtn3M42HDir5KMXT7l3mBbkhv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UaaT0cMTtn3M42HDir5KMXT7l3mBbkhv li:before{  }
#uFi83HXIl9AaQLD8uXCsUJ8KRZuwlI8i { color:#ffffff;display:block;width:35.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:33.5rem;left:0rem;height:1.29980625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#mlV09BxxOfIiUbNhv5qxm6zVWdtKz6LW { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:34.8125rem;width:23rem;top:1.34375rem;left:36.250001907349rem;overflow:hidden;display:block; }
#HFAxrtryCG25e5ObKEOGCp2IhCV74Q2T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f1ec;background-image:none;background-position: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; }#HFAxrtryCG25e5ObKEOGCp2IhCV74Q2T.adaptive-delivery-prevent-bg, #HFAxrtryCG25e5ObKEOGCp2IhCV74Q2T.lazyload, #HFAxrtryCG25e5ObKEOGCp2IhCV74Q2T.lazyloading { background-image: none; }#HFAxrtryCG25e5ObKEOGCp2IhCV74Q2T > .row .container { background-color: transparent; background-image: none; }#HFAxrtryCG25e5ObKEOGCp2IhCV74Q2T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HFAxrtryCG25e5ObKEOGCp2IhCV74Q2T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HFAxrtryCG25e5ObKEOGCp2IhCV74Q2T > .row .container > .video-iframe-container { display: none; }#HFAxrtryCG25e5ObKEOGCp2IhCV74Q2T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HFAxrtryCG25e5ObKEOGCp2IhCV74Q2T > .row > .video-iframe-container { display: none; }#HFAxrtryCG25e5ObKEOGCp2IhCV74Q2T > .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); }#HFAxrtryCG25e5ObKEOGCp2IhCV74Q2T > .row .container { border-width: 0; border-radius: 0; }#HFAxrtryCG25e5ObKEOGCp2IhCV74Q2T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HFAxrtryCG25e5ObKEOGCp2IhCV74Q2T > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:60rem;position:relative;display:block; }#zV15hBSuF8B0VoC4k0XavwnixyM4PU2w { color:#002345;display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.556640625rem;left:5.8125rem;height:2.76220625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#UuUDqU3Aff8qsHWfiTK30W0gk7TVPlUh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000114;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: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; }#UuUDqU3Aff8qsHWfiTK30W0gk7TVPlUh.adaptive-delivery-prevent-bg, #UuUDqU3Aff8qsHWfiTK30W0gk7TVPlUh.lazyload, #UuUDqU3Aff8qsHWfiTK30W0gk7TVPlUh.lazyloading { background-image: none; }#UuUDqU3Aff8qsHWfiTK30W0gk7TVPlUh > .row .container { background-color: transparent; background-image: none; }#UuUDqU3Aff8qsHWfiTK30W0gk7TVPlUh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UuUDqU3Aff8qsHWfiTK30W0gk7TVPlUh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UuUDqU3Aff8qsHWfiTK30W0gk7TVPlUh > .row .container > .video-iframe-container { display: none; }#UuUDqU3Aff8qsHWfiTK30W0gk7TVPlUh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UuUDqU3Aff8qsHWfiTK30W0gk7TVPlUh > .row > .video-iframe-container { display: none; }#UuUDqU3Aff8qsHWfiTK30W0gk7TVPlUh > .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); }#UuUDqU3Aff8qsHWfiTK30W0gk7TVPlUh > .row .container { border-width: 0; border-radius: 0; }#UuUDqU3Aff8qsHWfiTK30W0gk7TVPlUh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UuUDqU3Aff8qsHWfiTK30W0gk7TVPlUh > .row .container { font-size:0.875rem;font-family:arial;height:31.5rem;width:60rem;position:relative;display:block; }#cTvqo8MP4SZa0Qtlguu8BQ08X2PBvlND { position:absolute;display:block;z-index:15000;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:13.75rem;width:27.8125rem;top:1.25rem;left:1.6875rem;overflow:hidden;display:block; }
#TdbxntULL8dOuCqsXZ9K6qp2BNDuIu7c { position:absolute;display:block;z-index:15001;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.25rem;width:29.125rem;top:1rem;left:30.38037109375rem;overflow:hidden;display:block; }
#mIn90WvBhv1N1RIcOhuwcJ6uKpLfNKiV { position:absolute;display:block;z-index:15002;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:12.3125rem;width:31.1875rem;top:16.1376953125rem;left:0rem;overflow:hidden;display:block; }
#EyiKel8TNbtbW6DiLPk80nxH6isypThH { position:absolute;display:block;z-index:15003;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:13.5625rem;width:13.875rem;top:16.1376953125rem;left:31.81787109375rem;overflow:hidden;display:block; }
#TAC1b8SF3u1JK1hWThng5zG2elqkEwXD { position:absolute;display:block;z-index:15004;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:13.25rem;width:12.8125rem;top:16.2939453125rem;left:46.25rem;overflow:hidden;display:block; }
#ytePgNrAfgXhMW7oCbWpAAvz2zBqLkO7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b75e017e-c2ef-4d9b-9277-7af5834c7bd3/graybackgroundfrostedglass1.jpg");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; }#ytePgNrAfgXhMW7oCbWpAAvz2zBqLkO7.adaptive-delivery-prevent-bg, #ytePgNrAfgXhMW7oCbWpAAvz2zBqLkO7.lazyload, #ytePgNrAfgXhMW7oCbWpAAvz2zBqLkO7.lazyloading { background-image: none; }#ytePgNrAfgXhMW7oCbWpAAvz2zBqLkO7 > .row .container { background-color: transparent; background-image: none; }#ytePgNrAfgXhMW7oCbWpAAvz2zBqLkO7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.3); }#ytePgNrAfgXhMW7oCbWpAAvz2zBqLkO7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ytePgNrAfgXhMW7oCbWpAAvz2zBqLkO7 > .row .container > .video-iframe-container { display: none; }#ytePgNrAfgXhMW7oCbWpAAvz2zBqLkO7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.3); }#ytePgNrAfgXhMW7oCbWpAAvz2zBqLkO7 > .row > .video-iframe-container { display: none; }#ytePgNrAfgXhMW7oCbWpAAvz2zBqLkO7 > .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); }#ytePgNrAfgXhMW7oCbWpAAvz2zBqLkO7 > .row .container { border-width: 0; border-radius: 0; }#ytePgNrAfgXhMW7oCbWpAAvz2zBqLkO7::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ytePgNrAfgXhMW7oCbWpAAvz2zBqLkO7 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ytePgNrAfgXhMW7oCbWpAAvz2zBqLkO7 > .row .container { font-size:0.875rem;font-family:"open sans";height:26.375rem;width:60rem;overflow:visible;position:relative;display:block; }#b5KCpFBvwGI5hnx4a4986bhhpXIlTmqH { color:#002345;display:block;width:34.6875rem;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:5.125rem;left:22.125rem;height:9.09375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#TzIUUxBIk9r1rUuWTgF5tgVU3f08ZsZ5 { color:#002345;display:block;width:34.6875rem;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:15.625rem;left:22.125rem;height:3.25rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#lSJMqtVOZp89283yDPmo8cuas7TNeXzs { color:#002345;display:block;width:34.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.875rem;left:22.125rem;height:1.625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#lERTW3dHK3RxrpXKl4P8IQ9kAAD1mNRH { position:absolute;display:block;z-index:15004;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:24.75rem;width:19.0625rem;top:0.8125rem;left:1.6000003814698rem;overflow:hidden;display:block; }
#DfxM9CnNrNLAVLPrK41uvqLKxHmEVS5q { background-color:#002345;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:2.8rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:20.981249809265rem;left:22.125001907349rem;display:block; }
#E8rFhJ6qAsUbODFClq9iBfCIzV3F6avZ { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#ySWgoThJIXaHU8UaOfGXTh24DrmwL4kb { background-color:#002345;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.4375rem;height:2.8125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:21.012499809265rem;left:34.625001907349rem;display:block; }
#g36FrKflgSNfuwdPwuxAurCump0J1a0Q { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#QaEFQrWweTScynn5iUDJ7LTONqpV50Qv { 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; }#QaEFQrWweTScynn5iUDJ7LTONqpV50Qv > .row .container { background-color: transparent; background-image: none; }#QaEFQrWweTScynn5iUDJ7LTONqpV50Qv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QaEFQrWweTScynn5iUDJ7LTONqpV50Qv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QaEFQrWweTScynn5iUDJ7LTONqpV50Qv > .row .container > .video-iframe-container { display: none; }#QaEFQrWweTScynn5iUDJ7LTONqpV50Qv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QaEFQrWweTScynn5iUDJ7LTONqpV50Qv > .row > .video-iframe-container { display: none; }#QaEFQrWweTScynn5iUDJ7LTONqpV50Qv > .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); }#QaEFQrWweTScynn5iUDJ7LTONqpV50Qv > .row .container { border-width: 0; border-radius: 0; }#QaEFQrWweTScynn5iUDJ7LTONqpV50Qv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QaEFQrWweTScynn5iUDJ7LTONqpV50Qv > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:60rem;position:relative;display:block; }#aKBVMvRUQbf1Su82iiTwmcaW8TXVFmHe { 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:42.8125rem;height:2.2744125rem;text-align:right;text-align-last:right;display:block; }
#XMgsIgTQQQC3farc7EJThKEJQuE30xb9 { 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:0rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#dd10tLPP9JEov3wp4sVxRpo13osmp1Q2 { 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:26.3125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Rk7UQfzNmdq9B1sUbrPhoGQvaeZL6G8v { display:block; }#Rk7UQfzNmdq9B1sUbrPhoGQvaeZL6G8v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tzHfLLW7gv0U9FTI8QZGOFSxuQSyaAuA { width:12.5rem;height:0;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZ09LxIdDEwGvqIJQIAJTvpC5T9FzUs1 { width:26.6875rem;height:7.75rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1fU1naQoi3qyVWudPiPfTn7tiiy4L7o { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMzkGHXtZnK4ZMUyJIFwh4TbpUFKQ2dN { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3zUQSRbe9DFIDuiKVMN3HCZBt6ZD2lk { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyfPhvplQdTFom31nPZS3FTzoinnB0mB { width:11.25rem;height:2.5rem;top:0.9375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQruP5uiqgCtGNbn2NhHWcRVe5txIvpz { display:block; }
 }@media only screen and (max-width: 763px) { #gZtyCoPrKNfoA4hgiQBAqDOVMpJs98GI { width:11.25rem;height:2.5rem;top:0.9375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6NbAvMqVTSxmuZdwOwwbHetELAEm3Py { display:block; }
 }@media only screen and (max-width: 763px) { #QA9tnveR0RXevVUmO46kgoOrRvTlrvln { top:7.75rem;left:28.6875rem;width:19.0625rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2a7ZT333dHCTdozrTeg7GM6gm40BwIJ { top:12.9375rem;left:18.562501907349rem;width:25.375rem;height:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5RpoFVgOoqH3UXPBvdoL0Xm1EduMl4X { 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; }#C5RpoFVgOoqH3UXPBvdoL0Xm1EduMl4X.adaptive-delivery-prevent-bg, #C5RpoFVgOoqH3UXPBvdoL0Xm1EduMl4X.lazyload, #C5RpoFVgOoqH3UXPBvdoL0Xm1EduMl4X.lazyloading { background-image: none; }#C5RpoFVgOoqH3UXPBvdoL0Xm1EduMl4X > .row .container { background-color: transparent; background-image: none; }#C5RpoFVgOoqH3UXPBvdoL0Xm1EduMl4X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5RpoFVgOoqH3UXPBvdoL0Xm1EduMl4X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5RpoFVgOoqH3UXPBvdoL0Xm1EduMl4X > .row .container > .video-iframe-container { display: none; }#C5RpoFVgOoqH3UXPBvdoL0Xm1EduMl4X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5RpoFVgOoqH3UXPBvdoL0Xm1EduMl4X > .row > .video-iframe-container { display: none; }#C5RpoFVgOoqH3UXPBvdoL0Xm1EduMl4X > .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); }#C5RpoFVgOoqH3UXPBvdoL0Xm1EduMl4X > .row .container { width:47.75rem;height:47.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AJ2bkTp0aL8xGKwKiz1JLtrBTh18VlcM { width:26.6875rem;height:7.75rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALwTbfpWJD7KT8A9SRkf8kdXZo1p8A1I { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rX9b5O7pEykXibBFMPPu4NAusU7fP0gQ { 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; }#rX9b5O7pEykXibBFMPPu4NAusU7fP0gQ.adaptive-delivery-prevent-bg, #rX9b5O7pEykXibBFMPPu4NAusU7fP0gQ.lazyload, #rX9b5O7pEykXibBFMPPu4NAusU7fP0gQ.lazyloading { background-image: none; }#rX9b5O7pEykXibBFMPPu4NAusU7fP0gQ > .row .container { background-color: transparent; background-image: none; }#rX9b5O7pEykXibBFMPPu4NAusU7fP0gQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rX9b5O7pEykXibBFMPPu4NAusU7fP0gQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rX9b5O7pEykXibBFMPPu4NAusU7fP0gQ > .row .container > .video-iframe-container { display: none; }#rX9b5O7pEykXibBFMPPu4NAusU7fP0gQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rX9b5O7pEykXibBFMPPu4NAusU7fP0gQ > .row > .video-iframe-container { display: none; }#rX9b5O7pEykXibBFMPPu4NAusU7fP0gQ > .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); }#rX9b5O7pEykXibBFMPPu4NAusU7fP0gQ > .row .container { width:47.75rem;height:47.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J4IdpVIC9QrMDa7Q6qSSxbImcBUB8rGe { width:26.6875rem;height:7.75rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcAaIt94ZzncXgbNayNVxvpcbAeFWv8G { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xi97gHkMDRUxM0q50WcMNJOyPqP1T5JX { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzs2vuCwZ3ETxHtZALkqpmpLMlbVXWBX { 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; }#mzs2vuCwZ3ETxHtZALkqpmpLMlbVXWBX.adaptive-delivery-prevent-bg, #mzs2vuCwZ3ETxHtZALkqpmpLMlbVXWBX.lazyload, #mzs2vuCwZ3ETxHtZALkqpmpLMlbVXWBX.lazyloading { background-image: none; }#mzs2vuCwZ3ETxHtZALkqpmpLMlbVXWBX > .row .container { background-color: transparent; background-image: none; }#mzs2vuCwZ3ETxHtZALkqpmpLMlbVXWBX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzs2vuCwZ3ETxHtZALkqpmpLMlbVXWBX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzs2vuCwZ3ETxHtZALkqpmpLMlbVXWBX > .row .container > .video-iframe-container { display: none; }#mzs2vuCwZ3ETxHtZALkqpmpLMlbVXWBX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzs2vuCwZ3ETxHtZALkqpmpLMlbVXWBX > .row > .video-iframe-container { display: none; }#mzs2vuCwZ3ETxHtZALkqpmpLMlbVXWBX > .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); }#mzs2vuCwZ3ETxHtZALkqpmpLMlbVXWBX > .row .container { width:47.75rem;height:47.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FpxVCcIIBgslXGo4iWT8XQGX2iGvNVlu { width:26.6875rem;height:7.75rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sq6LDfJEqXf5SNwT7qsIlPc34GtzFiRN { width:24.1875rem;height:1.625rem;top:26.6875rem;left:0rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hU0EQVc5yG27WLfKbby4dwKOrLkvQwWP { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVI7RHODAthmsG95ZlZBVXm7cSwTKJAU { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLtKDktvehfEsHqTEFGHcp0UZICEkgZx { top:2.5rem;left:27.5625rem;width:20.1875rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e78TK8f1rpcT99lw5sm0XSh8X0lkmCrQ { width:24.1875rem;height:1.625rem;top:26.6875rem;left:0rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #CbLoWGh2ybGOZqPLoB4CzwWZFUvfZiJL { width:11.25rem;height:2.5rem;top:0.9375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsP7SMEd2FpPLtNFaa1QyKVQG9yaIHoo { display:block; }
 }@media only screen and (max-width: 763px) { #dob6TFQhr1AaizAerWE86mymsJEfFS5G { width:11.25rem;height:2.5rem;top:0.9375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT6SZhTi2Z3N2SwIyFTyrnk8eBlqrJFV { display:block; }
 }@media only screen and (max-width: 763px) { #qNiNKzxzfkq8TMlhAfxyM8zxneGxGXOB { 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; }#qNiNKzxzfkq8TMlhAfxyM8zxneGxGXOB.adaptive-delivery-prevent-bg, #qNiNKzxzfkq8TMlhAfxyM8zxneGxGXOB.lazyload, #qNiNKzxzfkq8TMlhAfxyM8zxneGxGXOB.lazyloading { background-image: none; }#qNiNKzxzfkq8TMlhAfxyM8zxneGxGXOB > .row .container { background-color: transparent; background-image: none; }#qNiNKzxzfkq8TMlhAfxyM8zxneGxGXOB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNiNKzxzfkq8TMlhAfxyM8zxneGxGXOB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNiNKzxzfkq8TMlhAfxyM8zxneGxGXOB > .row .container > .video-iframe-container { display: none; }#qNiNKzxzfkq8TMlhAfxyM8zxneGxGXOB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNiNKzxzfkq8TMlhAfxyM8zxneGxGXOB > .row > .video-iframe-container { display: none; }#qNiNKzxzfkq8TMlhAfxyM8zxneGxGXOB > .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); }#qNiNKzxzfkq8TMlhAfxyM8zxneGxGXOB > .row .container { width:47.75rem;height:47.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CxiDvN50KdsD6m9FGKHLtFgpTJXJb0Mo { width:24.1875rem;height:1.625rem;top:26.6875rem;left:0rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NwNFey8hpfE3PcGSdroqHMcgJiAxrvzg { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }#NwNFey8hpfE3PcGSdroqHMcgJiAxrvzg li:before{  }
 }@media only screen and (max-width: 763px) { #C8frvxoQQcoEvwtbqWZg8kdGWUZTpSIb { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2y9dSWKtycZ8d9kQwPRq19TW9APz1kZ { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcmqzuLLectgM4toRu1G7T12wCQnzOB7 { top:0.8125rem;left:0rem;width:19.0625rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPoUnl0RzsyUaHtpTQ1Na5z7nxIOqHMx { 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; }#CPoUnl0RzsyUaHtpTQ1Na5z7nxIOqHMx.adaptive-delivery-prevent-bg, #CPoUnl0RzsyUaHtpTQ1Na5z7nxIOqHMx.lazyload, #CPoUnl0RzsyUaHtpTQ1Na5z7nxIOqHMx.lazyloading { background-image: none; }#CPoUnl0RzsyUaHtpTQ1Na5z7nxIOqHMx > .row .container { background-color: transparent; background-image: none; }#CPoUnl0RzsyUaHtpTQ1Na5z7nxIOqHMx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CPoUnl0RzsyUaHtpTQ1Na5z7nxIOqHMx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CPoUnl0RzsyUaHtpTQ1Na5z7nxIOqHMx > .row .container > .video-iframe-container { display: none; }#CPoUnl0RzsyUaHtpTQ1Na5z7nxIOqHMx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CPoUnl0RzsyUaHtpTQ1Na5z7nxIOqHMx > .row > .video-iframe-container { display: none; }#CPoUnl0RzsyUaHtpTQ1Na5z7nxIOqHMx > .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); }#CPoUnl0RzsyUaHtpTQ1Na5z7nxIOqHMx > .row .container { width:47.75rem;height:47.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hb82cZfyayVqpAsLnf0xMxv5HFqKyGRm { width:24.1875rem;height:1.625rem;top:26.6875rem;left:0rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HcVLeLV02bJKOQCuQp92z4amHWkmclVE { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }#HcVLeLV02bJKOQCuQp92z4amHWkmclVE li:before{  }
 }@media only screen and (max-width: 763px) { #kkPfGT7GwDpSFJRD1E1vhh146W8mb4Ml { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpLXeisR3TT8HTx3MFFKb9cu1y62h5NO { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZ8p9GevZdec6lgSr6uKcd1Tk68SV0i5 { top:2rem;left:27.5625rem;width:20.1875rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwrfBqSz4wRJr7CIuiRlWqMTdq384TD0 { 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; }#IwrfBqSz4wRJr7CIuiRlWqMTdq384TD0.adaptive-delivery-prevent-bg, #IwrfBqSz4wRJr7CIuiRlWqMTdq384TD0.lazyload, #IwrfBqSz4wRJr7CIuiRlWqMTdq384TD0.lazyloading { background-image: none; }#IwrfBqSz4wRJr7CIuiRlWqMTdq384TD0 > .row .container { background-color: transparent; background-image: none; }#IwrfBqSz4wRJr7CIuiRlWqMTdq384TD0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IwrfBqSz4wRJr7CIuiRlWqMTdq384TD0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IwrfBqSz4wRJr7CIuiRlWqMTdq384TD0 > .row .container > .video-iframe-container { display: none; }#IwrfBqSz4wRJr7CIuiRlWqMTdq384TD0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IwrfBqSz4wRJr7CIuiRlWqMTdq384TD0 > .row > .video-iframe-container { display: none; }#IwrfBqSz4wRJr7CIuiRlWqMTdq384TD0 > .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); }#IwrfBqSz4wRJr7CIuiRlWqMTdq384TD0 > .row .container { width:47.75rem;height:47.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fizuQe1yOTVch98nNr0CrxruBmMcnVhp { width:26.6875rem;height:7.75rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBJQA1rAWuTxIVDyxZzlz3R1UQg2wSRk { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gkcbe4Rzb7r6lT2RBvQTJz51U0JsMdeo { width:11.25rem;height:2.5rem;top:0.9375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EniflDbn4xUhb4Xpf4CoUmXJDv6xvixD { display:block; }
 }@media only screen and (max-width: 763px) { #hfzBTvL0KM52qtxfgPPZab8GtIfbRzSg { width:11.25rem;height:2.5rem;top:0.9375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #atfBnymrQ7TuymmtM8oUP0yQE8EdbeLy { display:block; }
 }@media only screen and (max-width: 763px) { #Mnqsw9QqAVreX2ROofyQAgZcLpJlfJoM { 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; }#Mnqsw9QqAVreX2ROofyQAgZcLpJlfJoM.adaptive-delivery-prevent-bg, #Mnqsw9QqAVreX2ROofyQAgZcLpJlfJoM.lazyload, #Mnqsw9QqAVreX2ROofyQAgZcLpJlfJoM.lazyloading { background-image: none; }#Mnqsw9QqAVreX2ROofyQAgZcLpJlfJoM > .row .container { background-color: transparent; background-image: none; }#Mnqsw9QqAVreX2ROofyQAgZcLpJlfJoM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mnqsw9QqAVreX2ROofyQAgZcLpJlfJoM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mnqsw9QqAVreX2ROofyQAgZcLpJlfJoM > .row .container > .video-iframe-container { display: none; }#Mnqsw9QqAVreX2ROofyQAgZcLpJlfJoM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mnqsw9QqAVreX2ROofyQAgZcLpJlfJoM > .row > .video-iframe-container { display: none; }#Mnqsw9QqAVreX2ROofyQAgZcLpJlfJoM > .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); }#Mnqsw9QqAVreX2ROofyQAgZcLpJlfJoM > .row .container { width:47.75rem;height:47.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nXhUqnlrImKEwfBTm0kypoX8VodcgFs1 { width:26.6875rem;height:7.75rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnpdZdTfgf2GhT5h1Q6MrFcGufTO525p { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPIGdi5zaEfyu8cOInFf7HxXdvN5HK61 { top:12.625rem;left:0rem;width:18.4375rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXKNNZ3RoT50aoLdW3TQLX1VE93Z3yqp { top:12.625rem;left:29.3125rem;width:18.4375rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGMwKoXnMV3Gsqfb5EcWmlzGedxTVECU { top:12.6875rem;left:14.656251907349rem;width:18.4375rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOA4ML0558RTGbQAJsUMN3Cmtn5yT68B { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyeaiCAxKnTT4qtkm05uZKRRqr3Tku9v { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXLRnfA4qnyIwQ82qz7RDJ4dGJsTr2bv { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFrpniMLfLV24w2vzMgI9g0HHI4ih3RV { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fxc4gQ07t3Tk18OVVHiGONm3M4y8hcC9 { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrZxgTRa6sGzqI6qxO6QGBCgIozHMAsP { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuvOPxra005HVKgJ22IuGqoHkCe73vkk { 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; }#EuvOPxra005HVKgJ22IuGqoHkCe73vkk.adaptive-delivery-prevent-bg, #EuvOPxra005HVKgJ22IuGqoHkCe73vkk.lazyload, #EuvOPxra005HVKgJ22IuGqoHkCe73vkk.lazyloading { background-image: none; }#EuvOPxra005HVKgJ22IuGqoHkCe73vkk > .row .container { background-color: transparent; background-image: none; }#EuvOPxra005HVKgJ22IuGqoHkCe73vkk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EuvOPxra005HVKgJ22IuGqoHkCe73vkk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EuvOPxra005HVKgJ22IuGqoHkCe73vkk > .row .container > .video-iframe-container { display: none; }#EuvOPxra005HVKgJ22IuGqoHkCe73vkk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EuvOPxra005HVKgJ22IuGqoHkCe73vkk > .row > .video-iframe-container { display: none; }#EuvOPxra005HVKgJ22IuGqoHkCe73vkk > .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); }#EuvOPxra005HVKgJ22IuGqoHkCe73vkk > .row .container { width:47.75rem;height:47.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AlUvOdGD9X6o2tBu8am6LThGHgeA6TSo { width:26.6875rem;height:7.75rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPuvwi10G5LMrdwJBphzDi9HSTZ6UedU { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCfyZaidFS2knCe7bnC9un33UBeThw9L { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHwDQQCoGxAn2WCMCJBeOTbHGGZ72xxi { top:15.0625rem;left:17.625001907349rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdP1xOVxEzshWOuVKPof18e3t4E1izPJ { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT5PcCSiTAsZ2qnvLZySU7wd4xv1CGB1 { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zX58lO8HwzaCTRnDvMrdrE2QqUH6eyCv { top:22.625rem;left:17.625001907349rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6vSOk6QH4AZNgx5E8664rm86clX8rcI { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwpKq2x42U4Q2kF96tX8HwiTw32FONZc { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLwXSoQI6ZyqX9gRqZO0JhT89OMNRfuQ { top:29.875rem;left:17.625001907349rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ub5EziQDCqtPEbSZUHplDHSsTt4mnwBe { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVLzvSZpJP6pXK27RpUWGmhkNQkbAiuT { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ttv7ckn3VCkJuLBRE2CzMamuEATkmSbi { top:37.25rem;left:17.625001907349rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTACqlMvLBeLXEIPZPx8V2lmCVht1qVT { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgeslHiWRfPcAGQK1sAXQCsp7m8G3NPL { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaX5d3zrmmBRkExfydwLsZ8gmrsoNutn { width:11.25rem;height:2.5rem;top:0.9375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFvli5xLH2JC7moKisiDJndLDgmselKn { display:block; }
 }@media only screen and (max-width: 763px) { #Wng7RoMVKUMneOdH2h7TTyJfaMhcM5p6 { 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; }#Wng7RoMVKUMneOdH2h7TTyJfaMhcM5p6.adaptive-delivery-prevent-bg, #Wng7RoMVKUMneOdH2h7TTyJfaMhcM5p6.lazyload, #Wng7RoMVKUMneOdH2h7TTyJfaMhcM5p6.lazyloading { background-image: none; }#Wng7RoMVKUMneOdH2h7TTyJfaMhcM5p6 > .row .container { background-color: transparent; background-image: none; }#Wng7RoMVKUMneOdH2h7TTyJfaMhcM5p6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wng7RoMVKUMneOdH2h7TTyJfaMhcM5p6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wng7RoMVKUMneOdH2h7TTyJfaMhcM5p6 > .row .container > .video-iframe-container { display: none; }#Wng7RoMVKUMneOdH2h7TTyJfaMhcM5p6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wng7RoMVKUMneOdH2h7TTyJfaMhcM5p6 > .row > .video-iframe-container { display: none; }#Wng7RoMVKUMneOdH2h7TTyJfaMhcM5p6 > .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); }#Wng7RoMVKUMneOdH2h7TTyJfaMhcM5p6 > .row .container { width:47.75rem;height:47.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AnPkeDOTxbTnFsTu1gT6MgzlArD4H8K9 { width:26.6875rem;height:7.75rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tyq5IZnvWEHLvJGWBz9TVRx1mT40SxCT { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJOgmVm3QCHKro4qlTV5bWqkbqP3BlGF { top:9.6875rem;left:0rem;width:28.6875rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0UTxoQFysWJDwwsVzr6BTJMyBCoiPKZ { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoDMOdt1OsTqFOQozisiUTqEUpG8S9EB { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEaKKCuQirokoU01DLHQTh5OuCfMPU2a { top:9.8125rem;left:18.8125rem;width:28.6875rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkXZHcHdRvQFS1a3hVdeyrvIekBSSuUQ { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWFJ32wsDO8RodUahKd92J5IWbCRZ7VV { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETmBgKJOk1s5Vr83yGlRVnufdntvk2fy { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #spmyisWP1HxrREGU6mTyMoa4sTocFKhz { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpUaAKnrtGDTRdqXsqX69Q5ruAAnHK4u { top:29.5rem;left:0rem;width:28.6875rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvJ7AM3GzlkLznTitFnZolgVMfPiE6WL { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGxGTvw845eA0Ie39AHSpMZZuyqmG4c1 { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBbF91WHq8lM3B1QAe5m3Zkn9TtkxWBt { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZM4wCGH258uo9qP2rUtodiwRsgL0CbZ { top:29.5rem;left:18.8125rem;width:28.6875rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybMysJ297A4gLWLDrKLOgHuuJEmHvfzk { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgWJAf7XhSRJlgbd6DydDAL0xZwkcrPv { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtWadO2b1y3ihJC05Em87nV1WlP66kp7 { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVPfxi6X9cdA490CG5MQvepqiLPXu3yN { 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; }#aVPfxi6X9cdA490CG5MQvepqiLPXu3yN.adaptive-delivery-prevent-bg, #aVPfxi6X9cdA490CG5MQvepqiLPXu3yN.lazyload, #aVPfxi6X9cdA490CG5MQvepqiLPXu3yN.lazyloading { background-image: none; }#aVPfxi6X9cdA490CG5MQvepqiLPXu3yN > .row .container { background-color: transparent; background-image: none; }#aVPfxi6X9cdA490CG5MQvepqiLPXu3yN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVPfxi6X9cdA490CG5MQvepqiLPXu3yN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVPfxi6X9cdA490CG5MQvepqiLPXu3yN > .row .container > .video-iframe-container { display: none; }#aVPfxi6X9cdA490CG5MQvepqiLPXu3yN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVPfxi6X9cdA490CG5MQvepqiLPXu3yN > .row > .video-iframe-container { display: none; }#aVPfxi6X9cdA490CG5MQvepqiLPXu3yN > .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); }#aVPfxi6X9cdA490CG5MQvepqiLPXu3yN > .row .container { width:47.75rem;height:47.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n9cb5Ig8Pv9srUTxXq1NeJTA5Z6mqzgC { width:24.1875rem;height:1.625rem;top:26.6875rem;left:0rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vEmsB2Dki4BKBJOmEF3iPdp00oJQPW6H { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }#vEmsB2Dki4BKBJOmEF3iPdp00oJQPW6H li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c70093c541b244159d02df96ac192179df393624.svg); }
 }@media only screen and (max-width: 763px) { #Xdxq3w7JaiNRhHh8oPLqJ5nR6mzCAT1A { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaJMA4Tyyqwb0DISbsf5kvLwbh9zPIFh { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2UMAiFLyhXmAy3SxzDiT8wyTOBPbbev { top:2.125rem;left:28.6875rem;width:19.0625rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6TSr1yOnBxdmBEnS6iDKhrv7pPn2QMW { 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; }#i6TSr1yOnBxdmBEnS6iDKhrv7pPn2QMW.adaptive-delivery-prevent-bg, #i6TSr1yOnBxdmBEnS6iDKhrv7pPn2QMW.lazyload, #i6TSr1yOnBxdmBEnS6iDKhrv7pPn2QMW.lazyloading { background-image: none; }#i6TSr1yOnBxdmBEnS6iDKhrv7pPn2QMW > .row .container { background-color: transparent; background-image: none; }#i6TSr1yOnBxdmBEnS6iDKhrv7pPn2QMW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6TSr1yOnBxdmBEnS6iDKhrv7pPn2QMW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6TSr1yOnBxdmBEnS6iDKhrv7pPn2QMW > .row .container > .video-iframe-container { display: none; }#i6TSr1yOnBxdmBEnS6iDKhrv7pPn2QMW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6TSr1yOnBxdmBEnS6iDKhrv7pPn2QMW > .row > .video-iframe-container { display: none; }#i6TSr1yOnBxdmBEnS6iDKhrv7pPn2QMW > .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); }#i6TSr1yOnBxdmBEnS6iDKhrv7pPn2QMW > .row .container { width:47.75rem;height:47.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CXQkKEAORpWkAVKqIsCmygVGgTkfvWf7 { width:24.1875rem;height:1.625rem;top:26.6875rem;left:0rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fKdOsF5Gwm11ZwLQJxSL9x6tQhE9tdcL { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTriMhi1cwAk8fNX3ForEZOhyXp6nXS4 { top:1.875rem;left:0rem;width:20.1875rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXLEiawdmVzbIlrBC5a1EFARaoooAvSh { display:block; }#uXLEiawdmVzbIlrBC5a1EFARaoooAvSh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mXrUZKSPauB6A2UyMKv0GfWnuT71o0nl { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDqsLSOSrmCKtKBsibmaHdcBudpN3wHL { display:block; }#iDqsLSOSrmCKtKBsibmaHdcBudpN3wHL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tILiOzuoc0lDPOAIaxkIWnQ2QNHeZ6Vv { width:24.1875rem;height:1.625rem;top:26.6875rem;left:0rem;line-height:1.2;display:block; }#tILiOzuoc0lDPOAIaxkIWnQ2QNHeZ6Vv li:before{  }
 }@media only screen and (max-width: 763px) { #ViEiN9tr7zF1rT5oHXSVUA2mlaCUqeXu { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOBzoR1pXzNT0e5WQM1soFBe7NgvnlFh { top:0rem;left:1rem;width:13.8125rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGOBGaKt1VVQWER6k969Jx1oRafor31L { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTUGGzWfVWXHQpDdTFSKLBssgwReSqnk { width:24.1875rem;height:1.625rem;top:26.6875rem;left:0rem;line-height:1.2;display:block; }#PTUGGzWfVWXHQpDdTFSKLBssgwReSqnk li:before{  }
 }@media only screen and (max-width: 763px) { #AWOM62xoNaJCSDmr0WCx7lIFbcbxeNSu { width:24.1875rem;height:1.625rem;top:26.6875rem;left:0rem;line-height:1.2;display:block; }#AWOM62xoNaJCSDmr0WCx7lIFbcbxeNSu li:before{  }
 }@media only screen and (max-width: 763px) { #LqrRyWIKqnC4lzl2gEUuEVp5hJTPCKmU { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jgegt6uqGXxSdFtaeBXNDGAD2IlkDgJo { top:0rem;left:16.90625rem;width:13.8125rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H58m7pTQ17TvHxonIP2NTO5TQKgHC3s6 { top:0rem;left:32.78125rem;width:13.8125rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFVW7MmKmVF3soqPOXLAHXIAkLcasWHU { top:29.875rem;left:17.625001907349rem;width:12.5rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pRnd7VFQGtz5CgCWocJPw0VyCxfuzdxy { top:29.875rem;left:17.625001907349rem;width:12.5rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gBWUcvTQ4IPXAARoS1WfFkObVu7IBU4J { top:29.875rem;left:17.625001907349rem;width:12.5rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PFTMHZ91DaEOs8z3D29a1Ukf5GOsaWzB { display:block; }#PFTMHZ91DaEOs8z3D29a1Ukf5GOsaWzB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qOLtQfXg1sA2oM7JAfXUUiUnlZ1rAnVW { width:24.1875rem;height:1.625rem;top:26.6875rem;left:0rem;line-height:1.2;display:block; }#qOLtQfXg1sA2oM7JAfXUUiUnlZ1rAnVW li:before{  }
 }@media only screen and (max-width: 763px) { #bZkcnayt3solAJCQHEC0AtudDQ7wC9i3 { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQV5RoeLSi7UmOZLGKcmPlRMWe4P5MSp { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VV9cMwRPZVquIkgDSNwkkfbZ4EwkXAsU { width:24.1875rem;height:1.625rem;top:26.6875rem;left:0rem;line-height:1.2;display:block; }#VV9cMwRPZVquIkgDSNwkkfbZ4EwkXAsU li:before{  }
 }@media only screen and (max-width: 763px) { #rNDo7gxlVhITHxDClZ1w1q6DGMdn1All { width:24.1875rem;height:1.625rem;top:26.6875rem;left:0rem;line-height:1.2;display:block; }#rNDo7gxlVhITHxDClZ1w1q6DGMdn1All li:before{  }
 }@media only screen and (max-width: 763px) { #tBiST1UhTNIFoSvJp6Px1pVQCkF9BZgK { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDaHc6TrkwvF5kHyNids706EPpPs0qPo { top:0rem;left:1.0625rem;width:13.8125rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIeNkReAVGhZI19mOw5kW9LKIkNU3RrZ { top:-0.9375rem;left:31.9375rem;width:15.8125rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsfmWBuM3KIzTIvqTIaTrP0uL0OXIwvw { top:29.875rem;left:17.625001907349rem;width:12.5rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QeZILou1WwgDRf8KVamt3UhsLPPTXLt1 { top:29.875rem;left:17.625001907349rem;width:12.5rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UzMrA8f8L2obDKvsgf6CF3DCt6ZWNDBH { top:29.875rem;left:17.625001907349rem;width:12.5rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kTPgvMcgPwMe0L9UVSOypzzJ56x2P29S { top:0rem;left:16.90625rem;width:13.8125rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnIeooHshLmWTC7oUD1OQAJvZOHXI9oc { display:block; }#wnIeooHshLmWTC7oUD1OQAJvZOHXI9oc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CctwM9y5qFT4KMan876TWIvK27N7QszX { width:24.1875rem;height:1.625rem;top:26.6875rem;left:0rem;line-height:1.2;display:block; }#CctwM9y5qFT4KMan876TWIvK27N7QszX li:before{  }
 }@media only screen and (max-width: 763px) { #aK6gbv3nf8Dsy8PWA7yA0mxcSTAFmGwf { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPRCz5dOvdCR3sR0F9HoU4pGMqXXSMbt { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3ywzX8czCn3hTPcQZVezcEZyoTcN90u { width:24.1875rem;height:1.625rem;top:26.6875rem;left:0rem;line-height:1.2;display:block; }#c3ywzX8czCn3hTPcQZVezcEZyoTcN90u li:before{  }
 }@media only screen and (max-width: 763px) { #V0ExhSZHUruAQD09xvk8g4bMQfedklm2 { width:24.1875rem;height:1.625rem;top:26.6875rem;left:0rem;line-height:1.2;display:block; }#V0ExhSZHUruAQD09xvk8g4bMQfedklm2 li:before{  }
 }@media only screen and (max-width: 763px) { #HlyllQCfWTKgbDDMJL4DSCTy4EwtXBtv { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCQlCM5w03kkgJhZXvaTCLs9ULJ1fAaV { top:0rem;left:1.03125rem;width:13.8125rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ5JQrT5mGENAglmcuutuh1yf7HR5nOo { top:0rem;left:32.78125rem;width:13.8125rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLgvHJqFGZ5Z99rvHxVKphCKosTAuATk { top:29.875rem;left:17.625001907349rem;width:12.5rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tbIcIsLbVNaFLqxJo7nduAAZolO9sNHy { top:29.875rem;left:17.625001907349rem;width:12.5rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #e1ZMKs1TDTcNbFJ4IFSrB4fXpuxllRGo { top:0rem;left:16.90625rem;width:13.8125rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksTkVG4fS0l0e1s5XisBiT11Vvn9Trcb { display:block; }#ksTkVG4fS0l0e1s5XisBiT11Vvn9Trcb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0O2ixGWzRPBChRHeR5kaT71sm7zdFiZ { width:24.1875rem;height:1.625rem;top:26.6875rem;left:0rem;line-height:1.2;display:block; }#o0O2ixGWzRPBChRHeR5kaT71sm7zdFiZ li:before{  }
 }@media only screen and (max-width: 763px) { #KM6dp0ebhOTc0Dh6p0c7lF8IeFDqA56C { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CimBQHrgb1JIUVB5TSKxhDi4QmJROzl1 { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #THJaPNiiFA2L0To2nafAwmXXTw5UOVd9 { width:24.1875rem;height:1.625rem;top:26.6875rem;left:0rem;line-height:1.2;display:block; }#THJaPNiiFA2L0To2nafAwmXXTw5UOVd9 li:before{  }
 }@media only screen and (max-width: 763px) { #bEvlL42i669HMP6m7VB5WgI1oGeKLttg { top:0rem;left:1.03125rem;width:13.8125rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6QUhZdTO9cBkT7Wp0gH2IgFNiy22d2o { top:0rem;left:16.90625rem;width:13.8125rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #thpWZb6JTTAzOVKnr4GAsnJ2dl41NRVZ { top:29.875rem;left:17.625001907349rem;width:12.5rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uMtxFAhSHxRKsLnmDid2duR2nGre0thU { display:block; }#uMtxFAhSHxRKsLnmDid2duR2nGre0thU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hh7owoyk6LOuAtPVqsOWQf3dFa5WPMOg { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbLvsDVphvt4IL2fr3HML6HOHCC1elFE { display:block; }#GbLvsDVphvt4IL2fr3HML6HOHCC1elFE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iVihu1UtxXsG7PgDUAQlMSDCoTcIrJBr { top:2.875rem;left:0rem;width:24.6875rem;height:58.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvyCcnK6PZCEJfqd6C0XkynCVlNXJMqL { top:2.875rem;left:0rem;width:24.6875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtJOwul8Uk5t4Aq38BR67FFXixrLPZT8 { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIpzfu7mUgqJqIMRy3N7T4bDT0K8d6Jp { width:24.1875rem;height:1.625rem;top:26.6875rem;left:0rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZgOoxhCQxBy00pBacTl9pGKGtAKkC10K { width:24.1875rem;height:1.625rem;top:26.6875rem;left:0rem;line-height:1.2;display:block; }#ZgOoxhCQxBy00pBacTl9pGKGtAKkC10K li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bd0bd415975cf70c9840b87e0446605908dc7156.svg); }
 }@media only screen and (max-width: 763px) { #Tiza0MrxhSVyOJ0RJcMdTRR5tvs9gexv { top:0.75rem;left:10.762502670288rem;width:8.375rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LE4kmsDkoz1f3uCsNCtnrgrd7ReNO6H3 { width:11.25rem;height:2.5rem;top:0.9375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkpuX4eWVlKHZ0uDOzLLwdavbiUexpcV { display:block; }
 }@media only screen and (max-width: 763px) { #GfNMMn3mPxrNmDZrRLXU2E03wKvOAyku { top:2.9375rem;left:22.8125rem;width:24.6875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #eC7nhuJlDmXwGTAPaDgGlFZMErTnxVS2 { width:24.1875rem;height:1.625rem;top:26.6875rem;left:0rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #eHAvRO2s4Z1UbWkrExSMWAuTVBtZFV7d { top:0.8125rem;left:39.375rem;width:8.375rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlEVIVuorxr3Nb8lqvyMK2pXe8wDa70M { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mg4C5om8c16OTKcX1hP4TZ9FahoNbKCE { width:24.1875rem;height:1.625rem;top:26.6875rem;left:0rem;line-height:1.2;display:block; }#mg4C5om8c16OTKcX1hP4TZ9FahoNbKCE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bd0bd415975cf70c9840b87e0446605908dc7156.svg); }
 }@media only screen and (max-width: 763px) { #V1GpayTCpLnzMr1bv6wR8V5eDmFAeiV4 { width:11.25rem;height:2.5rem;top:0.9375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMfHO0pny7B5n87AdVXUNxB3dGla933V { display:block; }
 }@media only screen and (max-width: 763px) { #BVpepfFXTDTNM8aOEDth4nRNd3SqvPzP { width:24.1875rem;height:1.625rem;top:26.6875rem;left:0rem;line-height:1.2;display:block; }#BVpepfFXTDTNM8aOEDth4nRNd3SqvPzP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bb1b6af77f8d1f12ddad131ee5781989ea70dbb.svg); }
 }@media only screen and (max-width: 763px) { #AsV7FyoJ5AC7P0kPLFUQxAGLd7zJzRh5 { width:24.1875rem;height:1.625rem;top:26.6875rem;left:0rem;line-height:1.2;display:block; }#AsV7FyoJ5AC7P0kPLFUQxAGLd7zJzRh5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_71b1b52cf9b1ec015bc3ac50911f44b3.svg); }
 }@media only screen and (max-width: 763px) { #PxTmOZz6SbV8UaEdtkg4bGMIItr18IPA { width:24.1875rem;height:1.625rem;top:26.6875rem;left:0rem;line-height:1.2;display:block; }#PxTmOZz6SbV8UaEdtkg4bGMIItr18IPA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bb1b6af77f8d1f12ddad131ee5781989ea70dbb.svg); }
 }@media only screen and (max-width: 763px) { #Ph5O50TIkkDEG0zRs3TKRW46zM5HpWZd { width:24.1875rem;height:1.625rem;top:26.6875rem;left:0rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #J7BgUevsqr7VTZPT1Oa2De9XtkT3UIBG { width:24.1875rem;height:1.625rem;top:26.6875rem;left:0rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FOJskmzAAKQiFCV1UPmvrTWzrxJUtEJl { width:24.1875rem;height:1.625rem;top:26.6875rem;left:0rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rfZ0wsgg8simUMmdFiVNRRfrn6Ti65lV { top:47.5rem;left:0rem;width:18.0625rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0LDaa3rM6UBWAHvoBBqXbya2AFH9hIP { width:24.1875rem;height:1.625rem;top:26.6875rem;left:0rem;line-height:1.2;display:block; }#S0LDaa3rM6UBWAHvoBBqXbya2AFH9hIP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_71b1b52cf9b1ec015bc3ac50911f44b3.svg); }
 }@media only screen and (max-width: 763px) { #mxPU8dqFlnlX07Kq166m3srNxXacobaS { width:24.1875rem;height:1.625rem;top:26.6875rem;left:0rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dcsQ1BvSbTVRx1VQhpwzWy8iRT6Z9x8r { top:6.375rem;left:22.8125rem;width:24.6875rem;height:59.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT09Gx0zlwzQoJkMnIuVefJ8SlAZZZKb { width:24.1875rem;height:1.625rem;top:26.6875rem;left:0rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TIpfXWaHKZrKS6Pph2W513mTDDnRvh5I { width:24.1875rem;height:1.625rem;top:26.6875rem;left:0rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LWpKCOzJBhv3h6XLUJ9oDe8pSFgmvr20 { top:49.75rem;left:29.6875rem;width:18.0625rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLpBimcrJQwID0mz3qX9HLEUTc39zGcz { 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; }#KLpBimcrJQwID0mz3qX9HLEUTc39zGcz.adaptive-delivery-prevent-bg, #KLpBimcrJQwID0mz3qX9HLEUTc39zGcz.lazyload, #KLpBimcrJQwID0mz3qX9HLEUTc39zGcz.lazyloading { background-image: none; }#KLpBimcrJQwID0mz3qX9HLEUTc39zGcz > .row .container { background-color: transparent; background-image: none; }#KLpBimcrJQwID0mz3qX9HLEUTc39zGcz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KLpBimcrJQwID0mz3qX9HLEUTc39zGcz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KLpBimcrJQwID0mz3qX9HLEUTc39zGcz > .row .container > .video-iframe-container { display: none; }#KLpBimcrJQwID0mz3qX9HLEUTc39zGcz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KLpBimcrJQwID0mz3qX9HLEUTc39zGcz > .row > .video-iframe-container { display: none; }#KLpBimcrJQwID0mz3qX9HLEUTc39zGcz > .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); }#KLpBimcrJQwID0mz3qX9HLEUTc39zGcz > .row .container { width:47.75rem;height:47.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fpiArUmrbFo8L6h8SoOLEIxCDRDbygx7 { width:24.1875rem;height:1.625rem;top:26.6875rem;left:0rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TneV45rFfZN5UaoCCeB9aGvLJ6TlenTL { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }#TneV45rFfZN5UaoCCeB9aGvLJ6TlenTL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c70093c541b244159d02df96ac192179df393624.svg); }
 }@media only screen and (max-width: 763px) { #DpSkhG8IlVNNtVX9oHKDHTll9x5qn0JT { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbMK3n1wuQkx1DQAT2loF2KpsNZTNsTa { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccT9oKlnnAIlTIy6asAT7g7wGomIgpHw { top:2.375rem;left:27.3125rem;width:20.1875rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UixHlzNZpZ05c0RvnAclilHwGJZoCTbt { width:11.25rem;height:2.5rem;top:0.9375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqXd4Ntz360AdC09h2TocMAb91vJLoaZ { display:block; }
 }@media only screen and (max-width: 763px) { #ZzVaIfn4qGgffNIdVNmQKTRPWgnDmpfh { display:block; }#ZzVaIfn4qGgffNIdVNmQKTRPWgnDmpfh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e419qczubwTIQSMzfv0kTwXtqpnnmuUs { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #trZQVfbwZmrn5XTCk5JJHcpSRhTcNTgx { display:block; }#trZQVfbwZmrn5XTCk5JJHcpSRhTcNTgx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kWT7Kqx5eKOykKpu1h6oCrdNB1px2SoZ { top:2.3125rem;left:0rem;width:14.25rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFm0mdV8BgP3ZTdo1CXmar9qmbNAN0VX { top:2.3125rem;left:9.625rem;width:14.25rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUdR7sxwS3oSmV62mNr3DSvTRUTmDM61 { top:2.3125rem;left:21.5625rem;width:14.25rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRVGBQQy5qN4AfctNXw5IWG8ReGDqhza { top:2.3125rem;left:33.5rem;width:14.25rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #os7si1WXe9IScyREh9LXKrN9X7G3POi8 { 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; }#os7si1WXe9IScyREh9LXKrN9X7G3POi8.adaptive-delivery-prevent-bg, #os7si1WXe9IScyREh9LXKrN9X7G3POi8.lazyload, #os7si1WXe9IScyREh9LXKrN9X7G3POi8.lazyloading { background-image: none; }#os7si1WXe9IScyREh9LXKrN9X7G3POi8 > .row .container { background-color: transparent; background-image: none; }#os7si1WXe9IScyREh9LXKrN9X7G3POi8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#os7si1WXe9IScyREh9LXKrN9X7G3POi8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#os7si1WXe9IScyREh9LXKrN9X7G3POi8 > .row .container > .video-iframe-container { display: none; }#os7si1WXe9IScyREh9LXKrN9X7G3POi8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#os7si1WXe9IScyREh9LXKrN9X7G3POi8 > .row > .video-iframe-container { display: none; }#os7si1WXe9IScyREh9LXKrN9X7G3POi8 > .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); }#os7si1WXe9IScyREh9LXKrN9X7G3POi8 > .row .container { width:47.75rem;height:47.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xeOV7F5SaI5ywQgXhVeJ8O5JJLLkQgpT { width:24.1875rem;height:1.625rem;top:26.6875rem;left:0rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Q3ohJRyrEZauMPTqlnVRTBvHGXt3KhHl { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }#Q3ohJRyrEZauMPTqlnVRTBvHGXt3KhHl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c70093c541b244159d02df96ac192179df393624.svg); }
 }@media only screen and (max-width: 763px) { #nTg4Qfquf1mfuTm1shXzUr2TGx2BVH32 { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q025JFIgocTK8R5rMGODqUJEExLkLX7G { width:24.1875rem;height:1.625rem;top:26.6875rem;left:0rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uSWPpV0kPyInG9pxsGBHO1kh0m2Rbvf7 { top:4rem;left:25.25rem;width:22.5rem;height:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzkHwfWnhOEI9iDaMXowytPswdEvXGXy { top:23rem;left:35rem;width:12.75rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdWr2ssuLTB8We0VDfTlteTnRz61bHkV { 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; }#hdWr2ssuLTB8We0VDfTlteTnRz61bHkV.adaptive-delivery-prevent-bg, #hdWr2ssuLTB8We0VDfTlteTnRz61bHkV.lazyload, #hdWr2ssuLTB8We0VDfTlteTnRz61bHkV.lazyloading { background-image: none; }#hdWr2ssuLTB8We0VDfTlteTnRz61bHkV > .row .container { background-color: transparent; background-image: none; }#hdWr2ssuLTB8We0VDfTlteTnRz61bHkV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hdWr2ssuLTB8We0VDfTlteTnRz61bHkV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hdWr2ssuLTB8We0VDfTlteTnRz61bHkV > .row .container > .video-iframe-container { display: none; }#hdWr2ssuLTB8We0VDfTlteTnRz61bHkV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hdWr2ssuLTB8We0VDfTlteTnRz61bHkV > .row > .video-iframe-container { display: none; }#hdWr2ssuLTB8We0VDfTlteTnRz61bHkV > .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); }#hdWr2ssuLTB8We0VDfTlteTnRz61bHkV > .row .container { width:47.75rem;height:47.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mz0O0DeGnFpiaJWcLTFK1Hl1M5U7r6Nr { width:24.1875rem;height:1.625rem;top:26.6875rem;left:0rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hwdeTr3V5Cc29aJ1WJfTKz9dBcymaOar { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOorB71zoHoChTFPkeye1eXo6hWU8mRD { top:1.875rem;left:0rem;width:20.1875rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoFyEQg8f8FsdMrdW3ChD2FF4xH0vlOr { width:11.25rem;height:2.5rem;top:0.9375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvJySdIEOFhQr7fhh77F8zOHA81SuOsi { display:block; }
 }@media only screen and (max-width: 763px) { #NAzw1FR5NZ7QTvcFvqSE5UXGZ4PNRf7c { width:11.25rem;height:2.5rem;top:0.9375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOh63lIaq3JTSQGiZcR1iiB4mZi2qf2X { display:block; }
 }@media only screen and (max-width: 763px) { #eOX5ErV1ap7zC5LiqCzilknlvze7nxTS { 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; }#eOX5ErV1ap7zC5LiqCzilknlvze7nxTS.adaptive-delivery-prevent-bg, #eOX5ErV1ap7zC5LiqCzilknlvze7nxTS.lazyload, #eOX5ErV1ap7zC5LiqCzilknlvze7nxTS.lazyloading { background-image: none; }#eOX5ErV1ap7zC5LiqCzilknlvze7nxTS > .row .container { background-color: transparent; background-image: none; }#eOX5ErV1ap7zC5LiqCzilknlvze7nxTS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOX5ErV1ap7zC5LiqCzilknlvze7nxTS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOX5ErV1ap7zC5LiqCzilknlvze7nxTS > .row .container > .video-iframe-container { display: none; }#eOX5ErV1ap7zC5LiqCzilknlvze7nxTS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOX5ErV1ap7zC5LiqCzilknlvze7nxTS > .row > .video-iframe-container { display: none; }#eOX5ErV1ap7zC5LiqCzilknlvze7nxTS > .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); }#eOX5ErV1ap7zC5LiqCzilknlvze7nxTS > .row .container { width:47.75rem;height:47.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W3V1AZuLxFcMZZaAclNZVQWXehkwNkw0 { width:24.1875rem;height:1.625rem;top:26.6875rem;left:0rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #w4M2R2DXlm4ZJXCdAeHD9OhIrTpBbz1o { width:24.1875rem;height:1.625rem;top:26.6875rem;left:0rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GaUPlHcg4BmxsgTJ5SyGra2tzn14Asis { 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; }#GaUPlHcg4BmxsgTJ5SyGra2tzn14Asis.adaptive-delivery-prevent-bg, #GaUPlHcg4BmxsgTJ5SyGra2tzn14Asis.lazyload, #GaUPlHcg4BmxsgTJ5SyGra2tzn14Asis.lazyloading { background-image: none; }#GaUPlHcg4BmxsgTJ5SyGra2tzn14Asis > .row .container { background-color: transparent; background-image: none; }#GaUPlHcg4BmxsgTJ5SyGra2tzn14Asis::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GaUPlHcg4BmxsgTJ5SyGra2tzn14Asis > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GaUPlHcg4BmxsgTJ5SyGra2tzn14Asis > .row .container > .video-iframe-container { display: none; }#GaUPlHcg4BmxsgTJ5SyGra2tzn14Asis > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GaUPlHcg4BmxsgTJ5SyGra2tzn14Asis > .row > .video-iframe-container { display: none; }#GaUPlHcg4BmxsgTJ5SyGra2tzn14Asis > .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); }#GaUPlHcg4BmxsgTJ5SyGra2tzn14Asis > .row .container { width:47.75rem;height:47.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R4uCXUwBaMwSWvGF26hSIDCqeTE9E5rF { width:24.1875rem;height:1.625rem;top:26.6875rem;left:0rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HBLIC9Uzza6Nyu6wQR5Os4T5IedexDts { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwwtCywcCtA2bNihIOh9zIb1XEzbnStx { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJuEu5MilduHDIgz7SpHuD1Z2yd9MGxO { width:24.1875rem;height:1.625rem;top:26.6875rem;left:0rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UaaT0cMTtn3M42HDir5KMXT7l3mBbkhv { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }#UaaT0cMTtn3M42HDir5KMXT7l3mBbkhv li:before{  }
 }@media only screen and (max-width: 763px) { #uFi83HXIl9AaQLD8uXCsUJ8KRZuwlI8i { width:24.1875rem;height:1.625rem;top:26.6875rem;left:0rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mlV09BxxOfIiUbNhv5qxm6zVWdtKz6LW { top:1.3125rem;left:24.75rem;width:23rem;height:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFAxrtryCG25e5ObKEOGCp2IhCV74Q2T { display:block; }#HFAxrtryCG25e5ObKEOGCp2IhCV74Q2T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zV15hBSuF8B0VoC4k0XavwnixyM4PU2w { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuUDqU3Aff8qsHWfiTK30W0gk7TVPlUh { display:block; }#UuUDqU3Aff8qsHWfiTK30W0gk7TVPlUh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTvqo8MP4SZa0Qtlguu8BQ08X2PBvlND { top:1.25rem;left:0rem;width:27.8125rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdbxntULL8dOuCqsXZ9K6qp2BNDuIu7c { top:1rem;left:18.625rem;width:29.125rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIn90WvBhv1N1RIcOhuwcJ6uKpLfNKiV { top:16.125rem;left:0rem;width:31.1875rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyiKel8TNbtbW6DiLPk80nxH6isypThH { top:16.125rem;left:25.69287109375rem;width:13.875rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAC1b8SF3u1JK1hWThng5zG2elqkEwXD { top:16.25rem;left:34.9375rem;width:12.8125rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytePgNrAfgXhMW7oCbWpAAvz2zBqLkO7 { 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; }#ytePgNrAfgXhMW7oCbWpAAvz2zBqLkO7.adaptive-delivery-prevent-bg, #ytePgNrAfgXhMW7oCbWpAAvz2zBqLkO7.lazyload, #ytePgNrAfgXhMW7oCbWpAAvz2zBqLkO7.lazyloading { background-image: none; }#ytePgNrAfgXhMW7oCbWpAAvz2zBqLkO7 > .row .container { background-color: transparent; background-image: none; }#ytePgNrAfgXhMW7oCbWpAAvz2zBqLkO7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ytePgNrAfgXhMW7oCbWpAAvz2zBqLkO7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ytePgNrAfgXhMW7oCbWpAAvz2zBqLkO7 > .row .container > .video-iframe-container { display: none; }#ytePgNrAfgXhMW7oCbWpAAvz2zBqLkO7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ytePgNrAfgXhMW7oCbWpAAvz2zBqLkO7 > .row > .video-iframe-container { display: none; }#ytePgNrAfgXhMW7oCbWpAAvz2zBqLkO7 > .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); }#ytePgNrAfgXhMW7oCbWpAAvz2zBqLkO7 > .row .container { width:47.75rem;height:47.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5KCpFBvwGI5hnx4a4986bhhpXIlTmqH { width:24.1875rem;height:1.625rem;top:26.6875rem;left:0rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TzIUUxBIk9r1rUuWTgF5tgVU3f08ZsZ5 { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSJMqtVOZp89283yDPmo8cuas7TNeXzs { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lERTW3dHK3RxrpXKl4P8IQ9kAAD1mNRH { top:0.8125rem;left:0rem;width:19.0625rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfxM9CnNrNLAVLPrK41uvqLKxHmEVS5q { width:11.25rem;height:2.5rem;top:0.9375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8rFhJ6qAsUbODFClq9iBfCIzV3F6avZ { display:block; }
 }@media only screen and (max-width: 763px) { #ySWgoThJIXaHU8UaOfGXTh24DrmwL4kb { width:11.25rem;height:2.5rem;top:0.9375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g36FrKflgSNfuwdPwuxAurCump0J1a0Q { display:block; }
 }@media only screen and (max-width: 763px) { #QaEFQrWweTScynn5iUDJ7LTONqpV50Qv { display:block; }#QaEFQrWweTScynn5iUDJ7LTONqpV50Qv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aKBVMvRUQbf1Su82iiTwmcaW8TXVFmHe { 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) { #XMgsIgTQQQC3farc7EJThKEJQuE30xb9 { top:2.0625rem;left:0rem;width:17.1875rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd10tLPP9JEov3wp4sVxRpo13osmp1Q2 { 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) { #Rk7UQfzNmdq9B1sUbrPhoGQvaeZL6G8v { background-color:#29d562;background-image:url("https://images.assets-landingi.com/uc/a074428b-a53a-415f-8923-48dbbbe764ba/okladka_pion.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Rk7UQfzNmdq9B1sUbrPhoGQvaeZL6G8v.adaptive-delivery-prevent-bg, #Rk7UQfzNmdq9B1sUbrPhoGQvaeZL6G8v.lazyload, #Rk7UQfzNmdq9B1sUbrPhoGQvaeZL6G8v.lazyloading { background-image: none; }#Rk7UQfzNmdq9B1sUbrPhoGQvaeZL6G8v > .row .container { background-color: transparent; background-image: none; }#Rk7UQfzNmdq9B1sUbrPhoGQvaeZL6G8v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rk7UQfzNmdq9B1sUbrPhoGQvaeZL6G8v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rk7UQfzNmdq9B1sUbrPhoGQvaeZL6G8v > .row .container > .video-iframe-container { display: none; }#Rk7UQfzNmdq9B1sUbrPhoGQvaeZL6G8v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rk7UQfzNmdq9B1sUbrPhoGQvaeZL6G8v > .row > .video-iframe-container { display: none; }#Rk7UQfzNmdq9B1sUbrPhoGQvaeZL6G8v > .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); }#Rk7UQfzNmdq9B1sUbrPhoGQvaeZL6G8v > .row .container { width:20rem;height:57.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tzHfLLW7gv0U9FTI8QZGOFSxuQSyaAuA { width:12.5rem;height:1.3rem;top:1.25rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZ09LxIdDEwGvqIJQIAJTvpC5T9FzUs1 { width:16.75rem;height:1.95rem;top:3.1742799282074rem;left:1.6250000596046rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1fU1naQoi3qyVWudPiPfTn7tiiy4L7o { width:18.4375rem;height:3.41015625rem;top:7.010937690735rem;left:0.78046876192094rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMzkGHXtZnK4ZMUyJIFwh4TbpUFKQ2dN { width:18.4375rem;height:3.375rem;top:11.16015625rem;left:0.78046876192094rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3zUQSRbe9DFIDuiKVMN3HCZBt6ZD2lk { width:18.4375rem;height:3.375rem;top:15.56640625rem;left:0.78046876192094rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyfPhvplQdTFom31nPZS3FTzoinnB0mB { width:19.225rem;height:2.7875rem;top:20.09765625rem;left:0.34921878576279rem;z-index:15004;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQruP5uiqgCtGNbn2NhHWcRVe5txIvpz { display:block; }
 }@media only screen and (max-width: 763px) { #gZtyCoPrKNfoA4hgiQBAqDOVMpJs98GI { width:13.6625rem;height:2.725rem;top:23.91015625rem;left:3.1312499642372rem;z-index:15004;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6NbAvMqVTSxmuZdwOwwbHetELAEm3Py { display:block; }
 }@media only screen and (max-width: 763px) { #QA9tnveR0RXevVUmO46kgoOrRvTlrvln { width:17.8125rem;height:23.125rem;top:27.210156202316rem;left:1.0929687619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2a7ZT333dHCTdozrTeg7GM6gm40BwIJ { width:19.6875rem;height:19.6875rem;top:38.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5RpoFVgOoqH3UXPBvdoL0Xm1EduMl4X { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/a074428b-a53a-415f-8923-48dbbbe764ba/okladka_pion.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#C5RpoFVgOoqH3UXPBvdoL0Xm1EduMl4X.adaptive-delivery-prevent-bg, #C5RpoFVgOoqH3UXPBvdoL0Xm1EduMl4X.lazyload, #C5RpoFVgOoqH3UXPBvdoL0Xm1EduMl4X.lazyloading { background-image: none; }#C5RpoFVgOoqH3UXPBvdoL0Xm1EduMl4X > .row .container { background-color: transparent; background-image: none; }#C5RpoFVgOoqH3UXPBvdoL0Xm1EduMl4X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5RpoFVgOoqH3UXPBvdoL0Xm1EduMl4X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5RpoFVgOoqH3UXPBvdoL0Xm1EduMl4X > .row .container > .video-iframe-container { display: none; }#C5RpoFVgOoqH3UXPBvdoL0Xm1EduMl4X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5RpoFVgOoqH3UXPBvdoL0Xm1EduMl4X > .row > .video-iframe-container { display: none; }#C5RpoFVgOoqH3UXPBvdoL0Xm1EduMl4X > .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); }#C5RpoFVgOoqH3UXPBvdoL0Xm1EduMl4X > .row .container { width:20rem;height:34.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AJ2bkTp0aL8xGKwKiz1JLtrBTh18VlcM { width:20rem;height:3.8994125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALwTbfpWJD7KT8A9SRkf8kdXZo1p8A1I { width:18.4375rem;height:27rem;top:6.5rem;left:0.78046876192094rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rX9b5O7pEykXibBFMPPu4NAusU7fP0gQ { background-color:rgba(var(--color-primary-2),1);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; }#rX9b5O7pEykXibBFMPPu4NAusU7fP0gQ.adaptive-delivery-prevent-bg, #rX9b5O7pEykXibBFMPPu4NAusU7fP0gQ.lazyload, #rX9b5O7pEykXibBFMPPu4NAusU7fP0gQ.lazyloading { background-image: none; }#rX9b5O7pEykXibBFMPPu4NAusU7fP0gQ > .row .container { background-color: transparent; background-image: none; }#rX9b5O7pEykXibBFMPPu4NAusU7fP0gQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rX9b5O7pEykXibBFMPPu4NAusU7fP0gQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rX9b5O7pEykXibBFMPPu4NAusU7fP0gQ > .row .container > .video-iframe-container { display: none; }#rX9b5O7pEykXibBFMPPu4NAusU7fP0gQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rX9b5O7pEykXibBFMPPu4NAusU7fP0gQ > .row > .video-iframe-container { display: none; }#rX9b5O7pEykXibBFMPPu4NAusU7fP0gQ > .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); }#rX9b5O7pEykXibBFMPPu4NAusU7fP0gQ > .row .container { width:20rem;height:19.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J4IdpVIC9QrMDa7Q6qSSxbImcBUB8rGe { width:20rem;height:1.95rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcAaIt94ZzncXgbNayNVxvpcbAeFWv8G { width:18.4375rem;height:3.375rem;top:4.6250004768372rem;left:0.65546876192094rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xi97gHkMDRUxM0q50WcMNJOyPqP1T5JX { width:18.4375rem;height:9rem;top:8.9375001192094rem;left:0.68671876192094rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzs2vuCwZ3ETxHtZALkqpmpLMlbVXWBX { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/a074428b-a53a-415f-8923-48dbbbe764ba/okladka_pion.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#mzs2vuCwZ3ETxHtZALkqpmpLMlbVXWBX.adaptive-delivery-prevent-bg, #mzs2vuCwZ3ETxHtZALkqpmpLMlbVXWBX.lazyload, #mzs2vuCwZ3ETxHtZALkqpmpLMlbVXWBX.lazyloading { background-image: none; }#mzs2vuCwZ3ETxHtZALkqpmpLMlbVXWBX > .row .container { background-color: transparent; background-image: none; }#mzs2vuCwZ3ETxHtZALkqpmpLMlbVXWBX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzs2vuCwZ3ETxHtZALkqpmpLMlbVXWBX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzs2vuCwZ3ETxHtZALkqpmpLMlbVXWBX > .row .container > .video-iframe-container { display: none; }#mzs2vuCwZ3ETxHtZALkqpmpLMlbVXWBX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzs2vuCwZ3ETxHtZALkqpmpLMlbVXWBX > .row > .video-iframe-container { display: none; }#mzs2vuCwZ3ETxHtZALkqpmpLMlbVXWBX > .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); }#mzs2vuCwZ3ETxHtZALkqpmpLMlbVXWBX > .row .container { width:20rem;height:53.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FpxVCcIIBgslXGo4iWT8XQGX2iGvNVlu { width:20rem;height:6.09375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sq6LDfJEqXf5SNwT7qsIlPc34GtzFiRN { width:18.4375rem;height:0;top:8.4875011444094rem;left:0.78046876192094rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #hU0EQVc5yG27WLfKbby4dwKOrLkvQwWP { width:20rem;height:1.05625rem;top:18.925000190735rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVI7RHODAthmsG95ZlZBVXm7cSwTKJAU { width:18.4375rem;height:2.111325rem;top:23.94384765625rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLtKDktvehfEsHqTEFGHcp0UZICEkgZx { width:15.625rem;height:15.625rem;top:28.1123046875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e78TK8f1rpcT99lw5sm0XSh8X0lkmCrQ { width:18.4375rem;height:12.50390625rem;top:9.2373046875rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.4;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #CbLoWGh2ybGOZqPLoB4CzwWZFUvfZiJL { width:11.875rem;height:3.0625rem;top:45.2373046875rem;left:4.0625rem;z-index:15004;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsP7SMEd2FpPLtNFaa1QyKVQG9yaIHoo { display:block; }
 }@media only screen and (max-width: 763px) { #dob6TFQhr1AaizAerWE86mymsJEfFS5G { width:11.875rem;height:2.875rem;top:49.5498046875rem;left:4.0625rem;z-index:15004;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT6SZhTi2Z3N2SwIyFTyrnk8eBlqrJFV { display:block; }
 }@media only screen and (max-width: 763px) { #qNiNKzxzfkq8TMlhAfxyM8zxneGxGXOB { background-color:rgba(var(--color-primary-2),1);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; }#qNiNKzxzfkq8TMlhAfxyM8zxneGxGXOB.adaptive-delivery-prevent-bg, #qNiNKzxzfkq8TMlhAfxyM8zxneGxGXOB.lazyload, #qNiNKzxzfkq8TMlhAfxyM8zxneGxGXOB.lazyloading { background-image: none; }#qNiNKzxzfkq8TMlhAfxyM8zxneGxGXOB > .row .container { background-color: transparent; background-image: none; }#qNiNKzxzfkq8TMlhAfxyM8zxneGxGXOB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNiNKzxzfkq8TMlhAfxyM8zxneGxGXOB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNiNKzxzfkq8TMlhAfxyM8zxneGxGXOB > .row .container > .video-iframe-container { display: none; }#qNiNKzxzfkq8TMlhAfxyM8zxneGxGXOB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNiNKzxzfkq8TMlhAfxyM8zxneGxGXOB > .row > .video-iframe-container { display: none; }#qNiNKzxzfkq8TMlhAfxyM8zxneGxGXOB > .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); }#qNiNKzxzfkq8TMlhAfxyM8zxneGxGXOB > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CxiDvN50KdsD6m9FGKHLtFgpTJXJb0Mo { width:18.4375rem;height:4.5rem;top:4.4546880722046rem;left:0.56171876192093rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NwNFey8hpfE3PcGSdroqHMcgJiAxrvzg { width:16.125rem;height:9.6953125rem;top:13.249999761581rem;left:1.9375000596046rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }#NwNFey8hpfE3PcGSdroqHMcgJiAxrvzg li:before{  }
 }@media only screen and (max-width: 763px) { #C8frvxoQQcoEvwtbqWZg8kdGWUZTpSIb { width:18.4375rem;height:2.111325rem;top:9.9374997615813rem;left:0.87421876192094rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2y9dSWKtycZ8d9kQwPRq19TW9APz1kZ { width:20rem;height:1.95rem;top:1.8117198944092rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcmqzuLLectgM4toRu1G7T12wCQnzOB7 { width:19.0625rem;height:24.75rem;top:22.950000047684rem;left:0.46796876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPoUnl0RzsyUaHtpTQ1Na5z7nxIOqHMx { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/a074428b-a53a-415f-8923-48dbbbe764ba/okladka_pion.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#CPoUnl0RzsyUaHtpTQ1Na5z7nxIOqHMx.adaptive-delivery-prevent-bg, #CPoUnl0RzsyUaHtpTQ1Na5z7nxIOqHMx.lazyload, #CPoUnl0RzsyUaHtpTQ1Na5z7nxIOqHMx.lazyloading { background-image: none; }#CPoUnl0RzsyUaHtpTQ1Na5z7nxIOqHMx > .row .container { background-color: transparent; background-image: none; }#CPoUnl0RzsyUaHtpTQ1Na5z7nxIOqHMx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CPoUnl0RzsyUaHtpTQ1Na5z7nxIOqHMx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CPoUnl0RzsyUaHtpTQ1Na5z7nxIOqHMx > .row .container > .video-iframe-container { display: none; }#CPoUnl0RzsyUaHtpTQ1Na5z7nxIOqHMx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CPoUnl0RzsyUaHtpTQ1Na5z7nxIOqHMx > .row > .video-iframe-container { display: none; }#CPoUnl0RzsyUaHtpTQ1Na5z7nxIOqHMx > .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); }#CPoUnl0RzsyUaHtpTQ1Na5z7nxIOqHMx > .row .container { width:20rem;height:44.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hb82cZfyayVqpAsLnf0xMxv5HFqKyGRm { width:18.4375rem;height:2.25rem;top:6.123046875rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HcVLeLV02bJKOQCuQp92z4amHWkmclVE { width:16.125rem;height:12.119125rem;top:9.3740234375rem;left:1.9375rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }#HcVLeLV02bJKOQCuQp92z4amHWkmclVE li:before{  }
 }@media only screen and (max-width: 763px) { #kkPfGT7GwDpSFJRD1E1vhh146W8mb4Ml { width:18.4375rem;height:2.111325rem;top:22.380859375rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpLXeisR3TT8HTx3MFFKb9cu1y62h5NO { width:15.625rem;height:3.57421875rem;top:1.2734375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZ8p9GevZdec6lgSr6uKcd1Tk68SV0i5 { width:15.625rem;height:15.625rem;top:26.630859375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwrfBqSz4wRJr7CIuiRlWqMTdq384TD0 { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/b75e017e-c2ef-4d9b-9277-7af5834c7bd3/graybackgroundfrostedglass1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#IwrfBqSz4wRJr7CIuiRlWqMTdq384TD0.adaptive-delivery-prevent-bg, #IwrfBqSz4wRJr7CIuiRlWqMTdq384TD0.lazyload, #IwrfBqSz4wRJr7CIuiRlWqMTdq384TD0.lazyloading { background-image: none; }#IwrfBqSz4wRJr7CIuiRlWqMTdq384TD0 > .row .container { background-color: transparent; background-image: none; }#IwrfBqSz4wRJr7CIuiRlWqMTdq384TD0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IwrfBqSz4wRJr7CIuiRlWqMTdq384TD0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IwrfBqSz4wRJr7CIuiRlWqMTdq384TD0 > .row .container > .video-iframe-container { display: none; }#IwrfBqSz4wRJr7CIuiRlWqMTdq384TD0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IwrfBqSz4wRJr7CIuiRlWqMTdq384TD0 > .row > .video-iframe-container { display: none; }#IwrfBqSz4wRJr7CIuiRlWqMTdq384TD0 > .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); }#IwrfBqSz4wRJr7CIuiRlWqMTdq384TD0 > .row .container { width:20rem;height:26rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fizuQe1yOTVch98nNr0CrxruBmMcnVhp { width:20rem;height:5.361325rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBJQA1rAWuTxIVDyxZzlz3R1UQg2wSRk { width:18.4375rem;height:9rem;top:7.6875004768369rem;left:0.84296876192094rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gkcbe4Rzb7r6lT2RBvQTJz51U0JsMdeo { width:11.5625rem;height:2.75rem;top:17.9375rem;left:4.1875rem;z-index:15004;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EniflDbn4xUhb4Xpf4CoUmXJDv6xvixD { display:block; }
 }@media only screen and (max-width: 763px) { #hfzBTvL0KM52qtxfgPPZab8GtIfbRzSg { width:18.75rem;height:2.8125rem;top:21.9375rem;left:0.625rem;z-index:15004;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #atfBnymrQ7TuymmtM8oUP0yQE8EdbeLy { display:block; }
 }@media only screen and (max-width: 763px) { #Mnqsw9QqAVreX2ROofyQAgZcLpJlfJoM { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/a074428b-a53a-415f-8923-48dbbbe764ba/okladka_pion.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Mnqsw9QqAVreX2ROofyQAgZcLpJlfJoM.adaptive-delivery-prevent-bg, #Mnqsw9QqAVreX2ROofyQAgZcLpJlfJoM.lazyload, #Mnqsw9QqAVreX2ROofyQAgZcLpJlfJoM.lazyloading { background-image: none; }#Mnqsw9QqAVreX2ROofyQAgZcLpJlfJoM > .row .container { background-color: transparent; background-image: none; }#Mnqsw9QqAVreX2ROofyQAgZcLpJlfJoM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mnqsw9QqAVreX2ROofyQAgZcLpJlfJoM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mnqsw9QqAVreX2ROofyQAgZcLpJlfJoM > .row .container > .video-iframe-container { display: none; }#Mnqsw9QqAVreX2ROofyQAgZcLpJlfJoM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mnqsw9QqAVreX2ROofyQAgZcLpJlfJoM > .row > .video-iframe-container { display: none; }#Mnqsw9QqAVreX2ROofyQAgZcLpJlfJoM > .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); }#Mnqsw9QqAVreX2ROofyQAgZcLpJlfJoM > .row .container { width:20rem;height:65.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nXhUqnlrImKEwfBTm0kypoX8VodcgFs1 { width:20rem;height:1.95rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnpdZdTfgf2GhT5h1Q6MrFcGufTO525p { width:18.4375rem;height:2.25rem;top:4.5312376022339rem;left:0.78046876192094rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPIGdi5zaEfyu8cOInFf7HxXdvN5HK61 { width:18.4375rem;height:16.25rem;top:8.21875rem;left:0.74999994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXKNNZ3RoT50aoLdW3TQLX1VE93Z3yqp { width:18.4375rem;height:20rem;top:42.9375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGMwKoXnMV3Gsqfb5EcWmlzGedxTVECU { width:18.4375rem;height:15rem;top:26.0625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOA4ML0558RTGbQAJsUMN3Cmtn5yT68B { width:18.4375rem;height:1.5125rem;top:9.96875rem;left:0.78046876192094rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyeaiCAxKnTT4qtkm05uZKRRqr3Tku9v { width:18.4375rem;height:3.0244125rem;top:27.75rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXLRnfA4qnyIwQ82qz7RDJ4dGJsTr2bv { width:18.4375rem;height:3.0244125rem;top:44.6875rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFrpniMLfLV24w2vzMgI9g0HHI4ih3RV { width:17.1875rem;height:9rem;top:12.878906726837rem;left:1.4062500596046rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fxc4gQ07t3Tk18OVVHiGONm3M4y8hcC9 { width:16.9375rem;height:6.75rem;top:31.9375rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrZxgTRa6sGzqI6qxO6QGBCgIozHMAsP { width:16.9375rem;height:12.375rem;top:48.875rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuvOPxra005HVKgJ22IuGqoHkCe73vkk { background-color:rgba(var(--color-primary-2),1);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; }#EuvOPxra005HVKgJ22IuGqoHkCe73vkk.adaptive-delivery-prevent-bg, #EuvOPxra005HVKgJ22IuGqoHkCe73vkk.lazyload, #EuvOPxra005HVKgJ22IuGqoHkCe73vkk.lazyloading { background-image: none; }#EuvOPxra005HVKgJ22IuGqoHkCe73vkk > .row .container { background-color: transparent; background-image: none; }#EuvOPxra005HVKgJ22IuGqoHkCe73vkk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EuvOPxra005HVKgJ22IuGqoHkCe73vkk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EuvOPxra005HVKgJ22IuGqoHkCe73vkk > .row .container > .video-iframe-container { display: none; }#EuvOPxra005HVKgJ22IuGqoHkCe73vkk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EuvOPxra005HVKgJ22IuGqoHkCe73vkk > .row > .video-iframe-container { display: none; }#EuvOPxra005HVKgJ22IuGqoHkCe73vkk > .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); }#EuvOPxra005HVKgJ22IuGqoHkCe73vkk > .row .container { width:20rem;height:49rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AlUvOdGD9X6o2tBu8am6LThGHgeA6TSo { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPuvwi10G5LMrdwJBphzDi9HSTZ6UedU { width:18.4375rem;height:1.125rem;top:7.1875004768369rem;left:0.78046876192094rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCfyZaidFS2knCe7bnC9un33UBeThw9L { width:18.4375rem;height:4.5rem;top:8.9046874046325rem;left:0.78046876192094rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHwDQQCoGxAn2WCMCJBeOTbHGGZ72xxi { width:12.5rem;height:0.0625rem;top:14.718749523163rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdP1xOVxEzshWOuVKPof18e3t4E1izPJ { width:18.4375rem;height:1.125rem;top:15.9375rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT5PcCSiTAsZ2qnvLZySU7wd4xv1CGB1 { width:18.4375rem;height:3.375rem;top:17.625rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zX58lO8HwzaCTRnDvMrdrE2QqUH6eyCv { width:12.5rem;height:0.0625rem;top:22.156249523163rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6vSOk6QH4AZNgx5E8664rm86clX8rcI { width:18.4375rem;height:1.125rem;top:23.343749523163rem;left:0.78046876192094rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwpKq2x42U4Q2kF96tX8HwiTw32FONZc { width:18.4375rem;height:3.375rem;top:24.999999523163rem;left:0.78046876192094rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLwXSoQI6ZyqX9gRqZO0JhT89OMNRfuQ { width:12.5rem;height:0.0625rem;top:29.468749523163rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ub5EziQDCqtPEbSZUHplDHSsTt4mnwBe { width:18.4375rem;height:1.125rem;top:30.6875rem;left:0.78046876192094rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVLzvSZpJP6pXK27RpUWGmhkNQkbAiuT { width:18.4375rem;height:3.375rem;top:32.5625rem;left:0.78046876192094rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ttv7ckn3VCkJuLBRE2CzMamuEATkmSbi { width:12.5rem;height:0.0625rem;top:36.96875rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTACqlMvLBeLXEIPZPx8V2lmCVht1qVT { width:18.4375rem;height:1.125rem;top:38.218763351441rem;left:0.78046876192094rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgeslHiWRfPcAGQK1sAXQCsp7m8G3NPL { width:18.4375rem;height:3.375rem;top:40.125000953674rem;left:0.78046876192094rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaX5d3zrmmBRkExfydwLsZ8gmrsoNutn { width:13.7375rem;height:2.8rem;top:44.75rem;left:3.1312499642372rem;z-index:15004;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFvli5xLH2JC7moKisiDJndLDgmselKn { display:block; }
 }@media only screen and (max-width: 763px) { #Wng7RoMVKUMneOdH2h7TTyJfaMhcM5p6 { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/a074428b-a53a-415f-8923-48dbbbe764ba/okladka_pion.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Wng7RoMVKUMneOdH2h7TTyJfaMhcM5p6.adaptive-delivery-prevent-bg, #Wng7RoMVKUMneOdH2h7TTyJfaMhcM5p6.lazyload, #Wng7RoMVKUMneOdH2h7TTyJfaMhcM5p6.lazyloading { background-image: none; }#Wng7RoMVKUMneOdH2h7TTyJfaMhcM5p6 > .row .container { background-color: transparent; background-image: none; }#Wng7RoMVKUMneOdH2h7TTyJfaMhcM5p6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wng7RoMVKUMneOdH2h7TTyJfaMhcM5p6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wng7RoMVKUMneOdH2h7TTyJfaMhcM5p6 > .row .container > .video-iframe-container { display: none; }#Wng7RoMVKUMneOdH2h7TTyJfaMhcM5p6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wng7RoMVKUMneOdH2h7TTyJfaMhcM5p6 > .row > .video-iframe-container { display: none; }#Wng7RoMVKUMneOdH2h7TTyJfaMhcM5p6 > .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); }#Wng7RoMVKUMneOdH2h7TTyJfaMhcM5p6 > .row .container { width:20rem;height:76.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AnPkeDOTxbTnFsTu1gT6MgzlArD4H8K9 { width:20rem;height:1.7875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tyq5IZnvWEHLvJGWBz9TVRx1mT40SxCT { width:20rem;height:1.21875rem;top:3.6562623977661rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJOgmVm3QCHKro4qlTV5bWqkbqP3BlGF { width:18.4375rem;height:16.25rem;top:8.21875rem;left:0.74921876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0UTxoQFysWJDwwsVzr6BTJMyBCoiPKZ { width:18.4375rem;height:1.375rem;top:9.96875rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoDMOdt1OsTqFOQozisiUTqEUpG8S9EB { width:17.1875rem;height:5.625rem;top:12.503125071526rem;left:1.4062500596046rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEaKKCuQirokoU01DLHQTh5OuCfMPU2a { width:18.4375rem;height:16.25rem;top:25.8125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkXZHcHdRvQFS1a3hVdeyrvIekBSSuUQ { width:18.4375rem;height:1.375rem;top:27.125rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWFJ32wsDO8RodUahKd92J5IWbCRZ7VV { width:17.1875rem;height:4.5rem;top:18.668746948243rem;left:1.4062500596046rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETmBgKJOk1s5Vr83yGlRVnufdntvk2fy { width:17.1875rem;height:4.5rem;top:35.8125rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #spmyisWP1HxrREGU6mTyMoa4sTocFKhz { width:17.1875rem;height:5.625rem;top:29.625rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpUaAKnrtGDTRdqXsqX69Q5ruAAnHK4u { width:18.4375rem;height:14.6875rem;top:43.4375rem;left:0.68125003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvJ7AM3GzlkLznTitFnZolgVMfPiE6WL { width:18.4375rem;height:4.5rem;top:52.5rem;left:0.78046876192094rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGxGTvw845eA0Ie39AHSpMZZuyqmG4c1 { width:18.4375rem;height:4.5rem;top:47.375rem;left:0.78046876192094rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBbF91WHq8lM3B1QAe5m3Zkn9TtkxWBt { width:18.4375rem;height:1.375rem;top:44.75rem;left:0.78046876192094rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZM4wCGH258uo9qP2rUtodiwRsgL0CbZ { width:18.4375rem;height:14.875rem;top:59.6875rem;left:0.68125003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybMysJ297A4gLWLDrKLOgHuuJEmHvfzk { width:18.4375rem;height:4.5rem;top:63.6875rem;left:0.78046876192094rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgWJAf7XhSRJlgbd6DydDAL0xZwkcrPv { width:18.4375rem;height:1.375rem;top:61.0625rem;left:0.78046876192094rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtWadO2b1y3ihJC05Em87nV1WlP66kp7 { width:18.4375rem;height:4.5rem;top:68.9375rem;left:0.78046876192094rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVPfxi6X9cdA490CG5MQvepqiLPXu3yN { background-color:rgba(var(--color-primary-2),1);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; }#aVPfxi6X9cdA490CG5MQvepqiLPXu3yN.adaptive-delivery-prevent-bg, #aVPfxi6X9cdA490CG5MQvepqiLPXu3yN.lazyload, #aVPfxi6X9cdA490CG5MQvepqiLPXu3yN.lazyloading { background-image: none; }#aVPfxi6X9cdA490CG5MQvepqiLPXu3yN > .row .container { background-color: transparent; background-image: none; }#aVPfxi6X9cdA490CG5MQvepqiLPXu3yN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVPfxi6X9cdA490CG5MQvepqiLPXu3yN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVPfxi6X9cdA490CG5MQvepqiLPXu3yN > .row .container > .video-iframe-container { display: none; }#aVPfxi6X9cdA490CG5MQvepqiLPXu3yN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVPfxi6X9cdA490CG5MQvepqiLPXu3yN > .row > .video-iframe-container { display: none; }#aVPfxi6X9cdA490CG5MQvepqiLPXu3yN > .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); }#aVPfxi6X9cdA490CG5MQvepqiLPXu3yN > .row .container { width:20rem;height:51.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n9cb5Ig8Pv9srUTxXq1NeJTA5Z6mqzgC { width:18.4375rem;height:5.249025rem;top:5.4359374046326rem;left:0.78046876192094rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vEmsB2Dki4BKBJOmEF3iPdp00oJQPW6H { width:18.4375rem;height:11.0635rem;top:11.499218463898rem;left:0.78046876192094rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }#vEmsB2Dki4BKBJOmEF3iPdp00oJQPW6H li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c70093c541b244159d02df96ac192179df393624.svg); }
 }@media only screen and (max-width: 763px) { #Xdxq3w7JaiNRhHh8oPLqJ5nR6mzCAT1A { width:18.4375rem;height:2.1123rem;top:23.881249904633rem;left:0.78046876192094rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaJMA4Tyyqwb0DISbsf5kvLwbh9zPIFh { width:20rem;height:2.6rem;top:1.82421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2UMAiFLyhXmAy3SxzDiT8wyTOBPbbev { width:19.0625rem;height:24.75rem;top:26.562502861023rem;left:0.46796876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6TSr1yOnBxdmBEnS6iDKhrv7pPn2QMW { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/a074428b-a53a-415f-8923-48dbbbe764ba/okladka_pion.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#i6TSr1yOnBxdmBEnS6iDKhrv7pPn2QMW.adaptive-delivery-prevent-bg, #i6TSr1yOnBxdmBEnS6iDKhrv7pPn2QMW.lazyload, #i6TSr1yOnBxdmBEnS6iDKhrv7pPn2QMW.lazyloading { background-image: none; }#i6TSr1yOnBxdmBEnS6iDKhrv7pPn2QMW > .row .container { background-color: transparent; background-image: none; }#i6TSr1yOnBxdmBEnS6iDKhrv7pPn2QMW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6TSr1yOnBxdmBEnS6iDKhrv7pPn2QMW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6TSr1yOnBxdmBEnS6iDKhrv7pPn2QMW > .row .container > .video-iframe-container { display: none; }#i6TSr1yOnBxdmBEnS6iDKhrv7pPn2QMW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6TSr1yOnBxdmBEnS6iDKhrv7pPn2QMW > .row > .video-iframe-container { display: none; }#i6TSr1yOnBxdmBEnS6iDKhrv7pPn2QMW > .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); }#i6TSr1yOnBxdmBEnS6iDKhrv7pPn2QMW > .row .container { width:20rem;height:39.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CXQkKEAORpWkAVKqIsCmygVGgTkfvWf7 { width:18.4375rem;height:13.5rem;top:6.5617179870606rem;left:0.78046876192094rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fKdOsF5Gwm11ZwLQJxSL9x6tQhE9tdcL { width:18.4375rem;height:3.574225rem;top:1.82421875rem;left:0.78046876192094rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTriMhi1cwAk8fNX3ForEZOhyXp6nXS4 { width:15.625rem;height:15.625rem;top:21.568749904633rem;left:2.0874999165535rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXLEiawdmVzbIlrBC5a1EFARaoooAvSh { display:block; }#uXLEiawdmVzbIlrBC5a1EFARaoooAvSh > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mXrUZKSPauB6A2UyMKv0GfWnuT71o0nl { width:20rem;height:3.57421875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDqsLSOSrmCKtKBsibmaHdcBudpN3wHL { display:block; }#iDqsLSOSrmCKtKBsibmaHdcBudpN3wHL > .row .container { width:20rem;height:89.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tILiOzuoc0lDPOAIaxkIWnQ2QNHeZ6Vv { width:18.4375rem;height:11.7480625rem;top:16.2490234375rem;left:0.78125rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }#tILiOzuoc0lDPOAIaxkIWnQ2QNHeZ6Vv li:before{  }
 }@media only screen and (max-width: 763px) { #ViEiN9tr7zF1rT5oHXSVUA2mlaCUqeXu { width:20rem;height:1.29980625rem;top:1.13671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOBzoR1pXzNT0e5WQM1soFBe7NgvnlFh { width:13.8125rem;height:13.8125rem;top:2.4365234375rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGOBGaKt1VVQWER6k969Jx1oRafor31L { width:17.125rem;height:1.29980625rem;top:31.43359375rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTUGGzWfVWXHQpDdTFSKLBssgwReSqnk { width:17.6875rem;height:10.38575rem;top:46.5458984375rem;left:1.15625rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }#PTUGGzWfVWXHQpDdTFSKLBssgwReSqnk li:before{  }
 }@media only screen and (max-width: 763px) { #AWOM62xoNaJCSDmr0WCx7lIFbcbxeNSu { width:17.6875rem;height:13.847625rem;top:72.408203125rem;left:1.15625rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }#AWOM62xoNaJCSDmr0WCx7lIFbcbxeNSu li:before{  }
 }@media only screen and (max-width: 763px) { #LqrRyWIKqnC4lzl2gEUuEVp5hJTPCKmU { width:13.4375rem;height:1.29980625rem;top:59.4833984375rem;left:3.28125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jgegt6uqGXxSdFtaeBXNDGAD2IlkDgJo { width:13.8125rem;height:13.8125rem;top:32.7333984375rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H58m7pTQ17TvHxonIP2NTO5TQKgHC3s6 { width:13.8125rem;height:13.8125rem;top:59.4833984375rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFVW7MmKmVF3soqPOXLAHXIAkLcasWHU { width:12.5rem;height:0.0625rem;top:29.67578125rem;left:3.75rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #pRnd7VFQGtz5CgCWocJPw0VyCxfuzdxy { width:12.5rem;height:0.0625rem;top:58.48828125rem;left:3.75rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #gBWUcvTQ4IPXAARoS1WfFkObVu7IBU4J { width:12.5rem;height:0.0625rem;top:88.23828125rem;left:3.75rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #PFTMHZ91DaEOs8z3D29a1Ukf5GOsaWzB { display:block; }#PFTMHZ91DaEOs8z3D29a1Ukf5GOsaWzB > .row .container { width:20rem;height:94.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qOLtQfXg1sA2oM7JAfXUUiUnlZ1rAnVW { width:18.4375rem;height:11.7480625rem;top:16.2490234375rem;left:0.78125rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }#qOLtQfXg1sA2oM7JAfXUUiUnlZ1rAnVW li:before{  }
 }@media only screen and (max-width: 763px) { #bZkcnayt3solAJCQHEC0AtudDQ7wC9i3 { width:20rem;height:1.29980625rem;top:1.13671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQV5RoeLSi7UmOZLGKcmPlRMWe4P5MSp { width:17.125rem;height:1.29980625rem;top:33.99609375rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VV9cMwRPZVquIkgDSNwkkfbZ4EwkXAsU { width:17.6875rem;height:13.847625rem;top:46.5458984375rem;left:1.15625rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }#VV9cMwRPZVquIkgDSNwkkfbZ4EwkXAsU li:before{  }
 }@media only screen and (max-width: 763px) { #rNDo7gxlVhITHxDClZ1w1q6DGMdn1All { width:17.6875rem;height:11.4355625rem;top:78.095703125rem;left:1.15625rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }#rNDo7gxlVhITHxDClZ1w1q6DGMdn1All li:before{  }
 }@media only screen and (max-width: 763px) { #tBiST1UhTNIFoSvJp6Px1pVQCkF9BZgK { width:13.4375rem;height:2.5996125rem;top:64.6708984375rem;left:3.28125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDaHc6TrkwvF5kHyNids706EPpPs0qPo { width:13.8125rem;height:13.8125rem;top:2.4365234375rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIeNkReAVGhZI19mOw5kW9LKIkNU3RrZ { width:13.8125rem;height:13.8125rem;top:64.6708984375rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsfmWBuM3KIzTIvqTIaTrP0uL0OXIwvw { width:12.5rem;height:0.0625rem;top:31.05078125rem;left:3.75rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #QeZILou1WwgDRf8KVamt3UhsLPPTXLt1 { width:12.5rem;height:0.0625rem;top:62.23828125rem;left:3.75rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #UzMrA8f8L2obDKvsgf6CF3DCt6ZWNDBH { width:12.5rem;height:0.0625rem;top:91.98828125rem;left:3.75rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #kTPgvMcgPwMe0L9UVSOypzzJ56x2P29S { width:13.8125rem;height:13.8125rem;top:34.68359375rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnIeooHshLmWTC7oUD1OQAJvZOHXI9oc { display:block; }#wnIeooHshLmWTC7oUD1OQAJvZOHXI9oc > .row .container { width:20rem;height:93.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CctwM9y5qFT4KMan876TWIvK27N7QszX { width:18.4375rem;height:10.69825rem;top:16.2490234375rem;left:0.78125rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }#CctwM9y5qFT4KMan876TWIvK27N7QszX li:before{  }
 }@media only screen and (max-width: 763px) { #aK6gbv3nf8Dsy8PWA7yA0mxcSTAFmGwf { width:20rem;height:1.29980625rem;top:1.13671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPRCz5dOvdCR3sR0F9HoU4pGMqXXSMbt { width:17.125rem;height:1.29980625rem;top:31.43359375rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3ywzX8czCn3hTPcQZVezcEZyoTcN90u { width:17.6875rem;height:9.3359375rem;top:45.24609375rem;left:1.15625rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }#c3ywzX8czCn3hTPcQZVezcEZyoTcN90u li:before{  }
 }@media only screen and (max-width: 763px) { #V0ExhSZHUruAQD09xvk8g4bMQfedklm2 { width:17.6875rem;height:12.797875rem;top:77.970703125rem;left:1.15625rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }#V0ExhSZHUruAQD09xvk8g4bMQfedklm2 li:before{  }
 }@media only screen and (max-width: 763px) { #HlyllQCfWTKgbDDMJL4DSCTy4EwtXBtv { width:13.4375rem;height:1.29980625rem;top:59.4833984375rem;left:3.28125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCQlCM5w03kkgJhZXvaTCLs9ULJ1fAaV { width:13.8125rem;height:13.8125rem;top:2.4990234375rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ5JQrT5mGENAglmcuutuh1yf7HR5nOo { width:13.8125rem;height:13.8125rem;top:62.75732421875rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLgvHJqFGZ5Z99rvHxVKphCKosTAuATk { width:12.5rem;height:0.0625rem;top:29.36328125rem;left:3.75rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #tbIcIsLbVNaFLqxJo7nduAAZolO9sNHy { width:12.5rem;height:0.0625rem;top:57.05078125rem;left:3.75rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #e1ZMKs1TDTcNbFJ4IFSrB4fXpuxllRGo { width:13.8125rem;height:13.8125rem;top:31.43359375rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksTkVG4fS0l0e1s5XisBiT11Vvn9Trcb { display:block; }#ksTkVG4fS0l0e1s5XisBiT11Vvn9Trcb > .row .container { width:20rem;height:66.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0O2ixGWzRPBChRHeR5kaT71sm7zdFiZ { width:18.4375rem;height:12.797875rem;top:17.8740234375rem;left:0.78125rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }#o0O2ixGWzRPBChRHeR5kaT71sm7zdFiZ li:before{  }
 }@media only screen and (max-width: 763px) { #KM6dp0ebhOTc0Dh6p0c7lF8IeFDqA56C { width:20rem;height:1.29980625rem;top:1.13671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CimBQHrgb1JIUVB5TSKxhDi4QmJROzl1 { width:17.125rem;height:1.29980625rem;top:34.5625rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #THJaPNiiFA2L0To2nafAwmXXTw5UOVd9 { width:17.6875rem;height:12.797875rem;top:51.0625rem;left:1.15625rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }#THJaPNiiFA2L0To2nafAwmXXTw5UOVd9 li:before{  }
 }@media only screen and (max-width: 763px) { #bEvlL42i669HMP6m7VB5WgI1oGeKLttg { width:13.8125rem;height:13.8125rem;top:3.2490234375rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6QUhZdTO9cBkT7Wp0gH2IgFNiy22d2o { width:13.8125rem;height:13.8125rem;top:36.7490234375rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #thpWZb6JTTAzOVKnr4GAsnJ2dl41NRVZ { width:12.5rem;height:0.0625rem;top:32.42578125rem;left:3.75rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #uMtxFAhSHxRKsLnmDid2duR2nGre0thU { display:block; }#uMtxFAhSHxRKsLnmDid2duR2nGre0thU > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hh7owoyk6LOuAtPVqsOWQf3dFa5WPMOg { width:20rem;height:1.7871125rem;top:1.13720703125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbLvsDVphvt4IL2fr3HML6HOHCC1elFE { display:block; }#GbLvsDVphvt4IL2fr3HML6HOHCC1elFE > .row .container { width:20rem;height:136.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iVihu1UtxXsG7PgDUAQlMSDCoTcIrJBr { width:18.4375rem;height:60.3125rem;top:3.3125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvyCcnK6PZCEJfqd6C0XkynCVlNXJMqL { width:18.4375rem;height:5rem;top:3.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtJOwul8Uk5t4Aq38BR67FFXixrLPZT8 { width:16.875rem;height:2.275rem;top:4.8125rem;left:1.625rem;text-align:left;text-align-last:left;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIpzfu7mUgqJqIMRy3N7T4bDT0K8d6Jp { width:17.1875rem;height:7.3486375rem;top:10.125rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZgOoxhCQxBy00pBacTl9pGKGtAKkC10K { width:17.1875rem;height:19.296875rem;top:18.125rem;left:1.5rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }#ZgOoxhCQxBy00pBacTl9pGKGtAKkC10K li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bd0bd415975cf70c9840b87e0446605908dc7156.svg); }
 }@media only screen and (max-width: 763px) { #Tiza0MrxhSVyOJ0RJcMdTRR5tvs9gexv { width:8.375rem;height:8.375rem;top:1.75rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LE4kmsDkoz1f3uCsNCtnrgrd7ReNO6H3 { width:13.6748125rem;height:2.73730625rem;top:48.6875rem;left:3.162109375rem;z-index:15057;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkpuX4eWVlKHZ0uDOzLLwdavbiUexpcV { display:block; }
 }@media only screen and (max-width: 763px) { #GfNMMn3mPxrNmDZrRLXU2E03wKvOAyku { width:18.4375rem;height:4rem;top:68.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eC7nhuJlDmXwGTAPaDgGlFZMErTnxVS2 { width:17.1875rem;height:6.2988375rem;top:75.576171875rem;left:1.40625rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #eHAvRO2s4Z1UbWkrExSMWAuTVBtZFV7d { width:8.375rem;height:8.375rem;top:66.4375rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlEVIVuorxr3Nb8lqvyMK2pXe8wDa70M { width:16.6875rem;height:2.5996125rem;top:69.4375rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:2rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #mg4C5om8c16OTKcX1hP4TZ9FahoNbKCE { width:17.1875rem;height:25.170875rem;top:82.625rem;left:1.40625rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }#mg4C5om8c16OTKcX1hP4TZ9FahoNbKCE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bd0bd415975cf70c9840b87e0446605908dc7156.svg); }
 }@media only screen and (max-width: 763px) { #V1GpayTCpLnzMr1bv6wR8V5eDmFAeiV4 { width:10.2998125rem;height:2.54980625rem;top:118.8125rem;left:4.849609375rem;z-index:15058;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMfHO0pny7B5n87AdVXUNxB3dGla933V { display:block; }
 }@media only screen and (max-width: 763px) { #BVpepfFXTDTNM8aOEDth4nRNd3SqvPzP { width:9.5625rem;height:1.04980625rem;top:108.625rem;left:5.21875rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }#BVpepfFXTDTNM8aOEDth4nRNd3SqvPzP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bb1b6af77f8d1f12ddad131ee5781989ea70dbb.svg); }
 }@media only screen and (max-width: 763px) { #AsV7FyoJ5AC7P0kPLFUQxAGLd7zJzRh5 { width:10.875rem;height:1.125rem;top:41.4375rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.2;display:block; }#AsV7FyoJ5AC7P0kPLFUQxAGLd7zJzRh5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_71b1b52cf9b1ec015bc3ac50911f44b3.svg); }
 }@media only screen and (max-width: 763px) { #PxTmOZz6SbV8UaEdtkg4bGMIItr18IPA { width:9.25rem;height:1.04980625rem;top:38.3251953125rem;left:5.375rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.2;display:block; }#PxTmOZz6SbV8UaEdtkg4bGMIItr18IPA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bb1b6af77f8d1f12ddad131ee5781989ea70dbb.svg); }
 }@media only screen and (max-width: 763px) { #Ph5O50TIkkDEG0zRs3TKRW46zM5HpWZd { width:20rem;height:1.04980625rem;top:46.25rem;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) { #J7BgUevsqr7VTZPT1Oa2De9XtkT3UIBG { width:20rem;height:1.04980625rem;top:43.912109375rem;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) { #FOJskmzAAKQiFCV1UPmvrTWzrxJUtEJl { width:16.25rem;height:1.3496125rem;top:42.5625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rfZ0wsgg8simUMmdFiVNRRfrn6Ti65lV { width:18.0625rem;height:18.0625rem;top:49.3125rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0LDaa3rM6UBWAHvoBBqXbya2AFH9hIP { width:20rem;height:1.125rem;top:111.6123046875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.2;display:block; }#S0LDaa3rM6UBWAHvoBBqXbya2AFH9hIP li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_71b1b52cf9b1ec015bc3ac50911f44b3.svg); }
 }@media only screen and (max-width: 763px) { #mxPU8dqFlnlX07Kq166m3srNxXacobaS { width:20rem;height:1.3496125rem;top:112.7373046875rem;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) { #dcsQ1BvSbTVRx1VQhpwzWy8iRT6Z9x8r { width:18.4375rem;height:64.375rem;top:68.5rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT09Gx0zlwzQoJkMnIuVefJ8SlAZZZKb { width:20rem;height:1.04980625rem;top:114.0869140625rem;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) { #TIpfXWaHKZrKS6Pph2W513mTDDnRvh5I { width:20rem;height:1.3496125rem;top:116.3125rem;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) { #LWpKCOzJBhv3h6XLUJ9oDe8pSFgmvr20 { width:18.0625rem;height:18.0625rem;top:117.662109375rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLpBimcrJQwID0mz3qX9HLEUTc39zGcz { background-color:rgba(var(--color-primary-2),1);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; }#KLpBimcrJQwID0mz3qX9HLEUTc39zGcz.adaptive-delivery-prevent-bg, #KLpBimcrJQwID0mz3qX9HLEUTc39zGcz.lazyload, #KLpBimcrJQwID0mz3qX9HLEUTc39zGcz.lazyloading { background-image: none; }#KLpBimcrJQwID0mz3qX9HLEUTc39zGcz > .row .container { background-color: transparent; background-image: none; }#KLpBimcrJQwID0mz3qX9HLEUTc39zGcz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KLpBimcrJQwID0mz3qX9HLEUTc39zGcz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KLpBimcrJQwID0mz3qX9HLEUTc39zGcz > .row .container > .video-iframe-container { display: none; }#KLpBimcrJQwID0mz3qX9HLEUTc39zGcz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KLpBimcrJQwID0mz3qX9HLEUTc39zGcz > .row > .video-iframe-container { display: none; }#KLpBimcrJQwID0mz3qX9HLEUTc39zGcz > .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); }#KLpBimcrJQwID0mz3qX9HLEUTc39zGcz > .row .container { width:20rem;height:40.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fpiArUmrbFo8L6h8SoOLEIxCDRDbygx7 { width:18.4375rem;height:2.1rem;top:6.625rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TneV45rFfZN5UaoCCeB9aGvLJ6TlenTL { width:17.1875rem;height:4.5234375rem;top:9.4992194175719rem;left:1.4062500596046rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }#TneV45rFfZN5UaoCCeB9aGvLJ6TlenTL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c70093c541b244159d02df96ac192179df393624.svg); }
 }@media only screen and (max-width: 763px) { #DpSkhG8IlVNNtVX9oHKDHTll9x5qn0JT { width:18.4375rem;height:2.111325rem;top:15.693749904633rem;left:0.78046876192094rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbMK3n1wuQkx1DQAT2loF2KpsNZTNsTa { width:18.4375rem;height:3.57421875rem;top:1.9101476669311rem;left:0.78046876192094rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccT9oKlnnAIlTIy6asAT7g7wGomIgpHw { width:15.625rem;height:15.625rem;top:19.368750095367rem;left:2.0874999165535rem;display:block; }
 }@media only screen and (max-width: 763px) { #UixHlzNZpZ05c0RvnAclilHwGJZoCTbt { width:18.75rem;height:2.8125rem;top:36.49365234375rem;left:0.625rem;z-index:15004;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqXd4Ntz360AdC09h2TocMAb91vJLoaZ { display:block; }
 }@media only screen and (max-width: 763px) { #ZzVaIfn4qGgffNIdVNmQKTRPWgnDmpfh { display:block; }#ZzVaIfn4qGgffNIdVNmQKTRPWgnDmpfh > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e419qczubwTIQSMzfv0kTwXtqpnnmuUs { width:20rem;height:1.7875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #trZQVfbwZmrn5XTCk5JJHcpSRhTcNTgx { display:block; }#trZQVfbwZmrn5XTCk5JJHcpSRhTcNTgx > .row .container { width:20rem;height:111.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kWT7Kqx5eKOykKpu1h6oCrdNB1px2SoZ { width:14.25rem;height:25.5rem;top:1.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFm0mdV8BgP3ZTdo1CXmar9qmbNAN0VX { width:14.25rem;height:25.5rem;top:28rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUdR7sxwS3oSmV62mNr3DSvTRUTmDM61 { width:14.25rem;height:25.5rem;top:54.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRVGBQQy5qN4AfctNXw5IWG8ReGDqhza { width:14.25rem;height:25.5rem;top:81.5rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #os7si1WXe9IScyREh9LXKrN9X7G3POi8 { background-color:rgba(var(--color-primary-2),1);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; }#os7si1WXe9IScyREh9LXKrN9X7G3POi8.adaptive-delivery-prevent-bg, #os7si1WXe9IScyREh9LXKrN9X7G3POi8.lazyload, #os7si1WXe9IScyREh9LXKrN9X7G3POi8.lazyloading { background-image: none; }#os7si1WXe9IScyREh9LXKrN9X7G3POi8 > .row .container { background-color: transparent; background-image: none; }#os7si1WXe9IScyREh9LXKrN9X7G3POi8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#os7si1WXe9IScyREh9LXKrN9X7G3POi8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#os7si1WXe9IScyREh9LXKrN9X7G3POi8 > .row .container > .video-iframe-container { display: none; }#os7si1WXe9IScyREh9LXKrN9X7G3POi8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#os7si1WXe9IScyREh9LXKrN9X7G3POi8 > .row > .video-iframe-container { display: none; }#os7si1WXe9IScyREh9LXKrN9X7G3POi8 > .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); }#os7si1WXe9IScyREh9LXKrN9X7G3POi8 > .row .container { width:20rem;height:66.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xeOV7F5SaI5ywQgXhVeJ8O5JJLLkQgpT { width:18.4375rem;height:1.05rem;top:5.3109436035156rem;left:0.78046876192094rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Q3ohJRyrEZauMPTqlnVRTBvHGXt3KhHl { width:18.4375rem;height:10.334rem;top:7.4367198944094rem;left:0.78046876192094rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }#Q3ohJRyrEZauMPTqlnVRTBvHGXt3KhHl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c70093c541b244159d02df96ac192179df393624.svg); }
 }@media only screen and (max-width: 763px) { #nTg4Qfquf1mfuTm1shXzUr2TGx2BVH32 { width:18.4375rem;height:3.25rem;top:1.69921875rem;left:0.78046876192094rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q025JFIgocTK8R5rMGODqUJEExLkLX7G { width:18.4375rem;height:17.08885625rem;top:18.624219894409rem;left:0.78046876192094rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uSWPpV0kPyInG9pxsGBHO1kh0m2Rbvf7 { width:20rem;height:26rem;top:36.874219894409rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzkHwfWnhOEI9iDaMXowytPswdEvXGXy { width:10rem;height:10rem;top:54.436719894409rem;left:9.2679687142375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdWr2ssuLTB8We0VDfTlteTnRz61bHkV { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/a074428b-a53a-415f-8923-48dbbbe764ba/okladka_pion.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#hdWr2ssuLTB8We0VDfTlteTnRz61bHkV.adaptive-delivery-prevent-bg, #hdWr2ssuLTB8We0VDfTlteTnRz61bHkV.lazyload, #hdWr2ssuLTB8We0VDfTlteTnRz61bHkV.lazyloading { background-image: none; }#hdWr2ssuLTB8We0VDfTlteTnRz61bHkV > .row .container { background-color: transparent; background-image: none; }#hdWr2ssuLTB8We0VDfTlteTnRz61bHkV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hdWr2ssuLTB8We0VDfTlteTnRz61bHkV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hdWr2ssuLTB8We0VDfTlteTnRz61bHkV > .row .container > .video-iframe-container { display: none; }#hdWr2ssuLTB8We0VDfTlteTnRz61bHkV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hdWr2ssuLTB8We0VDfTlteTnRz61bHkV > .row > .video-iframe-container { display: none; }#hdWr2ssuLTB8We0VDfTlteTnRz61bHkV > .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); }#hdWr2ssuLTB8We0VDfTlteTnRz61bHkV > .row .container { width:20rem;height:45.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mz0O0DeGnFpiaJWcLTFK1Hl1M5U7r6Nr { width:18.4375rem;height:8.39845rem;top:8.4365234375rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hwdeTr3V5Cc29aJ1WJfTKz9dBcymaOar { width:18.4375rem;height:5.36133125rem;top:1.82421875rem;left:0.78046876192094rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOorB71zoHoChTFPkeye1eXo6hWU8mRD { width:15.625rem;height:15.625rem;top:19rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoFyEQg8f8FsdMrdW3ChD2FF4xH0vlOr { width:11.8rem;height:2.8625rem;top:36.75rem;left:4.0625rem;z-index:15004;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvJySdIEOFhQr7fhh77F8zOHA81SuOsi { display:block; }
 }@media only screen and (max-width: 763px) { #NAzw1FR5NZ7QTvcFvqSE5UXGZ4PNRf7c { width:11.8rem;height:2.8rem;top:40.5rem;left:4.0625rem;z-index:15004;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOh63lIaq3JTSQGiZcR1iiB4mZi2qf2X { display:block; }
 }@media only screen and (max-width: 763px) { #eOX5ErV1ap7zC5LiqCzilknlvze7nxTS { background-color:rgba(var(--color-primary-2),1);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; }#eOX5ErV1ap7zC5LiqCzilknlvze7nxTS.adaptive-delivery-prevent-bg, #eOX5ErV1ap7zC5LiqCzilknlvze7nxTS.lazyload, #eOX5ErV1ap7zC5LiqCzilknlvze7nxTS.lazyloading { background-image: none; }#eOX5ErV1ap7zC5LiqCzilknlvze7nxTS > .row .container { background-color: transparent; background-image: none; }#eOX5ErV1ap7zC5LiqCzilknlvze7nxTS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOX5ErV1ap7zC5LiqCzilknlvze7nxTS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOX5ErV1ap7zC5LiqCzilknlvze7nxTS > .row .container > .video-iframe-container { display: none; }#eOX5ErV1ap7zC5LiqCzilknlvze7nxTS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOX5ErV1ap7zC5LiqCzilknlvze7nxTS > .row > .video-iframe-container { display: none; }#eOX5ErV1ap7zC5LiqCzilknlvze7nxTS > .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); }#eOX5ErV1ap7zC5LiqCzilknlvze7nxTS > .row .container { width:20rem;height:28.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W3V1AZuLxFcMZZaAclNZVQWXehkwNkw0 { width:18.4375rem;height:8.3984375rem;top:1.6242184638977rem;left:0.78046876192094rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #w4M2R2DXlm4ZJXCdAeHD9OhIrTpBbz1o { width:18.4375rem;height:15.74705625rem;top:11.085937976837rem;left:0.78046876192094rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GaUPlHcg4BmxsgTJ5SyGra2tzn14Asis { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/a074428b-a53a-415f-8923-48dbbbe764ba/okladka_pion.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#GaUPlHcg4BmxsgTJ5SyGra2tzn14Asis.adaptive-delivery-prevent-bg, #GaUPlHcg4BmxsgTJ5SyGra2tzn14Asis.lazyload, #GaUPlHcg4BmxsgTJ5SyGra2tzn14Asis.lazyloading { background-image: none; }#GaUPlHcg4BmxsgTJ5SyGra2tzn14Asis > .row .container { background-color: transparent; background-image: none; }#GaUPlHcg4BmxsgTJ5SyGra2tzn14Asis::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GaUPlHcg4BmxsgTJ5SyGra2tzn14Asis > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GaUPlHcg4BmxsgTJ5SyGra2tzn14Asis > .row .container > .video-iframe-container { display: none; }#GaUPlHcg4BmxsgTJ5SyGra2tzn14Asis > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GaUPlHcg4BmxsgTJ5SyGra2tzn14Asis > .row > .video-iframe-container { display: none; }#GaUPlHcg4BmxsgTJ5SyGra2tzn14Asis > .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); }#GaUPlHcg4BmxsgTJ5SyGra2tzn14Asis > .row .container { width:20rem;height:65.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R4uCXUwBaMwSWvGF26hSIDCqeTE9E5rF { width:18.4375rem;height:19.94630625rem;top:5.4984378814697rem;left:0.78046876192094rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HBLIC9Uzza6Nyu6wQR5Os4T5IedexDts { width:18.4375rem;height:1.95rem;top:2.4616944789886rem;left:0.78046876192094rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwwtCywcCtA2bNihIOh9zIb1XEzbnStx { width:20rem;height:1.1375rem;top:1.32421875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJuEu5MilduHDIgz7SpHuD1Z2yd9MGxO { width:20rem;height:1.05rem;top:27.048438072204rem;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) { #UaaT0cMTtn3M42HDir5KMXT7l3mBbkhv { width:18.4375rem;height:4.5234375rem;top:28.985938072204rem;left:0.78046876192094rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }#UaaT0cMTtn3M42HDir5KMXT7l3mBbkhv li:before{  }
 }@media only screen and (max-width: 763px) { #uFi83HXIl9AaQLD8uXCsUJ8KRZuwlI8i { width:18.4375rem;height:2.3994125rem;top:35.5859375rem;left:0.78046876192094rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mlV09BxxOfIiUbNhv5qxm6zVWdtKz6LW { width:15.25rem;height:23.25rem;top:39.735938072204rem;left:2.5937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFAxrtryCG25e5ObKEOGCp2IhCV74Q2T { display:block; }#HFAxrtryCG25e5ObKEOGCp2IhCV74Q2T > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zV15hBSuF8B0VoC4k0XavwnixyM4PU2w { width:20rem;height:3.57421875rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuUDqU3Aff8qsHWfiTK30W0gk7TVPlUh { display:block; }#UuUDqU3Aff8qsHWfiTK30W0gk7TVPlUh > .row .container { width:20rem;height:61.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTvqo8MP4SZa0Qtlguu8BQ08X2PBvlND { width:20rem;height:9.8876404494382rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdbxntULL8dOuCqsXZ9K6qp2BNDuIu7c { width:20rem;height:9.7854077253219rem;top:12.3871875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIn90WvBhv1N1RIcOhuwcJ6uKpLfNKiV { width:20rem;height:7.8957915831663rem;top:23.4223125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyiKel8TNbtbW6DiLPk80nxH6isypThH { width:13.875rem;height:13.5625rem;top:32.5678125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAC1b8SF3u1JK1hWThng5zG2elqkEwXD { width:12.8125rem;height:13.25rem;top:47.3803125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytePgNrAfgXhMW7oCbWpAAvz2zBqLkO7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b75e017e-c2ef-4d9b-9277-7af5834c7bd3/graybackgroundfrostedglass1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ytePgNrAfgXhMW7oCbWpAAvz2zBqLkO7.adaptive-delivery-prevent-bg, #ytePgNrAfgXhMW7oCbWpAAvz2zBqLkO7.lazyload, #ytePgNrAfgXhMW7oCbWpAAvz2zBqLkO7.lazyloading { background-image: none; }#ytePgNrAfgXhMW7oCbWpAAvz2zBqLkO7 > .row .container { background-color: transparent; background-image: none; }#ytePgNrAfgXhMW7oCbWpAAvz2zBqLkO7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.3); }#ytePgNrAfgXhMW7oCbWpAAvz2zBqLkO7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ytePgNrAfgXhMW7oCbWpAAvz2zBqLkO7 > .row .container > .video-iframe-container { display: none; }#ytePgNrAfgXhMW7oCbWpAAvz2zBqLkO7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.3); }#ytePgNrAfgXhMW7oCbWpAAvz2zBqLkO7 > .row > .video-iframe-container { display: none; }#ytePgNrAfgXhMW7oCbWpAAvz2zBqLkO7 > .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); }#ytePgNrAfgXhMW7oCbWpAAvz2zBqLkO7 > .row .container { width:20rem;height:52.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5KCpFBvwGI5hnx4a4986bhhpXIlTmqH { width:18.4375rem;height:11.54785625rem;top:5.6625003814697rem;left:0.78046876192094rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TzIUUxBIk9r1rUuWTgF5tgVU3f08ZsZ5 { width:18.4375rem;height:2.2744125rem;top:19.375000953674rem;left:0.78046876192094rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSJMqtVOZp89283yDPmo8cuas7TNeXzs { width:18.4375rem;height:3.57421875rem;top:1.3742189407349rem;left:0.78046876192094rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lERTW3dHK3RxrpXKl4P8IQ9kAAD1mNRH { width:17.25rem;height:22.4375rem;top:29.250001430511rem;left:1.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfxM9CnNrNLAVLPrK41uvqLKxHmEVS5q { width:11.5625rem;height:2.75rem;top:22.875rem;left:4.1875rem;z-index:15004;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8rFhJ6qAsUbODFClq9iBfCIzV3F6avZ { display:block; }
 }@media only screen and (max-width: 763px) { #ySWgoThJIXaHU8UaOfGXTh24DrmwL4kb { width:18.75rem;height:2.8125rem;top:26.4375rem;left:0.625rem;z-index:15004;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g36FrKflgSNfuwdPwuxAurCump0J1a0Q { display:block; }
 }@media only screen and (max-width: 763px) { #QaEFQrWweTScynn5iUDJ7LTONqpV50Qv { display:block; }#QaEFQrWweTScynn5iUDJ7LTONqpV50Qv > .row .container { width:20rem;height:9.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aKBVMvRUQbf1Su82iiTwmcaW8TXVFmHe { 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) { #XMgsIgTQQQC3farc7EJThKEJQuE30xb9 { 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) { #dd10tLPP9JEov3wp4sVxRpo13osmp1Q2 { width:7.3125rem;height:2.4375rem;top:0.69921875rem;left:6.34375rem;display:block; }
 }