.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;
}
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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/ZtrVn1MO/Projekt_bez_tytu_u_10.jpg");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); }#BvKOO6d7SHLMhhfODeSABQncM0Q7FlT4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#BvKOO6d7SHLMhhfODeSABQncM0Q7FlT4 > .row .container { background-color: transparent; background-image: none; }#BvKOO6d7SHLMhhfODeSABQncM0Q7FlT4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvKOO6d7SHLMhhfODeSABQncM0Q7FlT4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvKOO6d7SHLMhhfODeSABQncM0Q7FlT4 > .row .container > .video-iframe-container { display: none; }#BvKOO6d7SHLMhhfODeSABQncM0Q7FlT4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvKOO6d7SHLMhhfODeSABQncM0Q7FlT4 > .row > .video-iframe-container { display: none; }#BvKOO6d7SHLMhhfODeSABQncM0Q7FlT4 > .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); }#BvKOO6d7SHLMhhfODeSABQncM0Q7FlT4 > .row .container { border-width: 0; border-radius: 0; }#BvKOO6d7SHLMhhfODeSABQncM0Q7FlT4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BvKOO6d7SHLMhhfODeSABQncM0Q7FlT4 > .row .container { font-size:14px;font-family:arial;height:78px;width:1200px;position:relative;display:block; }#VRIRQmCTZMc1gSPhRfbxcPkoNNfpbNTW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:56px;width:188px;top:16.985292434692px;left:0px;overflow:hidden;display:block; }
#DU24CTCTDUwNGz5XmtBNZXsR1kz2oVa8 { color:#041d50;display:block;width:444px;position:absolute;font-family:averta;font-size:20px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:31px;left:756px;height:26px;text-align:right;text-align-last:right;display:block; }
#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/AfkEGqpW/Projekt_bez_tytu_u_2021_11_05T114353.548.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;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;z-index:auto;display:block; }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi.adaptive-delivery-prevent-bg, #JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi.lazyload, #JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi.lazyloading { background-image: none; }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi > .row .container { background-color: transparent; background-image: none; }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,29,80,0.79); }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi > .row .container > .video-iframe-container { display: none; }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,29,80,0.79); }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi > .row > .video-iframe-container { display: none; }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi > .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); }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi > .row .container { border-width: 0; border-radius: 0; }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi::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; }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi > .row .container { font-size:14px;font-family:arial;height:179px;width:1200px;position:relative;display:block; }#SSPhP6vhx4NgJaKNF6hrSFaLmg58dqEM { color:#ffffff;display:block;width:1058px;position:absolute;font-family:averta;font-size:25px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:15px;left:71px;height:96px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p4ZTkxtOcJZVQDofzQkTV0ri4rpRF01I { color:#ffffff;display:block;width:1058px;position:absolute;font-family:averta;font-size:21px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:133px;left:71px;height:27px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/sW9VWC9c/Projekt_bez_tytu_u_2021_11_05T114300.485.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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.82); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.82); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:14px;font-family:arial;height:517px;width:1200px;position:relative;display:block; }#ccuDgQhfxVQv45OdrsroOPqAaVwFccuJ { color:#041d50;display:block;width:400px;position:absolute;font-family:averta;font-size:22px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:12px;left:716.5px;height:28px;text-align:center;text-align-last:center;display:block; }
#zu9FxbBFy7xBTIx0e9vG61Gl4B5Kz9Zt { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:460px;width:613px;top:43px;left:613.3950617284px;overflow:hidden;display:block; }
#tER5zVa1QCQkgUWPt1wbZhiZp0yTchdd { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:360px;width:640px;top:33px;left:0px;display:block; }
#kzxgs57mZhq307ZZtb2TGK7JVIHkJ03W { color:#ff1e1e;display:block;width:339px;position:absolute;font-family:averta;font-size:20px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:429px;left:430.5px;height:52px;text-align:center;text-align-last:center;display:block; }
#UJA3T6e6zQGsIiTy7bol6XzHo7Dpm1yd { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:11px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:123px;height:31px;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:117px;left:1077px;display:block; }
#TAAoqC3TxlAKMBzVgLZADEift9T4EtTQ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Cti0amiBkETv2rqXE8hUk4Hhc5FAIFDH { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:11px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:123px;height:31px;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:350px;left:747px;display:block; }
#WuhaNGmEUQz0oCRVG6FgCmFQ4Buzt0KB { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#M2cpW5huGmFK2GBlTPCItIC98Rc8EJyl { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:11px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:123px;height:31px;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:243px;left:804.5px;display:block; }
#yQ9rA2ct5BHlHzMZCx9322ohdZdfR6C5 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#yfF1JqKvm88bK64ytfwq8VxivqZwm4q5 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:11px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:123px;height:31px;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:197.5px;left:995.5px;display:block; }
#gXkBMLTtKJFEiNOt1fqkXW2P54BFITUa { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#bf4d1aU5V3NowVFu4MwviJihHMGKR1e0 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:11px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:123px;height:31px;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:350px;left:994.5px;display:block; }
#pnUXlq84HBtZpov6ZBauQb4UCUKKb1KM { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#EFVBNxqmbT6fHHoCE3KL8vRzCSiT3Tbu { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:11px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:123px;height:31px;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:137px;left:716.5px;display:block; }
#odkKcZZGILrsCDSvZTRbEpcBA4AOgWeI { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#PLdJmm4wZeek1icSoqGXDyGFXzO6OPpz { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:11px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:123px;height:31px;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:87px;left:870px;display:block; }
#kWqfXH5lZQVF9GsTDSTC5Nfcs3N1uEm4 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#HKttEpTnwdRRvs4CS2x4lyPz10nlaiOm { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:11px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:123px;height:31px;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:280.5px;left:926.5px;display:block; }
#BanM6N3DBboJP65epCgnTVg2mnqvJPh6 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#vUPUZhA0TklUJkDBhNqvdTHSIiogGPNc { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:11px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:123px;height:31px;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:399px;left:908.5px;display:block; }
#Nh5nJO5wNC6wdTpoaLQxULAoAsJ2TXb7 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#NWPRZtONBGHB7wh97StMpqFVe1bJCUt9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/sW9VWC9c/Projekt_bez_tytu_u_2021_11_05T114300.485.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; }#NWPRZtONBGHB7wh97StMpqFVe1bJCUt9.adaptive-delivery-prevent-bg, #NWPRZtONBGHB7wh97StMpqFVe1bJCUt9.lazyload, #NWPRZtONBGHB7wh97StMpqFVe1bJCUt9.lazyloading { background-image: none; }#NWPRZtONBGHB7wh97StMpqFVe1bJCUt9 > .row .container { background-color: transparent; background-image: none; }#NWPRZtONBGHB7wh97StMpqFVe1bJCUt9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.82); }#NWPRZtONBGHB7wh97StMpqFVe1bJCUt9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWPRZtONBGHB7wh97StMpqFVe1bJCUt9 > .row .container > .video-iframe-container { display: none; }#NWPRZtONBGHB7wh97StMpqFVe1bJCUt9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.82); }#NWPRZtONBGHB7wh97StMpqFVe1bJCUt9 > .row > .video-iframe-container { display: none; }#NWPRZtONBGHB7wh97StMpqFVe1bJCUt9 > .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); }#NWPRZtONBGHB7wh97StMpqFVe1bJCUt9 > .row .container { border-width: 0; border-radius: 0; }#NWPRZtONBGHB7wh97StMpqFVe1bJCUt9::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; }#NWPRZtONBGHB7wh97StMpqFVe1bJCUt9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NWPRZtONBGHB7wh97StMpqFVe1bJCUt9 > .row .container { font-size:14px;font-family:arial;height:538px;width:1200px;position:relative;display:block; }#lbU63gMmaVfCA3tTCast3x7U7hyb70ps { color:#041d50;display:block;width:862px;position:absolute;font-family:averta;font-size:24px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:38px;left:169px;height:31px;text-align:center;text-align-last:center;display:block; }
#o5kg9qEfBqaeuBE6lQ53bsL45PiW2qkF { color:#000000;display:block;width:720px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:87px;left:292px;height:300px;display:block; }#o5kg9qEfBqaeuBE6lQ53bsL45PiW2qkF li:not(:first-child){ padding-top:14px;padding-right:0;padding-bottom:0;padding-left:0; }#o5kg9qEfBqaeuBE6lQ53bsL45PiW2qkF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/UfLz2tUh/ic_check.png); }
#rXcJHJOpuzrJK40DdWfHQQUC16MA33Ge { color:#041d50;display:block;width:743px;position:absolute;font-family:averta;font-size:24px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:433px;left:257px;height:93px;text-align:center;text-align-last:center;display:block; }
#D7eUd3GmxnPU2L7MMgTO8l8mSkomO47D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#D7eUd3GmxnPU2L7MMgTO8l8mSkomO47D > .row .container { background-color: transparent; background-image: none; }#D7eUd3GmxnPU2L7MMgTO8l8mSkomO47D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7eUd3GmxnPU2L7MMgTO8l8mSkomO47D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7eUd3GmxnPU2L7MMgTO8l8mSkomO47D > .row .container > .video-iframe-container { display: none; }#D7eUd3GmxnPU2L7MMgTO8l8mSkomO47D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7eUd3GmxnPU2L7MMgTO8l8mSkomO47D > .row > .video-iframe-container { display: none; }#D7eUd3GmxnPU2L7MMgTO8l8mSkomO47D > .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); }#D7eUd3GmxnPU2L7MMgTO8l8mSkomO47D > .row .container { border-width: 0; border-radius: 0; }#D7eUd3GmxnPU2L7MMgTO8l8mSkomO47D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D7eUd3GmxnPU2L7MMgTO8l8mSkomO47D > .row .container { font-size:14px;font-family:arial;height:74px;width:1200px;position:relative;display:block; }#ZNQ5tOhHflKgBvDnevqViMixiTx7SSWy { color:#322c60;display:block;width:430px;position:absolute;font-family:averta;font-size:9px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:31.5px;left:0px;height:11px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BvKOO6d7SHLMhhfODeSABQncM0Q7FlT4 { display:block; }#BvKOO6d7SHLMhhfODeSABQncM0Q7FlT4 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VRIRQmCTZMc1gSPhRfbxcPkoNNfpbNTW { top:16px;left:0px;width:188px;height:56px;display:block; }
 }@media only screen and (max-width: 763px) { #DU24CTCTDUwNGz5XmtBNZXsR1kz2oVa8 { top:31px;left:320px;width:444px;height:26px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi { display:block; }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SSPhP6vhx4NgJaKNF6hrSFaLmg58dqEM { top:15px;left:0px;width:764px;height:96px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #p4ZTkxtOcJZVQDofzQkTV0ri4rpRF01I { top:133px;left:0px;width:764px;height:27px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccuDgQhfxVQv45OdrsroOPqAaVwFccuJ { top:12px;left:364px;width:400px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #zu9FxbBFy7xBTIx0e9vG61Gl4B5Kz9Zt { top:43px;left:148px;width:613px;height:460px;display:block; }
 }@media only screen and (max-width: 763px) { #tER5zVa1QCQkgUWPt1wbZhiZp0yTchdd { top:33px;left:0px;width:640px;height:360px;display:block; }
 }@media only screen and (max-width: 763px) { #kzxgs57mZhq307ZZtb2TGK7JVIHkJ03W { top:429px;left:212.5px;width:339px;height:52px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #UJA3T6e6zQGsIiTy7bol6XzHo7Dpm1yd { width:123px;height:31px;top:117px;left:641px;display:block; }
 }@media only screen and (max-width: 763px) { #TAAoqC3TxlAKMBzVgLZADEift9T4EtTQ { display:block; }
 }@media only screen and (max-width: 763px) { #Cti0amiBkETv2rqXE8hUk4Hhc5FAIFDH { width:123px;height:31px;top:350px;left:529px;display:block; }
 }@media only screen and (max-width: 763px) { #WuhaNGmEUQz0oCRVG6FgCmFQ4Buzt0KB { display:block; }
 }@media only screen and (max-width: 763px) { #M2cpW5huGmFK2GBlTPCItIC98Rc8EJyl { width:123px;height:31px;top:243px;left:586.5px;display:block; }
 }@media only screen and (max-width: 763px) { #yQ9rA2ct5BHlHzMZCx9322ohdZdfR6C5 { display:block; }
 }@media only screen and (max-width: 763px) { #yfF1JqKvm88bK64ytfwq8VxivqZwm4q5 { width:123px;height:31px;top:197px;left:641px;display:block; }
 }@media only screen and (max-width: 763px) { #gXkBMLTtKJFEiNOt1fqkXW2P54BFITUa { display:block; }
 }@media only screen and (max-width: 763px) { #bf4d1aU5V3NowVFu4MwviJihHMGKR1e0 { width:123px;height:31px;top:350px;left:641px;display:block; }
 }@media only screen and (max-width: 763px) { #pnUXlq84HBtZpov6ZBauQb4UCUKKb1KM { display:block; }
 }@media only screen and (max-width: 763px) { #EFVBNxqmbT6fHHoCE3KL8vRzCSiT3Tbu { width:123px;height:31px;top:137px;left:498.5px;display:block; }
 }@media only screen and (max-width: 763px) { #odkKcZZGILrsCDSvZTRbEpcBA4AOgWeI { display:block; }
 }@media only screen and (max-width: 763px) { #PLdJmm4wZeek1icSoqGXDyGFXzO6OPpz { width:123px;height:31px;top:87px;left:641px;display:block; }
 }@media only screen and (max-width: 763px) { #kWqfXH5lZQVF9GsTDSTC5Nfcs3N1uEm4 { display:block; }
 }@media only screen and (max-width: 763px) { #HKttEpTnwdRRvs4CS2x4lyPz10nlaiOm { width:123px;height:31px;top:280px;left:641px;display:block; }
 }@media only screen and (max-width: 763px) { #BanM6N3DBboJP65epCgnTVg2mnqvJPh6 { display:block; }
 }@media only screen and (max-width: 763px) { #vUPUZhA0TklUJkDBhNqvdTHSIiogGPNc { width:123px;height:31px;top:399px;left:641px;display:block; }
 }@media only screen and (max-width: 763px) { #Nh5nJO5wNC6wdTpoaLQxULAoAsJ2TXb7 { display:block; }
 }@media only screen and (max-width: 763px) { #NWPRZtONBGHB7wh97StMpqFVe1bJCUt9 { display:block; }#NWPRZtONBGHB7wh97StMpqFVe1bJCUt9 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lbU63gMmaVfCA3tTCast3x7U7hyb70ps { top:38px;left:0px;width:764px;height:31px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #o5kg9qEfBqaeuBE6lQ53bsL45PiW2qkF { top:87px;left:44px;width:720px;height:300px;font-size:15px;display:block; }#o5kg9qEfBqaeuBE6lQ53bsL45PiW2qkF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/UfLz2tUh/ic_check.png); }
 }@media only screen and (max-width: 763px) { #rXcJHJOpuzrJK40DdWfHQQUC16MA33Ge { top:433px;left:21px;width:743px;height:93px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #D7eUd3GmxnPU2L7MMgTO8l8mSkomO47D { display:block; }#D7eUd3GmxnPU2L7MMgTO8l8mSkomO47D > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZNQ5tOhHflKgBvDnevqViMixiTx7SSWy { width:430px;height:11px;top:31px;left:0px;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BvKOO6d7SHLMhhfODeSABQncM0Q7FlT4 { display:block; }#BvKOO6d7SHLMhhfODeSABQncM0Q7FlT4 > .row .container { width:320px;height:55px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VRIRQmCTZMc1gSPhRfbxcPkoNNfpbNTW { width:119px;height:34px;top:0px;left:91.203125px;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #DU24CTCTDUwNGz5XmtBNZXsR1kz2oVa8 { width:318px;height:18px;top:18.5px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi { position:relative;z-index:auto;display:block; }#JZtTScrWCPmMIrV5l8i2NXncuNCK7zfi > .row .container { width:320px;height:222px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SSPhP6vhx4NgJaKNF6hrSFaLmg58dqEM { width:320px;height:140px;top:10px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #p4ZTkxtOcJZVQDofzQkTV0ri4rpRF01I { width:320px;height:44px;top:163px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:320px;height:529px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccuDgQhfxVQv45OdrsroOPqAaVwFccuJ { width:320px;height:20px;top:240px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #zu9FxbBFy7xBTIx0e9vG61Gl4B5Kz9Zt { width:320px;height:240px;top:282.55660377358px;left:-3px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tER5zVa1QCQkgUWPt1wbZhiZp0yTchdd { height:180px;width:320px;top:54px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #kzxgs57mZhq307ZZtb2TGK7JVIHkJ03W { width:320px;height:44px;top:5px;left:0px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UJA3T6e6zQGsIiTy7bol6XzHo7Dpm1yd { width:102px;height:31px;top:462px;left:191px;font-size:8px;display:block; }
 }@media only screen and (max-width: 763px) { #TAAoqC3TxlAKMBzVgLZADEift9T4EtTQ { display:block; }
 }@media only screen and (max-width: 763px) { #Cti0amiBkETv2rqXE8hUk4Hhc5FAIFDH { width:97px;height:31px;top:308px;left:23px;font-size:8px;display:block; }
 }@media only screen and (max-width: 763px) { #WuhaNGmEUQz0oCRVG6FgCmFQ4Buzt0KB { display:block; }
 }@media only screen and (max-width: 763px) { #M2cpW5huGmFK2GBlTPCItIC98Rc8EJyl { width:96px;height:31px;top:273px;left:142px;font-size:8px;display:block; }
 }@media only screen and (max-width: 763px) { #yQ9rA2ct5BHlHzMZCx9322ohdZdfR6C5 { display:block; }
 }@media only screen and (max-width: 763px) { #yfF1JqKvm88bK64ytfwq8VxivqZwm4q5 { width:100px;height:31px;top:432px;left:1px;font-size:8px;display:block; }
 }@media only screen and (max-width: 763px) { #gXkBMLTtKJFEiNOt1fqkXW2P54BFITUa { display:block; }
 }@media only screen and (max-width: 763px) { #bf4d1aU5V3NowVFu4MwviJihHMGKR1e0 { width:101px;height:31px;top:408px;left:155px;font-size:8px;display:block; }
 }@media only screen and (max-width: 763px) { #pnUXlq84HBtZpov6ZBauQb4UCUKKb1KM { display:block; }
 }@media only screen and (max-width: 763px) { #EFVBNxqmbT6fHHoCE3KL8vRzCSiT3Tbu { width:98px;height:31px;top:387.046875px;left:26px;font-size:8px;display:block; }
 }@media only screen and (max-width: 763px) { #odkKcZZGILrsCDSvZTRbEpcBA4AOgWeI { display:block; }
 }@media only screen and (max-width: 763px) { #PLdJmm4wZeek1icSoqGXDyGFXzO6OPpz { width:99px;height:31px;top:316px;left:221px;font-size:8px;display:block; }
 }@media only screen and (max-width: 763px) { #kWqfXH5lZQVF9GsTDSTC5Nfcs3N1uEm4 { display:block; }
 }@media only screen and (max-width: 763px) { #HKttEpTnwdRRvs4CS2x4lyPz10nlaiOm { width:103px;height:31px;top:358px;left:185.5px;font-size:8px;display:block; }
 }@media only screen and (max-width: 763px) { #BanM6N3DBboJP65epCgnTVg2mnqvJPh6 { display:block; }
 }@media only screen and (max-width: 763px) { #vUPUZhA0TklUJkDBhNqvdTHSIiogGPNc { width:100px;height:28px;top:480px;left:74.5px;font-size:8px;display:block; }
 }@media only screen and (max-width: 763px) { #Nh5nJO5wNC6wdTpoaLQxULAoAsJ2TXb7 { display:block; }
 }@media only screen and (max-width: 763px) { #NWPRZtONBGHB7wh97StMpqFVe1bJCUt9 { background-color:transparent;background-image:url("https://images.assets-landingi.com/sW9VWC9c/Projekt_bez_tytu_u_2021_11_05T114300.485.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NWPRZtONBGHB7wh97StMpqFVe1bJCUt9.adaptive-delivery-prevent-bg, #NWPRZtONBGHB7wh97StMpqFVe1bJCUt9.lazyload, #NWPRZtONBGHB7wh97StMpqFVe1bJCUt9.lazyloading { background-image: none; }#NWPRZtONBGHB7wh97StMpqFVe1bJCUt9 > .row .container { background-color: transparent; background-image: none; }#NWPRZtONBGHB7wh97StMpqFVe1bJCUt9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.82); }#NWPRZtONBGHB7wh97StMpqFVe1bJCUt9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWPRZtONBGHB7wh97StMpqFVe1bJCUt9 > .row .container > .video-iframe-container { display: none; }#NWPRZtONBGHB7wh97StMpqFVe1bJCUt9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.82); }#NWPRZtONBGHB7wh97StMpqFVe1bJCUt9 > .row > .video-iframe-container { display: none; }#NWPRZtONBGHB7wh97StMpqFVe1bJCUt9 > .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); }#NWPRZtONBGHB7wh97StMpqFVe1bJCUt9 > .row .container { border-width: 0; border-radius: 0; }#NWPRZtONBGHB7wh97StMpqFVe1bJCUt9::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; }#NWPRZtONBGHB7wh97StMpqFVe1bJCUt9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NWPRZtONBGHB7wh97StMpqFVe1bJCUt9 > .row .container { width:320px;height:579px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lbU63gMmaVfCA3tTCast3x7U7hyb70ps { width:283px;height:48px;top:3px;left:18.5px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #o5kg9qEfBqaeuBE6lQ53bsL45PiW2qkF { width:320px;height:374px;top:65px;left:0px;font-size:15px;line-height:1.3;display:block; }#o5kg9qEfBqaeuBE6lQ53bsL45PiW2qkF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/UfLz2tUh/ic_check.png); }
 }@media only screen and (max-width: 763px) { #rXcJHJOpuzrJK40DdWfHQQUC16MA33Ge { width:320px;height:100px;top:461px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #D7eUd3GmxnPU2L7MMgTO8l8mSkomO47D { display:block; }#D7eUd3GmxnPU2L7MMgTO8l8mSkomO47D > .row .container { width:320px;height:50px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZNQ5tOhHflKgBvDnevqViMixiTx7SSWy { width:320px;height:11px;top:17.984375px;left:0px;font-size:9px;text-align:center;text-align-last:center;display:block; }
 }