.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#fFwKHIG4U5iwIhT1e3tMeFoprrZtMCQB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/YI7Tk5HZ/new_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#fFwKHIG4U5iwIhT1e3tMeFoprrZtMCQB.adaptive-delivery-prevent-bg, #fFwKHIG4U5iwIhT1e3tMeFoprrZtMCQB.lazyload, #fFwKHIG4U5iwIhT1e3tMeFoprrZtMCQB.lazyloading { background-image: none; }#fFwKHIG4U5iwIhT1e3tMeFoprrZtMCQB > .row .container { background-color: transparent; background-image: none; }#fFwKHIG4U5iwIhT1e3tMeFoprrZtMCQB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fFwKHIG4U5iwIhT1e3tMeFoprrZtMCQB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fFwKHIG4U5iwIhT1e3tMeFoprrZtMCQB > .row .container > .video-iframe-container { display: none; }#fFwKHIG4U5iwIhT1e3tMeFoprrZtMCQB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fFwKHIG4U5iwIhT1e3tMeFoprrZtMCQB > .row > .video-iframe-container { display: none; }#fFwKHIG4U5iwIhT1e3tMeFoprrZtMCQB > .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); }#fFwKHIG4U5iwIhT1e3tMeFoprrZtMCQB > .row .container { border-width: 0; border-radius: 0; }#fFwKHIG4U5iwIhT1e3tMeFoprrZtMCQB > .row .container { font-size:0.875rem;font-family:arial;height:18.125rem;width:75rem;position:relative;display:block; }#S3XnRO3tyFt4QlThX6d9vvVFn9fzgmV0 { position:absolute;display:block;z-index:99999;background-color:rgba(0,0,0,0.4);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;height:16.0625rem;width:59.8125rem;top:0.75rem;left:7.625rem;display:block; }
#kvrWkn8OyQlg6lESI1UABDO7gIUaxAI6 { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:13.875rem;left:31.625rem;display:block; }
#EfKAiyfAnmzQkXSV7RahgFiBvwRyg1vu { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.0625rem;width:11.4375rem;top:2.375rem;left:31.78125rem;overflow:hidden;display:block; }
#qXvLZBZEAhXMTthttp6Okgt3CTpzm0WC { color:#000000;display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:2rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5);top:7.9375rem;left:31.25rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#WH9HM3SeglT0zSQL90knTI6KIFc1tSZW { color:#000000;display:block;width:36.9375rem;position:absolute;font-family:oswald;font-size:2rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.8125rem rgba(0,0,0,0.8);top:10.75rem;left:19.0625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#kFXmCPPqeBqymR1qNUwpv8LXSVktgRGS { color:#000000;display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:1.3125rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:14.021484375rem;left:32.71875rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#JynwAfx6mBkbTO53o2e95v0u7HuAFm2C { position:relative;display:block; }#JynwAfx6mBkbTO53o2e95v0u7HuAFm2C { background-color: transparent; background-image: none; }#JynwAfx6mBkbTO53o2e95v0u7HuAFm2C::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JynwAfx6mBkbTO53o2e95v0u7HuAFm2C > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JynwAfx6mBkbTO53o2e95v0u7HuAFm2C > .row .container > .video-iframe-container { display: none; }#JynwAfx6mBkbTO53o2e95v0u7HuAFm2C > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JynwAfx6mBkbTO53o2e95v0u7HuAFm2C > .row > .video-iframe-container { display: none; }#JynwAfx6mBkbTO53o2e95v0u7HuAFm2C > .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); }#JynwAfx6mBkbTO53o2e95v0u7HuAFm2C { border-width: 0; border-radius: 0; }#JynwAfx6mBkbTO53o2e95v0u7HuAFm2C > .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:46.0625rem;width:75rem;position:relative;display:block; }#GwWwqdHHdJVwTZXyO76KawAv9WGACmGt { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:36.9375rem;width:65.6875rem;top:7.03125rem;left:4.65625rem;display:block; }
#uJ7cKTcxw2zAXDJMv1Pq4hVTrskXoSK8 { color:#000000;display:block;width:40.5625rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:2.6875rem;left:17.21875rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DpGUTmmAyWTe3f2fEw4TQUDIbl3bKXaW { position:relative;display:block; }#DpGUTmmAyWTe3f2fEw4TQUDIbl3bKXaW { background-color: transparent; background-image: none; }#DpGUTmmAyWTe3f2fEw4TQUDIbl3bKXaW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DpGUTmmAyWTe3f2fEw4TQUDIbl3bKXaW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DpGUTmmAyWTe3f2fEw4TQUDIbl3bKXaW > .row .container > .video-iframe-container { display: none; }#DpGUTmmAyWTe3f2fEw4TQUDIbl3bKXaW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DpGUTmmAyWTe3f2fEw4TQUDIbl3bKXaW > .row > .video-iframe-container { display: none; }#DpGUTmmAyWTe3f2fEw4TQUDIbl3bKXaW > .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); }#DpGUTmmAyWTe3f2fEw4TQUDIbl3bKXaW { border-width: 0; border-radius: 0; }#DpGUTmmAyWTe3f2fEw4TQUDIbl3bKXaW > .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:46.0625rem;width:75rem;position:relative;display:block; }#rARROy9I2t5g5U2DHDyCUIIJoc0kM5TL { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:36.9375rem;width:65.6875rem;top:7.03125rem;left:4.65625rem;display:block; }
#TktqgmAUFUolON327HlM74kPCOz6KZtv { color:#000000;display:block;width:43.75rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:2.1875rem;left:15.625rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BZ7WsWsx4Faun6PlpJNtytFDo5GbBqpB { position:relative;display:block; }#BZ7WsWsx4Faun6PlpJNtytFDo5GbBqpB { background-color: transparent; background-image: none; }#BZ7WsWsx4Faun6PlpJNtytFDo5GbBqpB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BZ7WsWsx4Faun6PlpJNtytFDo5GbBqpB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BZ7WsWsx4Faun6PlpJNtytFDo5GbBqpB > .row .container > .video-iframe-container { display: none; }#BZ7WsWsx4Faun6PlpJNtytFDo5GbBqpB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BZ7WsWsx4Faun6PlpJNtytFDo5GbBqpB > .row > .video-iframe-container { display: none; }#BZ7WsWsx4Faun6PlpJNtytFDo5GbBqpB > .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); }#BZ7WsWsx4Faun6PlpJNtytFDo5GbBqpB { border-width: 0; border-radius: 0; }#BZ7WsWsx4Faun6PlpJNtytFDo5GbBqpB > .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:16.625rem;width:75rem;position:relative;display:block; }#l39K3hnCeKM0RhTSOeZhVBUKZZsI95Le { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:46.875rem;top:1.1875rem;left:14.0625rem;overflow:hidden;display:block; }
#VMlFiIcDXdbdAneyKGJUe5pwHePgEUcO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(227,227,227,0.4);background-image:none;position:relative;display:block; }#VMlFiIcDXdbdAneyKGJUe5pwHePgEUcO > .row .container { background-color: transparent; background-image: none; }#VMlFiIcDXdbdAneyKGJUe5pwHePgEUcO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VMlFiIcDXdbdAneyKGJUe5pwHePgEUcO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VMlFiIcDXdbdAneyKGJUe5pwHePgEUcO > .row .container > .video-iframe-container { display: none; }#VMlFiIcDXdbdAneyKGJUe5pwHePgEUcO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VMlFiIcDXdbdAneyKGJUe5pwHePgEUcO > .row > .video-iframe-container { display: none; }#VMlFiIcDXdbdAneyKGJUe5pwHePgEUcO > .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); }#VMlFiIcDXdbdAneyKGJUe5pwHePgEUcO > .row .container { border-width: 0; border-radius: 0; }#VMlFiIcDXdbdAneyKGJUe5pwHePgEUcO > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:75rem;position:relative;display:block; }#lqnnmLsRyawAqhCA7QFfldnbvLWKgzp8 { position:absolute;display:block;z-index:100006;background-color:#01a0de;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;height:0.1875rem;width:6.25rem;top:7.4375rem;left:34.375rem;display:block; }
#gvWglIkGCJKcgy3vprsZuWGw6NBg8ZGf { color:#000000;display:block;width:55.4375rem;position:absolute;font-family:oswald;font-size:3.125rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:2.375rem;left:9.78125rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e8NGZPtOL69hsdD77Wv7iv9PnuBcOfEk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(227,227,227,0.4);background-image:none;position:relative;display:block; }#e8NGZPtOL69hsdD77Wv7iv9PnuBcOfEk > .row .container { background-color: transparent; background-image: none; }#e8NGZPtOL69hsdD77Wv7iv9PnuBcOfEk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#e8NGZPtOL69hsdD77Wv7iv9PnuBcOfEk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#e8NGZPtOL69hsdD77Wv7iv9PnuBcOfEk > .row .container > .video-iframe-container { display: none; }#e8NGZPtOL69hsdD77Wv7iv9PnuBcOfEk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#e8NGZPtOL69hsdD77Wv7iv9PnuBcOfEk > .row > .video-iframe-container { display: none; }#e8NGZPtOL69hsdD77Wv7iv9PnuBcOfEk > .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); }#e8NGZPtOL69hsdD77Wv7iv9PnuBcOfEk > .row .container { border-width: 0; border-radius: 0; }#e8NGZPtOL69hsdD77Wv7iv9PnuBcOfEk > .row .container { font-size:0.875rem;font-family:arial;height:16.625rem;width:75rem;position:relative;display:block; }#mHJrkEGTuxZdCJ7uKwXlTX3o4fHTvUAV { position:absolute;display:block;z-index:100002;background-color:#e1005d;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;height:5.875rem;width:10.6875rem;top:1.125rem;left:1.5rem;display:block; }
#DUQTruT7a9itImoJtLQ15AXkdgn4sCMW { position:absolute;display:block;z-index:100003;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;height:14.75rem;width:60.875rem;top:1.125rem;left:12.96875rem;display:block; }
#VOLz3QUFaGlWJ0ybSNNSQnQNNIcvG4vC { color:#000000;display:block;width:8.625rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:3.21875rem;left:2.53125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#k9JQWF6izxpUAmMBF0HFMn89wpKTR3Pq { color:#000000;display:block;width:57.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:3.34375rem;left:14.71875rem;height:1.4625rem;text-align:left;text-align-last:left;display:block; }
#oFTuFfhcNgBxNPIZT1aiOXHTPcB8hSOl { color:#000000;display:block;width:46.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:100008;line-height:1.9;letter-spacing:0;top:5.8154296875rem;left:14.28125rem;height:9.4970625rem;text-align:left;text-align-last:left;display:block; }#oFTuFfhcNgBxNPIZT1aiOXHTPcB8hSOl li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#oFTuFfhcNgBxNPIZT1aiOXHTPcB8hSOl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/oMh95cFI/Bez_nazwy_2.png); }
#xRCtNTnmytROo51d4IxUXrasO4iEFf3L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(227,227,227,0.4);background-image:none;position:relative;display:block; }#xRCtNTnmytROo51d4IxUXrasO4iEFf3L > .row .container { background-color: transparent; background-image: none; }#xRCtNTnmytROo51d4IxUXrasO4iEFf3L::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xRCtNTnmytROo51d4IxUXrasO4iEFf3L > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xRCtNTnmytROo51d4IxUXrasO4iEFf3L > .row .container > .video-iframe-container { display: none; }#xRCtNTnmytROo51d4IxUXrasO4iEFf3L > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xRCtNTnmytROo51d4IxUXrasO4iEFf3L > .row > .video-iframe-container { display: none; }#xRCtNTnmytROo51d4IxUXrasO4iEFf3L > .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); }#xRCtNTnmytROo51d4IxUXrasO4iEFf3L > .row .container { border-width: 0; border-radius: 0; }#xRCtNTnmytROo51d4IxUXrasO4iEFf3L > .row .container { font-size:0.875rem;font-family:arial;height:20.75rem;width:75rem;position:relative;display:block; }#NJhMZmJhKnz3anHW6nXezbFMw16k62Rf { position:absolute;display:block;z-index:100002;background-color:#e1005d;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;height:5.875rem;width:10.6875rem;top:1.125rem;left:1.5rem;display:block; }
#cwR7vorEL2r7HuqMEMu4ps5NOiCy1rUn { position:absolute;display:block;z-index:100003;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;height:18.375rem;width:60.875rem;top:1.125rem;left:12.96875rem;display:block; }
#sS3nGvqi7pykEXXlnfw0IaAt41fTScpr { color:#000000;display:block;width:8.625rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:3.21875rem;left:2.53125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#dhMbtMMor6gOR0zNRqxXSwPT8C3WIcUk { color:#000000;display:block;width:57.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:3.34375rem;left:14.71875rem;height:1.4625rem;text-align:left;text-align-last:left;display:block; }
#IdNJCVZa1NwCQ7C90xgMenPUm0d6qvO8 { color:#000000;display:block;width:46.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:100011;line-height:1.9;letter-spacing:0;top:5.6992192268372rem;left:14.71875rem;height:;text-align:left;text-align-last:left;display:block; }#IdNJCVZa1NwCQ7C90xgMenPUm0d6qvO8 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#IdNJCVZa1NwCQ7C90xgMenPUm0d6qvO8 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/oMh95cFI/Bez_nazwy_2.png); }
#UHRItyJFfwFVTtaTbStaEoM3wScVlPNm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(227,227,227,0.4);background-image:none;position:relative;display:block; }#UHRItyJFfwFVTtaTbStaEoM3wScVlPNm > .row .container { background-color: transparent; background-image: none; }#UHRItyJFfwFVTtaTbStaEoM3wScVlPNm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UHRItyJFfwFVTtaTbStaEoM3wScVlPNm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UHRItyJFfwFVTtaTbStaEoM3wScVlPNm > .row .container > .video-iframe-container { display: none; }#UHRItyJFfwFVTtaTbStaEoM3wScVlPNm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UHRItyJFfwFVTtaTbStaEoM3wScVlPNm > .row > .video-iframe-container { display: none; }#UHRItyJFfwFVTtaTbStaEoM3wScVlPNm > .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); }#UHRItyJFfwFVTtaTbStaEoM3wScVlPNm > .row .container { border-width: 0; border-radius: 0; }#UHRItyJFfwFVTtaTbStaEoM3wScVlPNm > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:75rem;position:relative;display:block; }#D81VLE5N3lxAFZiaqCwiQlVMJdznA4E4 { position:absolute;display:block;z-index:100002;background-color:#e1005d;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;height:5.875rem;width:10.6875rem;top:1.125rem;left:1.5rem;display:block; }
#qb9C7GaXObraMs24qT1ck8xQhsgq0ZMD { position:absolute;display:block;z-index:100003;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;height:15.5625rem;width:60.875rem;top:1.125rem;left:12.96875rem;display:block; }
#Zw9nPs6UaVtfqWoVeeQqhGXNn40quzpk { color:#000000;display:block;width:8.625rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:3.21875rem;left:2.53125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#fCftQZKRiPTlziBATOmUuFQDcA6Uy3Wh { color:#000000;display:block;width:57.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:3.34375rem;left:14.71875rem;height:1.4625rem;text-align:left;text-align-last:left;display:block; }
#xeCO9cGKNZp2CHmzuvcWTLN9EuWT1nvT { color:#000000;display:block;width:57.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:3.2195310592651rem;left:14.5625rem;height:1.4625rem;text-align:left;text-align-last:left;display:block; }
#cmzKohMG7fnMuKXJeTlRC9ZnwpR70X7p { color:#000000;display:block;width:46.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:100012;line-height:1.9;letter-spacing:0;top:6.0625rem;left:14.71875rem;height:9.4970625rem;text-align:left;text-align-last:left;display:block; }#cmzKohMG7fnMuKXJeTlRC9ZnwpR70X7p li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#cmzKohMG7fnMuKXJeTlRC9ZnwpR70X7p li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/oMh95cFI/Bez_nazwy_2.png); }
#h81Jqi6HmFcRgQTC2KmKCa2TZJwn1Nz9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(227,227,227,0.4);background-image:none;position:relative;display:block; }#h81Jqi6HmFcRgQTC2KmKCa2TZJwn1Nz9 > .row .container { background-color: transparent; background-image: none; }#h81Jqi6HmFcRgQTC2KmKCa2TZJwn1Nz9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#h81Jqi6HmFcRgQTC2KmKCa2TZJwn1Nz9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#h81Jqi6HmFcRgQTC2KmKCa2TZJwn1Nz9 > .row .container > .video-iframe-container { display: none; }#h81Jqi6HmFcRgQTC2KmKCa2TZJwn1Nz9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#h81Jqi6HmFcRgQTC2KmKCa2TZJwn1Nz9 > .row > .video-iframe-container { display: none; }#h81Jqi6HmFcRgQTC2KmKCa2TZJwn1Nz9 > .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); }#h81Jqi6HmFcRgQTC2KmKCa2TZJwn1Nz9 > .row .container { border-width: 0; border-radius: 0; }#h81Jqi6HmFcRgQTC2KmKCa2TZJwn1Nz9 > .row .container { font-size:0.875rem;font-family:arial;height:19.3125rem;width:75rem;position:relative;display:block; }#FsGPQpUKUyAuzg1gdZpfkLxl5znFogLM { position:absolute;display:block;z-index:100002;background-color:#e1005d;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;height:5.875rem;width:10.6875rem;top:1.125rem;left:1.5rem;display:block; }
#U2FzNRC1i4skFagXQ4N7CTDuiaxrshfc { position:absolute;display:block;z-index:100003;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;height:17.25rem;width:60.875rem;top:1.125rem;left:12.96875rem;display:block; }
#P3X19ZfD4xzgUOZlXDXXve0RhAMmn4p6 { color:#000000;display:block;width:8.625rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:3.21875rem;left:2.53125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#aQbEkOEL0dArfshGrgh6VISgEFbpT1JZ { color:#000000;display:block;width:57.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:3.34375rem;left:14.71875rem;height:1.4625rem;text-align:left;text-align-last:left;display:block; }
#fcFwG2zFrZpw3XWRuN7qqayZcgJ3ctZt { color:#000000;display:block;width:46.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.9;letter-spacing:0;top:5.625rem;left:14.71875rem;height:11.3965rem;text-align:left;text-align-last:left;display:block; }#fcFwG2zFrZpw3XWRuN7qqayZcgJ3ctZt li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#fcFwG2zFrZpw3XWRuN7qqayZcgJ3ctZt li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/oMh95cFI/Bez_nazwy_2.png); }
#wSrPfSf5ptPrG9xM85LCCwcE8qFTA1Al { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(227,227,227,0.4);background-image:none;position:relative;display:block; }#wSrPfSf5ptPrG9xM85LCCwcE8qFTA1Al > .row .container { background-color: transparent; background-image: none; }#wSrPfSf5ptPrG9xM85LCCwcE8qFTA1Al::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wSrPfSf5ptPrG9xM85LCCwcE8qFTA1Al > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wSrPfSf5ptPrG9xM85LCCwcE8qFTA1Al > .row .container > .video-iframe-container { display: none; }#wSrPfSf5ptPrG9xM85LCCwcE8qFTA1Al > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wSrPfSf5ptPrG9xM85LCCwcE8qFTA1Al > .row > .video-iframe-container { display: none; }#wSrPfSf5ptPrG9xM85LCCwcE8qFTA1Al > .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); }#wSrPfSf5ptPrG9xM85LCCwcE8qFTA1Al > .row .container { border-width: 0; border-radius: 0; }#wSrPfSf5ptPrG9xM85LCCwcE8qFTA1Al > .row .container { font-size:0.875rem;font-family:arial;height:18.9375rem;width:75rem;position:relative;display:block; }#S19is8STF4wH1hIOMwQa8argJZ7xaZZS { position:absolute;display:block;z-index:100002;background-color:#e1005d;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;height:5.875rem;width:10.6875rem;top:1.125rem;left:1.5rem;display:block; }
#C7r9TTOTvLgTftrZO52bTiOe2IgW3ySp { position:absolute;display:block;z-index:100003;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;height:16.875rem;width:60.875rem;top:1.125rem;left:12.96875rem;display:block; }
#Q6Ji9WzDPoFVFnvlQUsLPWTN44JZQutG { color:#000000;display:block;width:8.625rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:3.2187480926514rem;left:2.53125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#JoFVoVb4d5B7dBPOrAOdaLCLPFAH45Gm { color:#000000;display:block;width:57.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:3.34375rem;left:14.71875rem;height:1.4625rem;text-align:left;text-align-last:left;display:block; }
#GzmEsmPThLs1y2d8xp80vcdUczrN8EX7 { color:#000000;display:block;width:57.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:3.3312568664551rem;left:14.5625rem;height:1.4625rem;text-align:left;text-align-last:left;display:block; }
#WMwBS5ZBhzFSTAVgFNQAmULhQGer2ihZ { color:#000000;display:block;width:46.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:100012;line-height:1.9;letter-spacing:0;top:7.0007915496825rem;left:14.71875rem;height:;text-align:left;text-align-last:left;display:block; }#WMwBS5ZBhzFSTAVgFNQAmULhQGer2ihZ li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#WMwBS5ZBhzFSTAVgFNQAmULhQGer2ihZ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/oMh95cFI/Bez_nazwy_2.png); }
#Hgv3zLSVx64lKG8wawKNWTffqBn8aXS0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(227,227,227,0.4);background-image:none;position:relative;display:block; }#Hgv3zLSVx64lKG8wawKNWTffqBn8aXS0 > .row .container { background-color: transparent; background-image: none; }#Hgv3zLSVx64lKG8wawKNWTffqBn8aXS0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Hgv3zLSVx64lKG8wawKNWTffqBn8aXS0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Hgv3zLSVx64lKG8wawKNWTffqBn8aXS0 > .row .container > .video-iframe-container { display: none; }#Hgv3zLSVx64lKG8wawKNWTffqBn8aXS0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Hgv3zLSVx64lKG8wawKNWTffqBn8aXS0 > .row > .video-iframe-container { display: none; }#Hgv3zLSVx64lKG8wawKNWTffqBn8aXS0 > .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); }#Hgv3zLSVx64lKG8wawKNWTffqBn8aXS0 > .row .container { border-width: 0; border-radius: 0; }#Hgv3zLSVx64lKG8wawKNWTffqBn8aXS0 > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#wdMxtnocw0QG4K2bbayJrKIvrcT036Wp { position:absolute;display:block;z-index:100003;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;height:6.125rem;width:60.875rem;top:1.125rem;left:12.96875rem;display:block; }
#qd6T8aWPZhryg8PibzzbNUZlqciheIoq { color:#000000;display:block;width:57.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:3.34375rem;left:14.71875rem;height:1.4625rem;text-align:left;text-align-last:left;display:block; }
#Jda8UsCyDlLfg21PZE3iVMuVNyEd9ZUk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #0a134d, #000000);background-image: -moz-linear-gradient(top, #0a134d, #000000);background-image: -ms-linear-gradient(top, #0a134d, #000000);background-image: -o-linear-gradient(top, #0a134d, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a134d', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a134d', endColorstr='#000000' );";background-image: linear-gradient(to bottom, #0a134d, #000000);background-size:auto !important;position:relative;display:block; }#Jda8UsCyDlLfg21PZE3iVMuVNyEd9ZUk > .row .container { background-color: transparent; background-image: none; }#Jda8UsCyDlLfg21PZE3iVMuVNyEd9ZUk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Jda8UsCyDlLfg21PZE3iVMuVNyEd9ZUk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Jda8UsCyDlLfg21PZE3iVMuVNyEd9ZUk > .row .container > .video-iframe-container { display: none; }#Jda8UsCyDlLfg21PZE3iVMuVNyEd9ZUk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Jda8UsCyDlLfg21PZE3iVMuVNyEd9ZUk > .row > .video-iframe-container { display: none; }#Jda8UsCyDlLfg21PZE3iVMuVNyEd9ZUk > .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); }#Jda8UsCyDlLfg21PZE3iVMuVNyEd9ZUk > .row .container { border-width: 0; border-radius: 0; }#Jda8UsCyDlLfg21PZE3iVMuVNyEd9ZUk > .row .container { font-size:0.875rem;font-family:arial;height:22.4375rem;width:75rem;position:relative;display:block; }#d7yUvqd57KBVxe2lqEE2kE6DUQFPDIu9 { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:1.4375rem;left:23.5625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#cBhIWJK0T2NE47ZBXPt9w5b2klW0DMJP { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:7.0625rem;left:35.8125rem;height:6rem;text-align:left;text-align-last:left;display:block; }
#y55NSd21RwDbgOFNfHfZ7PqgIDeVF7Zo { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7rem;width:7rem;top:6.5625rem;left:27.5625rem;overflow:hidden;display:block; }
#gwWl2hAgVEuRpB3Leyk3HEFX2eO6milN { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:4rem;top:15.9375rem;left:37.9375rem;overflow:hidden;display:block; }
#dPqXwHziMgHsR3aKgXtXda8Xx612E1BR { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:4rem;top:16rem;left:33.0625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #fFwKHIG4U5iwIhT1e3tMeFoprrZtMCQB { display:block; }#fFwKHIG4U5iwIhT1e3tMeFoprrZtMCQB > .row .container { width:47.75rem;height:14.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #S3XnRO3tyFt4QlThX6d9vvVFn9fzgmV0 { width:47.75rem;height:12.8125rem;top:0.6748046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kvrWkn8OyQlg6lESI1UABDO7gIUaxAI6 { width:2rem;height:2rem;top:10.7275390625rem;left:18.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EfKAiyfAnmzQkXSV7RahgFiBvwRyg1vu { width:9rem;height:3.25rem;top:1.21875rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qXvLZBZEAhXMTthttp6Okgt3CTpzm0WC { width:12.5rem;height:2.5996125rem;top:5.0673828125rem;left:17.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WH9HM3SeglT0zSQL90knTI6KIFc1tSZW { width:36.9375rem;height:2.5996125rem;top:7.60546875rem;left:5.40625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kFXmCPPqeBqymR1qNUwpv8LXSVktgRGS { width:12.5rem;height:1.70605625rem;top:10.9375rem;left:19.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JynwAfx6mBkbTO53o2e95v0u7HuAFm2C { display:block; }#JynwAfx6mBkbTO53o2e95v0u7HuAFm2C > .row .container { width:47.75rem;height:35.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GwWwqdHHdJVwTZXyO76KawAv9WGACmGt { width:47.75rem;height:26.850856327308rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uJ7cKTcxw2zAXDJMv1Pq4hVTrskXoSK8 { width:27.8125rem;height:3.0869125rem;top:2.125rem;left:9.96875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DpGUTmmAyWTe3f2fEw4TQUDIbl3bKXaW { display:block; }#DpGUTmmAyWTe3f2fEw4TQUDIbl3bKXaW > .row .container { width:47.75rem;height:36.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rARROy9I2t5g5U2DHDyCUIIJoc0kM5TL { width:47.75rem;height:26.850856327308rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TktqgmAUFUolON327HlM74kPCOz6KZtv { width:39.5rem;height:2.92480625rem;top:1.8125rem;left:4.125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BZ7WsWsx4Faun6PlpJNtytFDo5GbBqpB { display:block; }#BZ7WsWsx4Faun6PlpJNtytFDo5GbBqpB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #l39K3hnCeKM0RhTSOeZhVBUKZZsI95Le { width:46.875rem;height:12.5rem;top:1.1875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VMlFiIcDXdbdAneyKGJUe5pwHePgEUcO { display:block; }#VMlFiIcDXdbdAneyKGJUe5pwHePgEUcO > .row .container { width:47.75rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lqnnmLsRyawAqhCA7QFfldnbvLWKgzp8 { width:6.25rem;height:0.1875rem;top:6.125rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gvWglIkGCJKcgy3vprsZuWGw6NBg8ZGf { width:45.6875rem;height:3.16875rem;top:1.0625rem;left:1.34375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e8NGZPtOL69hsdD77Wv7iv9PnuBcOfEk { display:block; }#e8NGZPtOL69hsdD77Wv7iv9PnuBcOfEk > .row .container { width:47.75rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mHJrkEGTuxZdCJ7uKwXlTX3o4fHTvUAV { width:8rem;height:5.875rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DUQTruT7a9itImoJtLQ15AXkdgn4sCMW { width:38.3125rem;height:14.4375rem;top:1.125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VOLz3QUFaGlWJ0ybSNNSQnQNNIcvG4vC { width:7.5rem;height:1.3rem;top:3.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k9JQWF6izxpUAmMBF0HFMn89wpKTR3Pq { width:36.0625rem;height:1.3rem;top:2.9375rem;left:9.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oFTuFfhcNgBxNPIZT1aiOXHTPcB8hSOl { width:35.625rem;height:9.4970625rem;top:5.349609375rem;left:9.96875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:100009;display:block; }#oFTuFfhcNgBxNPIZT1aiOXHTPcB8hSOl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/oMh95cFI/Bez_nazwy_2.png); }
 }@media only screen and (max-width: 1199px) { #xRCtNTnmytROo51d4IxUXrasO4iEFf3L { display:block; }#xRCtNTnmytROo51d4IxUXrasO4iEFf3L > .row .container { width:47.75rem;height:20.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NJhMZmJhKnz3anHW6nXezbFMw16k62Rf { width:8rem;height:5.875rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cwR7vorEL2r7HuqMEMu4ps5NOiCy1rUn { width:38.3125rem;height:18.125rem;top:1.125rem;left:8.6250003576281rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sS3nGvqi7pykEXXlnfw0IaAt41fTScpr { width:7.5rem;height:1.3rem;top:3.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dhMbtMMor6gOR0zNRqxXSwPT8C3WIcUk { width:36.0625rem;height:1.3rem;top:2.9375rem;left:9.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IdNJCVZa1NwCQ7C90xgMenPUm0d6qvO8 { width:35.625rem;height:13.295875rem;top:5.349609375rem;left:9.96875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:100009;display:block; }#IdNJCVZa1NwCQ7C90xgMenPUm0d6qvO8 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/oMh95cFI/Bez_nazwy_2.png); }
 }@media only screen and (max-width: 1199px) { #UHRItyJFfwFVTtaTbStaEoM3wScVlPNm { display:block; }#UHRItyJFfwFVTtaTbStaEoM3wScVlPNm > .row .container { width:47.75rem;height:17.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #D81VLE5N3lxAFZiaqCwiQlVMJdznA4E4 { width:8rem;height:5.875rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qb9C7GaXObraMs24qT1ck8xQhsgq0ZMD { width:38.3125rem;height:15.125rem;top:1.125rem;left:8.6250003576281rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zw9nPs6UaVtfqWoVeeQqhGXNn40quzpk { width:7.5rem;height:1.3rem;top:3.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fCftQZKRiPTlziBATOmUuFQDcA6Uy3Wh { width:36.0625rem;height:1.3rem;top:2.9375rem;left:9.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xeCO9cGKNZp2CHmzuvcWTLN9EuWT1nvT { width:21.625rem;height:1.3rem;top:3.5rem;left:9.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cmzKohMG7fnMuKXJeTlRC9ZnwpR70X7p { width:35.625rem;height:9.4970625rem;top:5.349609375rem;left:9.96875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:100009;display:block; }#cmzKohMG7fnMuKXJeTlRC9ZnwpR70X7p li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/oMh95cFI/Bez_nazwy_2.png); }
 }@media only screen and (max-width: 1199px) { #h81Jqi6HmFcRgQTC2KmKCa2TZJwn1Nz9 { display:block; }#h81Jqi6HmFcRgQTC2KmKCa2TZJwn1Nz9 > .row .container { width:47.75rem;height:22rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FsGPQpUKUyAuzg1gdZpfkLxl5znFogLM { width:8rem;height:5.875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U2FzNRC1i4skFagXQ4N7CTDuiaxrshfc { width:38.3125rem;height:19.375rem;top:1.1875rem;left:8.6250003576281rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P3X19ZfD4xzgUOZlXDXXve0RhAMmn4p6 { width:7.5rem;height:1.3rem;top:3.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aQbEkOEL0dArfshGrgh6VISgEFbpT1JZ { width:21.625rem;height:2.6rem;top:3.5rem;left:9.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fcFwG2zFrZpw3XWRuN7qqayZcgJ3ctZt { width:35.625rem;height:13.295875rem;top:6.1000003814697rem;left:9.9687503576281rem;font-size:1rem;text-align:left;text-align-last:left;z-index:100009;display:block; }#fcFwG2zFrZpw3XWRuN7qqayZcgJ3ctZt li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/oMh95cFI/Bez_nazwy_2.png); }
 }@media only screen and (max-width: 1199px) { #wSrPfSf5ptPrG9xM85LCCwcE8qFTA1Al { display:block; }#wSrPfSf5ptPrG9xM85LCCwcE8qFTA1Al > .row .container { width:47.75rem;height:19.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #S19is8STF4wH1hIOMwQa8argJZ7xaZZS { width:8rem;height:5.875rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C7r9TTOTvLgTftrZO52bTiOe2IgW3ySp { width:38.3125rem;height:16.875rem;top:1.1250000596046rem;left:8.6250003576281rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q6Ji9WzDPoFVFnvlQUsLPWTN44JZQutG { width:7.5rem;height:1.3rem;top:3.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JoFVoVb4d5B7dBPOrAOdaLCLPFAH45Gm { width:36.0625rem;height:1.3rem;top:2.75rem;left:9.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GzmEsmPThLs1y2d8xp80vcdUczrN8EX7 { width:21.625rem;height:2.6rem;top:3.125rem;left:9.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WMwBS5ZBhzFSTAVgFNQAmULhQGer2ihZ { width:35.625rem;height:9.4970625rem;top:7.0000028610231rem;left:9.9687503576281rem;font-size:1rem;text-align:left;text-align-last:left;z-index:100009;display:block; }#WMwBS5ZBhzFSTAVgFNQAmULhQGer2ihZ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/oMh95cFI/Bez_nazwy_2.png); }
 }@media only screen and (max-width: 1199px) { #Hgv3zLSVx64lKG8wawKNWTffqBn8aXS0 { display:block; }#Hgv3zLSVx64lKG8wawKNWTffqBn8aXS0 > .row .container { width:47.75rem;height:9.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wdMxtnocw0QG4K2bbayJrKIvrcT036Wp { width:38.3125rem;height:5.5rem;top:1.1875rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qd6T8aWPZhryg8PibzzbNUZlqciheIoq { width:21.625rem;height:2.6rem;top:3.125rem;left:9.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jda8UsCyDlLfg21PZE3iVMuVNyEd9ZUk { display:block; }#Jda8UsCyDlLfg21PZE3iVMuVNyEd9ZUk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #d7yUvqd57KBVxe2lqEE2kE6DUQFPDIu9 { width:27.8125rem;height:3.25rem;top:1.75rem;left:9.96875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cBhIWJK0T2NE47ZBXPt9w5b2klW0DMJP { width:14.0625rem;height:6rem;top:7.0625rem;left:22.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y55NSd21RwDbgOFNfHfZ7PqgIDeVF7Zo { width:7rem;height:7rem;top:6.5625rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gwWl2hAgVEuRpB3Leyk3HEFX2eO6milN { width:4rem;height:4rem;top:15.9375rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dPqXwHziMgHsR3aKgXtXda8Xx612E1BR { width:4rem;height:4rem;top:16rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fFwKHIG4U5iwIhT1e3tMeFoprrZtMCQB { display:block; }#fFwKHIG4U5iwIhT1e3tMeFoprrZtMCQB > .row .container { width:20rem;height:15.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S3XnRO3tyFt4QlThX6d9vvVFn9fzgmV0 { width:20rem;height:14.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvrWkn8OyQlg6lESI1UABDO7gIUaxAI6 { width:2rem;height:2rem;top:12.0400390625rem;left:4.28125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfKAiyfAnmzQkXSV7RahgFiBvwRyg1vu { width:11.4375rem;height:4.1302083333333rem;top:1.0625rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXvLZBZEAhXMTthttp6Okgt3CTpzm0WC { width:12.5rem;height:2.5996125rem;top:8.548828125rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WH9HM3SeglT0zSQL90knTI6KIFc1tSZW { width:20rem;height:2.5996125rem;top:5.94921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFXmCPPqeBqymR1qNUwpv8LXSVktgRGS { width:12.5rem;height:1.70605625rem;top:12.1875rem;left:5.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JynwAfx6mBkbTO53o2e95v0u7HuAFm2C { display:block; }#JynwAfx6mBkbTO53o2e95v0u7HuAFm2C > .row .container { width:20rem;height:16.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GwWwqdHHdJVwTZXyO76KawAv9WGACmGt { height:11.209rem;width:20rem;top:4.4736328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJ7cKTcxw2zAXDJMv1Pq4hVTrskXoSK8 { width:20rem;height:2.03125rem;top:1.271484375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpGUTmmAyWTe3f2fEw4TQUDIbl3bKXaW { display:block; }#DpGUTmmAyWTe3f2fEw4TQUDIbl3bKXaW > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rARROy9I2t5g5U2DHDyCUIIJoc0kM5TL { height:11.209rem;width:20rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TktqgmAUFUolON327HlM74kPCOz6KZtv { width:18.9375rem;height:4.0625rem;top:0.958984375rem;left:0.53125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZ7WsWsx4Faun6PlpJNtytFDo5GbBqpB { display:block; }#BZ7WsWsx4Faun6PlpJNtytFDo5GbBqpB > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l39K3hnCeKM0RhTSOeZhVBUKZZsI95Le { width:20rem;height:5.3333333333333rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMlFiIcDXdbdAneyKGJUe5pwHePgEUcO { display:block; }#VMlFiIcDXdbdAneyKGJUe5pwHePgEUcO > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lqnnmLsRyawAqhCA7QFfldnbvLWKgzp8 { width:3.125rem;height:0.1875rem;top:0.625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvWglIkGCJKcgy3vprsZuWGw6NBg8ZGf { width:20rem;height:4.548825rem;top:2.0625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8NGZPtOL69hsdD77Wv7iv9PnuBcOfEk { display:block; }#e8NGZPtOL69hsdD77Wv7iv9PnuBcOfEk > .row .container { width:20rem;height:17.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mHJrkEGTuxZdCJ7uKwXlTX3o4fHTvUAV { width:18.5625rem;height:2.75rem;top:0.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUQTruT7a9itImoJtLQ15AXkdgn4sCMW { width:18.5625rem;height:12.5625rem;top:4.1875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOLz3QUFaGlWJ0ybSNNSQnQNNIcvG4vC { width:8.625rem;height:1.3rem;top:1.3125rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9JQWF6izxpUAmMBF0HFMn89wpKTR3Pq { width:17.8125rem;height:1.3rem;top:4.75rem;left:1.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oFTuFfhcNgBxNPIZT1aiOXHTPcB8hSOl { width:17.5625rem;height:8.3965rem;top:6.9697265625rem;left:1.21875rem;font-size:1rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }#oFTuFfhcNgBxNPIZT1aiOXHTPcB8hSOl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/oMh95cFI/Bez_nazwy_2.png); }
 }@media only screen and (max-width: 763px) { #xRCtNTnmytROo51d4IxUXrasO4iEFf3L { display:block; }#xRCtNTnmytROo51d4IxUXrasO4iEFf3L > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NJhMZmJhKnz3anHW6nXezbFMw16k62Rf { width:18.5625rem;height:2.75rem;top:0.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwR7vorEL2r7HuqMEMu4ps5NOiCy1rUn { width:18.5625rem;height:18.125rem;top:4.1875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS3nGvqi7pykEXXlnfw0IaAt41fTScpr { width:8.625rem;height:1.3rem;top:1.3125rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhMbtMMor6gOR0zNRqxXSwPT8C3WIcUk { width:17.8125rem;height:2.6rem;top:4.75rem;left:1.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IdNJCVZa1NwCQ7C90xgMenPUm0d6qvO8 { width:17.5rem;height:13.994125rem;top:8.375rem;left:1.25rem;font-size:1rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }#IdNJCVZa1NwCQ7C90xgMenPUm0d6qvO8 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/oMh95cFI/Bez_nazwy_2.png); }
 }@media only screen and (max-width: 763px) { #UHRItyJFfwFVTtaTbStaEoM3wScVlPNm { display:block; }#UHRItyJFfwFVTtaTbStaEoM3wScVlPNm > .row .container { width:20rem;height:18.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D81VLE5N3lxAFZiaqCwiQlVMJdznA4E4 { width:18.5625rem;height:2.75rem;top:0.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qb9C7GaXObraMs24qT1ck8xQhsgq0ZMD { width:18.5625rem;height:13.125rem;top:4.1875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zw9nPs6UaVtfqWoVeeQqhGXNn40quzpk { width:8.625rem;height:1.3rem;top:1.3125rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCftQZKRiPTlziBATOmUuFQDcA6Uy3Wh { width:17.8125rem;height:1.3rem;top:4.75rem;left:1.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xeCO9cGKNZp2CHmzuvcWTLN9EuWT1nvT { width:16.4375rem;height:2.6rem;top:4.75rem;left:1.7812501192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cmzKohMG7fnMuKXJeTlRC9ZnwpR70X7p { width:14.9375rem;height:6.9970625rem;top:8.75rem;left:2.5312501192093rem;font-size:1rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }#cmzKohMG7fnMuKXJeTlRC9ZnwpR70X7p li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/oMh95cFI/Bez_nazwy_2.png); }
 }@media only screen and (max-width: 763px) { #h81Jqi6HmFcRgQTC2KmKCa2TZJwn1Nz9 { display:block; }#h81Jqi6HmFcRgQTC2KmKCa2TZJwn1Nz9 > .row .container { width:20rem;height:27.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FsGPQpUKUyAuzg1gdZpfkLxl5znFogLM { width:18.5625rem;height:2.75rem;top:0.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2FzNRC1i4skFagXQ4N7CTDuiaxrshfc { width:18.5625rem;height:22.0625rem;top:4.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3X19ZfD4xzgUOZlXDXXve0RhAMmn4p6 { width:8.625rem;height:1.3rem;top:1.3125rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQbEkOEL0dArfshGrgh6VISgEFbpT1JZ { width:17.8125rem;height:3.9rem;top:4.75rem;left:1.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fcFwG2zFrZpw3XWRuN7qqayZcgJ3ctZt { width:17.375rem;height:15.3935625rem;top:9.6250004768369rem;left:1.3125001192093rem;font-size:1rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }#fcFwG2zFrZpw3XWRuN7qqayZcgJ3ctZt li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/oMh95cFI/Bez_nazwy_2.png); }
 }@media only screen and (max-width: 763px) { #wSrPfSf5ptPrG9xM85LCCwcE8qFTA1Al { display:block; }#wSrPfSf5ptPrG9xM85LCCwcE8qFTA1Al > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S19is8STF4wH1hIOMwQa8argJZ7xaZZS { width:18.5625rem;height:2.75rem;top:0.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7r9TTOTvLgTftrZO52bTiOe2IgW3ySp { width:18.5625rem;height:16.25rem;top:4.1875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6Ji9WzDPoFVFnvlQUsLPWTN44JZQutG { width:8.625rem;height:1.3rem;top:1.3125rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoFVoVb4d5B7dBPOrAOdaLCLPFAH45Gm { width:17.8125rem;height:1.3rem;top:4.75rem;left:1.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GzmEsmPThLs1y2d8xp80vcdUczrN8EX7 { width:17.8125rem;height:2.6rem;top:4.75rem;left:1.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WMwBS5ZBhzFSTAVgFNQAmULhQGer2ihZ { width:16.0625rem;height:9.795875rem;top:8.625rem;left:1.96875rem;font-size:1rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }#WMwBS5ZBhzFSTAVgFNQAmULhQGer2ihZ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/oMh95cFI/Bez_nazwy_2.png); }
 }@media only screen and (max-width: 763px) { #Hgv3zLSVx64lKG8wawKNWTffqBn8aXS0 { display:block; }#Hgv3zLSVx64lKG8wawKNWTffqBn8aXS0 > .row .container { width:20rem;height:10.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wdMxtnocw0QG4K2bbayJrKIvrcT036Wp { width:18.5625rem;height:7.4375rem;top:1.125rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd6T8aWPZhryg8PibzzbNUZlqciheIoq { width:17.8125rem;height:3.9rem;top:2.5625019073486rem;left:1.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jda8UsCyDlLfg21PZE3iVMuVNyEd9ZUk { display:block; }#Jda8UsCyDlLfg21PZE3iVMuVNyEd9ZUk > .row .container { width:20rem;height:23.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d7yUvqd57KBVxe2lqEE2kE6DUQFPDIu9 { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBhIWJK0T2NE47ZBXPt9w5b2klW0DMJP { width:14.9375rem;height:6rem;top:10rem;left:2.53125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y55NSd21RwDbgOFNfHfZ7PqgIDeVF7Zo { width:4.5rem;height:4.5rem;top:4.9375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwWl2hAgVEuRpB3Leyk3HEFX2eO6milN { width:4rem;height:4rem;top:17.1875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPqXwHziMgHsR3aKgXtXda8Xx612E1BR { width:4rem;height:4rem;top:17.1875rem;left:5.4375rem;display:block; }
 }