.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
@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:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#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); }#WQ0EaqJqCEw3rcrDlwQv9cKLTMFwuFfa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ce0000;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; }#WQ0EaqJqCEw3rcrDlwQv9cKLTMFwuFfa > .row .container { background-color: transparent; background-image: none; }#WQ0EaqJqCEw3rcrDlwQv9cKLTMFwuFfa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQ0EaqJqCEw3rcrDlwQv9cKLTMFwuFfa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQ0EaqJqCEw3rcrDlwQv9cKLTMFwuFfa > .row .container > .video-iframe-container { display: none; }#WQ0EaqJqCEw3rcrDlwQv9cKLTMFwuFfa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQ0EaqJqCEw3rcrDlwQv9cKLTMFwuFfa > .row > .video-iframe-container { display: none; }#WQ0EaqJqCEw3rcrDlwQv9cKLTMFwuFfa > .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); }#WQ0EaqJqCEw3rcrDlwQv9cKLTMFwuFfa > .row .container { border-width: 0; border-radius: 0; }#WQ0EaqJqCEw3rcrDlwQv9cKLTMFwuFfa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WQ0EaqJqCEw3rcrDlwQv9cKLTMFwuFfa > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:60rem;position:relative;display:block; }#kL7ZKQgXtwzHTcPw9eaaPVdqfrCuOg1v { color:#ffffff;display:block;width:47.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.7;letter-spacing:0;top:1.44921875rem;left:6.03125rem;height:1.9121125rem;text-align:center;text-align-last:center;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #aeaeae;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; }#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(0,0,0,0); }#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(0,0,0,0); }#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 > .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:0.875rem;font-family:arial;height:4.5625rem;width:60rem;position:relative;display:block; }#IgnAxgM7bwWsUwpNnzIfvqLiEB14KNsw { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.65625rem;left:45.0625rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#IyCboUOw5TPFy0ZqLfBnUZUCtBBZG0Di { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:16.0625rem;top:0.78125rem;left:0.96875rem;overflow:hidden;display:block; }
#xR5OhGnABaaOG9zwOGUTzZUwRTX1aOmK { position:relative;display:block; }#xR5OhGnABaaOG9zwOGUTzZUwRTX1aOmK { background-color: transparent; background-image: none; }#xR5OhGnABaaOG9zwOGUTzZUwRTX1aOmK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xR5OhGnABaaOG9zwOGUTzZUwRTX1aOmK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xR5OhGnABaaOG9zwOGUTzZUwRTX1aOmK > .row .container > .video-iframe-container { display: none; }#xR5OhGnABaaOG9zwOGUTzZUwRTX1aOmK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xR5OhGnABaaOG9zwOGUTzZUwRTX1aOmK > .row > .video-iframe-container { display: none; }#xR5OhGnABaaOG9zwOGUTzZUwRTX1aOmK > .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); }#xR5OhGnABaaOG9zwOGUTzZUwRTX1aOmK { border-width: 0; border-radius: 0; }#xR5OhGnABaaOG9zwOGUTzZUwRTX1aOmK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xR5OhGnABaaOG9zwOGUTzZUwRTX1aOmK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:130.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oq4PxlG6hw5yQFA9e4Dzx4Kw545zNl8l { box-sizing:content-box;color:#ce0000;font-size:4.9375rem;font-weight:400;line-height:1;height:7.0625rem;width:7.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:13.404947280884rem;left:26.46875rem;display:block; }
#zg89MS2vyI6ssapW5roAOwDpTWGJ5Usy { color:#101010;display:block;width:55.4375rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:2.556640625rem;left:2.28125rem;height:5.85rem;text-align:center;text-align-last:center;display:block; }
#RfshPRAbNNWyPTVgl96TIwTHLAwBoFFG { color:#ce0000;display:block;width:55.4375rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:9.1875rem;left:3.3125rem;height:3.67480625rem;text-align:center;text-align-last:center;display:block; }
#TuTDxKn3ABG5OO4JNDGJR7yQC6MxNO1J { color:#000000;display:block;width:47.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.8;letter-spacing:0;top:20.466796875rem;left:6.15625rem;height:18rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xVoFD9ZdDQhgbopEtBHSDvBcGqrJQAOb { box-sizing:content-box;color:#ce0000;font-size:4.9375rem;font-weight:400;line-height:1;height:7.0625rem;width:7.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:37.1875rem;left:26.46875rem;display:block; }
#x1HUGcvXygPP4KVLrnEP42ThbZfJp5EK { background-color:#579e00;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:121.537109375rem;left:20.71875rem;display:block; }
#rAvGnAQEgWEJXMglbFcsWeaxXLgV6KV3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NeAiGSl0LG6uuaSE0yKszWdmfusEBbhu { color:#000000;display:block;width:39rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:83.2763671875rem;left:11.53125rem;height:29.8095625rem;text-align:left;text-align-last:left;display:block; }#NeAiGSl0LG6uuaSE0yKszWdmfusEBbhu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NeAiGSl0LG6uuaSE0yKszWdmfusEBbhu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sMI7JzzK/Zrzut_ekranu_2021_07_13_o_12.40.31.png); }
#EQbcgGkzNMnwb0VqTvoBCm4VilRwTsPd { color:#000000;display:block;width:47.6875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.8;letter-spacing:0;top:65.9375rem;left:6.15625rem;height:8.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eOzShLNJwwsWxwFJT4yo3zM4bsPSCy16 { box-sizing:content-box;color:#ce0000;font-size:4.9375rem;font-weight:400;line-height:1;height:7.0625rem;width:7.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:58.0625rem;left:26.46875rem;display:block; }
#SOlT5EVUVLBWlCeT1sd8B77gmBabDNQ3 { box-sizing:content-box;color:#ce0000;font-size:4.9375rem;font-weight:400;line-height:1;height:7.0625rem;width:7.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:75.484375rem;left:26.46875rem;display:block; }
#MeTWyK6u2ciMactuKCOTg0yucxtZ61zQ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.8125rem;width:44.375rem;top:37.1875rem;left:6.15625rem;overflow:hidden;display:block; }
#rTfsFzO31RNpIgzpEEsXx1Ey65LqAM0l { position:relative;display:block; }#rTfsFzO31RNpIgzpEEsXx1Ey65LqAM0l { background-color: transparent; background-image: none; }#rTfsFzO31RNpIgzpEEsXx1Ey65LqAM0l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTfsFzO31RNpIgzpEEsXx1Ey65LqAM0l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTfsFzO31RNpIgzpEEsXx1Ey65LqAM0l > .row .container > .video-iframe-container { display: none; }#rTfsFzO31RNpIgzpEEsXx1Ey65LqAM0l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTfsFzO31RNpIgzpEEsXx1Ey65LqAM0l > .row > .video-iframe-container { display: none; }#rTfsFzO31RNpIgzpEEsXx1Ey65LqAM0l > .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); }#rTfsFzO31RNpIgzpEEsXx1Ey65LqAM0l { border-width: 0; border-radius: 0; }#rTfsFzO31RNpIgzpEEsXx1Ey65LqAM0l > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rTfsFzO31RNpIgzpEEsXx1Ey65LqAM0l > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:30.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ce3XoBkQOAlM7ivpsR3cThGmbmfG2Fk7 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:3.75rem;left:10rem;display:block; }
#QXKbAH2ZCh641LT4dDRLukLkmHU4Nfyt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#QXKbAH2ZCh641LT4dDRLukLkmHU4Nfyt > .row .container { background-color: transparent; background-image: none; }#QXKbAH2ZCh641LT4dDRLukLkmHU4Nfyt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXKbAH2ZCh641LT4dDRLukLkmHU4Nfyt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXKbAH2ZCh641LT4dDRLukLkmHU4Nfyt > .row .container > .video-iframe-container { display: none; }#QXKbAH2ZCh641LT4dDRLukLkmHU4Nfyt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXKbAH2ZCh641LT4dDRLukLkmHU4Nfyt > .row > .video-iframe-container { display: none; }#QXKbAH2ZCh641LT4dDRLukLkmHU4Nfyt > .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); }#QXKbAH2ZCh641LT4dDRLukLkmHU4Nfyt > .row .container { border-width: 0; border-radius: 0; }#QXKbAH2ZCh641LT4dDRLukLkmHU4Nfyt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QXKbAH2ZCh641LT4dDRLukLkmHU4Nfyt > .row .container { font-size:0.875rem;font-family:arial;height:24.75rem;width:60rem;position:relative;display:block; }#siHT7JfzcHRJtttgpgldsXLA7AqReeil { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24rem;width:19.75rem;top:0.375rem;left:0rem;display:block; }
#KWi4KyUUhxeTmIqPZMEkgA6kTBBIAa68 { color:#000000;display:block;width:15.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15016;line-height:1.9;letter-spacing:0;top:7.5rem;left:2.1875rem;height:13.2958625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hruADdI5PHvrTsSdhloxxftKK5e1R2ry { position:absolute;display:block;z-index:15017;background-color:#579e00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.875rem;left:8.625rem;display:block; }
#mnh5sFSXla0CHKLn5rdGrWZhe57tDZhE { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:3.53125rem;left:9.28125rem;overflow:hidden;display:block; }
#BkrFoQygT7MWFKOItCVSF3TnH9xSHlql { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.0625rem;width:19.75rem;top:0.375rem;left:20.125rem;display:block; }
#r0ASU70BAktusP1T7psFrTbCwoDrC16g { color:#000000;display:block;width:15.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15020;line-height:1.9;letter-spacing:0;top:7.5rem;left:22.3125rem;height:15.1953rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NTUnOccsbk85RI5GMCmiHPyFuBN8WUMf { position:absolute;display:block;z-index:15021;background-color:#579e00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.875rem;left:28.75rem;display:block; }
#TxIdLGtTFfG0oAiDPJcvptAuIyTCEReG { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:3.5625rem;left:29.4375rem;overflow:hidden;display:block; }
#UTK2ZRm67Swh0MFp7NRtkJWpPaF9fRKS { position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.125rem;width:19.75rem;top:0.375rem;left:40.25rem;display:block; }
#gOTQ7RATpAlxc7UzLgl22EJ3LESlhkUx { color:#000000;display:block;width:15.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15024;line-height:1.9;letter-spacing:0;top:7.5rem;left:42.4375rem;height:13.2958625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AquCtyO0bm4SadUaryKXQToQm89kWQbt { position:absolute;display:block;z-index:15025;background-color:#579e00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.875rem;left:48.875rem;display:block; }
#TX1HFOWIgJGrzft6vcFpIXmAqFh2hdGe { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:3.5625rem;left:49.5625rem;overflow:hidden;display:block; }
#PSauFN80Df5ka1woiJRq9bCBlcOP5eek { position:relative;display:block; }#PSauFN80Df5ka1woiJRq9bCBlcOP5eek { background-color: transparent; background-image: none; }#PSauFN80Df5ka1woiJRq9bCBlcOP5eek::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PSauFN80Df5ka1woiJRq9bCBlcOP5eek > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PSauFN80Df5ka1woiJRq9bCBlcOP5eek > .row .container > .video-iframe-container { display: none; }#PSauFN80Df5ka1woiJRq9bCBlcOP5eek > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PSauFN80Df5ka1woiJRq9bCBlcOP5eek > .row > .video-iframe-container { display: none; }#PSauFN80Df5ka1woiJRq9bCBlcOP5eek > .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); }#PSauFN80Df5ka1woiJRq9bCBlcOP5eek { border-width: 0; border-radius: 0; }#PSauFN80Df5ka1woiJRq9bCBlcOP5eek > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PSauFN80Df5ka1woiJRq9bCBlcOP5eek > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:50.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#yGnQ8xaMQeOIchSgT5EhPeJ80pTKWcxD { color:#000000;display:block;width:20.5rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:5.125rem;left:29.8125rem;height:;text-align:left;text-align-last:left;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; }
#Jkgg8UHU8am36uWh3GOdV1dzkgm1rJMp { color:#000000;display:block;width:28.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:11.5rem;left:29.8125rem;height:25.5rem;text-align:left;text-align-last:left;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; }
#IsfcE1Uv6DlCcK4CnRw2wA04QXT68aux { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:42.4375rem;left:29.8125rem;display:block; }
#Jp2rzrUO0LzTzgE1Ne84ZgDxhaFBBApK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cEdZpXpMEH0OnzdKnNH2fCBvKHenbDx0 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:33.5rem;width:25.4375rem;top:5.125rem;left:1.875rem;overflow:hidden;display:block; }
#gFmTLE35HgAi0EO42XeDwdI0TnJ0hLET { position:absolute;display:block;z-index:15007;background-color:#ce0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:10.8125rem;top:8.3750019073488rem;left:29.812500953674rem;display:block; }
#pdKvnBOGk9Tf3fGDHP48UZ2kF0nnvEG8 { position:relative;display:block; }#pdKvnBOGk9Tf3fGDHP48UZ2kF0nnvEG8 { background-color: transparent; background-image: none; }#pdKvnBOGk9Tf3fGDHP48UZ2kF0nnvEG8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pdKvnBOGk9Tf3fGDHP48UZ2kF0nnvEG8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pdKvnBOGk9Tf3fGDHP48UZ2kF0nnvEG8 > .row .container > .video-iframe-container { display: none; }#pdKvnBOGk9Tf3fGDHP48UZ2kF0nnvEG8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pdKvnBOGk9Tf3fGDHP48UZ2kF0nnvEG8 > .row > .video-iframe-container { display: none; }#pdKvnBOGk9Tf3fGDHP48UZ2kF0nnvEG8 > .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); }#pdKvnBOGk9Tf3fGDHP48UZ2kF0nnvEG8 { border-width: 0; border-radius: 0; }#pdKvnBOGk9Tf3fGDHP48UZ2kF0nnvEG8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pdKvnBOGk9Tf3fGDHP48UZ2kF0nnvEG8 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:47.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#dNoVS8Mf1SnPmQ2thXxscuDadOLorII3 { color:#000000;display:block;width:31.5rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:4.3749999403954rem;left:1.3125rem;height:2.3375rem;text-align:left;text-align-last:left;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; }
#Z6WXXHzrVmhgwP5rTnxGpktS5deGcHSt { color:#000000;display:block;width:28.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:11.497656285763rem;left:1.3125rem;height:27rem;text-align:left;text-align-last:left;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; }
#R2pfZWWNZMNPZ4EDa0ClegOvKvzMTlbW { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:39.809875488281rem;left:1.3125rem;display:block; }
#iswpotsFwPJeoeMuPm5ly0mTg8ww2Ogt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G6TsJiqT7AmaxSGbfV0ZSkHHET3UfufT { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:38.4375rem;width:25.5rem;top:3.8710839748383rem;left:32.812501907349rem;overflow:hidden;display:block; }
#Aw8muvbQze0iyGa7mv0mDgyNKMAvtbaK { position:absolute;display:block;z-index:15007;background-color:#ce0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.125rem;top:8rem;left:1.3125rem;display:block; }
#nlZdrbSyKm6a6kWQC5CT182z6R826yZD { position:relative;display:block; }#nlZdrbSyKm6a6kWQC5CT182z6R826yZD { background-color: transparent; background-image: none; }#nlZdrbSyKm6a6kWQC5CT182z6R826yZD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nlZdrbSyKm6a6kWQC5CT182z6R826yZD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nlZdrbSyKm6a6kWQC5CT182z6R826yZD > .row .container > .video-iframe-container { display: none; }#nlZdrbSyKm6a6kWQC5CT182z6R826yZD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nlZdrbSyKm6a6kWQC5CT182z6R826yZD > .row > .video-iframe-container { display: none; }#nlZdrbSyKm6a6kWQC5CT182z6R826yZD > .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); }#nlZdrbSyKm6a6kWQC5CT182z6R826yZD { border-width: 0; border-radius: 0; }#nlZdrbSyKm6a6kWQC5CT182z6R826yZD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nlZdrbSyKm6a6kWQC5CT182z6R826yZD > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ce0000;background-image:none;font-size:0.875rem;font-family:arial;height:8.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#riLbIwUbePzMK50JoKbXKFRdnVubQHle { color:#ffffff;display:block;width:49.875rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:1.91796875rem;left:5.65625rem;height:4.725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#brcBTsFx8W0oGwzTXKXx469GadxfPuEP { position:relative;display:block; }#brcBTsFx8W0oGwzTXKXx469GadxfPuEP { background-color: transparent; background-image: none; }#brcBTsFx8W0oGwzTXKXx469GadxfPuEP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brcBTsFx8W0oGwzTXKXx469GadxfPuEP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brcBTsFx8W0oGwzTXKXx469GadxfPuEP > .row .container > .video-iframe-container { display: none; }#brcBTsFx8W0oGwzTXKXx469GadxfPuEP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brcBTsFx8W0oGwzTXKXx469GadxfPuEP > .row > .video-iframe-container { display: none; }#brcBTsFx8W0oGwzTXKXx469GadxfPuEP > .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); }#brcBTsFx8W0oGwzTXKXx469GadxfPuEP { border-width: 0; border-radius: 0; }#brcBTsFx8W0oGwzTXKXx469GadxfPuEP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#brcBTsFx8W0oGwzTXKXx469GadxfPuEP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:37rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NIGGTPNTdXUgMvThf4oVotnnr1zrDek9 { color:#000000;display:block;width:40.1875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:4.2492189407349rem;left:10.03125rem;height:28.491175rem;text-align:justify;text-align-last:initial;display:block; }
#f9UpTZG7zGZBEOF4nNtlXr3vHc6abViN { position:relative;display:block; }#f9UpTZG7zGZBEOF4nNtlXr3vHc6abViN { background-color: transparent; background-image: none; }#f9UpTZG7zGZBEOF4nNtlXr3vHc6abViN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f9UpTZG7zGZBEOF4nNtlXr3vHc6abViN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f9UpTZG7zGZBEOF4nNtlXr3vHc6abViN > .row .container > .video-iframe-container { display: none; }#f9UpTZG7zGZBEOF4nNtlXr3vHc6abViN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f9UpTZG7zGZBEOF4nNtlXr3vHc6abViN > .row > .video-iframe-container { display: none; }#f9UpTZG7zGZBEOF4nNtlXr3vHc6abViN > .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); }#f9UpTZG7zGZBEOF4nNtlXr3vHc6abViN { border-width: 0; border-radius: 0; }#f9UpTZG7zGZBEOF4nNtlXr3vHc6abViN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f9UpTZG7zGZBEOF4nNtlXr3vHc6abViN > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ce0000;background-image:none;font-size:0.875rem;font-family:arial;height:18.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#EtASw6wmxahgcWpyIsmNVbRqw2bNcNKM { color:#ffffff;display:block;width:40.25rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:2.8125rem;left:9.875rem;height:4.375rem;text-align:center;text-align-last:center;display:block; }
#bOgg8BIGHxQT0EfQdAKlBzhVcEP3hTA0 { color:#ffffff;display:block;width:40.25rem;position:absolute;font-family:poppins;font-size:2.4375rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:8.4992194175719rem;left:9.875rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#mO7TPto4HtSSi3XrzVkpWT3hhK1PUSKc { color:#ffffff;display:block;width:40.25rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:13.125001907349rem;left:9.875rem;height:2.1875rem;text-align:center;text-align-last:center;display:block; }
#FZgTdgyQwbynprNxwoKX4cBotv1UTRfd { position:relative;display:block; }#FZgTdgyQwbynprNxwoKX4cBotv1UTRfd { background-color: transparent; background-image: none; }#FZgTdgyQwbynprNxwoKX4cBotv1UTRfd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZgTdgyQwbynprNxwoKX4cBotv1UTRfd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZgTdgyQwbynprNxwoKX4cBotv1UTRfd > .row .container > .video-iframe-container { display: none; }#FZgTdgyQwbynprNxwoKX4cBotv1UTRfd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZgTdgyQwbynprNxwoKX4cBotv1UTRfd > .row > .video-iframe-container { display: none; }#FZgTdgyQwbynprNxwoKX4cBotv1UTRfd > .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); }#FZgTdgyQwbynprNxwoKX4cBotv1UTRfd { border-width: 0; border-radius: 0; }#FZgTdgyQwbynprNxwoKX4cBotv1UTRfd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FZgTdgyQwbynprNxwoKX4cBotv1UTRfd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:77.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JEW0usOFMz3VkimAeSVypLFHalPD2ChJ { color:#000000;display:block;width:42.1875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:3.3109369277954rem;left:10.34375rem;height:14.6953rem;display:block; }
#BD9Iqz71IVaWmwatidDrsZqZtmQNPhmq { color:#000000;display:block;width:41.6875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:20.161719322204rem;left:10.21875rem;height:1.925rem;display:block; }
#TONxDP0ec6qZLboENB2CpLnWTJ61Tweq { color:#000000;display:block;width:40.625rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:26.343731880188rem;left:10.34375rem;height:5.423825rem;text-align:center;text-align-last:center;display:block; }
#g4S8SKg1iP78ZJ0EwZZX8AN89XJqNoHg { color:#101010;display:block;width:32.1875rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:34.4375rem;left:10.34375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yFp9vulDRJxa3KPdWm2JRoZy9UaEtwEf { color:#101010;display:block;width:45.375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:37.249206542969rem;left:10.34375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#InvahHpbfE52O5bb0eewHviZoyFBQ6IJ { color:#101010;display:block;width:24.8125rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:40.060144424439rem;left:10.34375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#iHo1ys3UCHKkzZSPdqbT7o3BXWQZFIUh { color:#101010;display:block;width:18.875rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:42.871082305908rem;left:10.34375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ske7LM37aXJzCNaE3XbS70sROrGzfPpT { color:#000000;display:block;width:41.6875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:50.035144805908rem;left:10.905467987061rem;height:4.8984375rem;text-align:center;text-align-last:center;display:block; }
#byC318PHTQLCamx7p3Zo1TfJ1AZifmyp { color:#000000;display:block;width:42.1875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:58.871883392334rem;left:10.34375rem;height:14.6953rem;display:block; }
#bH2OiW701GfXJtWf6RA5ndRb2rSkQnZQ { position:relative;display:block; }#bH2OiW701GfXJtWf6RA5ndRb2rSkQnZQ { background-color: transparent; background-image: none; }#bH2OiW701GfXJtWf6RA5ndRb2rSkQnZQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bH2OiW701GfXJtWf6RA5ndRb2rSkQnZQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bH2OiW701GfXJtWf6RA5ndRb2rSkQnZQ > .row .container > .video-iframe-container { display: none; }#bH2OiW701GfXJtWf6RA5ndRb2rSkQnZQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bH2OiW701GfXJtWf6RA5ndRb2rSkQnZQ > .row > .video-iframe-container { display: none; }#bH2OiW701GfXJtWf6RA5ndRb2rSkQnZQ > .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); }#bH2OiW701GfXJtWf6RA5ndRb2rSkQnZQ { border-width: 0; border-radius: 0; }#bH2OiW701GfXJtWf6RA5ndRb2rSkQnZQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bH2OiW701GfXJtWf6RA5ndRb2rSkQnZQ > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#579e00;background-image:none;font-size:0.875rem;font-family:arial;height:6.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#vTLrQ5KqCJeMdbOxG2XT9LW4u3bKoscl { color:#ffffff;display:block;width:49.875rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:1.91796875rem;left:5.65625rem;height:2.3625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ahsxfmnSLAFPTxZ8B4WF6fMyW1lfTKti { position:relative;display:block; }#ahsxfmnSLAFPTxZ8B4WF6fMyW1lfTKti { background-color: transparent; background-image: none; }#ahsxfmnSLAFPTxZ8B4WF6fMyW1lfTKti::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ahsxfmnSLAFPTxZ8B4WF6fMyW1lfTKti > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ahsxfmnSLAFPTxZ8B4WF6fMyW1lfTKti > .row .container > .video-iframe-container { display: none; }#ahsxfmnSLAFPTxZ8B4WF6fMyW1lfTKti > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ahsxfmnSLAFPTxZ8B4WF6fMyW1lfTKti > .row > .video-iframe-container { display: none; }#ahsxfmnSLAFPTxZ8B4WF6fMyW1lfTKti > .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); }#ahsxfmnSLAFPTxZ8B4WF6fMyW1lfTKti { border-width: 0; border-radius: 0; }#ahsxfmnSLAFPTxZ8B4WF6fMyW1lfTKti > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ahsxfmnSLAFPTxZ8B4WF6fMyW1lfTKti > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:72.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bSIwwskI9GrM2PinZu5SuFDQccSyIhB7 { color:#000000;display:block;width:40.1875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:4.2492437362671rem;left:9.15625rem;height:8.3984375rem;text-align:justify;text-align-last:initial;display:block; }
#WDGp3DJNiQb7QliBceobDk3LT3hu0Bpq { color:#000000;display:block;width:39.8125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:32.246864318847rem;left:10.09375rem;height:6.8994375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mOvCHDI7yVnZteIyWJhgAGuR3nSC9n1y { position:absolute;display:block;z-index:15011;background-color:#ce0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.125rem;top:41.349220275879rem;left:28.437501907349rem;display:block; }
#khM1yQWdMic1GqRRo1MiS8mPZuSrxy4H { color:#101010;display:block;width:41.375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:47.671020507812rem;left:9.3125rem;height:;text-align:left;text-align-last:left;display:block; }#khM1yQWdMic1GqRRo1MiS8mPZuSrxy4H li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#khM1yQWdMic1GqRRo1MiS8mPZuSrxy4H li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/lmubDeOL/Zrzut_ekranu_2021_07_13_o_10.24.55.png); }
#h2kk9vHTpTF8E4CBtcNzDACzO9btKV8B { color:#000000;display:block;width:39.8125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:44.223420143127rem;left:9.34375rem;height:2.1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EMyAV5c4TcegbKRW5aq7JavelVzaNeNh { color:#000000;display:block;width:40rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15016;line-height:1.6;letter-spacing:0;top:66.57421875rem;left:10rem;height:3.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yuPTlBBkxTfthIq5URQ9h6R1WIyt1LOV { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.8125rem;width:44.375rem;top:8.1875rem;left:7.8125rem;overflow:hidden;display:block; }
#dTvtVFsMMQpai5MAtyMoqNlLtxRG1odT { position:relative;display:block; }#dTvtVFsMMQpai5MAtyMoqNlLtxRG1odT { background-color: transparent; background-image: none; }#dTvtVFsMMQpai5MAtyMoqNlLtxRG1odT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTvtVFsMMQpai5MAtyMoqNlLtxRG1odT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTvtVFsMMQpai5MAtyMoqNlLtxRG1odT > .row .container > .video-iframe-container { display: none; }#dTvtVFsMMQpai5MAtyMoqNlLtxRG1odT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTvtVFsMMQpai5MAtyMoqNlLtxRG1odT > .row > .video-iframe-container { display: none; }#dTvtVFsMMQpai5MAtyMoqNlLtxRG1odT > .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); }#dTvtVFsMMQpai5MAtyMoqNlLtxRG1odT { border-width: 0; border-radius: 0; }#dTvtVFsMMQpai5MAtyMoqNlLtxRG1odT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dTvtVFsMMQpai5MAtyMoqNlLtxRG1odT > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ce0000;background-image:none;font-size:0.875rem;font-family:arial;height:6.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#EvUJTfOthpr9EUklcT5Q3CXzZFaIO6HR { color:#ffffff;display:block;width:50.875rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:0.69373703002931rem;left:5.34375rem;height:4.5492125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W04s4QBp7RcTLDeEHvnI7PtQgIL89BF7 { position:relative;display:block; }#W04s4QBp7RcTLDeEHvnI7PtQgIL89BF7 { background-color: transparent; background-image: none; }#W04s4QBp7RcTLDeEHvnI7PtQgIL89BF7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W04s4QBp7RcTLDeEHvnI7PtQgIL89BF7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W04s4QBp7RcTLDeEHvnI7PtQgIL89BF7 > .row .container > .video-iframe-container { display: none; }#W04s4QBp7RcTLDeEHvnI7PtQgIL89BF7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W04s4QBp7RcTLDeEHvnI7PtQgIL89BF7 > .row > .video-iframe-container { display: none; }#W04s4QBp7RcTLDeEHvnI7PtQgIL89BF7 > .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); }#W04s4QBp7RcTLDeEHvnI7PtQgIL89BF7 { border-width: 0; border-radius: 0; }#W04s4QBp7RcTLDeEHvnI7PtQgIL89BF7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#W04s4QBp7RcTLDeEHvnI7PtQgIL89BF7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:36.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mlf1yiZeeUZHcuPnNTMxpxCtzqzoJL66 { color:#101010;display:block;width:41.375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:3rem;left:9.6493072509762rem;height:;text-align:left;text-align-last:left;display:block; }#mlf1yiZeeUZHcuPnNTMxpxCtzqzoJL66 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mlf1yiZeeUZHcuPnNTMxpxCtzqzoJL66 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sMI7JzzK/Zrzut_ekranu_2021_07_13_o_12.40.31.png); }
#FdXO8gkhOa804b7xiLNVBXgZgrJp2fDM { position:relative;display:block; }#FdXO8gkhOa804b7xiLNVBXgZgrJp2fDM { background-color: transparent; background-image: none; }#FdXO8gkhOa804b7xiLNVBXgZgrJp2fDM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdXO8gkhOa804b7xiLNVBXgZgrJp2fDM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdXO8gkhOa804b7xiLNVBXgZgrJp2fDM > .row .container > .video-iframe-container { display: none; }#FdXO8gkhOa804b7xiLNVBXgZgrJp2fDM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdXO8gkhOa804b7xiLNVBXgZgrJp2fDM > .row > .video-iframe-container { display: none; }#FdXO8gkhOa804b7xiLNVBXgZgrJp2fDM > .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); }#FdXO8gkhOa804b7xiLNVBXgZgrJp2fDM { border-width: 0; border-radius: 0; }#FdXO8gkhOa804b7xiLNVBXgZgrJp2fDM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FdXO8gkhOa804b7xiLNVBXgZgrJp2fDM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:42.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GluFX4svJmw963Lsm8SmarePZvoOArTe { color:#101010;display:block;width:39.25rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:3.125rem;left:10.375rem;height:5.199225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HMmQMitiPx6X6WhoIe6HLrxEsTIno6WX { position:absolute;display:block;z-index:15022;background-color:#ce0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.125rem;top:9.75rem;left:28.4375rem;display:block; }
#En4kZpSIotsu9FTNoNLlGPXdvg5GAByV { color:#000000;display:block;width:39.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15018;line-height:1.6;letter-spacing:0;top:11.9375rem;left:10.03125rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EagqTyOiPveRaZkTn5I9Fz6egtH1lWvN { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.9375rem;width:39.3125rem;top:15.8125rem;left:10.34375rem;display:block; }
#fw6JClDyZ7qu0iRucGrK9GKPHd4TaiLT { position:relative;display:block; }#fw6JClDyZ7qu0iRucGrK9GKPHd4TaiLT { background-color: transparent; background-image: none; }#fw6JClDyZ7qu0iRucGrK9GKPHd4TaiLT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fw6JClDyZ7qu0iRucGrK9GKPHd4TaiLT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fw6JClDyZ7qu0iRucGrK9GKPHd4TaiLT > .row .container > .video-iframe-container { display: none; }#fw6JClDyZ7qu0iRucGrK9GKPHd4TaiLT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fw6JClDyZ7qu0iRucGrK9GKPHd4TaiLT > .row > .video-iframe-container { display: none; }#fw6JClDyZ7qu0iRucGrK9GKPHd4TaiLT > .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); }#fw6JClDyZ7qu0iRucGrK9GKPHd4TaiLT { border-width: 0; border-radius: 0; }#fw6JClDyZ7qu0iRucGrK9GKPHd4TaiLT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fw6JClDyZ7qu0iRucGrK9GKPHd4TaiLT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:ubuntu;height:68.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iOOMWuqVenBKMv3riKGzrmTCtuztKNm4 { color:#ff376a;display:block;width:60rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.2499880790711rem;left:0rem;height:2.6003875rem;text-align:center;text-align-last:center;display:block; }
#h5lkK2KAWMO57e2KcCGZrRr6CMkmHt0V { position:absolute;display:block;z-index:15006;background-color:#ce0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:8.1875rem;left:29.25rem;display:block; }
#fFHhGcGpQ4yiDayg7AtD8nyGIUai4b42 { position:absolute;display:block;z-index:15007;border-top:0.3125rem solid #ebebeb;border-left:0.3125rem solid #ebebeb;border-right:0.3125rem solid #ebebeb;border-bottom:0.3125rem solid #ebebeb;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.375rem;width:26.875rem;top:11.1875rem;left:1.3125rem;overflow:hidden;display:block; }
#zNAsVpxl3y3JrHfWzA7JmWoUcrxvM3CC { color:#101010;display:block;width:27rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:11.1875rem;left:30.25rem;height:1.95rem;font-style:normal;display:block; }
#xkkbI1QMxe8MS6Ut9lJGRSQAuxTis6JL { color:#101010;display:block;width:29.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:13.75rem;left:30.25rem;height:3.89941875rem;display:block; }
#nOrf66IWBiDDUJ6TXeLSMfEMsyQVEwqI { color:#101010;display:block;width:27.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:18.075000286103rem;left:30.156251907349rem;height:35.1914125rem;text-align:justify;text-align-last:initial;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; }
#GPAkT2b4hqgaWIUh2F4MXelKuCOyM3Oh { color:#2f3336;display:block;width:38.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:4.6875rem;left:10.5625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#dZ76nqxbPa1bSSTEz5wKPOWVxxFf4kMV { color:#101010;display:block;width:55.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:55.735260009766rem;left:2.46875rem;height:9.5605625rem;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; }
#LrJTuqhfBPImJk4mfaCLsOteSWIh87Qq { position:relative;display:block; }#LrJTuqhfBPImJk4mfaCLsOteSWIh87Qq { background-color: transparent; background-image: none; }#LrJTuqhfBPImJk4mfaCLsOteSWIh87Qq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrJTuqhfBPImJk4mfaCLsOteSWIh87Qq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrJTuqhfBPImJk4mfaCLsOteSWIh87Qq > .row .container > .video-iframe-container { display: none; }#LrJTuqhfBPImJk4mfaCLsOteSWIh87Qq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LrJTuqhfBPImJk4mfaCLsOteSWIh87Qq > .row > .video-iframe-container { display: none; }#LrJTuqhfBPImJk4mfaCLsOteSWIh87Qq > .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); }#LrJTuqhfBPImJk4mfaCLsOteSWIh87Qq { border-width: 0; border-radius: 0; }#LrJTuqhfBPImJk4mfaCLsOteSWIh87Qq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LrJTuqhfBPImJk4mfaCLsOteSWIh87Qq > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ce0000;background-image:none;font-size:0.875rem;font-family:arial;height:8.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#yF3xX4W3PBpQ9cgumuUU707ovd2eEH3R { color:#ffffff;display:block;width:39.25rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:1.1197919845581rem;left:10.375rem;height:5.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZBs4wnx7HDgg7THdAco2c1vGABJvagWs { position:relative;display:block; }#ZBs4wnx7HDgg7THdAco2c1vGABJvagWs { background-color: transparent; background-image: none; }#ZBs4wnx7HDgg7THdAco2c1vGABJvagWs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBs4wnx7HDgg7THdAco2c1vGABJvagWs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBs4wnx7HDgg7THdAco2c1vGABJvagWs > .row .container > .video-iframe-container { display: none; }#ZBs4wnx7HDgg7THdAco2c1vGABJvagWs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBs4wnx7HDgg7THdAco2c1vGABJvagWs > .row > .video-iframe-container { display: none; }#ZBs4wnx7HDgg7THdAco2c1vGABJvagWs > .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); }#ZBs4wnx7HDgg7THdAco2c1vGABJvagWs { border-width: 0; border-radius: 0; }#ZBs4wnx7HDgg7THdAco2c1vGABJvagWs > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZBs4wnx7HDgg7THdAco2c1vGABJvagWs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:114.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TuHews3IocBThiiV0OsT7TO6UxfJuxym { color:#000000;display:block;width:39.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:10.75rem;left:10rem;height:6.3984375rem;text-align:center;text-align-last:center;display:block; }
#FBge5DFSyL5O8JXpQ9zgx95dT7X0kT4V { position:absolute;display:block;z-index:15017;background-color:#ff9b26;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.125rem;top:2.875rem;left:28.4375rem;display:block; }
#HpkokqHVr4LlTZpydWH8hJpHRTA0axBH { color:#000000;display:block;width:39.9375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:6.5rem;left:10rem;height:;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; }
#lecEUEfKw0FT3q3GEVC62BVPEO8mMa2i { box-sizing:content-box;color:#ce0000;font-size:4.9375rem;font-weight:400;line-height:1;height:7.0625rem;width:7.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:19.5625rem;left:26.4375rem;display:block; }
#bQmqWLAJixc8ci92yZwSdgONEfWQEsKP { color:#000000;display:block;width:39.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:30.875rem;left:10.0625rem;height:7.9980625rem;text-align:center;text-align-last:center;display:block; }
#S633E2JBKr5XZZMCwGuTvv0BvtRRJJXG { color:#000000;display:block;width:40.375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:26.625rem;left:10.0625rem;height:;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; }
#Uzfzi7snXHMSzokDBf7DbTqGcDJu0pcy { color:#000000;display:block;width:39.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:51rem;left:10.0625rem;height:9.597625rem;text-align:center;text-align-last:center;display:block; }
#CI5wzQCIJ2EQxBmbbuhcOontIMW1mvsL { color:#000000;display:block;width:39.9375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:46.75rem;left:10.0625rem;height:;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; }
#Ugc9hTidncoGuLRVblsgwTwRiA3Ay6qv { box-sizing:content-box;color:#ce0000;font-size:4.9375rem;font-weight:400;line-height:1;height:7.0625rem;width:7.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:39.6875rem;left:26.4375rem;display:block; }
#toTDQ01cJyCm1nJOhK4ts3xEOt0tzeKT { box-sizing:content-box;color:#ce0000;font-size:4.9375rem;font-weight:400;line-height:1;height:7.0625rem;width:7.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:62.25rem;left:26.4375rem;display:block; }
#fwcJEDHZXrngyCZaQvU62TX35y981PCo { color:#000000;display:block;width:39.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.6;letter-spacing:0;top:74.75rem;left:10.0625rem;height:6.3984375rem;text-align:center;text-align-last:center;display:block; }
#FrklEVQTtRKohWf1FMys9ZCSLBF2cNkA { color:#000000;display:block;width:39.9375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:70.5rem;left:10.0625rem;height:2.1rem;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; }
#F7XDrfJ8kDRKBRlhQw7x6JawMWOHQpcg { color:#000000;display:block;width:39.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.6;letter-spacing:0;top:96.25rem;left:10.0625rem;height:6.3984375rem;text-align:center;text-align-last:center;display:block; }
#PU8hRPiNveQMLdNtCbQtElZCzwJJbmeV { color:#000000;display:block;width:39.9375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15017;line-height:1.6;letter-spacing:0;top:92rem;left:10.0625rem;height:;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; }
#gCvmWEbhQrvBcUiB2uTdRwqeCknot1Am { box-sizing:content-box;color:#ce0000;font-size:4.9375rem;font-weight:400;line-height:1;height:7.0625rem;width:7.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:83.6875rem;left:26.4375rem;display:block; }
#HaxP4Ac2Atytok5CegKTpfRnCHP09Km5 { box-sizing:content-box;color:#ce0000;font-size:4.9375rem;font-weight:400;line-height:1;height:7.0625rem;width:7.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:79.1875rem;left:26.4375rem;display:none; }
#qKAfIeb3p9r8WzZu46HyxU4v3WT6zEvk { box-sizing:content-box;color:#ce0000;font-size:4.9375rem;font-weight:400;line-height:1;height:7.0625rem;width:7.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:105.9375rem;left:26.46875rem;display:block; }
#s2ro8CxETwAF9cElD3M1NKLk5zTrorDv { position:relative;display:block; }#s2ro8CxETwAF9cElD3M1NKLk5zTrorDv { background-color: transparent; background-image: none; }#s2ro8CxETwAF9cElD3M1NKLk5zTrorDv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2ro8CxETwAF9cElD3M1NKLk5zTrorDv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2ro8CxETwAF9cElD3M1NKLk5zTrorDv > .row .container > .video-iframe-container { display: none; }#s2ro8CxETwAF9cElD3M1NKLk5zTrorDv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2ro8CxETwAF9cElD3M1NKLk5zTrorDv > .row > .video-iframe-container { display: none; }#s2ro8CxETwAF9cElD3M1NKLk5zTrorDv > .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); }#s2ro8CxETwAF9cElD3M1NKLk5zTrorDv { border-width: 0; border-radius: 0; }#s2ro8CxETwAF9cElD3M1NKLk5zTrorDv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#s2ro8CxETwAF9cElD3M1NKLk5zTrorDv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:32.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ukfhJwbx7PcU2lacyzmMafP3o12MdSq8 { color:#101010;display:block;width:39.25rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:0rem;left:10.375rem;height:5.199225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bSFLsOhF8BvDS02iSOOqQG0er5tRQJpb { position:absolute;display:block;z-index:15022;background-color:#ce0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.125rem;top:6.625rem;left:28.4375rem;display:block; }
#oZZRsPWvOTwyJH7cQ16Dyc8ZphLmSLJ5 { color:#000000;display:block;width:39.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15018;line-height:1.6;letter-spacing:0;top:8.8125rem;left:10.03125rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Lfc12tMzT1EFJrrTh3XQDCP6lU65w6ch { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:14rem;width:25.25rem;top:14.875rem;left:3.625rem;display:block; }
#G1RswIlZExenPdHWq75TEJbPLQzzCz0q { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:14rem;width:25.25rem;top:14.875rem;left:31.125rem;display:block; }
#Dfn3c4lvqFKPB9wRiZKvlZur8tEx49aZ { position:relative;display:block; }#Dfn3c4lvqFKPB9wRiZKvlZur8tEx49aZ { background-color: transparent; background-image: none; }#Dfn3c4lvqFKPB9wRiZKvlZur8tEx49aZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dfn3c4lvqFKPB9wRiZKvlZur8tEx49aZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dfn3c4lvqFKPB9wRiZKvlZur8tEx49aZ > .row .container > .video-iframe-container { display: none; }#Dfn3c4lvqFKPB9wRiZKvlZur8tEx49aZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dfn3c4lvqFKPB9wRiZKvlZur8tEx49aZ > .row > .video-iframe-container { display: none; }#Dfn3c4lvqFKPB9wRiZKvlZur8tEx49aZ > .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); }#Dfn3c4lvqFKPB9wRiZKvlZur8tEx49aZ { border-width: 0; border-radius: 0; }#Dfn3c4lvqFKPB9wRiZKvlZur8tEx49aZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Dfn3c4lvqFKPB9wRiZKvlZur8tEx49aZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#091b5c;background-image:none;font-size:0.875rem;font-family:arial;height:7.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Opdz4QFGcT0UQMQmWoLEV2MCKxDfJxap { color:#ffffff;display:block;width:50.3125rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:1rem;left:5.5rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DFIthKuvuhzH5oRFxX54r2bbLQEtygRT { position:absolute;display:block;z-index:15012;background-color:#101010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:60rem;top:5.5rem;left:0rem;display:block; }
#hTpf7OxNU8Ev00qJ0pQt8flLwR9D1Zym { position:relative;display:block; }#hTpf7OxNU8Ev00qJ0pQt8flLwR9D1Zym { background-color: transparent; background-image: none; }#hTpf7OxNU8Ev00qJ0pQt8flLwR9D1Zym::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTpf7OxNU8Ev00qJ0pQt8flLwR9D1Zym > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTpf7OxNU8Ev00qJ0pQt8flLwR9D1Zym > .row .container > .video-iframe-container { display: none; }#hTpf7OxNU8Ev00qJ0pQt8flLwR9D1Zym > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTpf7OxNU8Ev00qJ0pQt8flLwR9D1Zym > .row > .video-iframe-container { display: none; }#hTpf7OxNU8Ev00qJ0pQt8flLwR9D1Zym > .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); }#hTpf7OxNU8Ev00qJ0pQt8flLwR9D1Zym { border-width: 0; border-radius: 0; }#hTpf7OxNU8Ev00qJ0pQt8flLwR9D1Zym > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hTpf7OxNU8Ev00qJ0pQt8flLwR9D1Zym > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:76.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rJcz4AUEuSc2rzp9P2ZTc6kDoHVe7i8B { color:#000000;display:block;width:24.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:12.936719059944rem;left:1.875rem;height:15.556625rem;text-align:left;text-align-last:left;display:block; }#rJcz4AUEuSc2rzp9P2ZTc6kDoHVe7i8B li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rJcz4AUEuSc2rzp9P2ZTc6kDoHVe7i8B li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sMI7JzzK/Zrzut_ekranu_2021_07_13_o_12.40.31.png); }
#c5y8MqTrGbccvIb4sHhABn0Qiqy3FWh1 { position:absolute;display:block;z-index:15000;background-color:#091b5c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:30rem;top:0rem;left:0rem;display:block; }
#VrL3hy3Aybdbb8bPPaZEF2g48hAB2pVw { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:0.3125rem;left:8.75rem;height:5.6982375rem;text-align:center;text-align-last:center;display:block; }
#X4UOGCTmunCXL8WqwR7RSdz2kIzPUgdf { position:absolute;display:block;z-index:15002;background-color:#091b5c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:30rem;top:0rem;left:30.000001907349rem;display:block; }
#smuZyqaKgspowyEizIzR53Op4mgVDD2M { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:0.3125rem;left:38.75rem;height:5.6982375rem;text-align:center;text-align-last:center;display:block; }
#nPHlECAp7wZM41bnTWeGrvIDycEelPld { position:absolute;display:block;z-index:15013;background-color:#091b5c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:67.375rem;width:0.0625rem;top:0rem;left:29.875rem;display:block; }
#WX4E1B4C6Jfy1TOHroMZtKKqwVAKqE01 { color:#000000;display:block;width:26.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:35.687520980835rem;left:1.875rem;height:41.982425rem;text-align:left;text-align-last:left;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; }
#PdJPHC8mfQcNrg23XRhSc8ywNko8C4Aw { color:#000000;display:block;width:26.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:35.687520980835rem;left:31.875rem;height:40.2939625rem;text-align:left;text-align-last:left;display:block; }
#pRTMRrEv3bSvGNIOCWTaK4lAnTkT3ua1 { color:#ce0000;display:block;width:27.125rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:9.5874891281125rem;left:1.875rem;height:2.0996125rem;text-align:left;text-align-last:left;display:block; }
#TNZWpC0dJJfuc3wiTap0b27NTMyuMnWF { color:#2f3336;display:block;width:27.125rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:30.816427230835rem;left:1.4375rem;height:2.1rem;text-align:left;text-align-last:left;display:block; }
#KVZabDLb6Td6BuXzIpvrostNLDg9es7W { color:#ffffff;display:block;width:27.125rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:9.5875005722044rem;left:32.875001907349rem;height:2.0996125rem;text-align:left;text-align-last:left;display:block; }
#ztL38NQKBDQd7OwKc9G1SNktTnGCXziV { color:#000000;display:block;width:24.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:12.936618804932rem;left:31.875rem;height:;text-align:left;text-align-last:left;display:block; }#ztL38NQKBDQd7OwKc9G1SNktTnGCXziV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ztL38NQKBDQd7OwKc9G1SNktTnGCXziV li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sMI7JzzK/Zrzut_ekranu_2021_07_13_o_12.40.31.png); }
#JplUHpldpkEtEnzeFC5NOTHFEKZ84w25 { color:#2f3336;display:block;width:27.125rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:31.378927230835rem;left:31.4375rem;height:2.1rem;text-align:left;text-align-last:left;display:block; }
#gaL6EGpZxE9EGnq1kog96iRWdp12OKEC { position:relative;display:block; }#gaL6EGpZxE9EGnq1kog96iRWdp12OKEC { background-color: transparent; background-image: none; }#gaL6EGpZxE9EGnq1kog96iRWdp12OKEC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaL6EGpZxE9EGnq1kog96iRWdp12OKEC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaL6EGpZxE9EGnq1kog96iRWdp12OKEC > .row .container > .video-iframe-container { display: none; }#gaL6EGpZxE9EGnq1kog96iRWdp12OKEC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaL6EGpZxE9EGnq1kog96iRWdp12OKEC > .row > .video-iframe-container { display: none; }#gaL6EGpZxE9EGnq1kog96iRWdp12OKEC > .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); }#gaL6EGpZxE9EGnq1kog96iRWdp12OKEC { border-width: 0; border-radius: 0; }#gaL6EGpZxE9EGnq1kog96iRWdp12OKEC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gaL6EGpZxE9EGnq1kog96iRWdp12OKEC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ce0000;background-image:none;font-size:0.875rem;font-family:arial;height:7.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#k2nPsbCtbv9oI25HxI6LQMMxv0zawC0U { color:#fbfbfb;display:block;width:38.0625rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:1.875rem;left:12.9375rem;height:3.65625rem;display:block; }
#GSRizQFkaE4Bg2S0iRXuNG2rW3tgiI01 { position:relative;display:block; }#GSRizQFkaE4Bg2S0iRXuNG2rW3tgiI01 { background-color: transparent; background-image: none; }#GSRizQFkaE4Bg2S0iRXuNG2rW3tgiI01::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GSRizQFkaE4Bg2S0iRXuNG2rW3tgiI01 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GSRizQFkaE4Bg2S0iRXuNG2rW3tgiI01 > .row .container > .video-iframe-container { display: none; }#GSRizQFkaE4Bg2S0iRXuNG2rW3tgiI01 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GSRizQFkaE4Bg2S0iRXuNG2rW3tgiI01 > .row > .video-iframe-container { display: none; }#GSRizQFkaE4Bg2S0iRXuNG2rW3tgiI01 > .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); }#GSRizQFkaE4Bg2S0iRXuNG2rW3tgiI01 { border-width: 0; border-radius: 0; }#GSRizQFkaE4Bg2S0iRXuNG2rW3tgiI01 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GSRizQFkaE4Bg2S0iRXuNG2rW3tgiI01 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:79.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TsDf7vyEVpxpebFz93nXbB6PgBkIgVmm { color:#000000;display:block;width:40.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.2607421875rem;left:10.478515625rem;height:27.625rem;text-align:center;text-align-last:center;display:block; }
#ZcTPMyLf4ZFavtRPamkWD5mfEkND0aaa { color:#000000;display:block;width:41.25rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:32.875rem;left:12.625rem;height:34.121125rem;display:block; }
#oAc4CqH35phHETkqkHOZvBQUPdnL8tyT { color:#000000;display:block;width:41.25rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:70.8125rem;left:12.625rem;height:6.82421875rem;display:block; }
#wwo4FDensRoJD1auprQnFxntwuatbg5u { position:relative;display:block; }#wwo4FDensRoJD1auprQnFxntwuatbg5u { background-color: transparent; background-image: none; }#wwo4FDensRoJD1auprQnFxntwuatbg5u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwo4FDensRoJD1auprQnFxntwuatbg5u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwo4FDensRoJD1auprQnFxntwuatbg5u > .row .container > .video-iframe-container { display: none; }#wwo4FDensRoJD1auprQnFxntwuatbg5u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwo4FDensRoJD1auprQnFxntwuatbg5u > .row > .video-iframe-container { display: none; }#wwo4FDensRoJD1auprQnFxntwuatbg5u > .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); }#wwo4FDensRoJD1auprQnFxntwuatbg5u { border-width: 0; border-radius: 0; }#wwo4FDensRoJD1auprQnFxntwuatbg5u > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wwo4FDensRoJD1auprQnFxntwuatbg5u > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:47.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UbLwBnRiKPTWG0xHufAU6MuS5NWGuJOm { color:#2f3336;display:block;width:50.8125rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.5rem;left:4.375rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hUd8DLfWhbkyxWF6yMy1PiP5TKVwiDcm { position:absolute;display:block;z-index:15014;background-color:#ce0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:12rem;top:12.0625rem;left:24.0625rem;display:block; }
#dO4nAqb4HWfxEI50G6RuTddKvcqu32hV { color:#000000;display:block;width:40.1875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:15.145843505859rem;left:9.90625rem;height:6.2988125rem;text-align:center;text-align-last:center;display:block; }
#EGpeFmOnRDqyhTxTg5PEI8bJeR4y0e0m { color:#000000;display:block;width:40.1875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:23.395843505859rem;left:9.90625rem;height:20.99606875rem;text-align:center;text-align-last:center;display:block; }
#OoHJLLGGA9Ni2GULuIo0TRVg2SRCpZDV { position:relative;display:block; }#OoHJLLGGA9Ni2GULuIo0TRVg2SRCpZDV { background-color: transparent; background-image: none; }#OoHJLLGGA9Ni2GULuIo0TRVg2SRCpZDV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OoHJLLGGA9Ni2GULuIo0TRVg2SRCpZDV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OoHJLLGGA9Ni2GULuIo0TRVg2SRCpZDV > .row .container > .video-iframe-container { display: none; }#OoHJLLGGA9Ni2GULuIo0TRVg2SRCpZDV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OoHJLLGGA9Ni2GULuIo0TRVg2SRCpZDV > .row > .video-iframe-container { display: none; }#OoHJLLGGA9Ni2GULuIo0TRVg2SRCpZDV > .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); }#OoHJLLGGA9Ni2GULuIo0TRVg2SRCpZDV { border-width: 0; border-radius: 0; }#OoHJLLGGA9Ni2GULuIo0TRVg2SRCpZDV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OoHJLLGGA9Ni2GULuIo0TRVg2SRCpZDV > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#579e00;background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#b7TvrnamAQ4eVgvqxtya9gGzPnkxBIXT { color:#ffffff;display:block;width:49.875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:1.605037689209rem;left:5.65625rem;height:2.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vVy8pgDpm3mhIEDnh3ws6qxHL2urRCDr { position:relative;display:block; }#vVy8pgDpm3mhIEDnh3ws6qxHL2urRCDr { background-color: transparent; background-image: none; }#vVy8pgDpm3mhIEDnh3ws6qxHL2urRCDr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVy8pgDpm3mhIEDnh3ws6qxHL2urRCDr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVy8pgDpm3mhIEDnh3ws6qxHL2urRCDr > .row .container > .video-iframe-container { display: none; }#vVy8pgDpm3mhIEDnh3ws6qxHL2urRCDr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVy8pgDpm3mhIEDnh3ws6qxHL2urRCDr > .row > .video-iframe-container { display: none; }#vVy8pgDpm3mhIEDnh3ws6qxHL2urRCDr > .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); }#vVy8pgDpm3mhIEDnh3ws6qxHL2urRCDr { border-width: 0; border-radius: 0; }#vVy8pgDpm3mhIEDnh3ws6qxHL2urRCDr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vVy8pgDpm3mhIEDnh3ws6qxHL2urRCDr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:160.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EvVDrb2Qglaot2zpifrfQrgOcTbLBQrr { color:#000000;display:block;width:35.875rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:11.3125rem;left:12.1875rem;height:18.3691rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ftgAOnSFSdwOr9EcFqlcw2G6nwdJoTRM { color:#000000;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:400;z-index:15018;line-height:1.9;letter-spacing:0;top:6.0625rem;left:0rem;height:3.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OpEWb78Z95Tb4GOmEMi0DCa9oHDWUzxw { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:7rem;left:5.625rem;overflow:hidden;display:block; }
#WZit0LFW9e2GC8oF6fTogVLhymgnZdrT { position:absolute;display:block;z-index:15021;background-color:#64b500;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:6.3125rem;left:4.9375rem;display:block; }
#h47oTtKManyBUMG9JCcgNkXgWgGVWCMg { color:#000000;display:block;width:37.875rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:300;z-index:15021;line-height:1.4;letter-spacing:0;top:43.9375rem;left:11.3125rem;height:16.53221875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o0FZqFMO9k7e9PFictM6Cq9UU4t3BIa6 { color:#000000;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:400;z-index:15022;line-height:1.9;letter-spacing:0;top:38.0625rem;left:0.0625rem;height:3.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t84qk7Q9ToOyTM1tdSC78wAtrUhscXZN { position:absolute;display:block;z-index:15025;background-color:#64b500;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:38.3125rem;left:4.9375rem;display:block; }
#kQn7uGRJymSoBlRlm1aGJc8P6PU5OVk7 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:39rem;left:5.625rem;overflow:hidden;display:block; }
#HcR8UsctqpmvCESOfR7WTL3wRSXda6UJ { color:#000000;display:block;width:37.875rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:300;z-index:15025;line-height:1.4;letter-spacing:0;top:74.5rem;left:11.25rem;height:16.53221875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E7MQUMiEfslxkizlmRTAutTy1p8DWgSv { color:#000000;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:400;z-index:15026;line-height:1.9;letter-spacing:0;top:68.625rem;left:0rem;height:3.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#puT6IVtoEeKWGrTzafpKh3yRWhNLZc4w { position:absolute;display:block;z-index:15029;background-color:#64b500;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:68.875rem;left:4.875rem;display:block; }
#k2xpaaWBcK5h3pOXvZFIddtfVX9C32E8 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:69.5625rem;left:5.5625rem;overflow:hidden;display:block; }
#grcrbWQy4yzf0gwGSinE53HIRHCrLIT4 { color:#000000;display:block;width:37.875rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:300;z-index:15029;line-height:1.4;letter-spacing:0;top:109.24993896484rem;left:11.0625rem;height:14.6953rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WgDLomTeDStUiCJIpImpJHNOr6UUORO4 { position:absolute;display:block;z-index:15033;background-color:#64b500;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:100.9375rem;left:5rem;display:block; }
#NoOFsu7tszwu1GcIMgeZAGtNgIlSmm2H { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:101.625rem;left:5.625rem;overflow:hidden;display:block; }
#Nk6W77ZrgzyVW2mSxr2Xf5wCS70gDuuG { position:absolute;display:block;z-index:15035;background-color:#64b500;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:131.5625rem;left:5.0000009536743rem;display:block; }
#tWf2hnWWIJDRNt1AQRaRyUAVGEMDvmeW { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:132.25rem;left:5.6250009536743rem;overflow:hidden;display:block; }
#gKTinpZMrIO9Tb3Rb4qKiautbc9T7Tby { color:#000000;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:400;z-index:15027;line-height:1.9;letter-spacing:0;top:131.1875rem;left:0rem;height:3.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H7JoSlWxZNmzD2tTaHq2QSHgmi6ZzKcg { color:#000000;display:block;width:40.625rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:300;z-index:15026;line-height:1.4;letter-spacing:0;top:137.0625rem;left:9.6875009536744rem;height:14.69530625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gb9JvMod6fXU4CyoXuEFMqiB4NNuuRJl { color:#000000;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:400;z-index:15027;line-height:1.9;letter-spacing:0;top:100.5625rem;left:0rem;height:7.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ucXfWVu6e3Law1LZdKC0Mq6TcBGpAyOG { box-sizing:content-box;color:#ce0000;font-size:4.9375rem;font-weight:400;line-height:1;height:7.0625rem;width:7.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:31rem;left:26.5rem;display:block; }
#aOzWyAwPE6AlBcrKQgMu7zhNfkMpBqEA { box-sizing:content-box;color:#ce0000;font-size:4.9375rem;font-weight:400;line-height:1;height:7.0625rem;width:7.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:61.0625rem;left:26.5rem;display:block; }
#fb3WBCcqRfcmVNvdFqWEftqdJfiqFEHn { box-sizing:content-box;color:#ce0000;font-size:4.9375rem;font-weight:400;line-height:1;height:7.0625rem;width:7.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:92.875rem;left:26.5rem;display:block; }
#dL01UNtITyfVAaydGDiR9GPhA6qXUS2p { box-sizing:content-box;color:#ce0000;font-size:4.9375rem;font-weight:400;line-height:1;height:7.0625rem;width:7.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:124.5625rem;left:26.500000953674rem;display:block; }
#RLclLhJ43J3HPZ0DMO9U9aETZwaJrHEf { box-sizing:content-box;color:#ce0000;font-size:4.9375rem;font-weight:400;line-height:1;height:7.0625rem;width:7.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:153.0625rem;left:26.5rem;display:block; }
#tuESVx0FTIEAf3Ztz7kzW4Oduf1TN6TK { box-sizing:content-box;color:#ce0000;font-size:4.9375rem;font-weight:400;line-height:1;height:7.0625rem;width:7.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:0rem;left:26.5rem;display:block; }
#IcRG0mD2ySPo5KHOTqh6sVrT8pTBRA7v { position:relative;display:block; }#IcRG0mD2ySPo5KHOTqh6sVrT8pTBRA7v { background-color: transparent; background-image: none; }#IcRG0mD2ySPo5KHOTqh6sVrT8pTBRA7v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcRG0mD2ySPo5KHOTqh6sVrT8pTBRA7v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcRG0mD2ySPo5KHOTqh6sVrT8pTBRA7v > .row .container > .video-iframe-container { display: none; }#IcRG0mD2ySPo5KHOTqh6sVrT8pTBRA7v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcRG0mD2ySPo5KHOTqh6sVrT8pTBRA7v > .row > .video-iframe-container { display: none; }#IcRG0mD2ySPo5KHOTqh6sVrT8pTBRA7v > .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); }#IcRG0mD2ySPo5KHOTqh6sVrT8pTBRA7v { border-width: 0; border-radius: 0; }#IcRG0mD2ySPo5KHOTqh6sVrT8pTBRA7v > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IcRG0mD2ySPo5KHOTqh6sVrT8pTBRA7v > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ce0000;background-image:none;font-size:0.875rem;font-family:arial;height:16.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iFvIx6vJ3QowSNWi8WKTB5UxtfT9wu90 { color:#ffffff;display:block;width:55.4375rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:2.75rem;left:2.1875rem;height:3.67480625rem;text-align:center;text-align-last:center;display:block; }
#HmroKT5WxTPvqS2gi52GmbPkgF1lbm4m { color:#aeaeae;display:block;width:59.875rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:7.9374799728394rem;left:0rem;height:6rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#H3sbxedT6Qsbl7tTDgIRd24MV0s9K7D2 { position:relative;display:block; }#H3sbxedT6Qsbl7tTDgIRd24MV0s9K7D2 { background-color: transparent; background-image: none; }#H3sbxedT6Qsbl7tTDgIRd24MV0s9K7D2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H3sbxedT6Qsbl7tTDgIRd24MV0s9K7D2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H3sbxedT6Qsbl7tTDgIRd24MV0s9K7D2 > .row .container > .video-iframe-container { display: none; }#H3sbxedT6Qsbl7tTDgIRd24MV0s9K7D2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H3sbxedT6Qsbl7tTDgIRd24MV0s9K7D2 > .row > .video-iframe-container { display: none; }#H3sbxedT6Qsbl7tTDgIRd24MV0s9K7D2 > .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); }#H3sbxedT6Qsbl7tTDgIRd24MV0s9K7D2 { border-width: 0; border-radius: 0; }#H3sbxedT6Qsbl7tTDgIRd24MV0s9K7D2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#H3sbxedT6Qsbl7tTDgIRd24MV0s9K7D2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:24.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Em7mIAXgP4dNTTaWqO7zLVzr8iUJCEAm { color:#000000;display:block;width:55.25rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15013;line-height:1.6;letter-spacing:0;top:3.4982643127441rem;left:3.09375rem;height:17.59375rem;text-align:center;text-align-last:center;display:block; }
#iToLoLNre5pr3rWCUxyIg8cGK8rdSqA2 { position:relative;display:block; }#iToLoLNre5pr3rWCUxyIg8cGK8rdSqA2 { background-color: transparent; background-image: none; }#iToLoLNre5pr3rWCUxyIg8cGK8rdSqA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iToLoLNre5pr3rWCUxyIg8cGK8rdSqA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iToLoLNre5pr3rWCUxyIg8cGK8rdSqA2 > .row .container > .video-iframe-container { display: none; }#iToLoLNre5pr3rWCUxyIg8cGK8rdSqA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iToLoLNre5pr3rWCUxyIg8cGK8rdSqA2 > .row > .video-iframe-container { display: none; }#iToLoLNre5pr3rWCUxyIg8cGK8rdSqA2 > .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); }#iToLoLNre5pr3rWCUxyIg8cGK8rdSqA2 { border-width: 0; border-radius: 0; }#iToLoLNre5pr3rWCUxyIg8cGK8rdSqA2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#iToLoLNre5pr3rWCUxyIg8cGK8rdSqA2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:160.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Dcc3PbT0E726OgdMb3P6RD2Qb9kteblK { color:#000000;display:block;width:39.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.6;letter-spacing:0;top:11.4375rem;left:10.78125rem;height:134.367275rem;text-align:justify;text-align-last:initial;display:block; }
#f2viQlsLN969vmFRVRpEzXaPQWkvWIz4 { color:#101010;display:block;width:39.25rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:0rem;left:11.125rem;height:5.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yAmBr1qogM3RoLPFQUmOTXwwmMzXw2iI { position:absolute;display:block;z-index:15022;background-color:#ce0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:12rem;top:7.25rem;left:24.8125rem;display:block; }
#tDhEdpgHGekdE8m7n4qJ0VTFzM85W1Ku { color:#ff9b26;display:block;width:38.5rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:149.18750762939rem;left:10.75rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#K6or5Qc2irF2ubx41fehd5Tx7MxcvKGw { background-color:#091b5c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:"open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.625rem;height:2.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:154.50000762939rem;left:22.6875rem;display:block; }
#nzksNf0NOd4uTUSSZU2cuqknXM98FPxL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mUd5zcVpOTe1oxkVhMXeeec5WfZmHOwo { position:relative;display:block; }#mUd5zcVpOTe1oxkVhMXeeec5WfZmHOwo { background-color: transparent; background-image: none; }#mUd5zcVpOTe1oxkVhMXeeec5WfZmHOwo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mUd5zcVpOTe1oxkVhMXeeec5WfZmHOwo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mUd5zcVpOTe1oxkVhMXeeec5WfZmHOwo > .row .container > .video-iframe-container { display: none; }#mUd5zcVpOTe1oxkVhMXeeec5WfZmHOwo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mUd5zcVpOTe1oxkVhMXeeec5WfZmHOwo > .row > .video-iframe-container { display: none; }#mUd5zcVpOTe1oxkVhMXeeec5WfZmHOwo > .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); }#mUd5zcVpOTe1oxkVhMXeeec5WfZmHOwo { border-width: 0; border-radius: 0; }#mUd5zcVpOTe1oxkVhMXeeec5WfZmHOwo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mUd5zcVpOTe1oxkVhMXeeec5WfZmHOwo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:120.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VHS7BI67OwDV9M5duQqVycb5sDhxoArx { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:47.6875rem;top:107.25rem;left:6.15625rem;overflow:hidden;display:block; }
#H0czTxgPvlNpUT1H2PQ5KfGxZZlN640g { color:rgba(0,0,0,0.4);display:block;width:28.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:95.6875rem;left:15.75rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#vTEU71X6MSh62prR8mcSsZAklJThtGyd { color:#000000;display:block;width:19.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:97.25rem;left:20.375rem;height:0;text-align:center;text-align-last:center;display:none; }
#uguJ667A9cTXplumnBf1FrAwzqVdtmeN { z-index:15042;top:91.625rem;left:12rem;background-color:#609918;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.9375rem 0.625rem rgba(100,181,0,0.15) ;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:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#q4GcgCHZmVo42yo549NugW50CTUxr5Rs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A6yu1MZAiWsgeK07Ta7rnXeLeRcAb5Tz { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:71rem;left:33.75rem;height:0;text-align:center;text-align-last:center;display:none; }
#Eb3kLm8GEVaIWZbr0wRH1as1Fvxk3wpc { color:#000000;display:block;width:36.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:23.6875rem;left:11.96875rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#ApwdgHKEAQpePgIi7UrTuiJmPfHsRnF4 { box-sizing:content-box;color:#ce0000;font-size:3.0625rem;font-weight:400;line-height:1;height:4.4375rem;width:4.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15070;top:74.625rem;left:27.8125rem;display:block; }
#iPwAF72RDNwpdvPozAxOIMd372CHhcQB { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:80.5rem;left:23.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#nzHRDpHvCGn7HVqSWeoM9d1loEue3EiR { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15069;line-height:1.3;letter-spacing:0;top:69.25rem;left:33.75rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#umlezOKIB7HUUwcZKm35RS6695Td1bAl { color:#000000;display:block;width:36.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15054;line-height:1.5;letter-spacing:0;top:67.375rem;left:11.9375rem;height:5.625rem;text-align:center;text-align-last:center;display:block; }
#Hne7Q2sq1xfqRWdL3LTSwbnV06roXk0A { position:absolute;display:block;z-index:15020;background-color:rgba(0,0,0,0.02);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:0;top:18.125rem;left:11.8125rem;display:block; }
#IxnvnEH3yber51Z1JyoUysuPrg1e5zsh { position:absolute;display:block;z-index:15021;background-color:rgba(9,27,92,0.02);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:76rem;width:35.9375rem;top:23.8125rem;left:12.0625rem;display:block; }
#g9me8fSTF8cWEdIQs8u1gaJXmkS5uUF0 { position:absolute;display:block;z-index:15042;background-color:#091b5c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:36.375rem;top:16.9375rem;left:11.8125rem;display:block; }
#uex692rGJrwTJKfAITT1heBl23bCqv4g { color:#ffffff;display:block;width:27.875rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:normal;z-index:15045;line-height:1.5;letter-spacing:0;top:18.359375rem;left:16.0625rem;height:2.71875rem;text-align:center;text-align-last:center;display:block; }
#DbTvBM4wmuUQQtuUGuyc3n4ucp6TOeq1 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;background-color:;background-image:none;margin-top:0;margin-right:0.5rem;margin-bottom:0;margin-left:0.5rem;vertical-align:top; }
#DbTvBM4wmuUQQtuUGuyc3n4ucp6TOeq1 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#ce0000;padding-top:0.75rem;padding-right:0.125rem;padding-bottom:0;padding-left:0.125rem;display:block;width:5.375rem;height:3.625rem;position:relative;font-family:"open sans";font-size:3.375rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#DbTvBM4wmuUQQtuUGuyc3n4ucp6TOeq1 .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0;padding-right:0.125rem;padding-bottom:0.5rem;padding-left:0.125rem;display:block;width:auto;height:0.9375rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#DbTvBM4wmuUQQtuUGuyc3n4ucp6TOeq1 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;box-shadow: none;display:block;width:26.875rem;height:7.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:4.25rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:99.5rem;left:16.8125rem;z-index:15069;display:none; }
#DbTvBM4wmuUQQtuUGuyc3n4ucp6TOeq1 #bXwIRhPfACLmfFKtKs0RJen3lfTKLutd { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#DbTvBM4wmuUQQtuUGuyc3n4ucp6TOeq1 #EkHk1Kr0Vuqw6S9Gzq9bolD0Rhly7JVD { display:block; }
#DbTvBM4wmuUQQtuUGuyc3n4ucp6TOeq1 #UJf70Mgfbn4gGZagThIMsx58cGDDFeMn { display:block; }
#DbTvBM4wmuUQQtuUGuyc3n4ucp6TOeq1 #mf6ieVdkaPeFF2rTV50ZA3qkrfJzzVnU { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#DbTvBM4wmuUQQtuUGuyc3n4ucp6TOeq1 #m2OAhXnF9fCRM5SSu8IzwxOnPgb93kpm { display:block; }
#DbTvBM4wmuUQQtuUGuyc3n4ucp6TOeq1 #FId57iOm96TQu25cumzKupwI6fP3El9u { display:block; }
#DbTvBM4wmuUQQtuUGuyc3n4ucp6TOeq1 #q988N1Pe9hogR9IidMUILOdgE1NcDhbR { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#DbTvBM4wmuUQQtuUGuyc3n4ucp6TOeq1 #TEcrTJP4W5qTKUnB26RakVM7e3108vzm { display:block; }
#DbTvBM4wmuUQQtuUGuyc3n4ucp6TOeq1 #hQzNXDJhdaR3T8ldfdrVJaSd1hw8IgzU { display:block; }
#DbTvBM4wmuUQQtuUGuyc3n4ucp6TOeq1 #vXwxtfSOTigLbiiQHSmQJFcd8PEdF6Cc { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#DbTvBM4wmuUQQtuUGuyc3n4ucp6TOeq1 #VwXJwAkqAk9ARsXES0PU046htD8NxmBI { display:block; }
#DbTvBM4wmuUQQtuUGuyc3n4ucp6TOeq1 #idEXeLT3vqqFzxSvnXOh5ZTAgxIU089F { display:block; }
#QaszCmEb3f7W3Cruyo0GiG6WhQhnskkT { color:#000000;display:block;width:35.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15057;line-height:1.5;letter-spacing:0;top:47.75rem;left:12.0625rem;height:5.34375rem;text-align:center;text-align-last:center;display:block; }
#lF1kx5EygQL9TIvXUFQvWHRqmq8F6saN { color:#000000;display:block;width:35.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15057;line-height:1.5;letter-spacing:0;top:39.5rem;left:12.0625rem;height:5.34375rem;text-align:center;text-align-last:center;display:block; }
#oDD92xkuRxq5dWoJQVpzVJ8a6Fw23CKR { position:absolute;display:block;z-index:15024;background-color:#ce0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:12rem;top:8.75rem;left:24.0625rem;display:block; }
#ZpmTdE3XK8EcRp3IHaub1Pos7aogoqI1 { color:#101010;display:block;width:39.25rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:4.5625rem;left:10.375rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GTnpnvDMOHf4px3GHb3PytamILffM2az { color:#000000;display:block;width:40.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:15027;line-height:1.4;letter-spacing:0;top:11.1875rem;left:9.6875rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MyyuJHTQTGK7I6DKwxO3sQSPvQuQiqaO { color:#000000;display:block;width:39.25rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:1.25rem;left:10.375rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gPHcIfEPpUnoOvmki65Q0Zy8VKNumuiN { color:#000000;display:block;width:24.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:26.375rem;left:19.0625rem;height:;text-align:left;text-align-last:left;display:block; }#gPHcIfEPpUnoOvmki65Q0Zy8VKNumuiN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gPHcIfEPpUnoOvmki65Q0Zy8VKNumuiN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sMI7JzzK/Zrzut_ekranu_2021_07_13_o_12.40.31.png); }
#px61772qovRUaEfuf2kvW67JpTHgbhUb { color:#000000;display:block;width:36.0625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15058;line-height:1.5;letter-spacing:0;top:33.453125rem;left:11.96875rem;height:7.125rem;text-align:center;text-align-last:center;display:none; }
#ToMZvwBLPXGGGHSeUXX1BEJX4b15T9qZ { color:#000000;display:block;width:35.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15058;line-height:1.5;letter-spacing:0;top:55.375rem;left:12.0625rem;height:8.90625rem;text-align:center;text-align-last:center;display:block; }
#UgWsUTA7sfIazzEzcyN7Py9KUvVP8qGJ { color:#000000;display:block;width:17.75rem;position:absolute;font-family:"open sans";font-size:3.375rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:84.3359375rem;left:21.1875rem;height:4.38671875rem;text-align:center;text-align-last:center;display:block; }
#H09SviOBWNB707P212vEw7uSEAalMPEs { z-index:15042;top:88.1875rem;left:12rem;background-color:#609918;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.9375rem 0.625rem rgba(100,181,0,0.15) ;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:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#R2ddCrPyyosmU9pLr0sxeBDuBEwdT1hQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LTa85Gs3EqTOXcU64D8a5dJN5p7hgCDa { position:relative;display:block; }#LTa85Gs3EqTOXcU64D8a5dJN5p7hgCDa { background-color: transparent; background-image: none; }#LTa85Gs3EqTOXcU64D8a5dJN5p7hgCDa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTa85Gs3EqTOXcU64D8a5dJN5p7hgCDa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTa85Gs3EqTOXcU64D8a5dJN5p7hgCDa > .row .container > .video-iframe-container { display: none; }#LTa85Gs3EqTOXcU64D8a5dJN5p7hgCDa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTa85Gs3EqTOXcU64D8a5dJN5p7hgCDa > .row > .video-iframe-container { display: none; }#LTa85Gs3EqTOXcU64D8a5dJN5p7hgCDa > .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); }#LTa85Gs3EqTOXcU64D8a5dJN5p7hgCDa { border-width: 0; border-radius: 0; }#LTa85Gs3EqTOXcU64D8a5dJN5p7hgCDa > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LTa85Gs3EqTOXcU64D8a5dJN5p7hgCDa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:48.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bPUTyGyQhRJbqdklaDXk03bfhNgmZ7DA { color:#000000;display:block;width:39.25rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:3.0625rem;left:10.375rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nigl5pQ0vsEra90JMrfK1asTa8bRP8Fy { color:#000000;display:block;width:48.75rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:30.125rem;left:5.625rem;height:14.08203125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#osh0Gc8UE0G66UL0p1sDGJvOtVfED3JM { position:absolute;display:block;z-index:15018;background-color:#101010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.125rem;top:8rem;left:28.4375rem;display:block; }
#foPBZl3Vn5ZruAMVGMRlHvJKV1NvPaVR { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:17.625rem;top:10.5625rem;left:21.1875rem;overflow:hidden;display:block; }
#Vg98TRmvcvkxnuDDRlvS09OpKU8NwD12 { position:relative;display:block; }#Vg98TRmvcvkxnuDDRlvS09OpKU8NwD12 { background-color: transparent; background-image: none; }#Vg98TRmvcvkxnuDDRlvS09OpKU8NwD12::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vg98TRmvcvkxnuDDRlvS09OpKU8NwD12 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vg98TRmvcvkxnuDDRlvS09OpKU8NwD12 > .row .container > .video-iframe-container { display: none; }#Vg98TRmvcvkxnuDDRlvS09OpKU8NwD12 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vg98TRmvcvkxnuDDRlvS09OpKU8NwD12 > .row > .video-iframe-container { display: none; }#Vg98TRmvcvkxnuDDRlvS09OpKU8NwD12 > .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); }#Vg98TRmvcvkxnuDDRlvS09OpKU8NwD12 { border-width: 0; border-radius: 0; }#Vg98TRmvcvkxnuDDRlvS09OpKU8NwD12 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Vg98TRmvcvkxnuDDRlvS09OpKU8NwD12 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:42.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lgoXqsh6hmhxdkqS9IaQ1s6QwoIpZWB9 { color:#ce0000;display:block;width:39.25rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:5.625rem;left:10.375rem;height:5.199225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s9rm75td0bFpE5CnnTOdmfl4ffaBs2UJ { position:absolute;display:block;z-index:15022;background-color:#101010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.125rem;top:12.25rem;left:28.4375rem;display:block; }
#FhFhDaJRrlX2nOoOKkTHvEEBNfT5uiKG { color:#000000;display:block;width:39.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15018;line-height:1.6;letter-spacing:0;top:14.4375rem;left:10.03125rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ElJbJCxMy0D2RcqyS8oWo9UAwxwTgoAi { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:14.25rem;width:25.375rem;top:21.6875rem;left:3.125rem;display:block; }
#cPsHavR346ukVWqHTzhTqoqd4c6MDXWX { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:14.25rem;width:25.375rem;top:21.6875rem;left:31.5625rem;display:block; }
#lJhQaJxA8TTi71utOW83Ovr3wclmh7QK { position:relative;display:block; }#lJhQaJxA8TTi71utOW83Ovr3wclmh7QK { background-color: transparent; background-image: none; }#lJhQaJxA8TTi71utOW83Ovr3wclmh7QK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJhQaJxA8TTi71utOW83Ovr3wclmh7QK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJhQaJxA8TTi71utOW83Ovr3wclmh7QK > .row .container > .video-iframe-container { display: none; }#lJhQaJxA8TTi71utOW83Ovr3wclmh7QK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJhQaJxA8TTi71utOW83Ovr3wclmh7QK > .row > .video-iframe-container { display: none; }#lJhQaJxA8TTi71utOW83Ovr3wclmh7QK > .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); }#lJhQaJxA8TTi71utOW83Ovr3wclmh7QK { border-width: 0; border-radius: 0; }#lJhQaJxA8TTi71utOW83Ovr3wclmh7QK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lJhQaJxA8TTi71utOW83Ovr3wclmh7QK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:332.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oGN0RfSXhDNIGzKufossSiKFn5GRs83T { color:#000000;display:block;width:39.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:17.875061035156rem;left:10.03125rem;height:246.339925rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#KUf17Tm6dtUBPWJNIOdTbFUwpuAZhTmd { color:#ce0000;display:block;width:39.25rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:5.625rem;left:10.375rem;height:5.199225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G7B6lOAZ9GO58HNoUcpC0Q9KliGGmX1g { position:absolute;display:block;z-index:15022;background-color:#101010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.125rem;top:12.25rem;left:28.4375rem;display:block; }
#aGCubMHrGx6RWUr3MG2ICVCezo4KkIIs { color:#000000;display:block;width:39.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15018;line-height:1.6;letter-spacing:0;top:14.4375rem;left:10.03125rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xOrPUT4L8D2RWmLkSgnB3X3eeXsJQQ4f { color:#000000;display:block;width:38.5rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:285.3125rem;left:10.0625rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#srvOWKWigoFaNamvpnUrPoAWr3K7BSmI { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:30.9375rem;top:292.12504577637rem;left:13.482292175293rem;overflow:hidden;display:block; }
#InP6EbUtDnTNnPzBodARphvE7Lp45xlD .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#InP6EbUtDnTNnPzBodARphvE7Lp45xlD .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ce0000;background-image:none;color:#ffffff;padding-top:0.66875rem;padding-right:0.6rem;padding-bottom:0.66875rem;padding-left:0.6rem;display:block;align-items:center;width:3.600625rem;min-width:3.600625rem;height:3.5925rem;position:relative;font-family:"open sans";font-size:2.673125rem;font-weight:700;line-height:57.48px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#InP6EbUtDnTNnPzBodARphvE7Lp45xlD .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.4175rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.800625rem;height:1.419375rem;position:relative;font-family:"open sans";font-size:1.0025rem;font-weight:400;line-height:22.71px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#InP6EbUtDnTNnPzBodARphvE7Lp45xlD { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:23.1875rem;height:6.766875rem;padding-top:0.835625rem;padding-right:0.8575rem;padding-bottom:0.835625rem;padding-left:0.8575rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:312.2607421875rem;left:16.4970703125rem;z-index:15097; }
#InP6EbUtDnTNnPzBodARphvE7Lp45xlD #mAyzh5vnBssQ5TIX6cUOIii7yugWg70Z { display:flex;position:relative;top:0rem;left:0rem; }
#InP6EbUtDnTNnPzBodARphvE7Lp45xlD #oxeyExhnKZnGTHpMrUugavoXiBFVVWyn { width:auto; }
#InP6EbUtDnTNnPzBodARphvE7Lp45xlD #FkhByn9iBOe40Swmk517yWba88ZXlrTi {  }
#InP6EbUtDnTNnPzBodARphvE7Lp45xlD #ZoDTO80EMXsEVcq1QTATr3BRyFyEMBkA { display:flex;position:relative;top:0rem;left:0rem; }
#InP6EbUtDnTNnPzBodARphvE7Lp45xlD #AOFK6cwIODbPImnidw7z2TH0WACbMTIi {  }
#InP6EbUtDnTNnPzBodARphvE7Lp45xlD #rI0hDlFepLed12cA10T1ky3LkC4lRPsc {  }
#InP6EbUtDnTNnPzBodARphvE7Lp45xlD #BOAAf81hewbk87u6r23vbLFLaDNpTQGW { display:flex;position:relative;top:0rem;left:0rem; }
#InP6EbUtDnTNnPzBodARphvE7Lp45xlD #VS7iI8lPriTGMkTEKZeHlZh2S0MmeK9i {  }
#InP6EbUtDnTNnPzBodARphvE7Lp45xlD #G9T2TFtJ0EJwkfOGLcdChiuhGeFGeUSz {  }
#InP6EbUtDnTNnPzBodARphvE7Lp45xlD #JhOy1bJPFiRrcJslEsP3GDr2npSX8yFf { display:flex;position:relative;top:0rem;left:0rem; }
#InP6EbUtDnTNnPzBodARphvE7Lp45xlD #LH7RlRWtufkWUCvwRN9zKJHLdg7b7Zvp {  }
#InP6EbUtDnTNnPzBodARphvE7Lp45xlD #b0bPdKAlIRN9ueLrIohxTFrWG9322yM9 {  }
#uvwgObSXOsa9EKe5i1DXtOISamLNL1JF { color:#ce0000;display:block;width:39.25rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:304.125rem;left:9.6875rem;height:5.199225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q9VzUMKfHTuphqcnp7dqQnRDEp0d0BuO { background-color:#64b500;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:"open sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:43.6875rem;height:4.4375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:323.125rem;left:8.1875rem;display:block; }
#f0H2sgR3RKRKIWzbEMLpNMx9okl0neN6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vREikzEtNRAl3VM6cRwQ3Q2H9nKJsC3M { color:#000000;display:block;width:13.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15092;line-height:1.3;letter-spacing:0;top:319.5rem;left:22.6875rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tgoypzNBwdFMe77WKBmbc0hVHg9osglW { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.6875rem;width:37.75rem;top:264.25rem;left:11.125rem;overflow:hidden;display:block; }
#VahcXpizQ2IPgqRGukCIDM27hGuZWbfF { position:relative;display:block; }#VahcXpizQ2IPgqRGukCIDM27hGuZWbfF { background-color: transparent; background-image: none; }#VahcXpizQ2IPgqRGukCIDM27hGuZWbfF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VahcXpizQ2IPgqRGukCIDM27hGuZWbfF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VahcXpizQ2IPgqRGukCIDM27hGuZWbfF > .row .container > .video-iframe-container { display: none; }#VahcXpizQ2IPgqRGukCIDM27hGuZWbfF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VahcXpizQ2IPgqRGukCIDM27hGuZWbfF > .row > .video-iframe-container { display: none; }#VahcXpizQ2IPgqRGukCIDM27hGuZWbfF > .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); }#VahcXpizQ2IPgqRGukCIDM27hGuZWbfF { border-width: 0; border-radius: 0; }#VahcXpizQ2IPgqRGukCIDM27hGuZWbfF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VahcXpizQ2IPgqRGukCIDM27hGuZWbfF > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ce0000;background-image:none;font-size:0.875rem;font-family:arial;height:4.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#QvMi4u1aIONSq3fqKUpQ9lMdEOh49iTV { color:#ffffff;display:block;width:33.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.46875rem;left:0.625rem;height:1.29980625rem;display:block; }
#hNe19InGvZpByoJflEq8iIpp4uVT0G7P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ce0000;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#hNe19InGvZpByoJflEq8iIpp4uVT0G7P > .row .container { background-color: transparent; background-image: none; }#hNe19InGvZpByoJflEq8iIpp4uVT0G7P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNe19InGvZpByoJflEq8iIpp4uVT0G7P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNe19InGvZpByoJflEq8iIpp4uVT0G7P > .row .container > .video-iframe-container { display: none; }#hNe19InGvZpByoJflEq8iIpp4uVT0G7P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNe19InGvZpByoJflEq8iIpp4uVT0G7P > .row > .video-iframe-container { display: none; }#hNe19InGvZpByoJflEq8iIpp4uVT0G7P > .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); }#hNe19InGvZpByoJflEq8iIpp4uVT0G7P > .row .container { border-width: 0; border-radius: 0; }#hNe19InGvZpByoJflEq8iIpp4uVT0G7P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hNe19InGvZpByoJflEq8iIpp4uVT0G7P > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:60rem;position:relative;display:block; }#rfVrEMJpuy5yL2LwSsAUKCxhHP9x60Em { color:#ffffff;display:block;width:17.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.625rem;left:0rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#XSoxsDrINvGVoyfwACTEeuu0NcnZxXep { box-sizing:content-box;color:rgba(255,255,255,0.6);font-size:2.75rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:0.25002670288086rem;left:32.3125rem;display:block; }
#sP2GPUbUFd083KaAOOCx8uW5HAuQ6TL8 { box-sizing:content-box;color:rgba(255,255,255,0.6);font-size:2.75rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:0.25rem;left:54.375rem;display:block; }
#sThAkwEKe5M3N6XTBGHEvOIJXOHIWz2n .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#sThAkwEKe5M3N6XTBGHEvOIJXOHIWz2n .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#ffffff;padding-top:0.463125rem;padding-right:0.4125rem;padding-bottom:0.463125rem;padding-left:0.4125rem;display:block;align-items:center;width:2.475rem;min-width:2.475rem;height:2.488125rem;position:relative;font-family:"open sans";font-size:1.851875rem;font-weight:700;line-height:39.81px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sThAkwEKe5M3N6XTBGHEvOIJXOHIWz2n .widget-text.counter-label { background-color:;background-image:none;color:#e5e3e3;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.289375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.3rem;height:0.98375rem;position:relative;font-family:"open sans";font-size:0.694375rem;font-weight:400;line-height:15.74px;text-align:center;text-align-last:center;text-transform:none;top:-12%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#sThAkwEKe5M3N6XTBGHEvOIJXOHIWz2n { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:17.1875rem;height:4.6875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:36.6875rem;z-index:14999; }
#sThAkwEKe5M3N6XTBGHEvOIJXOHIWz2n #sB8MpuypTDchtThnoaFL3LglQyvyST3f { display:flex;position:relative;top:0rem;left:0rem; }
#sThAkwEKe5M3N6XTBGHEvOIJXOHIWz2n #txNoFqAKzp7fwH17TfouVxRLsZugQxe9 { width:auto; }
#sThAkwEKe5M3N6XTBGHEvOIJXOHIWz2n #EwMS4BuzL7lpm0vqTqN0GOaSTPy1vdTT {  }
#sThAkwEKe5M3N6XTBGHEvOIJXOHIWz2n #GBfpXcT9RM4vvKF5Re6SDvfW9SdcAQ4H { display:flex;position:relative;top:0rem;left:0rem; }
#sThAkwEKe5M3N6XTBGHEvOIJXOHIWz2n #kzZ4hfgTrD6yci1Ag0bggGzgNbzZBLOC {  }
#sThAkwEKe5M3N6XTBGHEvOIJXOHIWz2n #Zhzp5qxHm5KrmLdQf7dfToLqpQIsqfMx {  }
#sThAkwEKe5M3N6XTBGHEvOIJXOHIWz2n #VMAObVQvyPFMKJpZGXXn32wf9JKG9OOt { display:flex;position:relative;top:0rem;left:0rem; }
#sThAkwEKe5M3N6XTBGHEvOIJXOHIWz2n #b296EmCHoQto4Tx5a2y0KysyLg9BUph4 {  }
#sThAkwEKe5M3N6XTBGHEvOIJXOHIWz2n #TiWseB526DHGQrRSLLwCyEiBxPosyqvd {  }
#sThAkwEKe5M3N6XTBGHEvOIJXOHIWz2n #oKkCgruVJrpWM8HTJsfGi7LH1LJGbhsT { display:flex;position:relative;top:0rem;left:0rem; }
#sThAkwEKe5M3N6XTBGHEvOIJXOHIWz2n #lgOyU0k9gvP5ECqDdGg2ZXdS0PZpw7eI {  }
#sThAkwEKe5M3N6XTBGHEvOIJXOHIWz2n #LPdmmxVS5b8aXKtLuJwQynNbk0xNk3ak {  }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WQ0EaqJqCEw3rcrDlwQv9cKLTMFwuFfa { display:block; }#WQ0EaqJqCEw3rcrDlwQv9cKLTMFwuFfa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kL7ZKQgXtwzHTcPw9eaaPVdqfrCuOg1v { width:47.75rem;height:1.875rem;top:1.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IgnAxgM7bwWsUwpNnzIfvqLiEB14KNsw { width:12.5rem;height:1.25rem;top:1.625rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyCboUOw5TPFy0ZqLfBnUZUCtBBZG0Di { width:16.0625rem;height:3rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xR5OhGnABaaOG9zwOGUTzZUwRTX1aOmK { display:block; }#xR5OhGnABaaOG9zwOGUTzZUwRTX1aOmK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oq4PxlG6hw5yQFA9e4Dzx4Kw545zNl8l { width:7.0625rem;height:7.0625rem;top:13.375rem;left:20.34375rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg89MS2vyI6ssapW5roAOwDpTWGJ5Usy { width:47.75rem;height:5.8125rem;top:2.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfshPRAbNNWyPTVgl96TIwTHLAwBoFFG { width:47.75rem;height:3.625rem;top:9.125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuTDxKn3ABG5OO4JNDGJR7yQC6MxNO1J { width:47.6875rem;height:18rem;top:20.4375rem;left:0.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVoFD9ZdDQhgbopEtBHSDvBcGqrJQAOb { width:7.0625rem;height:7.0625rem;top:37.1875rem;left:20.34375rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1HUGcvXygPP4KVLrnEP42ThbZfJp5EK { width:20.625rem;height:5rem;top:121.5rem;left:14.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAvGnAQEgWEJXMglbFcsWeaxXLgV6KV3 { display:block; }
 }@media only screen and (max-width: 763px) { #NeAiGSl0LG6uuaSE0yKszWdmfusEBbhu { width:39rem;height:;top:83.25rem;left:5.40625rem;font-size:0.875rem;display:block; }#NeAiGSl0LG6uuaSE0yKszWdmfusEBbhu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sMI7JzzK/Zrzut_ekranu_2021_07_13_o_12.40.31.png); }
 }@media only screen and (max-width: 763px) { #EQbcgGkzNMnwb0VqTvoBCm4VilRwTsPd { width:47.6875rem;height:8.4375rem;top:65.9375rem;left:0.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOzShLNJwwsWxwFJT4yo3zM4bsPSCy16 { width:7.0625rem;height:7.0625rem;top:58.0625rem;left:20.34375rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOlT5EVUVLBWlCeT1sd8B77gmBabDNQ3 { width:7.0625rem;height:7.0625rem;top:75.4375rem;left:20.34375rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeTWyK6u2ciMactuKCOTg0yucxtZ61zQ { width:44.375rem;height:26.8125rem;top:37.1875rem;left:0.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTfsFzO31RNpIgzpEEsXx1Ey65LqAM0l { display:block; }#rTfsFzO31RNpIgzpEEsXx1Ey65LqAM0l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ce3XoBkQOAlM7ivpsR3cThGmbmfG2Fk7 { width:40rem;height:22.5rem;top:3.75rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXKbAH2ZCh641LT4dDRLukLkmHU4Nfyt { display:block; }#QXKbAH2ZCh641LT4dDRLukLkmHU4Nfyt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #siHT7JfzcHRJtttgpgldsXLA7AqReeil { width:19.75rem;height:24rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWi4KyUUhxeTmIqPZMEkgA6kTBBIAa68 { width:15.625rem;height:13.25rem;top:7.5rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hruADdI5PHvrTsSdhloxxftKK5e1R2ry { width:2.75rem;height:2.75rem;top:2.875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnh5sFSXla0CHKLn5rdGrWZhe57tDZhE { width:1.4375rem;height:1.4375rem;top:3.5rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkrFoQygT7MWFKOItCVSF3TnH9xSHlql { width:19.75rem;height:24.0625rem;top:0.375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0ASU70BAktusP1T7psFrTbCwoDrC16g { width:15.625rem;height:15.1875rem;top:7.5rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTUnOccsbk85RI5GMCmiHPyFuBN8WUMf { width:2.75rem;height:2.75rem;top:2.875rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxIdLGtTFfG0oAiDPJcvptAuIyTCEReG { width:1.4375rem;height:1.4375rem;top:3.5625rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTK2ZRm67Swh0MFp7NRtkJWpPaF9fRKS { width:19.75rem;height:24.125rem;top:0.375rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOTQ7RATpAlxc7UzLgl22EJ3LESlhkUx { width:15.625rem;height:13.25rem;top:7.5rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AquCtyO0bm4SadUaryKXQToQm89kWQbt { width:2.75rem;height:2.75rem;top:2.875rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX1HFOWIgJGrzft6vcFpIXmAqFh2hdGe { width:1.4375rem;height:1.4375rem;top:3.5625rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSauFN80Df5ka1woiJRq9bCBlcOP5eek { display:block; }#PSauFN80Df5ka1woiJRq9bCBlcOP5eek > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yGnQ8xaMQeOIchSgT5EhPeJ80pTKWcxD { width:20.5rem;height:;top:5.125rem;left:23.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jkgg8UHU8am36uWh3GOdV1dzkgm1rJMp { width:28.3125rem;height:25.5rem;top:11.5rem;left:19.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsfcE1Uv6DlCcK4CnRw2wA04QXT68aux { width:17.5rem;height:3.125rem;top:42.4375rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jp2rzrUO0LzTzgE1Ne84ZgDxhaFBBApK { display:block; }
 }@media only screen and (max-width: 763px) { #cEdZpXpMEH0OnzdKnNH2fCBvKHenbDx0 { top:5.125rem;left:0rem;width:25.4375rem;height:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFmTLE35HgAi0EO42XeDwdI0TnJ0hLET { top:8.375rem;left:23.687500953674rem;width:10.8125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdKvnBOGk9Tf3fGDHP48UZ2kF0nnvEG8 { display:block; }#pdKvnBOGk9Tf3fGDHP48UZ2kF0nnvEG8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dNoVS8Mf1SnPmQ2thXxscuDadOLorII3 { width:31.5rem;height:;top:4.3125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6WXXHzrVmhgwP5rTnxGpktS5deGcHSt { width:28.3125rem;height:25.5rem;top:11.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2pfZWWNZMNPZ4EDa0ClegOvKvzMTlbW { width:17.5rem;height:3.125rem;top:39.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iswpotsFwPJeoeMuPm5ly0mTg8ww2Ogt { display:block; }
 }@media only screen and (max-width: 763px) { #G6TsJiqT7AmaxSGbfV0ZSkHHET3UfufT { top:3.8125rem;left:22.25rem;width:25.5rem;height:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aw8muvbQze0iyGa7mv0mDgyNKMAvtbaK { top:8rem;left:0rem;width:14.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlZdrbSyKm6a6kWQC5CT182z6R826yZD { display:block; }#nlZdrbSyKm6a6kWQC5CT182z6R826yZD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #riLbIwUbePzMK50JoKbXKFRdnVubQHle { width:47.75rem;height:4.6875rem;top:1.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #brcBTsFx8W0oGwzTXKXx469GadxfPuEP { display:block; }#brcBTsFx8W0oGwzTXKXx469GadxfPuEP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NIGGTPNTdXUgMvThf4oVotnnr1zrDek9 { width:40.1875rem;height:28.5rem;top:4.1875rem;left:3.90625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9UpTZG7zGZBEOF4nNtlXr3vHc6abViN { display:block; }#f9UpTZG7zGZBEOF4nNtlXr3vHc6abViN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EtASw6wmxahgcWpyIsmNVbRqw2bNcNKM { width:40.25rem;height:4.375rem;top:2.8125rem;left:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOgg8BIGHxQT0EfQdAKlBzhVcEP3hTA0 { width:40.25rem;height:3.375rem;top:8.4375rem;left:3.75rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mO7TPto4HtSSi3XrzVkpWT3hhK1PUSKc { width:40.25rem;height:2.1875rem;top:13.125rem;left:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZgTdgyQwbynprNxwoKX4cBotv1UTRfd { display:block; }#FZgTdgyQwbynprNxwoKX4cBotv1UTRfd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JEW0usOFMz3VkimAeSVypLFHalPD2ChJ { width:42.1875rem;height:14.6875rem;top:3.25rem;left:4.21875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BD9Iqz71IVaWmwatidDrsZqZtmQNPhmq { width:41.6875rem;height:1.875rem;top:20.125rem;left:4.09375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TONxDP0ec6qZLboENB2CpLnWTJ61Tweq { width:40.625rem;height:5.375rem;top:26.3125rem;left:4.21875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4S8SKg1iP78ZJ0EwZZX8AN89XJqNoHg { width:32.1875rem;height:;top:34.4375rem;left:4.21875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFp9vulDRJxa3KPdWm2JRoZy9UaEtwEf { width:45.375rem;height:;top:37.1875rem;left:2.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #InvahHpbfE52O5bb0eewHviZoyFBQ6IJ { width:24.8125rem;height:;top:40rem;left:4.21875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHo1ys3UCHKkzZSPdqbT7o3BXWQZFIUh { width:18.875rem;height:;top:42.8125rem;left:4.21875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ske7LM37aXJzCNaE3XbS70sROrGzfPpT { width:41.6875rem;height:4.875rem;top:50rem;left:4.7802734375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #byC318PHTQLCamx7p3Zo1TfJ1AZifmyp { width:42.1875rem;height:14.6875rem;top:58.8125rem;left:4.21875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bH2OiW701GfXJtWf6RA5ndRb2rSkQnZQ { display:block; }#bH2OiW701GfXJtWf6RA5ndRb2rSkQnZQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTLrQ5KqCJeMdbOxG2XT9LW4u3bKoscl { width:47.75rem;height:2.3125rem;top:1.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahsxfmnSLAFPTxZ8B4WF6fMyW1lfTKti { display:block; }#ahsxfmnSLAFPTxZ8B4WF6fMyW1lfTKti > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bSIwwskI9GrM2PinZu5SuFDQccSyIhB7 { width:40.1875rem;height:8.375rem;top:4.1875rem;left:3.03125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDGp3DJNiQb7QliBceobDk3LT3hu0Bpq { width:39.8125rem;height:6.875rem;top:32.1875rem;left:3.96875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOvCHDI7yVnZteIyWJhgAGuR3nSC9n1y { width:3.125rem;height:0.1875rem;top:41.3125rem;left:22.312501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #khM1yQWdMic1GqRRo1MiS8mPZuSrxy4H { width:41.375rem;height:;top:47.625rem;left:3.1875rem;font-size:1.3125rem;display:block; }#khM1yQWdMic1GqRRo1MiS8mPZuSrxy4H li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/lmubDeOL/Zrzut_ekranu_2021_07_13_o_10.24.55.png); }
 }@media only screen and (max-width: 763px) { #h2kk9vHTpTF8E4CBtcNzDACzO9btKV8B { width:39.8125rem;height:2.0625rem;top:44.1875rem;left:3.21875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMyAV5c4TcegbKRW5aq7JavelVzaNeNh { width:40rem;height:1.875rem;top:66.5625rem;left:3.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuPTlBBkxTfthIq5URQ9h6R1WIyt1LOV { width:44.375rem;height:26.8125rem;top:8.1875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTvtVFsMMQpai5MAtyMoqNlLtxRG1odT { display:block; }#dTvtVFsMMQpai5MAtyMoqNlLtxRG1odT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EvUJTfOthpr9EUklcT5Q3CXzZFaIO6HR { width:47.75rem;height:4.5rem;top:0.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W04s4QBp7RcTLDeEHvnI7PtQgIL89BF7 { display:block; }#W04s4QBp7RcTLDeEHvnI7PtQgIL89BF7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mlf1yiZeeUZHcuPnNTMxpxCtzqzoJL66 { width:41.375rem;height:;top:3rem;left:3.5241479873658rem;font-size:0.9375rem;display:block; }#mlf1yiZeeUZHcuPnNTMxpxCtzqzoJL66 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sMI7JzzK/Zrzut_ekranu_2021_07_13_o_12.40.31.png); }
 }@media only screen and (max-width: 763px) { #FdXO8gkhOa804b7xiLNVBXgZgrJp2fDM { display:block; }#FdXO8gkhOa804b7xiLNVBXgZgrJp2fDM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GluFX4svJmw963Lsm8SmarePZvoOArTe { width:39.25rem;height:5.1875rem;top:3.125rem;left:4.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMmQMitiPx6X6WhoIe6HLrxEsTIno6WX { width:3.125rem;height:0.1875rem;top:9.75rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #En4kZpSIotsu9FTNoNLlGPXdvg5GAByV { width:39.9375rem;height:1.5625rem;top:11.9375rem;left:3.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EagqTyOiPveRaZkTn5I9Fz6egtH1lWvN { width:39.3125rem;height:21.9375rem;top:15.8125rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fw6JClDyZ7qu0iRucGrK9GKPHd4TaiLT { display:block; }#fw6JClDyZ7qu0iRucGrK9GKPHd4TaiLT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iOOMWuqVenBKMv3riKGzrmTCtuztKNm4 { width:47.75rem;height:2.5625rem;top:1.1875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5lkK2KAWMO57e2KcCGZrRr6CMkmHt0V { width:2.5rem;height:0.125rem;top:8.1875rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFHhGcGpQ4yiDayg7AtD8nyGIUai4b42 { width:26.875rem;height:40.375rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNAsVpxl3y3JrHfWzA7JmWoUcrxvM3CC { width:27rem;height:1.9375rem;top:11.1875rem;left:20.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkkbI1QMxe8MS6Ut9lJGRSQAuxTis6JL { width:29.75rem;height:3.875rem;top:13.75rem;left:18rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOrf66IWBiDDUJ6TXeLSMfEMsyQVEwqI { width:27.25rem;height:35.1875rem;top:18.0625rem;left:20.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPAkT2b4hqgaWIUh2F4MXelKuCOyM3Oh { width:38.9375rem;height:2.5625rem;top:4.6875rem;left:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZ76nqxbPa1bSSTEz5wKPOWVxxFf4kMV { width:47.75rem;height:9.5625rem;top:55.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrJTuqhfBPImJk4mfaCLsOteSWIh87Qq { display:block; }#LrJTuqhfBPImJk4mfaCLsOteSWIh87Qq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yF3xX4W3PBpQ9cgumuUU707ovd2eEH3R { width:39.25rem;height:5.8125rem;top:1.0625rem;left:4.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBs4wnx7HDgg7THdAco2c1vGABJvagWs { display:block; }#ZBs4wnx7HDgg7THdAco2c1vGABJvagWs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TuHews3IocBThiiV0OsT7TO6UxfJuxym { width:39.9375rem;height:6.375rem;top:10.75rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBge5DFSyL5O8JXpQ9zgx95dT7X0kT4V { width:3.125rem;height:0.1875rem;top:2.875rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpkokqHVr4LlTZpydWH8hJpHRTA0axBH { width:39.9375rem;height:;top:6.5rem;left:3.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lecEUEfKw0FT3q3GEVC62BVPEO8mMa2i { width:7.0625rem;height:7.0625rem;top:19.5625rem;left:20.3125rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQmqWLAJixc8ci92yZwSdgONEfWQEsKP { width:39.9375rem;height:7.9375rem;top:30.875rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S633E2JBKr5XZZMCwGuTvv0BvtRRJJXG { width:40.375rem;height:2.125rem;top:26.625rem;left:3.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uzfzi7snXHMSzokDBf7DbTqGcDJu0pcy { width:39.9375rem;height:9.5625rem;top:51rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI5wzQCIJ2EQxBmbbuhcOontIMW1mvsL { width:39.9375rem;height:;top:46.75rem;left:3.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ugc9hTidncoGuLRVblsgwTwRiA3Ay6qv { width:7.0625rem;height:7.0625rem;top:39.6875rem;left:20.3125rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #toTDQ01cJyCm1nJOhK4ts3xEOt0tzeKT { width:7.0625rem;height:7.0625rem;top:62.25rem;left:20.3125rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwcJEDHZXrngyCZaQvU62TX35y981PCo { width:39.9375rem;height:6.375rem;top:74.75rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrklEVQTtRKohWf1FMys9ZCSLBF2cNkA { width:39.9375rem;height:2.0625rem;top:70.5rem;left:3.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7XDrfJ8kDRKBRlhQw7x6JawMWOHQpcg { width:39.9375rem;height:6.375rem;top:96.25rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PU8hRPiNveQMLdNtCbQtElZCzwJJbmeV { width:39.9375rem;height:2.0625rem;top:92rem;left:3.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCvmWEbhQrvBcUiB2uTdRwqeCknot1Am { width:7.0625rem;height:7.0625rem;top:83.6875rem;left:20.3125rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaxP4Ac2Atytok5CegKTpfRnCHP09Km5 { width:7.0625rem;height:7.0625rem;top:79.1875rem;left:20.3125rem;font-size:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qKAfIeb3p9r8WzZu46HyxU4v3WT6zEvk { width:7.0625rem;height:7.0625rem;top:105.9375rem;left:20.34375rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2ro8CxETwAF9cElD3M1NKLk5zTrorDv { display:block; }#s2ro8CxETwAF9cElD3M1NKLk5zTrorDv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ukfhJwbx7PcU2lacyzmMafP3o12MdSq8 { width:39.25rem;height:5.1875rem;top:0rem;left:4.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSFLsOhF8BvDS02iSOOqQG0er5tRQJpb { width:3.125rem;height:0.1875rem;top:6.625rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZZRsPWvOTwyJH7cQ16Dyc8ZphLmSLJ5 { width:39.9375rem;height:1.5625rem;top:8.8125rem;left:3.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lfc12tMzT1EFJrrTh3XQDCP6lU65w6ch { width:25.25rem;height:14rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1RswIlZExenPdHWq75TEJbPLQzzCz0q { width:25.25rem;height:14rem;top:14.875rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dfn3c4lvqFKPB9wRiZKvlZur8tEx49aZ { display:block; }#Dfn3c4lvqFKPB9wRiZKvlZur8tEx49aZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Opdz4QFGcT0UQMQmWoLEV2MCKxDfJxap { width:47.75rem;height:3.625rem;top:1rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFIthKuvuhzH5oRFxX54r2bbLQEtygRT { width:47.75rem;height:0.25rem;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTpf7OxNU8Ev00qJ0pQt8flLwR9D1Zym { display:none; }#hTpf7OxNU8Ev00qJ0pQt8flLwR9D1Zym > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rJcz4AUEuSc2rzp9P2ZTc6kDoHVe7i8B { width:24.1875rem;height:;top:12.875rem;left:0rem;font-size:1rem;display:block; }#rJcz4AUEuSc2rzp9P2ZTc6kDoHVe7i8B li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sMI7JzzK/Zrzut_ekranu_2021_07_13_o_12.40.31.png); }
 }@media only screen and (max-width: 763px) { #c5y8MqTrGbccvIb4sHhABn0Qiqy3FWh1 { width:30rem;height:7.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrL3hy3Aybdbb8bPPaZEF2g48hAB2pVw { width:12.5rem;height:5.6875rem;top:0.3125rem;left:5.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4UOGCTmunCXL8WqwR7RSdz2kIzPUgdf { width:30rem;height:7.625rem;top:0rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #smuZyqaKgspowyEizIzR53Op4mgVDD2M { width:12.5rem;height:5.6875rem;top:0.3125rem;left:29.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPHlECAp7wZM41bnTWeGrvIDycEelPld { width:0.0625rem;height:67.375rem;top:0rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WX4E1B4C6Jfy1TOHroMZtKKqwVAKqE01 { width:26.25rem;height:41.9375rem;top:35.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdJPHC8mfQcNrg23XRhSc8ywNko8C4Aw { width:26.25rem;height:41.5625rem;top:35.6875rem;left:21.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRTMRrEv3bSvGNIOCWTaK4lAnTkT3ua1 { width:27.125rem;height:2.0625rem;top:9.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNZWpC0dJJfuc3wiTap0b27NTMyuMnWF { width:27.125rem;height:2.0625rem;top:30.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVZabDLb6Td6BuXzIpvrostNLDg9es7W { width:27.125rem;height:2.0625rem;top:9.5625rem;left:20.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztL38NQKBDQd7OwKc9G1SNktTnGCXziV { width:24.1875rem;height:;top:12.875rem;left:23.5625rem;font-size:1rem;display:block; }#ztL38NQKBDQd7OwKc9G1SNktTnGCXziV li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sMI7JzzK/Zrzut_ekranu_2021_07_13_o_12.40.31.png); }
 }@media only screen and (max-width: 763px) { #JplUHpldpkEtEnzeFC5NOTHFEKZ84w25 { width:27.125rem;height:2.0625rem;top:31.375rem;left:20.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaL6EGpZxE9EGnq1kog96iRWdp12OKEC { display:none; }#gaL6EGpZxE9EGnq1kog96iRWdp12OKEC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #k2nPsbCtbv9oI25HxI6LQMMxv0zawC0U { width:38.0625rem;height:3.625rem;top:1.875rem;left:6.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSRizQFkaE4Bg2S0iRXuNG2rW3tgiI01 { display:none; }#GSRizQFkaE4Bg2S0iRXuNG2rW3tgiI01 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TsDf7vyEVpxpebFz93nXbB6PgBkIgVmm { width:40.5625rem;height:27.625rem;top:2.25rem;left:4.353515625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcTPMyLf4ZFavtRPamkWD5mfEkND0aaa { width:41.25rem;height:34.0625rem;top:32.875rem;left:6.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAc4CqH35phHETkqkHOZvBQUPdnL8tyT { width:41.25rem;height:6.8125rem;top:70.8125rem;left:6.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwo4FDensRoJD1auprQnFxntwuatbg5u { display:block; }#wwo4FDensRoJD1auprQnFxntwuatbg5u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UbLwBnRiKPTWG0xHufAU6MuS5NWGuJOm { width:47.75rem;height:7.3125rem;top:2.5rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUd8DLfWhbkyxWF6yMy1PiP5TKVwiDcm { width:12rem;height:0.25rem;top:12.0625rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO4nAqb4HWfxEI50G6RuTddKvcqu32hV { width:40.1875rem;height:6.25rem;top:15.125rem;left:3.78125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGpeFmOnRDqyhTxTg5PEI8bJeR4y0e0m { width:40.1875rem;height:20.9375rem;top:23.375rem;left:3.78125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoHJLLGGA9Ni2GULuIo0TRVg2SRCpZDV { display:block; }#OoHJLLGGA9Ni2GULuIo0TRVg2SRCpZDV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b7TvrnamAQ4eVgvqxtya9gGzPnkxBIXT { width:47.75rem;height:2.0625rem;top:1.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVy8pgDpm3mhIEDnh3ws6qxHL2urRCDr { display:block; }#vVy8pgDpm3mhIEDnh3ws6qxHL2urRCDr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EvVDrb2Qglaot2zpifrfQrgOcTbLBQrr { width:35.875rem;height:18.3125rem;top:11.3125rem;left:6.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftgAOnSFSdwOr9EcFqlcw2G6nwdJoTRM { width:47.75rem;height:3.5625rem;top:6.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpEWb78Z95Tb4GOmEMi0DCa9oHDWUzxw { width:1.4375rem;height:1.4375rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZit0LFW9e2GC8oF6fTogVLhymgnZdrT { width:2.75rem;height:2.75rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h47oTtKManyBUMG9JCcgNkXgWgGVWCMg { width:37.875rem;height:16.5rem;top:43.9375rem;left:5.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0FZqFMO9k7e9PFictM6Cq9UU4t3BIa6 { width:47.75rem;height:3.5625rem;top:38.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t84qk7Q9ToOyTM1tdSC78wAtrUhscXZN { width:2.75rem;height:2.75rem;top:38.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQn7uGRJymSoBlRlm1aGJc8P6PU5OVk7 { width:1.4375rem;height:1.4375rem;top:39rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcR8UsctqpmvCESOfR7WTL3wRSXda6UJ { width:37.875rem;height:16.5rem;top:74.5rem;left:5.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7MQUMiEfslxkizlmRTAutTy1p8DWgSv { width:47.75rem;height:3.5625rem;top:68.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #puT6IVtoEeKWGrTzafpKh3yRWhNLZc4w { width:2.75rem;height:2.75rem;top:68.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2xpaaWBcK5h3pOXvZFIddtfVX9C32E8 { width:1.4375rem;height:1.4375rem;top:69.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #grcrbWQy4yzf0gwGSinE53HIRHCrLIT4 { width:37.875rem;height:14.6875rem;top:109.1875rem;left:4.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgDLomTeDStUiCJIpImpJHNOr6UUORO4 { width:2.75rem;height:2.75rem;top:100.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoOFsu7tszwu1GcIMgeZAGtNgIlSmm2H { width:1.4375rem;height:1.4375rem;top:101.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nk6W77ZrgzyVW2mSxr2Xf5wCS70gDuuG { width:2.75rem;height:2.75rem;top:131.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWf2hnWWIJDRNt1AQRaRyUAVGEMDvmeW { width:1.4375rem;height:1.4375rem;top:132.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKTinpZMrIO9Tb3Rb4qKiautbc9T7Tby { width:47.75rem;height:3.5625rem;top:131.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7JoSlWxZNmzD2tTaHq2QSHgmi6ZzKcg { width:40.625rem;height:14.6875rem;top:137.0625rem;left:3.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gb9JvMod6fXU4CyoXuEFMqiB4NNuuRJl { width:47.75rem;height:7.125rem;top:100.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucXfWVu6e3Law1LZdKC0Mq6TcBGpAyOG { width:7.0625rem;height:7.0625rem;top:31rem;left:20.375rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOzWyAwPE6AlBcrKQgMu7zhNfkMpBqEA { width:7.0625rem;height:7.0625rem;top:61.0625rem;left:20.375rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb3WBCcqRfcmVNvdFqWEftqdJfiqFEHn { width:7.0625rem;height:7.0625rem;top:92.875rem;left:20.375rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dL01UNtITyfVAaydGDiR9GPhA6qXUS2p { width:7.0625rem;height:7.0625rem;top:124.5625rem;left:20.375000953674rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLclLhJ43J3HPZ0DMO9U9aETZwaJrHEf { width:7.0625rem;height:7.0625rem;top:153.0625rem;left:20.375rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuESVx0FTIEAf3Ztz7kzW4Oduf1TN6TK { width:7.0625rem;height:7.0625rem;top:0rem;left:20.375rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcRG0mD2ySPo5KHOTqh6sVrT8pTBRA7v { display:block; }#IcRG0mD2ySPo5KHOTqh6sVrT8pTBRA7v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iFvIx6vJ3QowSNWi8WKTB5UxtfT9wu90 { width:47.75rem;height:3.625rem;top:2.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmroKT5WxTPvqS2gi52GmbPkgF1lbm4m { width:47.75rem;height:6rem;top:7.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3sbxedT6Qsbl7tTDgIRd24MV0s9K7D2 { display:block; }#H3sbxedT6Qsbl7tTDgIRd24MV0s9K7D2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Em7mIAXgP4dNTTaWqO7zLVzr8iUJCEAm { width:47.75rem;height:17.625rem;top:3.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iToLoLNre5pr3rWCUxyIg8cGK8rdSqA2 { display:block; }#iToLoLNre5pr3rWCUxyIg8cGK8rdSqA2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dcc3PbT0E726OgdMb3P6RD2Qb9kteblK { width:39.9375rem;height:134.3125rem;top:11.4375rem;left:4.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2viQlsLN969vmFRVRpEzXaPQWkvWIz4 { width:39.25rem;height:5.8125rem;top:0rem;left:5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAmBr1qogM3RoLPFQUmOTXwwmMzXw2iI { width:12rem;height:0.25rem;top:7.25rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDhEdpgHGekdE8m7n4qJ0VTFzM85W1Ku { width:38.5rem;height:3.375rem;top:149.1875rem;left:4.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6or5Qc2irF2ubx41fehd5Tx7MxcvKGw { width:14.625rem;height:2.4375rem;top:154.5rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzksNf0NOd4uTUSSZU2cuqknXM98FPxL { display:block; }
 }@media only screen and (max-width: 763px) { #mUd5zcVpOTe1oxkVhMXeeec5WfZmHOwo { display:block; }#mUd5zcVpOTe1oxkVhMXeeec5WfZmHOwo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VHS7BI67OwDV9M5duQqVycb5sDhxoArx { width:47.6875rem;height:9rem;top:107.25rem;left:0.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #H0czTxgPvlNpUT1H2PQ5KfGxZZlN640g { width:28.5625rem;height:1.125rem;top:95.6875rem;left:9.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vTEU71X6MSh62prR8mcSsZAklJThtGyd { width:19.75rem;height:1.25rem;top:97.25rem;left:14.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uguJ667A9cTXplumnBf1FrAwzqVdtmeN { top:91.625rem;left:5.875rem;width:36rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4GcgCHZmVo42yo549NugW50CTUxr5Rs { display:block; }
 }@media only screen and (max-width: 763px) { #A6yu1MZAiWsgeK07Ta7rnXeLeRcAb5Tz { width:12.5rem;height:1.6875rem;top:71rem;left:27.625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eb3kLm8GEVaIWZbr0wRH1as1Fvxk3wpc { width:36.0625rem;height:1.4375rem;top:23.6875rem;left:5.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApwdgHKEAQpePgIi7UrTuiJmPfHsRnF4 { width:4.4375rem;height:4.4375rem;top:74.625rem;left:21.6875rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPwAF72RDNwpdvPozAxOIMd372CHhcQB { width:13.125rem;height:1.25rem;top:80.5rem;left:17.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzHRDpHvCGn7HVqSWeoM9d1loEue3EiR { width:12.5rem;height:1.25rem;top:69.25rem;left:27.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #umlezOKIB7HUUwcZKm35RS6695Td1bAl { width:36.125rem;height:5.625rem;top:67.375rem;left:5.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hne7Q2sq1xfqRWdL3LTSwbnV06roXk0A { width:0;height:0;top:18.125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxnvnEH3yber51Z1JyoUysuPrg1e5zsh { width:35.9375rem;height:76rem;top:23.8125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9me8fSTF8cWEdIQs8u1gaJXmkS5uUF0 { width:36.375rem;height:5.625rem;top:16.9375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uex692rGJrwTJKfAITT1heBl23bCqv4g { width:27.875rem;height:2.6875rem;top:18.3125rem;left:9.9375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbTvBM4wmuUQQtuUGuyc3n4ucp6TOeq1 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;background-color:;background-image:none;margin-top:0;margin-right:0.5rem;margin-bottom:0;margin-left:0.5rem;vertical-align:top; }
#DbTvBM4wmuUQQtuUGuyc3n4ucp6TOeq1 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#ce0000;padding-top:0.75rem;padding-right:0.125rem;padding-bottom:0;padding-left:0.125rem;display:block;width:5.375rem;height:3.625rem;position:relative;font-family:"open sans";font-size:3.375rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#DbTvBM4wmuUQQtuUGuyc3n4ucp6TOeq1 .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0;padding-right:0.125rem;padding-bottom:0.5rem;padding-left:0.125rem;display:block;width:auto;height:0.9375rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#DbTvBM4wmuUQQtuUGuyc3n4ucp6TOeq1 { width:0;height:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;top:99.5rem;left:10.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DbTvBM4wmuUQQtuUGuyc3n4ucp6TOeq1 #bXwIRhPfACLmfFKtKs0RJen3lfTKLutd { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DbTvBM4wmuUQQtuUGuyc3n4ucp6TOeq1 #EkHk1Kr0Vuqw6S9Gzq9bolD0Rhly7JVD {  }
 }@media only screen and (max-width: 763px) { #DbTvBM4wmuUQQtuUGuyc3n4ucp6TOeq1 #UJf70Mgfbn4gGZagThIMsx58cGDDFeMn {  }
 }@media only screen and (max-width: 763px) { #DbTvBM4wmuUQQtuUGuyc3n4ucp6TOeq1 #mf6ieVdkaPeFF2rTV50ZA3qkrfJzzVnU { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DbTvBM4wmuUQQtuUGuyc3n4ucp6TOeq1 #m2OAhXnF9fCRM5SSu8IzwxOnPgb93kpm {  }
 }@media only screen and (max-width: 763px) { #DbTvBM4wmuUQQtuUGuyc3n4ucp6TOeq1 #FId57iOm96TQu25cumzKupwI6fP3El9u {  }
 }@media only screen and (max-width: 763px) { #DbTvBM4wmuUQQtuUGuyc3n4ucp6TOeq1 #q988N1Pe9hogR9IidMUILOdgE1NcDhbR { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DbTvBM4wmuUQQtuUGuyc3n4ucp6TOeq1 #TEcrTJP4W5qTKUnB26RakVM7e3108vzm {  }
 }@media only screen and (max-width: 763px) { #DbTvBM4wmuUQQtuUGuyc3n4ucp6TOeq1 #hQzNXDJhdaR3T8ldfdrVJaSd1hw8IgzU {  }
 }@media only screen and (max-width: 763px) { #DbTvBM4wmuUQQtuUGuyc3n4ucp6TOeq1 #vXwxtfSOTigLbiiQHSmQJFcd8PEdF6Cc { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DbTvBM4wmuUQQtuUGuyc3n4ucp6TOeq1 #VwXJwAkqAk9ARsXES0PU046htD8NxmBI {  }
 }@media only screen and (max-width: 763px) { #DbTvBM4wmuUQQtuUGuyc3n4ucp6TOeq1 #idEXeLT3vqqFzxSvnXOh5ZTAgxIU089F {  }
 }@media only screen and (max-width: 763px) { #QaszCmEb3f7W3Cruyo0GiG6WhQhnskkT { width:35.875rem;height:5.3125rem;top:47.75rem;left:5.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lF1kx5EygQL9TIvXUFQvWHRqmq8F6saN { width:35.875rem;height:5.3125rem;top:39.5rem;left:5.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDD92xkuRxq5dWoJQVpzVJ8a6Fw23CKR { width:12rem;height:0.25rem;top:8.75rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpmTdE3XK8EcRp3IHaub1Pos7aogoqI1 { width:39.25rem;height:2.875rem;top:4.5625rem;left:4.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTnpnvDMOHf4px3GHb3PytamILffM2az { width:40.625rem;height:3.125rem;top:11.1875rem;left:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyyuJHTQTGK7I6DKwxO3sQSPvQuQiqaO { width:39.25rem;height:2.875rem;top:1.25rem;left:4.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPHcIfEPpUnoOvmki65Q0Zy8VKNumuiN { width:24.3125rem;height:;top:26.375rem;left:12.9375rem;font-size:1.125rem;display:block; }#gPHcIfEPpUnoOvmki65Q0Zy8VKNumuiN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sMI7JzzK/Zrzut_ekranu_2021_07_13_o_12.40.31.png); }
 }@media only screen and (max-width: 763px) { #px61772qovRUaEfuf2kvW67JpTHgbhUb { width:36.0625rem;height:7.125rem;top:33.4375rem;left:5.84375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ToMZvwBLPXGGGHSeUXX1BEJX4b15T9qZ { width:35.875rem;height:8.875rem;top:55.375rem;left:5.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgWsUTA7sfIazzEzcyN7Py9KUvVP8qGJ { width:17.75rem;height:4.375rem;top:84.3125rem;left:15.0625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H09SviOBWNB707P212vEw7uSEAalMPEs { top:88.1875rem;left:5.875rem;width:36rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #R2ddCrPyyosmU9pLr0sxeBDuBEwdT1hQ { display:block; }
 }@media only screen and (max-width: 763px) { #LTa85Gs3EqTOXcU64D8a5dJN5p7hgCDa { display:block; }#LTa85Gs3EqTOXcU64D8a5dJN5p7hgCDa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bPUTyGyQhRJbqdklaDXk03bfhNgmZ7DA { width:39.25rem;height:3.0625rem;top:3.0625rem;left:4.25rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nigl5pQ0vsEra90JMrfK1asTa8bRP8Fy { width:47.75rem;height:14.0625rem;top:30.125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #osh0Gc8UE0G66UL0p1sDGJvOtVfED3JM { width:3.125rem;height:0.1875rem;top:8rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #foPBZl3Vn5ZruAMVGMRlHvJKV1NvPaVR { width:17.625rem;height:17rem;top:10.5625rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vg98TRmvcvkxnuDDRlvS09OpKU8NwD12 { display:block; }#Vg98TRmvcvkxnuDDRlvS09OpKU8NwD12 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lgoXqsh6hmhxdkqS9IaQ1s6QwoIpZWB9 { width:39.25rem;height:5.1875rem;top:5.625rem;left:4.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9rm75td0bFpE5CnnTOdmfl4ffaBs2UJ { width:3.125rem;height:0.1875rem;top:12.25rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhFhDaJRrlX2nOoOKkTHvEEBNfT5uiKG { width:39.9375rem;height:1.5625rem;top:14.4375rem;left:3.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElJbJCxMy0D2RcqyS8oWo9UAwxwTgoAi { width:25.375rem;height:14.25rem;top:21.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPsHavR346ukVWqHTzhTqoqd4c6MDXWX { width:25.375rem;height:14.25rem;top:21.6875rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJhQaJxA8TTi71utOW83Ovr3wclmh7QK { display:block; }#lJhQaJxA8TTi71utOW83Ovr3wclmh7QK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oGN0RfSXhDNIGzKufossSiKFn5GRs83T { width:39.9375rem;height:249.5rem;top:17.875rem;left:3.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUf17Tm6dtUBPWJNIOdTbFUwpuAZhTmd { width:39.25rem;height:5.125rem;top:5.625rem;left:4.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7B6lOAZ9GO58HNoUcpC0Q9KliGGmX1g { width:3.125rem;height:0.1875rem;top:12.25rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGCubMHrGx6RWUr3MG2ICVCezo4KkIIs { width:39.9375rem;height:1.5625rem;top:14.4375rem;left:3.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOrPUT4L8D2RWmLkSgnB3X3eeXsJQQ4f { width:38.5rem;height:3.375rem;top:285.3125rem;left:3.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #srvOWKWigoFaNamvpnUrPoAWr3K7BSmI { width:30.9375rem;height:11.5rem;top:292.125rem;left:7.3572921752931rem;display:block; }
 }@media only screen and (max-width: 763px) { #InP6EbUtDnTNnPzBodARphvE7Lp45xlD .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#InP6EbUtDnTNnPzBodARphvE7Lp45xlD .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#InP6EbUtDnTNnPzBodARphvE7Lp45xlD .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#InP6EbUtDnTNnPzBodARphvE7Lp45xlD { display:flex;width:18rem;height:5.0625rem;top:30.125rem;left:24.09375rem; }
 }@media only screen and (max-width: 763px) { #InP6EbUtDnTNnPzBodARphvE7Lp45xlD #mAyzh5vnBssQ5TIX6cUOIii7yugWg70Z { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #InP6EbUtDnTNnPzBodARphvE7Lp45xlD #oxeyExhnKZnGTHpMrUugavoXiBFVVWyn {  }
 }@media only screen and (max-width: 763px) { #InP6EbUtDnTNnPzBodARphvE7Lp45xlD #FkhByn9iBOe40Swmk517yWba88ZXlrTi {  }
 }@media only screen and (max-width: 763px) { #InP6EbUtDnTNnPzBodARphvE7Lp45xlD #ZoDTO80EMXsEVcq1QTATr3BRyFyEMBkA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #InP6EbUtDnTNnPzBodARphvE7Lp45xlD #AOFK6cwIODbPImnidw7z2TH0WACbMTIi {  }
 }@media only screen and (max-width: 763px) { #InP6EbUtDnTNnPzBodARphvE7Lp45xlD #rI0hDlFepLed12cA10T1ky3LkC4lRPsc {  }
 }@media only screen and (max-width: 763px) { #InP6EbUtDnTNnPzBodARphvE7Lp45xlD #BOAAf81hewbk87u6r23vbLFLaDNpTQGW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #InP6EbUtDnTNnPzBodARphvE7Lp45xlD #VS7iI8lPriTGMkTEKZeHlZh2S0MmeK9i {  }
 }@media only screen and (max-width: 763px) { #InP6EbUtDnTNnPzBodARphvE7Lp45xlD #G9T2TFtJ0EJwkfOGLcdChiuhGeFGeUSz {  }
 }@media only screen and (max-width: 763px) { #InP6EbUtDnTNnPzBodARphvE7Lp45xlD #JhOy1bJPFiRrcJslEsP3GDr2npSX8yFf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #InP6EbUtDnTNnPzBodARphvE7Lp45xlD #LH7RlRWtufkWUCvwRN9zKJHLdg7b7Zvp {  }
 }@media only screen and (max-width: 763px) { #InP6EbUtDnTNnPzBodARphvE7Lp45xlD #b0bPdKAlIRN9ueLrIohxTFrWG9322yM9 {  }
 }@media only screen and (max-width: 763px) { #uvwgObSXOsa9EKe5i1DXtOISamLNL1JF { width:39.25rem;height:5.1875rem;top:304.125rem;left:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9VzUMKfHTuphqcnp7dqQnRDEp0d0BuO { width:43.6875rem;height:4.4375rem;top:323.125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0H2sgR3RKRKIWzbEMLpNMx9okl0neN6 { display:block; }
 }@media only screen and (max-width: 763px) { #vREikzEtNRAl3VM6cRwQ3Q2H9nKJsC3M { width:13.125rem;height:1.125rem;top:319.5rem;left:16.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgoypzNBwdFMe77WKBmbc0hVHg9osglW { width:37.75rem;height:22.6875rem;top:264.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VahcXpizQ2IPgqRGukCIDM27hGuZWbfF { display:block; }#VahcXpizQ2IPgqRGukCIDM27hGuZWbfF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QvMi4u1aIONSq3fqKUpQ9lMdEOh49iTV { width:33.5625rem;height:1.25rem;top:1.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNe19InGvZpByoJflEq8iIpp4uVT0G7P { display:block; }#hNe19InGvZpByoJflEq8iIpp4uVT0G7P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rfVrEMJpuy5yL2LwSsAUKCxhHP9x60Em { width:17.9375rem;height:1.4375rem;top:1.625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSoxsDrINvGVoyfwACTEeuu0NcnZxXep { width:3.9375rem;height:3.9375rem;top:0.25rem;left:26.1875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sP2GPUbUFd083KaAOOCx8uW5HAuQ6TL8 { width:3.9375rem;height:3.9375rem;top:0.25rem;left:43.8125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sThAkwEKe5M3N6XTBGHEvOIJXOHIWz2n .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sThAkwEKe5M3N6XTBGHEvOIJXOHIWz2n .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#sThAkwEKe5M3N6XTBGHEvOIJXOHIWz2n .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#sThAkwEKe5M3N6XTBGHEvOIJXOHIWz2n { display:flex;width:18rem;height:5.0625rem;top:0rem;left:28.375rem; }
 }@media only screen and (max-width: 763px) { #sThAkwEKe5M3N6XTBGHEvOIJXOHIWz2n #sB8MpuypTDchtThnoaFL3LglQyvyST3f { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sThAkwEKe5M3N6XTBGHEvOIJXOHIWz2n #txNoFqAKzp7fwH17TfouVxRLsZugQxe9 {  }
 }@media only screen and (max-width: 763px) { #sThAkwEKe5M3N6XTBGHEvOIJXOHIWz2n #EwMS4BuzL7lpm0vqTqN0GOaSTPy1vdTT {  }
 }@media only screen and (max-width: 763px) { #sThAkwEKe5M3N6XTBGHEvOIJXOHIWz2n #GBfpXcT9RM4vvKF5Re6SDvfW9SdcAQ4H { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sThAkwEKe5M3N6XTBGHEvOIJXOHIWz2n #kzZ4hfgTrD6yci1Ag0bggGzgNbzZBLOC {  }
 }@media only screen and (max-width: 763px) { #sThAkwEKe5M3N6XTBGHEvOIJXOHIWz2n #Zhzp5qxHm5KrmLdQf7dfToLqpQIsqfMx {  }
 }@media only screen and (max-width: 763px) { #sThAkwEKe5M3N6XTBGHEvOIJXOHIWz2n #VMAObVQvyPFMKJpZGXXn32wf9JKG9OOt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sThAkwEKe5M3N6XTBGHEvOIJXOHIWz2n #b296EmCHoQto4Tx5a2y0KysyLg9BUph4 {  }
 }@media only screen and (max-width: 763px) { #sThAkwEKe5M3N6XTBGHEvOIJXOHIWz2n #TiWseB526DHGQrRSLLwCyEiBxPosyqvd {  }
 }@media only screen and (max-width: 763px) { #sThAkwEKe5M3N6XTBGHEvOIJXOHIWz2n #oKkCgruVJrpWM8HTJsfGi7LH1LJGbhsT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sThAkwEKe5M3N6XTBGHEvOIJXOHIWz2n #lgOyU0k9gvP5ECqDdGg2ZXdS0PZpw7eI {  }
 }@media only screen and (max-width: 763px) { #sThAkwEKe5M3N6XTBGHEvOIJXOHIWz2n #LPdmmxVS5b8aXKtLuJwQynNbk0xNk3ak {  }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WQ0EaqJqCEw3rcrDlwQv9cKLTMFwuFfa { display:block; }#WQ0EaqJqCEw3rcrDlwQv9cKLTMFwuFfa > .row .container { width:20rem;height:4.6484375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kL7ZKQgXtwzHTcPw9eaaPVdqfrCuOg1v { width:20rem;height:3.3984375rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IgnAxgM7bwWsUwpNnzIfvqLiEB14KNsw { width:12.5rem;height:0;top:5.75rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #IyCboUOw5TPFy0ZqLfBnUZUCtBBZG0Di { width:16.0625rem;height:3rem;top:1.25rem;left:1.9375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xR5OhGnABaaOG9zwOGUTzZUwRTX1aOmK { display:block; }#xR5OhGnABaaOG9zwOGUTzZUwRTX1aOmK > .row .container { width:20rem;height:138.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oq4PxlG6hw5yQFA9e4Dzx4Kw545zNl8l { width:5.6875rem;height:5.6875rem;top:14.479818344116rem;left:7.15625rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg89MS2vyI6ssapW5roAOwDpTWGJ5Usy { width:18.1875rem;height:7.96875rem;top:6.6982421875rem;left:0.90625rem;font-size:1.5625rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #RfshPRAbNNWyPTVgl96TIwTHLAwBoFFG { width:20rem;height:5.075rem;top:1.25rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuTDxKn3ABG5OO4JNDGJR7yQC6MxNO1J { width:20rem;height:24.85743125rem;top:31.12109375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVoFD9ZdDQhgbopEtBHSDvBcGqrJQAOb { width:7.0625rem;height:7.0625rem;top:56.6669921875rem;left:6.46875rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1HUGcvXygPP4KVLrnEP42ThbZfJp5EK { width:19rem;height:5rem;top:92.021484375rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAvGnAQEgWEJXMglbFcsWeaxXLgV6KV3 { display:block; }
 }@media only screen and (max-width: 763px) { #NeAiGSl0LG6uuaSE0yKszWdmfusEBbhu { width:20rem;height:21.755875rem;top:65.063152313231rem;left:0rem;font-size:0.875rem;display:block; }#NeAiGSl0LG6uuaSE0yKszWdmfusEBbhu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sMI7JzzK/Zrzut_ekranu_2021_07_13_o_12.40.31.png); }
 }@media only screen and (max-width: 763px) { #EQbcgGkzNMnwb0VqTvoBCm4VilRwTsPd { width:20rem;height:19.6875rem;top:108.583984375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOzShLNJwwsWxwFJT4yo3zM4bsPSCy16 { width:7.0625rem;height:7.0625rem;top:98.271484375rem;left:6.4375rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOlT5EVUVLBWlCeT1sd8B77gmBabDNQ3 { width:7.0625rem;height:7.0625rem;top:130.458984375rem;left:6.46875rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeTWyK6u2ciMactuKCOTg0yucxtZ61zQ { width:20rem;height:12.084rem;top:17.708984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTfsFzO31RNpIgzpEEsXx1Ey65LqAM0l { background-color:#ffffff;background-image:none;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; }#rTfsFzO31RNpIgzpEEsXx1Ey65LqAM0l > .row .container { background-color: transparent; background-image: none; }#rTfsFzO31RNpIgzpEEsXx1Ey65LqAM0l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTfsFzO31RNpIgzpEEsXx1Ey65LqAM0l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTfsFzO31RNpIgzpEEsXx1Ey65LqAM0l > .row .container > .video-iframe-container { display: none; }#rTfsFzO31RNpIgzpEEsXx1Ey65LqAM0l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTfsFzO31RNpIgzpEEsXx1Ey65LqAM0l > .row > .video-iframe-container { display: none; }#rTfsFzO31RNpIgzpEEsXx1Ey65LqAM0l > .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); }#rTfsFzO31RNpIgzpEEsXx1Ey65LqAM0l > .row .container { border-width: 0; border-radius: 0; }#rTfsFzO31RNpIgzpEEsXx1Ey65LqAM0l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rTfsFzO31RNpIgzpEEsXx1Ey65LqAM0l > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ce3XoBkQOAlM7ivpsR3cThGmbmfG2Fk7 { height:11.25rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXKbAH2ZCh641LT4dDRLukLkmHU4Nfyt { background-color:#fafafa;background-image:none;display:block; }#QXKbAH2ZCh641LT4dDRLukLkmHU4Nfyt > .row .container { background-color: transparent; background-image: none; }#QXKbAH2ZCh641LT4dDRLukLkmHU4Nfyt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXKbAH2ZCh641LT4dDRLukLkmHU4Nfyt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXKbAH2ZCh641LT4dDRLukLkmHU4Nfyt > .row .container > .video-iframe-container { display: none; }#QXKbAH2ZCh641LT4dDRLukLkmHU4Nfyt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXKbAH2ZCh641LT4dDRLukLkmHU4Nfyt > .row > .video-iframe-container { display: none; }#QXKbAH2ZCh641LT4dDRLukLkmHU4Nfyt > .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); }#QXKbAH2ZCh641LT4dDRLukLkmHU4Nfyt > .row .container { width:20rem;height:65.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #siHT7JfzcHRJtttgpgldsXLA7AqReeil { width:19.75rem;height:19.625rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWi4KyUUhxeTmIqPZMEkgA6kTBBIAa68 { width:15.625rem;height:11.89453125rem;top:8.375rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #hruADdI5PHvrTsSdhloxxftKK5e1R2ry { width:2.75rem;height:2.75rem;top:3.75rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnh5sFSXla0CHKLn5rdGrWZhe57tDZhE { width:1.4375rem;height:1.4375rem;top:4.40625rem;left:9.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkrFoQygT7MWFKOItCVSF3TnH9xSHlql { width:19.75rem;height:21.5rem;top:21.521728515625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0ASU70BAktusP1T7psFrTbCwoDrC16g { width:15.625rem;height:13.59378125rem;top:28.6475625rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #NTUnOccsbk85RI5GMCmiHPyFuBN8WUMf { width:2.75rem;height:2.75rem;top:24.0225625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxIdLGtTFfG0oAiDPJcvptAuIyTCEReG { width:1.4375rem;height:1.4375rem;top:24.7100625rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTK2ZRm67Swh0MFp7NRtkJWpPaF9fRKS { width:19.75rem;height:21.625rem;top:43.494018554688rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOTQ7RATpAlxc7UzLgl22EJ3LESlhkUx { width:15.625rem;height:11.89453125rem;top:50.6189375rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #AquCtyO0bm4SadUaryKXQToQm89kWQbt { width:2.75rem;height:2.75rem;top:45.9939375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX1HFOWIgJGrzft6vcFpIXmAqFh2hdGe { width:1.4375rem;height:1.4375rem;top:46.6814375rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSauFN80Df5ka1woiJRq9bCBlcOP5eek { display:block; }#PSauFN80Df5ka1woiJRq9bCBlcOP5eek > .row .container { width:20rem;height:66.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yGnQ8xaMQeOIchSgT5EhPeJ80pTKWcxD { width:20rem;height:2.2rem;top:25.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jkgg8UHU8am36uWh3GOdV1dzkgm1rJMp { width:20rem;height:27.5625rem;top:31.57421875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsfcE1Uv6DlCcK4CnRw2wA04QXT68aux { width:17.5rem;height:3.125rem;top:61.625rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jp2rzrUO0LzTzgE1Ne84ZgDxhaFBBApK { display:block; }
 }@media only screen and (max-width: 763px) { #cEdZpXpMEH0OnzdKnNH2fCBvKHenbDx0 { width:17.1875rem;height:22.625rem;top:1.25rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFmTLE35HgAi0EO42XeDwdI0TnJ0hLET { width:12.5rem;height:0.125rem;top:29.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdKvnBOGk9Tf3fGDHP48UZ2kF0nnvEG8 { display:block; }#pdKvnBOGk9Tf3fGDHP48UZ2kF0nnvEG8 > .row .container { width:20rem;height:66.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dNoVS8Mf1SnPmQ2thXxscuDadOLorII3 { width:20rem;height:2.2rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6WXXHzrVmhgwP5rTnxGpktS5deGcHSt { width:20rem;height:27.5625rem;top:6.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2pfZWWNZMNPZ4EDa0ClegOvKvzMTlbW { width:17.5rem;height:3.125rem;top:35.4375rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iswpotsFwPJeoeMuPm5ly0mTg8ww2Ogt { display:block; }
 }@media only screen and (max-width: 763px) { #G6TsJiqT7AmaxSGbfV0ZSkHHET3UfufT { width:16.375rem;height:24.625rem;top:39.8125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aw8muvbQze0iyGa7mv0mDgyNKMAvtbaK { width:12.5rem;height:0.125rem;top:5.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlZdrbSyKm6a6kWQC5CT182z6R826yZD { display:block; }#nlZdrbSyKm6a6kWQC5CT182z6R826yZD > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #riLbIwUbePzMK50JoKbXKFRdnVubQHle { width:20rem;height:4.72265625rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #brcBTsFx8W0oGwzTXKXx469GadxfPuEP { background-color:#ffffff;background-image:none;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; }#brcBTsFx8W0oGwzTXKXx469GadxfPuEP > .row .container { background-color: transparent; background-image: none; }#brcBTsFx8W0oGwzTXKXx469GadxfPuEP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brcBTsFx8W0oGwzTXKXx469GadxfPuEP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brcBTsFx8W0oGwzTXKXx469GadxfPuEP > .row .container > .video-iframe-container { display: none; }#brcBTsFx8W0oGwzTXKXx469GadxfPuEP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brcBTsFx8W0oGwzTXKXx469GadxfPuEP > .row > .video-iframe-container { display: none; }#brcBTsFx8W0oGwzTXKXx469GadxfPuEP > .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); }#brcBTsFx8W0oGwzTXKXx469GadxfPuEP > .row .container { border-width: 0; border-radius: 0; }#brcBTsFx8W0oGwzTXKXx469GadxfPuEP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#brcBTsFx8W0oGwzTXKXx469GadxfPuEP > .row .container { width:20rem;height:42.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NIGGTPNTdXUgMvThf4oVotnnr1zrDek9 { width:20rem;height:38.3905875rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9UpTZG7zGZBEOF4nNtlXr3vHc6abViN { display:block; }#f9UpTZG7zGZBEOF4nNtlXr3vHc6abViN > .row .container { width:20rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EtASw6wmxahgcWpyIsmNVbRqw2bNcNKM { width:20rem;height:4.72265625rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOgg8BIGHxQT0EfQdAKlBzhVcEP3hTA0 { width:18.6875rem;height:5.6rem;top:7.2230875rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mO7TPto4HtSSi3XrzVkpWT3hhK1PUSKc { width:20rem;height:4.375rem;top:14.071175rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZgTdgyQwbynprNxwoKX4cBotv1UTRfd { display:block; }#FZgTdgyQwbynprNxwoKX4cBotv1UTRfd > .row .container { width:20rem;height:97.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JEW0usOFMz3VkimAeSVypLFHalPD2ChJ { width:20rem;height:18.890625rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BD9Iqz71IVaWmwatidDrsZqZtmQNPhmq { width:20rem;height:5.775rem;top:21.3958125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TONxDP0ec6qZLboENB2CpLnWTJ61Tweq { width:20rem;height:12.2460625rem;top:28.41925rem;left:0rem;font-size:1.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #g4S8SKg1iP78ZJ0EwZZX8AN89XJqNoHg { width:19.625rem;height:5.0625rem;top:41.916625rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFp9vulDRJxa3KPdWm2JRoZy9UaEtwEf { width:20rem;height:7.59375rem;top:46.978515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #InvahHpbfE52O5bb0eewHviZoyFBQ6IJ { width:20rem;height:2.53125rem;top:55.166015625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHo1ys3UCHKkzZSPdqbT7o3BXWQZFIUh { width:18.875rem;height:2.53125rem;top:58.322875rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ske7LM37aXJzCNaE3XbS70sROrGzfPpT { width:17.5rem;height:10.9375rem;top:62.104125rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #byC318PHTQLCamx7p3Zo1TfJ1AZifmyp { width:20rem;height:20.46484375rem;top:75.416015625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bH2OiW701GfXJtWf6RA5ndRb2rSkQnZQ { display:block; }#bH2OiW701GfXJtWf6RA5ndRb2rSkQnZQ > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTLrQ5KqCJeMdbOxG2XT9LW4u3bKoscl { width:20rem;height:3.673825rem;top:1.412109375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ahsxfmnSLAFPTxZ8B4WF6fMyW1lfTKti { background-color:#ffffff;background-image:none;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; }#ahsxfmnSLAFPTxZ8B4WF6fMyW1lfTKti > .row .container { background-color: transparent; background-image: none; }#ahsxfmnSLAFPTxZ8B4WF6fMyW1lfTKti::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ahsxfmnSLAFPTxZ8B4WF6fMyW1lfTKti > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ahsxfmnSLAFPTxZ8B4WF6fMyW1lfTKti > .row .container > .video-iframe-container { display: none; }#ahsxfmnSLAFPTxZ8B4WF6fMyW1lfTKti > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ahsxfmnSLAFPTxZ8B4WF6fMyW1lfTKti > .row > .video-iframe-container { display: none; }#ahsxfmnSLAFPTxZ8B4WF6fMyW1lfTKti > .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); }#ahsxfmnSLAFPTxZ8B4WF6fMyW1lfTKti > .row .container { border-width: 0; border-radius: 0; }#ahsxfmnSLAFPTxZ8B4WF6fMyW1lfTKti > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ahsxfmnSLAFPTxZ8B4WF6fMyW1lfTKti > .row .container { width:20rem;height:99.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bSIwwskI9GrM2PinZu5SuFDQccSyIhB7 { width:20rem;height:9.597625rem;top:14.5824375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDGp3DJNiQb7QliBceobDk3LT3hu0Bpq { width:16.625rem;height:10.1953125rem;top:25.4305rem;left:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOvCHDI7yVnZteIyWJhgAGuR3nSC9n1y { width:3.125rem;height:0.1875rem;top:36.8784375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #khM1yQWdMic1GqRRo1MiS8mPZuSrxy4H { width:20rem;height:35.03125rem;top:41.66489375rem;left:0rem;font-size:1.3125rem;text-align:justify;text-align-last:initial;display:block; }#khM1yQWdMic1GqRRo1MiS8mPZuSrxy4H li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/lmubDeOL/Zrzut_ekranu_2021_07_13_o_10.24.55.png); }
 }@media only screen and (max-width: 763px) { #h2kk9vHTpTF8E4CBtcNzDACzO9btKV8B { width:20rem;height:2.1rem;top:38.3159375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMyAV5c4TcegbKRW5aq7JavelVzaNeNh { width:20rem;height:5.69824375rem;top:79.633463859556rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuPTlBBkxTfthIq5URQ9h6R1WIyt1LOV { width:20rem;height:12.084507042254rem;top:86.58105625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTvtVFsMMQpai5MAtyMoqNlLtxRG1odT { display:block; }#dTvtVFsMMQpai5MAtyMoqNlLtxRG1odT > .row .container { width:20rem;height:8.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EvUJTfOthpr9EUklcT5Q3CXzZFaIO6HR { width:20rem;height:4.98633125rem;top:1.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W04s4QBp7RcTLDeEHvnI7PtQgIL89BF7 { display:block; }#W04s4QBp7RcTLDeEHvnI7PtQgIL89BF7 > .row .container { width:20rem;height:38.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mlf1yiZeeUZHcuPnNTMxpxCtzqzoJL66 { width:19.75rem;height:32.65625rem;top:1.25rem;left:0.125rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }#mlf1yiZeeUZHcuPnNTMxpxCtzqzoJL66 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sMI7JzzK/Zrzut_ekranu_2021_07_13_o_12.40.31.png); }
 }@media only screen and (max-width: 763px) { #FdXO8gkhOa804b7xiLNVBXgZgrJp2fDM { background-color:#ffffff;background-image:none;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; }#FdXO8gkhOa804b7xiLNVBXgZgrJp2fDM > .row .container { background-color: transparent; background-image: none; }#FdXO8gkhOa804b7xiLNVBXgZgrJp2fDM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdXO8gkhOa804b7xiLNVBXgZgrJp2fDM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdXO8gkhOa804b7xiLNVBXgZgrJp2fDM > .row .container > .video-iframe-container { display: none; }#FdXO8gkhOa804b7xiLNVBXgZgrJp2fDM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdXO8gkhOa804b7xiLNVBXgZgrJp2fDM > .row > .video-iframe-container { display: none; }#FdXO8gkhOa804b7xiLNVBXgZgrJp2fDM > .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); }#FdXO8gkhOa804b7xiLNVBXgZgrJp2fDM > .row .container { border-width: 0; border-radius: 0; }#FdXO8gkhOa804b7xiLNVBXgZgrJp2fDM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FdXO8gkhOa804b7xiLNVBXgZgrJp2fDM > .row .container { width:20rem;height:30.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GluFX4svJmw963Lsm8SmarePZvoOArTe { width:20rem;height:5.36133125rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMmQMitiPx6X6WhoIe6HLrxEsTIno6WX { width:3.125rem;height:0.1875rem;top:7.3864583969119rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #En4kZpSIotsu9FTNoNLlGPXdvg5GAByV { width:20rem;height:1.6rem;top:8.1989583969119rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EagqTyOiPveRaZkTn5I9Fz6egtH1lWvN { height:11.25rem;width:20rem;top:12.611457824707rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fw6JClDyZ7qu0iRucGrK9GKPHd4TaiLT { border-top:0.0625rem solid #aeaeae;border-left:0;border-right:0rem solid #aeaeae;border-bottom:0rem solid #aeaeae;background-color:#ffffff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fw6JClDyZ7qu0iRucGrK9GKPHd4TaiLT > .row .container { background-color: transparent; background-image: none; }#fw6JClDyZ7qu0iRucGrK9GKPHd4TaiLT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fw6JClDyZ7qu0iRucGrK9GKPHd4TaiLT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fw6JClDyZ7qu0iRucGrK9GKPHd4TaiLT > .row .container > .video-iframe-container { display: none; }#fw6JClDyZ7qu0iRucGrK9GKPHd4TaiLT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fw6JClDyZ7qu0iRucGrK9GKPHd4TaiLT > .row > .video-iframe-container { display: none; }#fw6JClDyZ7qu0iRucGrK9GKPHd4TaiLT > .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); }#fw6JClDyZ7qu0iRucGrK9GKPHd4TaiLT > .row .container { border-width: 0; border-radius: 0; }#fw6JClDyZ7qu0iRucGrK9GKPHd4TaiLT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fw6JClDyZ7qu0iRucGrK9GKPHd4TaiLT > .row .container { width:20rem;height:121.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iOOMWuqVenBKMv3riKGzrmTCtuztKNm4 { width:20rem;height:4.3875rem;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h5lkK2KAWMO57e2KcCGZrRr6CMkmHt0V { width:2.5rem;height:0.125rem;top:12.034725rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFHhGcGpQ4yiDayg7AtD8nyGIUai4b42 { width:18.125rem;height:27.25rem;top:13.409725rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNAsVpxl3y3JrHfWzA7JmWoUcrxvM3CC { width:20rem;height:1.95rem;top:42.534725rem;left:0rem;font-size:1.5rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #xkkbI1QMxe8MS6Ut9lJGRSQAuxTis6JL { width:20rem;height:6.499025rem;top:45.7335125rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #nOrf66IWBiDDUJ6TXeLSMfEMsyQVEwqI { width:20rem;height:44.7890875rem;top:52.1805625rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #GPAkT2b4hqgaWIUh2F4MXelKuCOyM3Oh { width:20rem;height:3.9rem;top:6.8862875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dZ76nqxbPa1bSSTEz5wKPOWVxxFf4kMV { width:20rem;height:20.390625rem;top:98.2256875rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #LrJTuqhfBPImJk4mfaCLsOteSWIh87Qq { display:block; }#LrJTuqhfBPImJk4mfaCLsOteSWIh87Qq > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yF3xX4W3PBpQ9cgumuUU707ovd2eEH3R { width:20rem;height:3.574225rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBs4wnx7HDgg7THdAco2c1vGABJvagWs { background-color:#ffffff;background-image:none;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; }#ZBs4wnx7HDgg7THdAco2c1vGABJvagWs > .row .container { background-color: transparent; background-image: none; }#ZBs4wnx7HDgg7THdAco2c1vGABJvagWs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBs4wnx7HDgg7THdAco2c1vGABJvagWs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBs4wnx7HDgg7THdAco2c1vGABJvagWs > .row .container > .video-iframe-container { display: none; }#ZBs4wnx7HDgg7THdAco2c1vGABJvagWs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBs4wnx7HDgg7THdAco2c1vGABJvagWs > .row > .video-iframe-container { display: none; }#ZBs4wnx7HDgg7THdAco2c1vGABJvagWs > .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); }#ZBs4wnx7HDgg7THdAco2c1vGABJvagWs > .row .container { border-width: 0; border-radius: 0; }#ZBs4wnx7HDgg7THdAco2c1vGABJvagWs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZBs4wnx7HDgg7THdAco2c1vGABJvagWs > .row .container { width:20rem;height:129.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TuHews3IocBThiiV0OsT7TO6UxfJuxym { width:20rem;height:11.19725rem;top:8.1362875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBge5DFSyL5O8JXpQ9zgx95dT7X0kT4V { width:3.125rem;height:0.1875rem;top:1.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpkokqHVr4LlTZpydWH8hJpHRTA0axBH { width:20rem;height:4.2rem;top:2.6875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lecEUEfKw0FT3q3GEVC62BVPEO8mMa2i { width:7.0625rem;height:7.0625rem;top:19.7724609375rem;left:6.4375rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQmqWLAJixc8ci92yZwSdgONEfWQEsKP { width:20rem;height:14.3965rem;top:33.539729118347rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S633E2JBKr5XZZMCwGuTvv0BvtRRJJXG { width:20rem;height:6.2988125rem;top:26.3974609375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uzfzi7snXHMSzokDBf7DbTqGcDJu0pcy { width:20rem;height:20.7949375rem;top:56.356825rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI5wzQCIJ2EQxBmbbuhcOontIMW1mvsL { width:20rem;height:2.1rem;top:53.00786875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ugc9hTidncoGuLRVblsgwTwRiA3Ay6qv { width:7.0625rem;height:7.0625rem;top:47.0078125rem;left:6.46875rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #toTDQ01cJyCm1nJOhK4ts3xEOt0tzeKT { width:7.0625rem;height:7.0625rem;top:76.375rem;left:6.46875rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwcJEDHZXrngyCZaQvU62TX35y981PCo { width:20rem;height:11.19725rem;top:85.066429138181rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrklEVQTtRKohWf1FMys9ZCSLBF2cNkA { width:20rem;height:2.1rem;top:82.092449188231rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7XDrfJ8kDRKBRlhQw7x6JawMWOHQpcg { width:20rem;height:14.3965rem;top:106.22456932068rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PU8hRPiNveQMLdNtCbQtElZCzwJJbmeV { width:20rem;height:2.1rem;top:104.1250038147rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCvmWEbhQrvBcUiB2uTdRwqeCknot1Am { width:7.0625rem;height:7.0625rem;top:121.669921875rem;left:6.46875rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaxP4Ac2Atytok5CegKTpfRnCHP09Km5 { width:7.0625rem;height:7.0625rem;top:97.104167938231rem;left:6.46875rem;font-size:4.9375rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #qKAfIeb3p9r8WzZu46HyxU4v3WT6zEvk { width:7.0625rem;height:7.0625rem;top:131.546875rem;left:6.5rem;font-size:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #s2ro8CxETwAF9cElD3M1NKLk5zTrorDv { background-color:#ffffff;background-image:none;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; }#s2ro8CxETwAF9cElD3M1NKLk5zTrorDv > .row .container { background-color: transparent; background-image: none; }#s2ro8CxETwAF9cElD3M1NKLk5zTrorDv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2ro8CxETwAF9cElD3M1NKLk5zTrorDv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2ro8CxETwAF9cElD3M1NKLk5zTrorDv > .row .container > .video-iframe-container { display: none; }#s2ro8CxETwAF9cElD3M1NKLk5zTrorDv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2ro8CxETwAF9cElD3M1NKLk5zTrorDv > .row > .video-iframe-container { display: none; }#s2ro8CxETwAF9cElD3M1NKLk5zTrorDv > .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); }#s2ro8CxETwAF9cElD3M1NKLk5zTrorDv > .row .container { border-width: 0; border-radius: 0; }#s2ro8CxETwAF9cElD3M1NKLk5zTrorDv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s2ro8CxETwAF9cElD3M1NKLk5zTrorDv > .row .container { width:20rem;height:37.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ukfhJwbx7PcU2lacyzmMafP3o12MdSq8 { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSFLsOhF8BvDS02iSOOqQG0er5tRQJpb { width:3.125rem;height:0.1875rem;top:6rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZZRsPWvOTwyJH7cQ16Dyc8ZphLmSLJ5 { width:17.0625rem;height:3.2rem;top:7.75rem;left:1.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lfc12tMzT1EFJrrTh3XQDCP6lU65w6ch { height:11.25rem;width:20rem;top:12.611457824707rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1RswIlZExenPdHWq75TEJbPLQzzCz0q { height:11.089108910891rem;width:20rem;top:25.111328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dfn3c4lvqFKPB9wRiZKvlZur8tEx49aZ { display:block; }#Dfn3c4lvqFKPB9wRiZKvlZur8tEx49aZ > .row .container { width:20rem;height:11.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Opdz4QFGcT0UQMQmWoLEV2MCKxDfJxap { width:20rem;height:5.2rem;top:1.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFIthKuvuhzH5oRFxX54r2bbLQEtygRT { width:12rem;height:0.25rem;top:8.6601581573488rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTpf7OxNU8Ev00qJ0pQt8flLwR9D1Zym { background-color:#ffffff;background-image:none;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; }#hTpf7OxNU8Ev00qJ0pQt8flLwR9D1Zym > .row .container { background-color: transparent; background-image: none; }#hTpf7OxNU8Ev00qJ0pQt8flLwR9D1Zym::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTpf7OxNU8Ev00qJ0pQt8flLwR9D1Zym > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTpf7OxNU8Ev00qJ0pQt8flLwR9D1Zym > .row .container > .video-iframe-container { display: none; }#hTpf7OxNU8Ev00qJ0pQt8flLwR9D1Zym > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTpf7OxNU8Ev00qJ0pQt8flLwR9D1Zym > .row > .video-iframe-container { display: none; }#hTpf7OxNU8Ev00qJ0pQt8flLwR9D1Zym > .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); }#hTpf7OxNU8Ev00qJ0pQt8flLwR9D1Zym > .row .container { border-width: 0; border-radius: 0; }#hTpf7OxNU8Ev00qJ0pQt8flLwR9D1Zym > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hTpf7OxNU8Ev00qJ0pQt8flLwR9D1Zym > .row .container { width:20rem;height:189.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rJcz4AUEuSc2rzp9P2ZTc6kDoHVe7i8B { width:20rem;height:21.1543125rem;top:16.6987875rem;left:0rem;font-size:1rem;display:block; }#rJcz4AUEuSc2rzp9P2ZTc6kDoHVe7i8B li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sMI7JzzK/Zrzut_ekranu_2021_07_13_o_12.40.31.png); }
 }@media only screen and (max-width: 763px) { #c5y8MqTrGbccvIb4sHhABn0Qiqy3FWh1 { width:20rem;height:8.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrL3hy3Aybdbb8bPPaZEF2g48hAB2pVw { width:12.5rem;height:5.6982375rem;top:2.7751541137695rem;left:3.7499998211861rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4UOGCTmunCXL8WqwR7RSdz2kIzPUgdf { width:20rem;height:8.75rem;top:93.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #smuZyqaKgspowyEizIzR53Op4mgVDD2M { width:12.5rem;height:5.6982375rem;top:94.625rem;left:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPHlECAp7wZM41bnTWeGrvIDycEelPld { width:0.0625rem;height:67.375rem;top:0rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WX4E1B4C6Jfy1TOHroMZtKKqwVAKqE01 { width:20rem;height:52.5rem;top:44.5517578125rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #PdJPHC8mfQcNrg23XRhSc8ywNko8C4Aw { width:20rem;height:55.5rem;top:133.9375rem;left:0rem;font-size:1rem;z-index:14999;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #pRTMRrEv3bSvGNIOCWTaK4lAnTkT3ua1 { width:15.3125rem;height:4.2rem;top:11.25rem;left:2.3125rem;font-size:1.3125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TNZWpC0dJJfuc3wiTap0b27NTMyuMnWF { width:20rem;height:2.1rem;top:39.826102256775rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVZabDLb6Td6BuXzIpvrostNLDg9es7W { width:20rem;height:4.2rem;top:104rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztL38NQKBDQd7OwKc9G1SNktTnGCXziV { width:20rem;height:16.9560625rem;top:109.8125rem;left:0rem;font-size:1rem;display:block; }#ztL38NQKBDQd7OwKc9G1SNktTnGCXziV li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sMI7JzzK/Zrzut_ekranu_2021_07_13_o_12.40.31.png); }
 }@media only screen and (max-width: 763px) { #JplUHpldpkEtEnzeFC5NOTHFEKZ84w25 { width:20rem;height:2.0996125rem;top:129.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaL6EGpZxE9EGnq1kog96iRWdp12OKEC { display:block; }#gaL6EGpZxE9EGnq1kog96iRWdp12OKEC > .row .container { width:20rem;height:12.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k2nPsbCtbv9oI25HxI6LQMMxv0zawC0U { width:18.3125rem;height:5.2rem;top:3.087890625rem;left:0.84375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GSRizQFkaE4Bg2S0iRXuNG2rW3tgiI01 { display:block; }#GSRizQFkaE4Bg2S0iRXuNG2rW3tgiI01 > .row .container { width:20rem;height:96rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsDf7vyEVpxpebFz93nXbB6PgBkIgVmm { width:20rem;height:30.875rem;top:49.3896484375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcTPMyLf4ZFavtRPamkWD5mfEkND0aaa { width:20rem;height:43.203125rem;top:1.625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oAc4CqH35phHETkqkHOZvBQUPdnL8tyT { width:20rem;height:10.80078125rem;top:83.1337890625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wwo4FDensRoJD1auprQnFxntwuatbg5u { display:block; }#wwo4FDensRoJD1auprQnFxntwuatbg5u > .row .container { width:20rem;height:47.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UbLwBnRiKPTWG0xHufAU6MuS5NWGuJOm { width:20rem;height:10.3984375rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUd8DLfWhbkyxWF6yMy1PiP5TKVwiDcm { width:12rem;height:0.25rem;top:12.8993125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO4nAqb4HWfxEI50G6RuTddKvcqu32hV { width:20rem;height:6.3984375rem;top:14.3993125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGpeFmOnRDqyhTxTg5PEI8bJeR4y0e0m { width:20rem;height:22.39455rem;top:23.922527313233rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoHJLLGGA9Ni2GULuIo0TRVg2SRCpZDV { display:block; }#OoHJLLGGA9Ni2GULuIo0TRVg2SRCpZDV > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b7TvrnamAQ4eVgvqxtya9gGzPnkxBIXT { width:20rem;height:3.325rem;top:1.494140625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vVy8pgDpm3mhIEDnh3ws6qxHL2urRCDr { display:block; }#vVy8pgDpm3mhIEDnh3ws6qxHL2urRCDr > .row .container { width:20rem;height:273.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EvVDrb2Qglaot2zpifrfQrgOcTbLBQrr { width:20rem;height:35.6874375rem;top:21.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ftgAOnSFSdwOr9EcFqlcw2G6nwdJoTRM { width:20rem;height:6.375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #OpEWb78Z95Tb4GOmEMi0DCa9oHDWUzxw { width:1.4375rem;height:1.4375rem;top:9.5625rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZit0LFW9e2GC8oF6fTogVLhymgnZdrT { width:2.75rem;height:2.75rem;top:8.875rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h47oTtKManyBUMG9JCcgNkXgWgGVWCMg { width:20rem;height:31.2265625rem;top:76.79425rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #o0FZqFMO9k7e9PFictM6Cq9UU4t3BIa6 { width:20rem;height:9.5625rem;top:61.98175rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #t84qk7Q9ToOyTM1tdSC78wAtrUhscXZN { width:2.75rem;height:2.75rem;top:72.79425rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQn7uGRJymSoBlRlm1aGJc8P6PU5OVk7 { width:1.4375rem;height:1.4375rem;top:73.48175rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcR8UsctqpmvCESOfR7WTL3wRSXda6UJ { width:20rem;height:31.2265625rem;top:129.2135rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #E7MQUMiEfslxkizlmRTAutTy1p8DWgSv { width:20rem;height:6.375rem;top:117.5885rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #puT6IVtoEeKWGrTzafpKh3yRWhNLZc4w { width:2.75rem;height:2.75rem;top:125.2135rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2xpaaWBcK5h3pOXvZFIddtfVX9C32E8 { width:1.4375rem;height:1.4375rem;top:125.901rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #grcrbWQy4yzf0gwGSinE53HIRHCrLIT4 { width:20rem;height:31.2265625rem;top:181.63275rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #WgDLomTeDStUiCJIpImpJHNOr6UUORO4 { width:2.75rem;height:2.75rem;top:177.63275rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoOFsu7tszwu1GcIMgeZAGtNgIlSmm2H { width:1.4375rem;height:1.4375rem;top:178.32025rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nk6W77ZrgzyVW2mSxr2Xf5wCS70gDuuG { width:2.75rem;height:2.75rem;top:227.5rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWf2hnWWIJDRNt1AQRaRyUAVGEMDvmeW { width:1.4375rem;height:1.4375rem;top:228.125rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKTinpZMrIO9Tb3Rb4qKiautbc9T7Tby { width:20rem;height:6.375rem;top:219.50862693787rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #H7JoSlWxZNmzD2tTaHq2QSHgmi6ZzKcg { width:20rem;height:33.45696875rem;top:231.822rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Gb9JvMod6fXU4CyoXuEFMqiB4NNuuRJl { width:20rem;height:9.5625rem;top:167.03838157654rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ucXfWVu6e3Law1LZdKC0Mq6TcBGpAyOG { width:7.0625rem;height:7.0625rem;top:56.231079101562rem;left:6.46875rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOzWyAwPE6AlBcrKQgMu7zhNfkMpBqEA { width:7.0625rem;height:7.0625rem;top:110.26045799256rem;left:6.46875rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb3WBCcqRfcmVNvdFqWEftqdJfiqFEHn { width:7.0625rem;height:7.0625rem;top:160.44856834412rem;left:6.46875rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dL01UNtITyfVAaydGDiR9GPhA6qXUS2p { width:7.0625rem;height:7.0625rem;top:212.86787986756rem;left:6.46875rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLclLhJ43J3HPZ0DMO9U9aETZwaJrHEf { width:7.0625rem;height:7.0625rem;top:265.28712081909rem;left:6.46875rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuESVx0FTIEAf3Ztz7kzW4Oduf1TN6TK { width:7.0625rem;height:7.0625rem;top:12.875rem;left:6.4375rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcRG0mD2ySPo5KHOTqh6sVrT8pTBRA7v { display:block; }#IcRG0mD2ySPo5KHOTqh6sVrT8pTBRA7v > .row .container { width:20rem;height:21rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iFvIx6vJ3QowSNWi8WKTB5UxtfT9wu90 { width:20rem;height:5.25rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmroKT5WxTPvqS2gi52GmbPkgF1lbm4m { width:20rem;height:11.8984375rem;top:7.75rem;left:0rem;font-size:1.75rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #H3sbxedT6Qsbl7tTDgIRd24MV0s9K7D2 { display:block; }#H3sbxedT6Qsbl7tTDgIRd24MV0s9K7D2 > .row .container { width:20rem;height:42.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Em7mIAXgP4dNTTaWqO7zLVzr8iUJCEAm { width:20rem;height:36rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iToLoLNre5pr3rWCUxyIg8cGK8rdSqA2 { background-color:#ffffff;background-image:none;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; }#iToLoLNre5pr3rWCUxyIg8cGK8rdSqA2 > .row .container { background-color: transparent; background-image: none; }#iToLoLNre5pr3rWCUxyIg8cGK8rdSqA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iToLoLNre5pr3rWCUxyIg8cGK8rdSqA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iToLoLNre5pr3rWCUxyIg8cGK8rdSqA2 > .row .container > .video-iframe-container { display: none; }#iToLoLNre5pr3rWCUxyIg8cGK8rdSqA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iToLoLNre5pr3rWCUxyIg8cGK8rdSqA2 > .row > .video-iframe-container { display: none; }#iToLoLNre5pr3rWCUxyIg8cGK8rdSqA2 > .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); }#iToLoLNre5pr3rWCUxyIg8cGK8rdSqA2 > .row .container { border-width: 0; border-radius: 0; }#iToLoLNre5pr3rWCUxyIg8cGK8rdSqA2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iToLoLNre5pr3rWCUxyIg8cGK8rdSqA2 > .row .container { width:20rem;height:256.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dcc3PbT0E726OgdMb3P6RD2Qb9kteblK { width:20rem;height:235.1429rem;top:8.3237875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2viQlsLN969vmFRVRpEzXaPQWkvWIz4 { width:20rem;height:4.386725rem;top:1.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAmBr1qogM3RoLPFQUmOTXwwmMzXw2iI { width:3.125rem;height:0.1875rem;top:6.8862875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDhEdpgHGekdE8m7n4qJ0VTFzM85W1Ku { width:20rem;height:4.38574375rem;top:245.43489074707rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6or5Qc2irF2ubx41fehd5Tx7MxcvKGw { width:14.625rem;height:2.4375rem;top:251.57032299042rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzksNf0NOd4uTUSSZU2cuqknXM98FPxL { display:block; }
 }@media only screen and (max-width: 763px) { #mUd5zcVpOTe1oxkVhMXeeec5WfZmHOwo { display:block; }#mUd5zcVpOTe1oxkVhMXeeec5WfZmHOwo > .row .container { width:20rem;height:98rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VHS7BI67OwDV9M5duQqVycb5sDhxoArx { width:20rem;height:3.7745740498034rem;top:107.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #H0czTxgPvlNpUT1H2PQ5KfGxZZlN640g { width:20rem;height:auto;top:95.6875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vTEU71X6MSh62prR8mcSsZAklJThtGyd { width:19.75rem;height:1.29980625rem;top:135.4375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uguJ667A9cTXplumnBf1FrAwzqVdtmeN { top:89.625rem;left:0.9375rem;width:18.125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4GcgCHZmVo42yo549NugW50CTUxr5Rs { display:block; }
 }@media only screen and (max-width: 763px) { #A6yu1MZAiWsgeK07Ta7rnXeLeRcAb5Tz { width:12.5rem;height:1.70605625rem;top:124.8125rem;left:3.5rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eb3kLm8GEVaIWZbr0wRH1as1Fvxk3wpc { width:18.125rem;height:2.4375rem;top:27.9375rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApwdgHKEAQpePgIi7UrTuiJmPfHsRnF4 { width:3.125rem;height:3.125rem;top:77.6875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPwAF72RDNwpdvPozAxOIMd372CHhcQB { width:13.125rem;height:1.29980625rem;top:82.3125rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzHRDpHvCGn7HVqSWeoM9d1loEue3EiR { width:12.5rem;height:1.29980625rem;top:122.3125rem;left:3.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #umlezOKIB7HUUwcZKm35RS6695Td1bAl { width:18.125rem;height:5.625rem;top:69.8125rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hne7Q2sq1xfqRWdL3LTSwbnV06roXk0A { width:20rem;height:70.4375rem;top:26.375rem;left:0rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #IxnvnEH3yber51Z1JyoUysuPrg1e5zsh { width:20rem;height:44.875rem;top:50.1875rem;left:0rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #g9me8fSTF8cWEdIQs8u1gaJXmkS5uUF0 { width:20rem;height:2.8125rem;top:23.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uex692rGJrwTJKfAITT1heBl23bCqv4g { width:18.75rem;height:1.59375rem;top:24.1875rem;left:0.625rem;font-size:1.0625rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #DbTvBM4wmuUQQtuUGuyc3n4ucp6TOeq1 .widget-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;background-color:;background-image:none;margin-top:0;margin-right:0.3125rem;margin-bottom:0;margin-left:0.3125rem;vertical-align:top; }
#DbTvBM4wmuUQQtuUGuyc3n4ucp6TOeq1 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;padding-top:0.4375rem;padding-right:0.0625rem;padding-bottom:0;padding-left:0.0625rem;display:block;width:3.625rem;height:2.5rem;position:relative;font-size:2.6875rem;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#DbTvBM4wmuUQQtuUGuyc3n4ucp6TOeq1 .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0;padding-right:0.0625rem;padding-bottom:0.3125rem;padding-left:0.0625rem;display:block;width:auto;height:0.6875rem;position:relative;font-size:0.5rem;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#DbTvBM4wmuUQQtuUGuyc3n4ucp6TOeq1 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;box-shadow: none;display:block;width:18.4375rem;height:4.875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:137.9375rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DbTvBM4wmuUQQtuUGuyc3n4ucp6TOeq1 #bXwIRhPfACLmfFKtKs0RJen3lfTKLutd { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DbTvBM4wmuUQQtuUGuyc3n4ucp6TOeq1 #EkHk1Kr0Vuqw6S9Gzq9bolD0Rhly7JVD {  }
 }@media only screen and (max-width: 763px) { #DbTvBM4wmuUQQtuUGuyc3n4ucp6TOeq1 #UJf70Mgfbn4gGZagThIMsx58cGDDFeMn {  }
 }@media only screen and (max-width: 763px) { #DbTvBM4wmuUQQtuUGuyc3n4ucp6TOeq1 #mf6ieVdkaPeFF2rTV50ZA3qkrfJzzVnU { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DbTvBM4wmuUQQtuUGuyc3n4ucp6TOeq1 #m2OAhXnF9fCRM5SSu8IzwxOnPgb93kpm {  }
 }@media only screen and (max-width: 763px) { #DbTvBM4wmuUQQtuUGuyc3n4ucp6TOeq1 #FId57iOm96TQu25cumzKupwI6fP3El9u {  }
 }@media only screen and (max-width: 763px) { #DbTvBM4wmuUQQtuUGuyc3n4ucp6TOeq1 #q988N1Pe9hogR9IidMUILOdgE1NcDhbR { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DbTvBM4wmuUQQtuUGuyc3n4ucp6TOeq1 #TEcrTJP4W5qTKUnB26RakVM7e3108vzm {  }
 }@media only screen and (max-width: 763px) { #DbTvBM4wmuUQQtuUGuyc3n4ucp6TOeq1 #hQzNXDJhdaR3T8ldfdrVJaSd1hw8IgzU {  }
 }@media only screen and (max-width: 763px) { #DbTvBM4wmuUQQtuUGuyc3n4ucp6TOeq1 #vXwxtfSOTigLbiiQHSmQJFcd8PEdF6Cc { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DbTvBM4wmuUQQtuUGuyc3n4ucp6TOeq1 #VwXJwAkqAk9ARsXES0PU046htD8NxmBI {  }
 }@media only screen and (max-width: 763px) { #DbTvBM4wmuUQQtuUGuyc3n4ucp6TOeq1 #idEXeLT3vqqFzxSvnXOh5ZTAgxIU089F {  }
 }@media only screen and (max-width: 763px) { #QaszCmEb3f7W3Cruyo0GiG6WhQhnskkT { width:18.125rem;height:5.625rem;top:51.0625rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lF1kx5EygQL9TIvXUFQvWHRqmq8F6saN { width:18.125rem;height:5.625rem;top:43.125rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDD92xkuRxq5dWoJQVpzVJ8a6Fw23CKR { width:12rem;height:0.25rem;top:7.3229125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpmTdE3XK8EcRp3IHaub1Pos7aogoqI1 { width:20rem;height:1.7875rem;top:4.28645625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTnpnvDMOHf4px3GHb3PytamILffM2az { width:20rem;height:5.736325rem;top:9.3220486640931rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #MyyuJHTQTGK7I6DKwxO3sQSPvQuQiqaO { width:20rem;height:1.7875rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPHcIfEPpUnoOvmki65Q0Zy8VKNumuiN { width:17.5625rem;height:9.78125rem;top:32.3125rem;left:1.21875rem;font-size:0.9375rem;display:block; }#gPHcIfEPpUnoOvmki65Q0Zy8VKNumuiN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/sMI7JzzK/Zrzut_ekranu_2021_07_13_o_12.40.31.png); }
 }@media only screen and (max-width: 763px) { #px61772qovRUaEfuf2kvW67JpTHgbhUb { width:18.125rem;height:0;top:37.9375rem;left:0.9375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ToMZvwBLPXGGGHSeUXX1BEJX4b15T9qZ { width:20rem;height:8.4375rem;top:58.7392578125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgWsUTA7sfIazzEzcyN7Py9KUvVP8qGJ { width:12.5rem;height:2.6806625rem;top:85.125rem;left:3.75rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H09SviOBWNB707P212vEw7uSEAalMPEs { top:17.3125rem;left:2.5625rem;width:14.875rem;height:3rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #R2ddCrPyyosmU9pLr0sxeBDuBEwdT1hQ { display:block; }
 }@media only screen and (max-width: 763px) { #LTa85Gs3EqTOXcU64D8a5dJN5p7hgCDa { background-color:#ffffff;background-image:none;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; }#LTa85Gs3EqTOXcU64D8a5dJN5p7hgCDa > .row .container { background-color: transparent; background-image: none; }#LTa85Gs3EqTOXcU64D8a5dJN5p7hgCDa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTa85Gs3EqTOXcU64D8a5dJN5p7hgCDa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTa85Gs3EqTOXcU64D8a5dJN5p7hgCDa > .row .container > .video-iframe-container { display: none; }#LTa85Gs3EqTOXcU64D8a5dJN5p7hgCDa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTa85Gs3EqTOXcU64D8a5dJN5p7hgCDa > .row > .video-iframe-container { display: none; }#LTa85Gs3EqTOXcU64D8a5dJN5p7hgCDa > .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); }#LTa85Gs3EqTOXcU64D8a5dJN5p7hgCDa > .row .container { border-width: 0; border-radius: 0; }#LTa85Gs3EqTOXcU64D8a5dJN5p7hgCDa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LTa85Gs3EqTOXcU64D8a5dJN5p7hgCDa > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bPUTyGyQhRJbqdklaDXk03bfhNgmZ7DA { width:20rem;height:3.575rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nigl5pQ0vsEra90JMrfK1asTa8bRP8Fy { width:20rem;height:13.9941375rem;top:25.7612875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #osh0Gc8UE0G66UL0p1sDGJvOtVfED3JM { width:3.125rem;height:0.1875rem;top:6.0737875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #foPBZl3Vn5ZruAMVGMRlHvJKV1NvPaVR { width:17.625rem;height:17rem;top:7.5112875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vg98TRmvcvkxnuDDRlvS09OpKU8NwD12 { background-color:#ffffff;background-image:none;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; }#Vg98TRmvcvkxnuDDRlvS09OpKU8NwD12 > .row .container { background-color: transparent; background-image: none; }#Vg98TRmvcvkxnuDDRlvS09OpKU8NwD12::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vg98TRmvcvkxnuDDRlvS09OpKU8NwD12 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vg98TRmvcvkxnuDDRlvS09OpKU8NwD12 > .row .container > .video-iframe-container { display: none; }#Vg98TRmvcvkxnuDDRlvS09OpKU8NwD12 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vg98TRmvcvkxnuDDRlvS09OpKU8NwD12 > .row > .video-iframe-container { display: none; }#Vg98TRmvcvkxnuDDRlvS09OpKU8NwD12 > .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); }#Vg98TRmvcvkxnuDDRlvS09OpKU8NwD12 > .row .container { border-width: 0; border-radius: 0; }#Vg98TRmvcvkxnuDDRlvS09OpKU8NwD12 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vg98TRmvcvkxnuDDRlvS09OpKU8NwD12 > .row .container { width:20rem;height:37.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lgoXqsh6hmhxdkqS9IaQ1s6QwoIpZWB9 { width:20rem;height:5.36133125rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9rm75td0bFpE5CnnTOdmfl4ffaBs2UJ { width:3.125rem;height:0.1875rem;top:7.3864583969119rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhFhDaJRrlX2nOoOKkTHvEEBNfT5uiKG { width:20rem;height:1.6rem;top:8.1989583969119rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElJbJCxMy0D2RcqyS8oWo9UAwxwTgoAi { height:11.25rem;width:20rem;top:12.611457824707rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPsHavR346ukVWqHTzhTqoqd4c6MDXWX { height:11.231527093596rem;width:20rem;top:25.111450195312rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJhQaJxA8TTi71utOW83Ovr3wclmh7QK { background-color:#ffffff;background-image:none;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; }#lJhQaJxA8TTi71utOW83Ovr3wclmh7QK > .row .container { background-color: transparent; background-image: none; }#lJhQaJxA8TTi71utOW83Ovr3wclmh7QK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJhQaJxA8TTi71utOW83Ovr3wclmh7QK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJhQaJxA8TTi71utOW83Ovr3wclmh7QK > .row .container > .video-iframe-container { display: none; }#lJhQaJxA8TTi71utOW83Ovr3wclmh7QK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJhQaJxA8TTi71utOW83Ovr3wclmh7QK > .row > .video-iframe-container { display: none; }#lJhQaJxA8TTi71utOW83Ovr3wclmh7QK > .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); }#lJhQaJxA8TTi71utOW83Ovr3wclmh7QK > .row .container { border-width: 0; border-radius: 0; }#lJhQaJxA8TTi71utOW83Ovr3wclmh7QK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lJhQaJxA8TTi71utOW83Ovr3wclmh7QK > .row .container { width:20rem;height:419.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oGN0RfSXhDNIGzKufossSiKFn5GRs83T { width:20rem;height:340.0574625rem;top:17.774999809451rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUf17Tm6dtUBPWJNIOdTbFUwpuAZhTmd { width:20rem;height:3.574225rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7B6lOAZ9GO58HNoUcpC0Q9KliGGmX1g { width:3.125rem;height:0.1875rem;top:6.0737875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGCubMHrGx6RWUr3MG2ICVCezo4KkIIs { width:20rem;height:3.2rem;top:7.5112875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOrPUT4L8D2RWmLkSgnB3X3eeXsJQQ4f { width:20rem;height:6.825rem;top:360.6875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #srvOWKWigoFaNamvpnUrPoAWr3K7BSmI { width:19.8125rem;height:7.3125rem;top:382rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #InP6EbUtDnTNnPzBodARphvE7Lp45xlD .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#InP6EbUtDnTNnPzBodARphvE7Lp45xlD .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#InP6EbUtDnTNnPzBodARphvE7Lp45xlD .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#InP6EbUtDnTNnPzBodARphvE7Lp45xlD { display:flex;width:18rem;height:5.0625rem;top:392.875rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #InP6EbUtDnTNnPzBodARphvE7Lp45xlD #mAyzh5vnBssQ5TIX6cUOIii7yugWg70Z { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #InP6EbUtDnTNnPzBodARphvE7Lp45xlD #oxeyExhnKZnGTHpMrUugavoXiBFVVWyn {  }
 }@media only screen and (max-width: 763px) { #InP6EbUtDnTNnPzBodARphvE7Lp45xlD #FkhByn9iBOe40Swmk517yWba88ZXlrTi {  }
 }@media only screen and (max-width: 763px) { #InP6EbUtDnTNnPzBodARphvE7Lp45xlD #ZoDTO80EMXsEVcq1QTATr3BRyFyEMBkA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #InP6EbUtDnTNnPzBodARphvE7Lp45xlD #AOFK6cwIODbPImnidw7z2TH0WACbMTIi {  }
 }@media only screen and (max-width: 763px) { #InP6EbUtDnTNnPzBodARphvE7Lp45xlD #rI0hDlFepLed12cA10T1ky3LkC4lRPsc {  }
 }@media only screen and (max-width: 763px) { #InP6EbUtDnTNnPzBodARphvE7Lp45xlD #BOAAf81hewbk87u6r23vbLFLaDNpTQGW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #InP6EbUtDnTNnPzBodARphvE7Lp45xlD #VS7iI8lPriTGMkTEKZeHlZh2S0MmeK9i {  }
 }@media only screen and (max-width: 763px) { #InP6EbUtDnTNnPzBodARphvE7Lp45xlD #G9T2TFtJ0EJwkfOGLcdChiuhGeFGeUSz {  }
 }@media only screen and (max-width: 763px) { #InP6EbUtDnTNnPzBodARphvE7Lp45xlD #JhOy1bJPFiRrcJslEsP3GDr2npSX8yFf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #InP6EbUtDnTNnPzBodARphvE7Lp45xlD #LH7RlRWtufkWUCvwRN9zKJHLdg7b7Zvp {  }
 }@media only screen and (max-width: 763px) { #InP6EbUtDnTNnPzBodARphvE7Lp45xlD #b0bPdKAlIRN9ueLrIohxTFrWG9322yM9 {  }
 }@media only screen and (max-width: 763px) { #uvwgObSXOsa9EKe5i1DXtOISamLNL1JF { width:20rem;height:3.574225rem;top:400.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9VzUMKfHTuphqcnp7dqQnRDEp0d0BuO { width:20rem;height:4.25rem;top:406.25rem;left:0rem;font-size:0.6875rem;line-height:1.3;font-weight:700;font-style:normal;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #f0H2sgR3RKRKIWzbEMLpNMx9okl0neN6 { display:block; }
 }@media only screen and (max-width: 763px) { #vREikzEtNRAl3VM6cRwQ3Q2H9nKJsC3M { width:13.125rem;height:1.1375rem;top:391.1875rem;left:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgoypzNBwdFMe77WKBmbc0hVHg9osglW { width:20rem;height:12.0195rem;top:368.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VahcXpizQ2IPgqRGukCIDM27hGuZWbfF { display:block; }#VahcXpizQ2IPgqRGukCIDM27hGuZWbfF > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QvMi4u1aIONSq3fqKUpQ9lMdEOh49iTV { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hNe19InGvZpByoJflEq8iIpp4uVT0G7P { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:#ce0000;background-image:none;display:block; }#hNe19InGvZpByoJflEq8iIpp4uVT0G7P > .row .container { background-color: transparent; background-image: none; }#hNe19InGvZpByoJflEq8iIpp4uVT0G7P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNe19InGvZpByoJflEq8iIpp4uVT0G7P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNe19InGvZpByoJflEq8iIpp4uVT0G7P > .row .container > .video-iframe-container { display: none; }#hNe19InGvZpByoJflEq8iIpp4uVT0G7P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNe19InGvZpByoJflEq8iIpp4uVT0G7P > .row > .video-iframe-container { display: none; }#hNe19InGvZpByoJflEq8iIpp4uVT0G7P > .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); }#hNe19InGvZpByoJflEq8iIpp4uVT0G7P > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rfVrEMJpuy5yL2LwSsAUKCxhHP9x60Em { width:20rem;height:0.89355625rem;top:0.75rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSoxsDrINvGVoyfwACTEeuu0NcnZxXep { width:2.1875rem;height:2.1875rem;top:3.9375rem;left:8.875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #sP2GPUbUFd083KaAOOCx8uW5HAuQ6TL8 { width:3.9375rem;height:3.9375rem;top:13.5rem;left:8rem;font-size:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sThAkwEKe5M3N6XTBGHEvOIJXOHIWz2n .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#sThAkwEKe5M3N6XTBGHEvOIJXOHIWz2n .widget-text.counter-number { padding-top:0.280625rem;padding-right:0.255625rem;padding-bottom:0.280625rem;padding-left:0.255625rem;width:1.535rem;min-width:1.535rem;height:1.5075rem;font-size:1.121875rem;line-height:24.12px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#sThAkwEKe5M3N6XTBGHEvOIJXOHIWz2n .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.175625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.046875rem;height:0.595625rem;font-size:0.420625rem;line-height:9.53px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#sThAkwEKe5M3N6XTBGHEvOIJXOHIWz2n { display:flex;width:12.1875rem;height:2.84rem;top:2.125rem;left:3.875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #sThAkwEKe5M3N6XTBGHEvOIJXOHIWz2n #sB8MpuypTDchtThnoaFL3LglQyvyST3f { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sThAkwEKe5M3N6XTBGHEvOIJXOHIWz2n #txNoFqAKzp7fwH17TfouVxRLsZugQxe9 {  }
 }@media only screen and (max-width: 763px) { #sThAkwEKe5M3N6XTBGHEvOIJXOHIWz2n #EwMS4BuzL7lpm0vqTqN0GOaSTPy1vdTT {  }
 }@media only screen and (max-width: 763px) { #sThAkwEKe5M3N6XTBGHEvOIJXOHIWz2n #GBfpXcT9RM4vvKF5Re6SDvfW9SdcAQ4H { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sThAkwEKe5M3N6XTBGHEvOIJXOHIWz2n #kzZ4hfgTrD6yci1Ag0bggGzgNbzZBLOC {  }
 }@media only screen and (max-width: 763px) { #sThAkwEKe5M3N6XTBGHEvOIJXOHIWz2n #Zhzp5qxHm5KrmLdQf7dfToLqpQIsqfMx {  }
 }@media only screen and (max-width: 763px) { #sThAkwEKe5M3N6XTBGHEvOIJXOHIWz2n #VMAObVQvyPFMKJpZGXXn32wf9JKG9OOt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sThAkwEKe5M3N6XTBGHEvOIJXOHIWz2n #b296EmCHoQto4Tx5a2y0KysyLg9BUph4 {  }
 }@media only screen and (max-width: 763px) { #sThAkwEKe5M3N6XTBGHEvOIJXOHIWz2n #TiWseB526DHGQrRSLLwCyEiBxPosyqvd {  }
 }@media only screen and (max-width: 763px) { #sThAkwEKe5M3N6XTBGHEvOIJXOHIWz2n #oKkCgruVJrpWM8HTJsfGi7LH1LJGbhsT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sThAkwEKe5M3N6XTBGHEvOIJXOHIWz2n #lgOyU0k9gvP5ECqDdGg2ZXdS0PZpw7eI {  }
 }@media only screen and (max-width: 763px) { #sThAkwEKe5M3N6XTBGHEvOIJXOHIWz2n #LPdmmxVS5b8aXKtLuJwQynNbk0xNk3ak {  }
 }