.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;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); }#lnqueHvvZzRoC2qCflupr2RaifcZTKGQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/ce713ddf-8039-451a-b4d4-3fbef90ba157/Czarnewpaski.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;position:relative;z-index:auto;display:none; }#lnqueHvvZzRoC2qCflupr2RaifcZTKGQ.adaptive-delivery-prevent-bg, #lnqueHvvZzRoC2qCflupr2RaifcZTKGQ.lazyload, #lnqueHvvZzRoC2qCflupr2RaifcZTKGQ.lazyloading { background-image: none; }#lnqueHvvZzRoC2qCflupr2RaifcZTKGQ > .row .container { border-width: 0; border-radius: 0; }#lnqueHvvZzRoC2qCflupr2RaifcZTKGQ > .row > .video-iframe-container {  }#lnqueHvvZzRoC2qCflupr2RaifcZTKGQ > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:75rem;position:relative;display:none; }#Sbi9ZotCh6h8gkTFKrJP4TM5zkD1Kn9L { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.125rem;width:4.875rem;top:2.5rem;left:0rem;overflow:hidden;display:block; }
#TlhBZ8P8xUxvIq7Ifo8LaOOIAT8dQOpG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#w4rQSy3OZxivPQMLlkNebNTpTSh3WgOg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/ce713ddf-8039-451a-b4d4-3fbef90ba157/Czarnewpaski.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;position:relative;z-index:auto;display:none; }#w4rQSy3OZxivPQMLlkNebNTpTSh3WgOg.adaptive-delivery-prevent-bg, #w4rQSy3OZxivPQMLlkNebNTpTSh3WgOg.lazyload, #w4rQSy3OZxivPQMLlkNebNTpTSh3WgOg.lazyloading { background-image: none; }#w4rQSy3OZxivPQMLlkNebNTpTSh3WgOg > .row .container { border-width: 0; border-radius: 0; }#w4rQSy3OZxivPQMLlkNebNTpTSh3WgOg > .row > .video-iframe-container {  }#w4rQSy3OZxivPQMLlkNebNTpTSh3WgOg > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:75rem;position:relative;display:none; }#cDI0zWgRbVOAButxrFIKanylKbKwGrmC { background-color:transparent;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:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;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:"object sans bold";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:4.75rem;height:1.875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:3.625rem;left:9.875rem;display:block; }
#PWb7rHGqUUOp0bEyagwweMvmILv5aJw4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LmRIAJys2cgGuVw1KobUfNAc0zSxGOTh { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:0.4375rem;top:4.125rem;left:49.3125rem;overflow:hidden;display:block; }
#EJ8bgTfAgy0RJeleMkru9wnD38w2AEeF { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:0.9375rem;top:4.125rem;left:51rem;overflow:hidden;display:block; }
#zrMQqKv7qTVJIIUvmqqBsi9uu5wqfalU { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:0.9375rem;top:4.125rem;left:53.1875rem;overflow:hidden;display:block; }
#i3CEbQsAu3bnlCL9Vx5KTBdflBV7G0sC { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.8125rem;width:1.125rem;top:4.1875rem;left:55.3125rem;overflow:hidden;display:block; }
#f3vmkdDzE6UKo8WJSpxpwPVokUc9LB9v { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.125rem;width:1.125rem;top:4rem;left:57.6875rem;overflow:hidden;display:block; }
#SiRTfxzh1mcrtHtA3a11fy8RwLznBTq3 { background-color:transparent;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:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;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:"object sans bold";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:4.75rem;height:1.875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:3.625rem;left:9.875rem;display:none; }
#dryc9lh50Ztw3i2zFTkgEeIhH0WZS7T8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uHp6bkP4a8X8Brbt2D3l4NoIdG7mzEBS { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#lFHMfIg3hVzpZxFNyKJGlxOEwgGMFyMg { background-color:transparent;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:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;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:"object sans bold";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:4.75rem;height:1.875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:3.625rem;left:9.875rem;display:none; }
#tEgq6racRo2ntfuThJmNxhvcwvLeVZFP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QHgcFPLTeNrXrUrVi09mtav2BcvBHx4Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/ce713ddf-8039-451a-b4d4-3fbef90ba157/Czarnewpaski.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;position:relative;display:none; }#QHgcFPLTeNrXrUrVi09mtav2BcvBHx4Z.adaptive-delivery-prevent-bg, #QHgcFPLTeNrXrUrVi09mtav2BcvBHx4Z.lazyload, #QHgcFPLTeNrXrUrVi09mtav2BcvBHx4Z.lazyloading { background-image: none; }#QHgcFPLTeNrXrUrVi09mtav2BcvBHx4Z > .row .container { border-width: 0; border-radius: 0; }#QHgcFPLTeNrXrUrVi09mtav2BcvBHx4Z > .row > .video-iframe-container {  }#QHgcFPLTeNrXrUrVi09mtav2BcvBHx4Z > .row .container { font-size:0.875rem;font-family:arial;height:42.0625rem;width:75rem;position:relative;display:none; }#Um81sU6fG2ZhzmTPeRVsru0ASEL1Qz5N { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:42.0625rem;width:75rem;top:0rem;left:0rem;display:block; }
#tAba5XyvOx683pof4UTsNeNc9pvtTLzS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:none; }#tAba5XyvOx683pof4UTsNeNc9pvtTLzS > .row .container { border-width: 0; border-radius: 0; }#tAba5XyvOx683pof4UTsNeNc9pvtTLzS > .row > .video-iframe-container {  }#tAba5XyvOx683pof4UTsNeNc9pvtTLzS > .row .container { font-size:0.875rem;font-family:arial;height:37.75rem;width:75rem;position:relative;display:none; }#TIsVoVPW5P5U1NpBFww0T5KOSCXCXbNO { color:#000000;display:block;width:67.5rem;position:absolute;font-family:"object sans bold";font-size:3.75rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:1.5rem;left:0rem;height:13.5rem;text-align:left;text-align-last:left;display:block; }
#qXdOFvltAPd7LqHiyoM7s3W9yRToTBPc { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:"object sans rb";font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:23.6875rem;left:0rem;height:3.9rem;display:none; }
#H00PR6BG2rUhrKnOfB5J2rPkdzZp68xQ { background-color:#ff4533;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:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;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:"object sans bold";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:15rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:31rem;left:0rem;display:none; }
#P60HTrCrsa77BHp5IHk9FdT4feHDT7Sw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f121icP2tm6w2NnLxDXR0zPTKMAHfsP8 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#Zs4WwVyt1G2siffxOTMlPiBX4RPwwqml { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:"object sans rb";font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:23.6875rem;left:0rem;height:3.9rem;display:none; }
#ETQy8G0q3rnZCwXSP35oxCIQHOhUfq7V { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:12.5rem;display:none; }
#qw4TvO6bkTXk9H4CpWqlbB9OsBbIeKuv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#PCvWLCUBOyGKBHbcSUSqEdNgobOOxGf1 { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:"object sans rb";font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:23.6875rem;left:0rem;height:3.9rem;display:none; }
#CGX7ryz5Z8PX4IN1Qgf1T2DNAqzmttSN { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:42.0625rem;width:75rem;top:0rem;left:0rem;display:none; }
#wq9KkKX7TstI1bFw7lTfN5aMwgPtk5Aq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:none; }#wq9KkKX7TstI1bFw7lTfN5aMwgPtk5Aq > .row .container { border-width: 0; border-radius: 0; }#wq9KkKX7TstI1bFw7lTfN5aMwgPtk5Aq > .row > .video-iframe-container {  }#wq9KkKX7TstI1bFw7lTfN5aMwgPtk5Aq > .row .container { font-size:0.875rem;font-family:arial;height:37.75rem;width:75rem;position:relative;display:none; }#sKdD4qd7OWLTtrPd48CofpLo3rSO3AUz { color:#000000;display:block;width:67.5rem;position:absolute;font-family:"object sans bold";font-size:3.75rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:1.5rem;left:0rem;height:4.5rem;text-align:left;text-align-last:left;display:none; }
#zSvs9n7KQVMU2H6T9i7cxdqLJCq2H5dx { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#JhH0kPtL3fW6PwiLZQ01CJ4dbRTT0b5J { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:"object sans rb";font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:23.6875rem;left:0rem;height:3.9rem;display:none; }
#gZLB9ODVAhS5rs1qOyy2JrZgq4AlG3FQ { background-color:#ff4533;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:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;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:"object sans bold";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:15rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:31rem;left:0rem;display:none; }
#taP6Vo2deRLNFUPUNMqpl7STxiBN2iFk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yslkeRVyu32bQEZS8lEd9QI8paRkXa3E { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:"object sans rb";font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:23.6875rem;left:0rem;height:3.9rem;display:none; }
#FwHqqT6aqBJCDZHK159TuBwrgbTkMs4h { background-color:#ff4533;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:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;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:"object sans bold";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:15rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:31rem;left:0rem;display:none; }
#nGqxGnqmbZOfoReGtPXRAbr7CZnwpOvF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VAEmpCg7qsLz98S4DfNQ2sJDDJMa4hXR { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#moupmMZlVLARRLuxytpIhlrtTkOBFQdz { color:#000000;display:block;width:67.5rem;position:absolute;font-family:"object sans bold";font-size:3.75rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:1.5rem;left:0rem;height:4.5rem;text-align:left;text-align-last:left;display:none; }
#uwEBtwrWR1Dd3roaZap62UMo51ArJTJc { background-color:#ff4533;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:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;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:"object sans bold";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:15rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:31rem;left:0rem;display:none; }
#ooDz4nnxT4hi0mLo5ZVCWfar3kyWkDQN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IgUqhKQrikiu9k0zTuygkQevOuRt5ADu { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:"object sans rb";font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:23.6875rem;left:0rem;height:3.9rem;display:none; }
#IqhgzvrTgbDZGXTU99blZcL5ahOoAM46 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#GqmGDA2MhhMA1i8eDMqO4rRpUllGPE8M { color:#000000;display:block;width:67.5rem;position:absolute;font-family:"object sans bold";font-size:3.75rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:1.5rem;left:0rem;height:4.5rem;text-align:left;text-align-last:left;display:none; }
#F2B1muntJbs4TGwB2z5L2zr1sy8zcg30 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#V97ZUe2wfroFmU9qvw95HXwqDbko5e0K { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#pwCSaUJbfBHEqiBKukHqVQIzKzLwnKK0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:none; }#pwCSaUJbfBHEqiBKukHqVQIzKzLwnKK0 > .row .container { border-width: 0; border-radius: 0; }#pwCSaUJbfBHEqiBKukHqVQIzKzLwnKK0 > .row > .video-iframe-container {  }#pwCSaUJbfBHEqiBKukHqVQIzKzLwnKK0 > .row .container { font-size:0.875rem;font-family:arial;height:37.75rem;width:75rem;position:relative;display:none; }#BH697eqvXGSETivgg1Id0mBEJAnFTbA0 { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:"object sans rb";font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:23.6875rem;left:0rem;height:3.9rem;display:none; }
#uF9NlFph5I9yH8GhDH1LOTefyowqGrT7 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#ZIyysqRgmXMZ2frnQXLXLsvOwamdr9Rn { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#qH2tzk9JzkF0UJ5x0W08C5q2BERiAgFK { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#dSFkq3ZK2Dg28mTQbThVHW02WxdNOwC5 { color:#000000;display:block;width:67.5rem;position:absolute;font-family:"object sans bold";font-size:3.75rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:1.5rem;left:0rem;height:4.5rem;text-align:left;text-align-last:left;display:none; }
#TfXxazkSLAXkQH6WrnoNcgUq13J5oueU { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#JtJGBOn9lXCH3a5cZL1nVAiyF98TdKoM { color:#000000;display:block;width:67.5rem;position:absolute;font-family:"object sans bold";font-size:3.75rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:1.5rem;left:0rem;height:4.5rem;text-align:left;text-align-last:left;display:none; }
#yQ67TaaUEmnVbP6Gis8CcrWzvpR03SHJ { color:#000000;display:block;width:67.5rem;position:absolute;font-family:"object sans bold";font-size:3.75rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:1.5rem;left:0rem;height:4.5rem;text-align:left;text-align-last:left;display:none; }
#gZALI7kQCqpcuuh18z8sM3PHWIUsql0E { color:#000000;display:block;width:67.5rem;position:absolute;font-family:"object sans bold";font-size:3.75rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:1.5rem;left:0rem;height:4.5rem;text-align:left;text-align-last:left;display:none; }
#dtOnqxssh9nmXdlBkIFhZkGl3J3MARE2 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#xUWq3caV1hsRCyv9slRwi7uEHxIGKx5H { color:#000000;display:block;width:67.5rem;position:absolute;font-family:"object sans bold";font-size:3.75rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:1.5rem;left:0rem;height:4.5rem;text-align:left;text-align-last:left;display:none; }
#WsKkRTFJQbl7utO3t961S6XToTETS33q { color:#000000;display:block;width:67.5rem;position:absolute;font-family:"object sans bold";font-size:3.75rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:1.5rem;left:0rem;height:4.5rem;text-align:left;text-align-last:left;display:none; }
#uLiVRGzkXsOeKfr3ImwHMxTppPvi3DZs { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#ZVKphiOOgJBRziHdqMWntiW871QR6ONL { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#eTual6GrOztFK8LxogPeoQFQbbNwM0He { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#uJJk1TAqr4aJlAyuogz0hKznMdWKFOCQ { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#PfPiLasPETa9pPMN9ag5VimAiOmzR7DF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:none; }#PfPiLasPETa9pPMN9ag5VimAiOmzR7DF > .row .container { border-width: 0; border-radius: 0; }#PfPiLasPETa9pPMN9ag5VimAiOmzR7DF > .row > .video-iframe-container {  }#PfPiLasPETa9pPMN9ag5VimAiOmzR7DF > .row .container { font-size:0.875rem;font-family:arial;height:37.75rem;width:75rem;position:relative;display:none; }#h3FLEaS6qK0J1cD8EUA5aK2WyfJopb57 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:none; }#h3FLEaS6qK0J1cD8EUA5aK2WyfJopb57 > .row .container { border-width: 0; border-radius: 0; }#h3FLEaS6qK0J1cD8EUA5aK2WyfJopb57 > .row > .video-iframe-container {  }#h3FLEaS6qK0J1cD8EUA5aK2WyfJopb57 > .row .container { font-size:0.875rem;font-family:arial;height:37.75rem;width:75rem;position:relative;display:none; }#PgyVBsQCJFD5aelqcLEIPEp5bzskJoIx { color:#000000;display:block;width:67.5rem;position:absolute;font-family:"object sans bold";font-size:3.75rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:1.5rem;left:0rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#KXh5yNRosEJzHAyniu9m8LZLCSglh6xS { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:10rem;top:197.1875rem;left:23.0625rem;overflow:hidden;display:none; }
#PVtVu4F6eAMokVnZxdauEt8dfwyR6hl7 { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.25rem;width:9.3125rem;top:197.1875rem;left:23.0625rem;overflow:hidden;display:none; }
#c5RgOpP8CcLP8NO2RHJNWUBn2qBTQhgS { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.125rem;width:9.3125rem;top:197.1875rem;left:23.0625rem;overflow:hidden;display:none; }
#oUbOWfz14dcmlgmzX9wnmF1JNb479ZFp { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:1.6875rem;top:197.1875rem;left:23.0625rem;overflow:hidden;display:none; }
#QgbyHVBgJiqIkczRE03BTaVQcW6CQ5s2 { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.75rem;width:9.3125rem;top:197.1875rem;left:23.0625rem;overflow:hidden;display:none; }
#oFf3sVBr2hzLfEb8CexCGB1bZoAFJ5pQ { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.25rem;width:7.25rem;top:197.1875rem;left:23.0625rem;overflow:hidden;display:none; }
#M1DwxRG3AgnzIwE8bD0oyvpeUTmLBD0l { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:9.8125rem;top:197.1875rem;left:23.0625rem;overflow:hidden;display:none; }
#GSh6p04MzcQSm3ctRJKhN2ukJz8BpMbD { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.125rem;width:9.3125rem;top:197.1875rem;left:23.0625rem;overflow:hidden;display:none; }
#ULzeEdJi9JJVQW9bpVPymBKtVrT11Uod { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:none; }#ULzeEdJi9JJVQW9bpVPymBKtVrT11Uod > .row .container { border-width: 0; border-radius: 0; }#ULzeEdJi9JJVQW9bpVPymBKtVrT11Uod > .row > .video-iframe-container {  }#ULzeEdJi9JJVQW9bpVPymBKtVrT11Uod > .row .container { font-size:0.875rem;font-family:arial;height:37.75rem;width:75rem;position:relative;display:none; }#tOtLDtLTSmP57IBMruxXbDHPuxFAmxOg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:none; }#tOtLDtLTSmP57IBMruxXbDHPuxFAmxOg > .row .container { border-width: 0; border-radius: 0; }#tOtLDtLTSmP57IBMruxXbDHPuxFAmxOg > .row > .video-iframe-container {  }#tOtLDtLTSmP57IBMruxXbDHPuxFAmxOg > .row .container { font-size:0.875rem;font-family:arial;height:51.9375rem;width:75rem;position:relative;display:none; }#eXKlZqRg1PlIi3tBTrlr5CIB12DCkL54 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/ce713ddf-8039-451a-b4d4-3fbef90ba157/Czarnewpaski.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;position:relative;z-index:auto;display:block; }#eXKlZqRg1PlIi3tBTrlr5CIB12DCkL54.adaptive-delivery-prevent-bg, #eXKlZqRg1PlIi3tBTrlr5CIB12DCkL54.lazyload, #eXKlZqRg1PlIi3tBTrlr5CIB12DCkL54.lazyloading { background-image: none; }#eXKlZqRg1PlIi3tBTrlr5CIB12DCkL54 > .row .container { background-color: transparent; background-image: none; }#eXKlZqRg1PlIi3tBTrlr5CIB12DCkL54::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eXKlZqRg1PlIi3tBTrlr5CIB12DCkL54 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eXKlZqRg1PlIi3tBTrlr5CIB12DCkL54 > .row .container > .video-iframe-container { display: none; }#eXKlZqRg1PlIi3tBTrlr5CIB12DCkL54 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eXKlZqRg1PlIi3tBTrlr5CIB12DCkL54 > .row > .video-iframe-container { display: none; }#eXKlZqRg1PlIi3tBTrlr5CIB12DCkL54 > .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); }#eXKlZqRg1PlIi3tBTrlr5CIB12DCkL54 > .row .container { border-width: 0; border-radius: 0; }#eXKlZqRg1PlIi3tBTrlr5CIB12DCkL54 > .row > .video-iframe-container {  }#eXKlZqRg1PlIi3tBTrlr5CIB12DCkL54 > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:75rem;position:relative;display:block; }#edSA3szmlHuppUh7uqArUbEsxqcdOSgR { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.125rem;width:4.875rem;top:2.5rem;left:0rem;overflow:hidden;display:block; }
#EVnSerPIxKp5DQ5NGLbIMRsBH3Ry0Svz { background-color:transparent;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:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;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:"object sans bold";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:7.5rem;height:1.875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:3.625rem;left:8.5625rem;display:block; }
#nJau2X4Ts3y3TEmXd0UZHzQ56AC1TiR2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HixQd85O9w9Rs39wEZOIxamDimSr7CU4 { background-color:transparent;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;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:"object sans bold";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:7.5rem;height:1.875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:3.625rem;left:25.8125rem;display:block; }
#Rwc0uVxNWan7HGgDg61m0EXHG8QUiiUV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cE95aGRNXctQAX8BAao6ZhoG5ImVe9zz { position:absolute;display:block;z-index:15022;background-color:#ff4533;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:1.25rem;width:0.0625rem;top:3.9375rem;left:25.125rem;display:block; }
#FrMXHrTZaHM2HLqabFcp7uRJCDBKbH9R { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:0.4375rem;top:4.125rem;left:49.3125rem;overflow:hidden;display:block; }
#vFyWtymcU3XI6toNgCC0d773M2zydv9c { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:0.9375rem;top:4.125rem;left:51rem;overflow:hidden;display:block; }
#g6pAHWM6y7OxoWZwAAkizzwpJN6JsLiJ { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:0.9375rem;top:4.125rem;left:53.1875rem;overflow:hidden;display:block; }
#Si3ksOrFhiVbLyp3BDHr5CyQ8pO3IAfN { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.8125rem;width:1.125rem;top:4.1875rem;left:55.3125rem;overflow:hidden;display:block; }
#DgEKGTQVkzSsFHUPqewsVbFZtFsPgRX1 { background-color:#ff4533;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:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;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:"object sans bold";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:3rem;left:62.5rem;display:block; }
#CiA3pKhsnOGN0cgNlHNFh7bvvfThryfo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vg80Frkq33k2bW2ICzaRWB9xmFRIB1zV { background-color:transparent;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:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;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:"object sans bold";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:7.5rem;height:1.875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:3.625rem;left:16.1875rem;display:block; }
#oOD4sIL5VdlVkvI6anrQDiEdPk6HQtC2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mt4txkLRevT78QEQdZkDd2bqiMMpvwch { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.125rem;width:1.125rem;top:4rem;left:57.6875rem;overflow:hidden;display:block; }
#qkaWIuxWv8I4gzkdZwK0KNUXNKJfDtxH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/ce713ddf-8039-451a-b4d4-3fbef90ba157/Czarnewpaski.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;position:relative;display:none; }#qkaWIuxWv8I4gzkdZwK0KNUXNKJfDtxH.adaptive-delivery-prevent-bg, #qkaWIuxWv8I4gzkdZwK0KNUXNKJfDtxH.lazyload, #qkaWIuxWv8I4gzkdZwK0KNUXNKJfDtxH.lazyloading { background-image: none; }#qkaWIuxWv8I4gzkdZwK0KNUXNKJfDtxH > .row .container { border-width: 0; border-radius: 0; }#qkaWIuxWv8I4gzkdZwK0KNUXNKJfDtxH > .row > .video-iframe-container {  }#qkaWIuxWv8I4gzkdZwK0KNUXNKJfDtxH > .row .container { font-size:0.875rem;font-family:arial;height:42.0625rem;width:75rem;position:relative;display:none; }#qDmSVTn6gaCC8Tu30X57QrWQKHMuRFwQ { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:42.0625rem;width:75rem;top:0rem;left:0rem;display:block; }
#T6X8BRTizWZ97EaDDCqBrUITXWTnkfP7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/ce713ddf-8039-451a-b4d4-3fbef90ba157/Czarnewpaski.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#T6X8BRTizWZ97EaDDCqBrUITXWTnkfP7.adaptive-delivery-prevent-bg, #T6X8BRTizWZ97EaDDCqBrUITXWTnkfP7.lazyload, #T6X8BRTizWZ97EaDDCqBrUITXWTnkfP7.lazyloading { background-image: none; }#T6X8BRTizWZ97EaDDCqBrUITXWTnkfP7 > .row .container { background-color: transparent; background-image: none; }#T6X8BRTizWZ97EaDDCqBrUITXWTnkfP7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6X8BRTizWZ97EaDDCqBrUITXWTnkfP7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6X8BRTizWZ97EaDDCqBrUITXWTnkfP7 > .row .container > .video-iframe-container { display: none; }#T6X8BRTizWZ97EaDDCqBrUITXWTnkfP7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6X8BRTizWZ97EaDDCqBrUITXWTnkfP7 > .row > .video-iframe-container { display: none; }#T6X8BRTizWZ97EaDDCqBrUITXWTnkfP7 > .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); }#T6X8BRTizWZ97EaDDCqBrUITXWTnkfP7 > .row .container { border-width: 0; border-radius: 0; }#T6X8BRTizWZ97EaDDCqBrUITXWTnkfP7 > .row > .video-iframe-container {  }#T6X8BRTizWZ97EaDDCqBrUITXWTnkfP7 > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:75rem;position:relative;display:block; }#G54cZHQwWXBzdxTiqwtt9fMU3ZHpDRDc { color:#ffffff;display:block;width:41.9375rem;position:absolute;font-family:"object sans bold";font-size:3.75rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:5.5rem;left:0rem;height:13.5rem;display:block; }
#mGXribsAiIVSceAdfFpBgorwliWeJUO4 { color:#ffffff;display:block;width:45rem;position:absolute;font-family:"object sans rb";font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:21.5rem;left:0rem;height:5.85rem;display:block; }
#HcMaom4NXQitqaEOlH2LNnBTA6GmQtdi { background-color:#ff4533;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:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;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:"object sans bold";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:15rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:30.75rem;left:0rem;display:block; }
#Ix0JKvUvV8ETAXmFvwgNWlHet0DfP5fN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cy0b8l5feJT2SqJoRX5X6yQgBF1VLUL1 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.125rem;width:42.1875rem;top:9.1875009536744rem;left:32.812498092651rem;display:block; }
#fgsrNoHZsTsToFztbwz9V4iFCoQeolFB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/ce713ddf-8039-451a-b4d4-3fbef90ba157/Czarnewpaski.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#fgsrNoHZsTsToFztbwz9V4iFCoQeolFB.adaptive-delivery-prevent-bg, #fgsrNoHZsTsToFztbwz9V4iFCoQeolFB.lazyload, #fgsrNoHZsTsToFztbwz9V4iFCoQeolFB.lazyloading { background-image: none; }#fgsrNoHZsTsToFztbwz9V4iFCoQeolFB > .row .container { background-color: transparent; background-image: none; }#fgsrNoHZsTsToFztbwz9V4iFCoQeolFB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fgsrNoHZsTsToFztbwz9V4iFCoQeolFB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fgsrNoHZsTsToFztbwz9V4iFCoQeolFB > .row .container > .video-iframe-container { display: none; }#fgsrNoHZsTsToFztbwz9V4iFCoQeolFB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fgsrNoHZsTsToFztbwz9V4iFCoQeolFB > .row > .video-iframe-container { display: none; }#fgsrNoHZsTsToFztbwz9V4iFCoQeolFB > .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); }#fgsrNoHZsTsToFztbwz9V4iFCoQeolFB > .row .container { border-width: 0; border-radius: 0; }#fgsrNoHZsTsToFztbwz9V4iFCoQeolFB > .row > .video-iframe-container {  }#fgsrNoHZsTsToFztbwz9V4iFCoQeolFB > .row .container { font-size:0.875rem;font-family:arial;height:106.9375rem;width:75rem;position:relative;display:block; }#RwW1sShL6ePdvVFmd8OIHQ26tdfT2XM7 { position:absolute;display:block;z-index:14979;background-color:#131313;background-image:url("https://images.assets-landingi.com/uc/0a21f734-5f70-4242-9071-2b817f3774f7/WIDEO.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.25rem;width:48.75rem;top:32.5rem;left:26.25rem;display:block; }#RwW1sShL6ePdvVFmd8OIHQ26tdfT2XM7.adaptive-delivery-prevent-bg, #RwW1sShL6ePdvVFmd8OIHQ26tdfT2XM7.lazyload, #RwW1sShL6ePdvVFmd8OIHQ26tdfT2XM7.lazyloading { background-image: none; }
#SDNTs8OKRe7HKaflP3uiyMladzALxnVW { position:absolute;display:block;z-index:14975;background-color:#ff4533;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:26.25rem;width:37.5625rem;top:0rem;left:0rem;display:block; }
#snVdnGt6fTbEk4nQUNGGWd31xt21tAWf { position:absolute;display:block;z-index:14978;background-color:#ff4533;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:31.25rem;width:48.75rem;top:32.5rem;left:26.25rem;display:block; }
#AmgNaCo6h5xFbz3UplbOLDsXLIDitbxR { position:absolute;display:block;z-index:14983;background-color:#131313;background-image:url("https://images.assets-landingi.com/uc/fa2a32c5-a5f1-4a35-9c07-05ee1fe5ba65/foto1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:36.875rem;width:26.375rem;top:70.000015258787rem;left:0rem;display:block; }#AmgNaCo6h5xFbz3UplbOLDsXLIDitbxR.adaptive-delivery-prevent-bg, #AmgNaCo6h5xFbz3UplbOLDsXLIDitbxR.lazyload, #AmgNaCo6h5xFbz3UplbOLDsXLIDitbxR.lazyloading { background-image: none; }
#xm4LcMmJS5CZnZa9QqCqOg4sPg0w65Va { position:absolute;display:block;z-index:14982;background-color:#ff4533;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:36.875rem;width:26.375rem;top:70.000015258787rem;left:0rem;display:block; }
#brLFhcR2gsDPkGK0LU2mHirM6b9Cvelq { position:absolute;display:block;z-index:15044;background-color:#ff4533;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:3.75rem;width:0.125rem;top:28.75rem;left:56.21875rem;display:block; }
#m2nCyki3q3aWd1ZMvnQqN3oAiVaviovV { position:absolute;display:block;z-index:15045;background-color:#ff4533;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:5rem;width:0.125rem;top:26.25rem;left:0rem;display:block; }
#i6nPe4JBtOzJ4esxd1Zfz7pXPX0tzqLD { color:#4c4c4c;display:block;width:13.75rem;position:absolute;font-family:"object sans rb";font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:6.875rem;left:58.75rem;height:21.9375rem;display:block; }
#wlT2PcagFOnEGRagsdVuN8UBI8XoAupR { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.8125rem;width:1.0625rem;top:4rem;left:58.75rem;overflow:hidden;display:block; }
#blNWmf9vZhE3HDUV1V17qxaKk22aokvr { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:"object sans bold";font-size:3.75rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:37.875015258789rem;left:0rem;height:9rem;display:block; }
#VUholWPOQdkQh2AK5eqouqM0dMII9vBt { color:#ffffff;display:block;width:36.6875rem;position:absolute;font-family:"object sans rb";font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:48.250015258789rem;left:0rem;height:4.3875rem;display:block; }
#nRKhRmfLqIe0mTUNcHCqbmmGCTxierhs { background-color:#ff4533;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:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;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:"object sans bold";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:15rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:54.875015258789rem;left:0rem;display:block; }
#EOAxV6SyGzhbWbCMbaSFu49rI9spZR8S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U0DVsE0BlwL4lBrrlGS7fFneCS5R9T5W { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:"object sans bold";font-size:3.75rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:80.000015258787rem;left:22.625rem;height:4.5rem;display:block; }
#kGncG0r3yzCBU9ia7md38Oswwb09F2uD { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:"object sans rb";font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:85.812515258787rem;left:22.625rem;height:4.3875rem;display:block; }
#TDSfteQWpgv3QcKQy81OVhU3FAmWuMdg { background-color:#ff4533;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:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;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:"object sans bold";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:15rem;height:3.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:92.437515258787rem;left:22.625rem;display:block; }
#FcySTaFSlgJyf712kfZ5hVcGfW2qTqI7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xt810HoG9wpScKOHv3zgrRwr559kkuKH { position:absolute;display:block;z-index:15046;background-color:#ff4533;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:8.75rem;width:0.125rem;top:63.750015258787rem;left:56.21875rem;display:block; }
#Rad6E0ALOnW8ZPpqtho3J7wrvneqyCRf { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:"object sans bold";font-size:3.75rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:1.5625rem;left:25.625rem;height:9rem;display:block; }
#apU9pUuI9tGGv8BlCNip10Gsfwm9UV3c { color:#ffffff;display:block;width:34.25rem;position:absolute;font-family:"object sans rb";font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:11.9375rem;left:25.625rem;height:5.85rem;display:block; }
#Bx9v0HHnTu5nFUXTUzk3KsMZqvCAr2UV { background-color:#ff4533;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:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;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:"object sans bold";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:15rem;height:3.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:20rem;left:25.625rem;display:block; }
#XKse9KN0IJ2DLsaiLKdI88JOyd5EoUxw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hH2dWFMCZpUuf77z3xDQy6R5lziNxboE { position:absolute;display:block;z-index:14985;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(0,0,0,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c000000', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(0,0,0,0.3), rgba(0,0,0,0));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.25rem;width:29rem;top:32.5rem;left:26.25rem;display:block; }
#cTPgIHX5DJDfBgSpaKA5LzdS2AS7GDim { position:absolute;display:block;z-index:14976;background-color:#131313;background-image:url("https://images.assets-landingi.com/uc/4fd486dd-58b8-43a8-892e-55d35f902e02/_DSC9033.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.25rem;width:37.5625rem;top:0rem;left:0rem;display:block; }#cTPgIHX5DJDfBgSpaKA5LzdS2AS7GDim.adaptive-delivery-prevent-bg, #cTPgIHX5DJDfBgSpaKA5LzdS2AS7GDim.lazyload, #cTPgIHX5DJDfBgSpaKA5LzdS2AS7GDim.lazyloading { background-image: none; }
#yc0FwBFguw1bsuDhvsbtHPeEhwxPVeNL { position:absolute;display:block;z-index:14986;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0.61));background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0.61));background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0.61));background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0.61));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#9b000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#9b000000' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0.61));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.25rem;width:22.125rem;top:0rem;left:15.5rem;display:block; }
#tpsC8BaLzzb851uKoHUkxTUyTUkVEdb5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/ce713ddf-8039-451a-b4d4-3fbef90ba157/Czarnewpaski.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;position:relative;display:none; }#tpsC8BaLzzb851uKoHUkxTUyTUkVEdb5.adaptive-delivery-prevent-bg, #tpsC8BaLzzb851uKoHUkxTUyTUkVEdb5.lazyload, #tpsC8BaLzzb851uKoHUkxTUyTUkVEdb5.lazyloading { background-image: none; }#tpsC8BaLzzb851uKoHUkxTUyTUkVEdb5 > .row .container { border-width: 0; border-radius: 0; }#tpsC8BaLzzb851uKoHUkxTUyTUkVEdb5 > .row > .video-iframe-container {  }#tpsC8BaLzzb851uKoHUkxTUyTUkVEdb5 > .row .container { font-size:0.875rem;font-family:arial;height:147.875rem;width:75rem;position:relative;display:none; }#Br0UIs5tk39U73HBH5k1eelyyzH5fadn { color:#ffffff;display:block;width:67.5rem;position:absolute;font-family:"object sans bold";font-size:3.75rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:10.25rem;left:0rem;height:9rem;display:block; }
#llEo3gFmgl26BN6a8SIpX9F12Pc6fEOv { color:#ffffff;display:block;width:45rem;position:absolute;font-family:"object sans rb";font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:21.75rem;left:0rem;height:5.85rem;display:block; }
#rUNgWgHJMaElXTpueSZlNi6qoefXi5ML { position:absolute;display:block;z-index:14979;background-color:#131313;background-image:url("https://images.assets-landingi.com/uc/0a21f734-5f70-4242-9071-2b817f3774f7/WIDEO.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.25rem;width:48.75rem;top:73.5rem;left:26.25rem;display:block; }#rUNgWgHJMaElXTpueSZlNi6qoefXi5ML.adaptive-delivery-prevent-bg, #rUNgWgHJMaElXTpueSZlNi6qoefXi5ML.lazyload, #rUNgWgHJMaElXTpueSZlNi6qoefXi5ML.lazyloading { background-image: none; }
#MTfvFLbpVIEXm6TJNXDUZoo1fTPfZhNk { position:absolute;display:block;z-index:14975;background-color:#ff4533;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:26.25rem;width:37.5625rem;top:41rem;left:0rem;display:block; }
#ytpb7pFk7ZJGGb6xpFP3b3V4M6rMdVNx { position:absolute;display:block;z-index:14978;background-color:#ff4533;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:31.25rem;width:48.75rem;top:73.5rem;left:26.25rem;display:block; }
#WyZfyXW46TNCL5smkJh5LiTLZGtFe6At { background-color:#ff4533;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:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;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:"object sans bold";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:15rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:31rem;left:0rem;display:block; }
#euBoa8JISgb9AfASI5eMSJ8NHSqQfQoA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JTkTvd7ki4dC95dKX4BzQ6T31ablpItI { position:absolute;display:block;z-index:14983;background-color:#131313;background-image:url("https://images.assets-landingi.com/uc/fa2a32c5-a5f1-4a35-9c07-05ee1fe5ba65/foto1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:36.875rem;width:26.375rem;top:111rem;left:0rem;display:block; }#JTkTvd7ki4dC95dKX4BzQ6T31ablpItI.adaptive-delivery-prevent-bg, #JTkTvd7ki4dC95dKX4BzQ6T31ablpItI.lazyload, #JTkTvd7ki4dC95dKX4BzQ6T31ablpItI.lazyloading { background-image: none; }
#TJrUvE523oJAQkStIOhbinIQBzqPElen { position:absolute;display:block;z-index:14982;background-color:#ff4533;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:36.875rem;width:26.375rem;top:111rem;left:0rem;display:block; }
#cx3tM5oh4tWUzNopTTSFTyyFRd3gvsb6 { position:absolute;display:block;z-index:15044;background-color:#ff4533;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:3.75rem;width:0.125rem;top:69.75rem;left:56.21875rem;display:block; }
#XPUII0mxQrirfXUSsqByFulU3TnXTXIH { position:absolute;display:block;z-index:15043;background-color:#ff4533;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.5rem;width:0.125rem;top:6.25rem;left:74.875rem;display:block; }
#Z9eDlVU8uyRSzDcRcPNpTQC7xioWJ174 { position:absolute;display:block;z-index:15045;background-color:#ff4533;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:5rem;width:0.125rem;top:67.25rem;left:0rem;display:block; }
#s0h3qP9aeaHDz4Ln99yLEEidHIIhyf9L { position:absolute;display:block;z-index:14981;background-color:#ff4533;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.9375rem;width:0.125rem;top:0rem;left:18.75rem;display:block; }
#xb7IyQUl2GVyetsxxUPfIQf8bkTN9pto { color:#4c4c4c;display:block;width:13.75rem;position:absolute;font-family:"object sans rb";font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:123.5rem;left:58.75rem;height:21.9375rem;display:block; }
#LTsnLT4ab6neAhd5zTGtFMCD1E5ulhBr { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.8125rem;width:1.0625rem;top:120.625rem;left:58.75rem;overflow:hidden;display:block; }
#Q2CCVrz4wCqNXxOuuidmMLS0nUfZ4ZwQ { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:"object sans bold";font-size:3.75rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:78.875rem;left:0rem;height:9rem;display:block; }
#PTzoawxCKH13hrUeoETzcb4SX7s6tgTr { color:#ffffff;display:block;width:36.6875rem;position:absolute;font-family:"object sans rb";font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:89.25rem;left:0rem;height:4.3875rem;display:block; }
#QWfL7p7AKxeU0DPXFEcCKcTkBlXR1GOr { background-color:#ff4533;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:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;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:"object sans bold";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:15rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:95.875rem;left:0rem;display:block; }
#uIE7PgXg1M4CnZH4lTlBS5XgHEdbbTgN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cD68lVRpTi7g68nMXNfcnwhFkzkqxyvF { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:"object sans bold";font-size:3.75rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:121rem;left:22.625rem;height:4.5rem;display:block; }
#LGvsewETwkEPrzcbuheHZekaqBnHt2I1 { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:"object sans rb";font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:126.8125rem;left:22.625rem;height:4.3875rem;display:block; }
#TVsVmI57oDL0k18dgRsdiCmETTF8J2xx { background-color:#ff4533;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:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;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:"object sans bold";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:15rem;height:3.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:133.4375rem;left:22.625rem;display:block; }
#dtCZA0eE7QmkCxLDyKko7R9Ik4crV6Hn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b7kMC7T1pW6NfCFZi2K7yz7whNbzUOD2 { position:absolute;display:block;z-index:15046;background-color:#ff4533;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:8.75rem;width:0.125rem;top:104.75rem;left:56.21875rem;display:block; }
#RSzHwbkoIV4seR9dOlrG2lKcUsgyAb1t { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:"object sans bold";font-size:3.75rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:43.125rem;left:33.75rem;height:9rem;display:block; }
#KoIotuHPmemQK4hbzGzGTFh4Pwo1MLVX { color:#ffffff;display:block;width:34.25rem;position:absolute;font-family:"object sans rb";font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:53.5rem;left:33.75rem;height:4.3875rem;display:block; }
#qNPeFJt8T1It2q5yPw0yMwwXWJsLarT7 { background-color:#ff4533;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:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;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:"object sans bold";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:15rem;height:3.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:60.125rem;left:33.75rem;display:block; }
#XX3UqTs8ul3ah2AKTBmtCBT8bzQfL7c8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qF4e2rmNCTQ7mUX9utf5oZeDo9aflib1 { position:absolute;display:block;z-index:14985;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(0,0,0,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c000000', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(0,0,0,0.3), rgba(0,0,0,0));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.25rem;width:29rem;top:73.5rem;left:26.25rem;display:block; }
#fNAJ2qcFruJTRU0rzqh24XqMc4XVczJW { position:absolute;display:block;z-index:14976;background-color:#131313;background-image:url("https://images.assets-landingi.com/uc/dbb23802-28bc-4ab3-9d31-f8a87ec0b94d/SocialMedia.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.25rem;width:37.5625rem;top:41rem;left:0rem;display:block; }#fNAJ2qcFruJTRU0rzqh24XqMc4XVczJW.adaptive-delivery-prevent-bg, #fNAJ2qcFruJTRU0rzqh24XqMc4XVczJW.lazyload, #fNAJ2qcFruJTRU0rzqh24XqMc4XVczJW.lazyloading { background-image: none; }
#ahJw4fIsUqVGKzEotH2g522kKpblfD14 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/ce713ddf-8039-451a-b4d4-3fbef90ba157/Czarnewpaski.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#ahJw4fIsUqVGKzEotH2g522kKpblfD14.adaptive-delivery-prevent-bg, #ahJw4fIsUqVGKzEotH2g522kKpblfD14.lazyload, #ahJw4fIsUqVGKzEotH2g522kKpblfD14.lazyloading { background-image: none; }#ahJw4fIsUqVGKzEotH2g522kKpblfD14 > .row .container { background-color: transparent; background-image: none; }#ahJw4fIsUqVGKzEotH2g522kKpblfD14::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ahJw4fIsUqVGKzEotH2g522kKpblfD14 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ahJw4fIsUqVGKzEotH2g522kKpblfD14 > .row .container > .video-iframe-container { display: none; }#ahJw4fIsUqVGKzEotH2g522kKpblfD14 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ahJw4fIsUqVGKzEotH2g522kKpblfD14 > .row > .video-iframe-container { display: none; }#ahJw4fIsUqVGKzEotH2g522kKpblfD14 > .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); }#ahJw4fIsUqVGKzEotH2g522kKpblfD14 > .row .container { border-width: 0; border-radius: 0; }#ahJw4fIsUqVGKzEotH2g522kKpblfD14 > .row > .video-iframe-container {  }#ahJw4fIsUqVGKzEotH2g522kKpblfD14 > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:75rem;position:relative;display:block; }#EugC7vBLeuN9P5pBbQsFik7Cgmpygshl { position:absolute;display:block;z-index:14984;background-color:#131313;background-image:url("https://images.assets-landingi.com/uc/42dfb9d4-d05f-47c6-a69d-423dc4dbca13/lp.png");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:12.5rem;width:12.5rem;top:5rem;left:0rem;display:block; }#EugC7vBLeuN9P5pBbQsFik7Cgmpygshl.adaptive-delivery-prevent-bg, #EugC7vBLeuN9P5pBbQsFik7Cgmpygshl.lazyload, #EugC7vBLeuN9P5pBbQsFik7Cgmpygshl.lazyloading { background-image: none; }
#zSxTexmp6MGKbE2XSATWDg1MFzO8Zc7r { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:"object sans bold";font-size:2.5rem;font-weight:normal;z-index:15067;line-height:1.2;letter-spacing:0;top:6.25rem;left:6.125rem;height:3rem;display:block; }
#Dd6bLscuwtUKIXIDudTWskWPd8A5dvir { position:absolute;display:block;z-index:14986;background-color:#131313;background-image:url("https://images.assets-landingi.com/uc/ff41e1cf-3971-40fb-9cb5-b221f030fd62/_GRY3017.png");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:12.5rem;width:12.5rem;top:5rem;left:27.8125rem;display:block; }#Dd6bLscuwtUKIXIDudTWskWPd8A5dvir.adaptive-delivery-prevent-bg, #Dd6bLscuwtUKIXIDudTWskWPd8A5dvir.lazyload, #Dd6bLscuwtUKIXIDudTWskWPd8A5dvir.lazyloading { background-image: none; }
#NGL6V4T38Te1W8Q6zIzvbJ4bzFdGIO0K { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:"object sans bold";font-size:2.5rem;font-weight:normal;z-index:15068;line-height:1.2;letter-spacing:0;top:6.25rem;left:34.0625rem;height:6rem;display:block; }
#bhrv7LP7tdB7iA6le7U6HxSbup4M2gL3 { position:absolute;display:block;z-index:14988;background-color:#131313;background-image:url("https://images.assets-landingi.com/uc/a642c4de-1c8b-4171-b50e-55b0653cf411/_DSC0175.png");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:12.5rem;width:12.5rem;top:5rem;left:56.1875rem;display:block; }#bhrv7LP7tdB7iA6le7U6HxSbup4M2gL3.adaptive-delivery-prevent-bg, #bhrv7LP7tdB7iA6le7U6HxSbup4M2gL3.lazyload, #bhrv7LP7tdB7iA6le7U6HxSbup4M2gL3.lazyloading { background-image: none; }
#WH3nIzOdpxLnxmJOPvhopJPwhlwNnmtJ { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"object sans bold";font-size:2.5rem;font-weight:normal;z-index:15069;line-height:1.2;letter-spacing:0;top:6.25rem;left:62.4375rem;height:3rem;display:block; }
#wdlMg33Ec9mP5AXTJKzKUBiILWaSXNHU { position:absolute;display:block;z-index:14980;background-color:#ff4533;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:12.5rem;width:12.5rem;top:5rem;left:0rem;display:block; }
#XC1mfvCNFoJ69dbdiQ6nC7M57cGsZ5Sd { position:absolute;display:block;z-index:14981;background-color:#ff4533;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:12.5rem;width:12.5rem;top:5rem;left:27.8125rem;display:block; }
#Tg6Of1oavUDlLEQadlIwpEnIhrRLilSq { position:absolute;display:block;z-index:14981;background-color:#ff4533;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:12.5rem;width:12.5rem;top:5rem;left:56.1875rem;display:block; }
#NB29hHumTUyrcFroyCcdGb3XVMvdfqvD { position:absolute;display:block;z-index:15064;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0.3));background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0.3));background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0.3));background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4c000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4c000000' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0.3));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:5rem;left:27.8125rem;display:block; }
#MZZSLXZOVbNkrpkVrecd2zK0dPke1NxB { position:absolute;display:block;z-index:15065;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0.6));background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0.6));background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0.6));background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0.6));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:5rem;left:56.187498092651rem;display:block; }
#wAu14y8D6ht7odVZ31r7hd9gGkyn3TJq { position:absolute;display:block;z-index:15066;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0.3));background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0.3));background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0.3));background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4c000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4c000000' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0.3));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:5rem;left:0rem;display:block; }
#trFweWZE7pZCncASBtTaE47rtqkDoE9O { color:#000000;display:block;width:8.75rem;position:absolute;font-family:"object sans rb";font-size:1rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:10.3125rem;left:15.0625rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#l2xF80goBla9Ihtn6GTSneVzy3hvI7RZ { color:#000000;display:block;width:8.75rem;position:absolute;font-family:"object sans rb";font-size:1rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:10.3125rem;left:62.125rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#ANgSfJ9LXi0K4eHNe3n9P4yTEPcPT3Xg { color:#000000;display:block;width:11.25rem;position:absolute;font-family:"object sans rb";font-size:1rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:13.375rem;left:38.9375rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#aW0IGXtaeWPOEgofgdduKSbdEKzmVpKL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/ce713ddf-8039-451a-b4d4-3fbef90ba157/Czarnewpaski.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#aW0IGXtaeWPOEgofgdduKSbdEKzmVpKL.adaptive-delivery-prevent-bg, #aW0IGXtaeWPOEgofgdduKSbdEKzmVpKL.lazyload, #aW0IGXtaeWPOEgofgdduKSbdEKzmVpKL.lazyloading { background-image: none; }#aW0IGXtaeWPOEgofgdduKSbdEKzmVpKL > .row .container { background-color: transparent; background-image: none; }#aW0IGXtaeWPOEgofgdduKSbdEKzmVpKL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aW0IGXtaeWPOEgofgdduKSbdEKzmVpKL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aW0IGXtaeWPOEgofgdduKSbdEKzmVpKL > .row .container > .video-iframe-container { display: none; }#aW0IGXtaeWPOEgofgdduKSbdEKzmVpKL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aW0IGXtaeWPOEgofgdduKSbdEKzmVpKL > .row > .video-iframe-container { display: none; }#aW0IGXtaeWPOEgofgdduKSbdEKzmVpKL > .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); }#aW0IGXtaeWPOEgofgdduKSbdEKzmVpKL > .row .container { border-width: 0; border-radius: 0; }#aW0IGXtaeWPOEgofgdduKSbdEKzmVpKL > .row > .video-iframe-container {  }#aW0IGXtaeWPOEgofgdduKSbdEKzmVpKL > .row .container { font-size:0.875rem;font-family:arial;height:47.75rem;width:75rem;position:relative;display:block; }#HnZFxEOGUzZzyPUzufSh4rx5tysRPTHc { position:absolute;display:block;z-index:15045;background-color:#ff4533;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.625rem;width:0.125rem;top:42.0625rem;left:18.75rem;display:block; }
#FTim5Op7y3unB2NOmgEds4aSJ3lTAInG { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.75rem;width:11.375rem;top:31.812522888184rem;left:22.40625rem;overflow:hidden;display:block; }
#ThAep2AiD08WzNO9ZiKZI9ivorkn2lsA { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.125rem;width:12rem;top:31.625rem;left:40.875rem;overflow:hidden;display:block; }
#vSpECKQkb9QlaRrvGL3XhftunXVT3cZn { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.4375rem;width:11.375rem;top:22rem;left:59.9375rem;overflow:hidden;display:block; }
#rAnKAcZR5aXTi16kxQkCK8GfuF4fL9ke { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.25rem;width:5.8125rem;top:20.0625rem;left:25.1875rem;overflow:hidden;display:block; }
#KcygTC0HWDvEZmJNbVeRd4dvKMECHE5H { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.3125rem;width:5.75rem;top:31.0625rem;left:62.75rem;overflow:hidden;display:block; }
#uqf6MlD0CRbc80yvMh6P3JA7DCt9edr3 { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.25rem;width:10rem;top:20.593774795533rem;left:4.375rem;overflow:hidden;display:block; }
#mAh7Dbn3qn2Zm5SGu6DCzCzoX7s5sJX9 { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8125rem;width:8.625rem;top:30.8125rem;left:5.0625rem;overflow:hidden;display:block; }
#a0TBHN86HzoQtnU8uyqW1UpOizyeHJXo { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.625rem;width:12.125rem;top:21.375rem;left:40.75rem;overflow:hidden;display:block; }
#bVtkCptJrweazRDvCCoK9LraJnNedP9E { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"object sans bold";font-size:3.75rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:10.25rem;left:0rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#haWI6X6RGyV3EPTpanqaToSScflGcucp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3a5e79b4-6d89-42c3-8016-81dd3b380cdc/biaewpaski.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;position:relative;display:none; }#haWI6X6RGyV3EPTpanqaToSScflGcucp.adaptive-delivery-prevent-bg, #haWI6X6RGyV3EPTpanqaToSScflGcucp.lazyload, #haWI6X6RGyV3EPTpanqaToSScflGcucp.lazyloading { background-image: none; }#haWI6X6RGyV3EPTpanqaToSScflGcucp > .row .container { border-width: 0; border-radius: 0; }#haWI6X6RGyV3EPTpanqaToSScflGcucp > .row > .video-iframe-container {  }#haWI6X6RGyV3EPTpanqaToSScflGcucp > .row .container { font-size:0.875rem;font-family:arial;height:64.6875rem;width:75rem;position:relative;display:none; }#U4Ed71QGckIo5VDTKfArTJJ9xz6fuA5V { position:absolute;display:block;z-index:15008;background-color:#131313;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:37.5rem;width:18.8125rem;top:24.6875rem;left:18.75rem;display:block; }
#dPtIJdhmIrGhcRhqNwymkR2khTGBc9pN { position:absolute;display:block;z-index:15009;background-color:#131313;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:37.5rem;width:18.8125rem;top:20.9375rem;left:0rem;display:block; }
#WTevV6xbfxrGxXTIof3TrcnIrHCaGMiB { color:#ffffff;display:block;width:58.75rem;position:absolute;font-family:"object sans bold";font-size:2.5rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:33.4375rem;left:10.125rem;height:15rem;text-align:center;text-align-last:center;display:block; }
#nqgQR9mUsCyadWJvETzObButqnRGK30Q { position:absolute;display:block;z-index:15007;background-color:#131313;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:37.5rem;width:18.8125rem;top:19.6875rem;left:37.5625rem;display:block; }
#G4plsOWrtknRRtLdZK5tE24LfTGpkVNR { position:absolute;display:block;z-index:15006;background-color:#131313;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:37.5rem;width:18.8125rem;top:22.8125rem;left:56.25rem;display:block; }
#M16QqBk3SN9HtIMTcGubZnI4TH9TNUy1 { color:#000000;display:block;width:67.5rem;position:absolute;font-family:"object sans bold";font-size:3.75rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:6.5rem;left:3.75rem;height:9rem;text-align:center;text-align-last:center;display:block; }
#TCCWkgvMSMWIAbTz3H5MywOGvQTI3UQJ { color:#4c4c4c;display:block;width:10.6875rem;position:absolute;font-family:"object sans rb";font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:51.825000762939rem;left:3.75rem;height:2.925rem;display:block; }
#bBklNr3K4QNGLaGTQXLI92QyhgxoHqza { position:absolute;display:block;z-index:15044;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-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.625rem;width:0.625rem;top:53rem;left:35.9375rem;display:block; }
#fczzcB5eq2KbTkVPKF7NOxhpOif3OF53 { position:absolute;display:block;z-index:15045;background-color:#ff4533;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.625rem;width:0.625rem;top:53rem;left:37.1875rem;display:block; }
#Xqub4uzlmw0F5U3DzhzFIAOnf8OiA7Lk { position:absolute;display:block;z-index:15046;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-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.625rem;width:0.625rem;top:53rem;left:38.4375rem;display:block; }
#ayW0QcmXL9DgbiDaqVPXGlT3Gbi7ScHg { position:absolute;display:block;z-index:15044;background-color:#ff4533;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:3.75rem;width:0.125rem;top:0rem;left:56.125rem;display:block; }
#hob6VzxlySaaZZqnPnhTfceHcTD8RT9A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/ce713ddf-8039-451a-b4d4-3fbef90ba157/Czarnewpaski.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#hob6VzxlySaaZZqnPnhTfceHcTD8RT9A.adaptive-delivery-prevent-bg, #hob6VzxlySaaZZqnPnhTfceHcTD8RT9A.lazyload, #hob6VzxlySaaZZqnPnhTfceHcTD8RT9A.lazyloading { background-image: none; }#hob6VzxlySaaZZqnPnhTfceHcTD8RT9A > .row .container { background-color: transparent; background-image: none; }#hob6VzxlySaaZZqnPnhTfceHcTD8RT9A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hob6VzxlySaaZZqnPnhTfceHcTD8RT9A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hob6VzxlySaaZZqnPnhTfceHcTD8RT9A > .row .container > .video-iframe-container { display: none; }#hob6VzxlySaaZZqnPnhTfceHcTD8RT9A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hob6VzxlySaaZZqnPnhTfceHcTD8RT9A > .row > .video-iframe-container { display: none; }#hob6VzxlySaaZZqnPnhTfceHcTD8RT9A > .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); }#hob6VzxlySaaZZqnPnhTfceHcTD8RT9A > .row .container { border-width: 0; border-radius: 0; }#hob6VzxlySaaZZqnPnhTfceHcTD8RT9A > .row > .video-iframe-container {  }#hob6VzxlySaaZZqnPnhTfceHcTD8RT9A > .row .container { font-size:0.875rem;font-family:arial;height:84.75rem;width:75rem;position:relative;display:block; }#L8o4BTcOSg24SlXOhbwrJTCW9dGoAS6I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/ce713ddf-8039-451a-b4d4-3fbef90ba157/Czarnewpaski.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#L8o4BTcOSg24SlXOhbwrJTCW9dGoAS6I.adaptive-delivery-prevent-bg, #L8o4BTcOSg24SlXOhbwrJTCW9dGoAS6I.lazyload, #L8o4BTcOSg24SlXOhbwrJTCW9dGoAS6I.lazyloading { background-image: none; }#L8o4BTcOSg24SlXOhbwrJTCW9dGoAS6I > .row .container { background-color: transparent; background-image: none; }#L8o4BTcOSg24SlXOhbwrJTCW9dGoAS6I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8o4BTcOSg24SlXOhbwrJTCW9dGoAS6I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8o4BTcOSg24SlXOhbwrJTCW9dGoAS6I > .row .container > .video-iframe-container { display: none; }#L8o4BTcOSg24SlXOhbwrJTCW9dGoAS6I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8o4BTcOSg24SlXOhbwrJTCW9dGoAS6I > .row > .video-iframe-container { display: none; }#L8o4BTcOSg24SlXOhbwrJTCW9dGoAS6I > .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); }#L8o4BTcOSg24SlXOhbwrJTCW9dGoAS6I > .row .container { border-width: 0; border-radius: 0; }#L8o4BTcOSg24SlXOhbwrJTCW9dGoAS6I > .row > .video-iframe-container {  }#L8o4BTcOSg24SlXOhbwrJTCW9dGoAS6I > .row .container { font-size:0.875rem;font-family:arial;height:51rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lnqueHvvZzRoC2qCflupr2RaifcZTKGQ { display:none; }#lnqueHvvZzRoC2qCflupr2RaifcZTKGQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Sbi9ZotCh6h8gkTFKrJP4TM5zkD1Kn9L { top:2.5rem;left:0rem;width:4.875rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlhBZ8P8xUxvIq7Ifo8LaOOIAT8dQOpG { display:none; }
 }@media only screen and (max-width: 763px) { #w4rQSy3OZxivPQMLlkNebNTpTSh3WgOg { display:none; }#w4rQSy3OZxivPQMLlkNebNTpTSh3WgOg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cDI0zWgRbVOAButxrFIKanylKbKwGrmC { width:4.75rem;height:1.875rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWb7rHGqUUOp0bEyagwweMvmILv5aJw4 { display:block; }
 }@media only screen and (max-width: 763px) { #LmRIAJys2cgGuVw1KobUfNAc0zSxGOTh { top:4.125rem;left:35.6875rem;width:0.4375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJ8bgTfAgy0RJeleMkru9wnD38w2AEeF { top:4.125rem;left:37.375rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrMQqKv7qTVJIIUvmqqBsi9uu5wqfalU { top:4.125rem;left:39.5625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3CEbQsAu3bnlCL9Vx5KTBdflBV7G0sC { top:4.1875rem;left:41.6875rem;width:1.125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3vmkdDzE6UKo8WJSpxpwPVokUc9LB9v { top:4rem;left:44.0625rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiRTfxzh1mcrtHtA3a11fy8RwLznBTq3 { width:4.75rem;height:1.875rem;top:3.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dryc9lh50Ztw3i2zFTkgEeIhH0WZS7T8 { display:block; }
 }@media only screen and (max-width: 763px) { #uHp6bkP4a8X8Brbt2D3l4NoIdG7mzEBS { display:none; }
 }@media only screen and (max-width: 763px) { #lFHMfIg3hVzpZxFNyKJGlxOEwgGMFyMg { width:4.75rem;height:1.875rem;top:3.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tEgq6racRo2ntfuThJmNxhvcwvLeVZFP { display:block; }
 }@media only screen and (max-width: 763px) { #QHgcFPLTeNrXrUrVi09mtav2BcvBHx4Z { display:none; }#QHgcFPLTeNrXrUrVi09mtav2BcvBHx4Z > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Um81sU6fG2ZhzmTPeRVsru0ASEL1Qz5N { top:0rem;left:0rem;width:47.75rem;height:26.779791666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAba5XyvOx683pof4UTsNeNc9pvtTLzS { display:none; }#tAba5XyvOx683pof4UTsNeNc9pvtTLzS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TIsVoVPW5P5U1NpBFww0T5KOSCXCXbNO { top:1.375rem;left:0rem;width:20rem;height:0;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXdOFvltAPd7LqHiyoM7s3W9yRToTBPc { top:20.125rem;left:0rem;width:20rem;height:5.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #H00PR6BG2rUhrKnOfB5J2rPkdzZp68xQ { width:15rem;height:3.75rem;top:31rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #P60HTrCrsa77BHp5IHk9FdT4feHDT7Sw { display:block; }
 }@media only screen and (max-width: 763px) { #f121icP2tm6w2NnLxDXR0zPTKMAHfsP8 { display:none; }
 }@media only screen and (max-width: 763px) { #Zs4WwVyt1G2siffxOTMlPiBX4RPwwqml { top:147.9375rem;left:0rem;width:15.5625rem;height:10.9375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ETQy8G0q3rnZCwXSP35oxCIQHOhUfq7V { width:12.5rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qw4TvO6bkTXk9H4CpWqlbB9OsBbIeKuv { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PCvWLCUBOyGKBHbcSUSqEdNgobOOxGf1 { top:163.8125rem;left:0rem;width:14.375rem;height:2.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CGX7ryz5Z8PX4IN1Qgf1T2DNAqzmttSN { top:0rem;left:0rem;width:47.75rem;height:26.779791666667rem;display:none; }
 }@media only screen and (max-width: 763px) { #wq9KkKX7TstI1bFw7lTfN5aMwgPtk5Aq { display:none; }#wq9KkKX7TstI1bFw7lTfN5aMwgPtk5Aq > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sKdD4qd7OWLTtrPd48CofpLo3rSO3AUz { top:45.125rem;left:0rem;width:20rem;height:;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zSvs9n7KQVMU2H6T9i7cxdqLJCq2H5dx { display:none; }
 }@media only screen and (max-width: 763px) { #JhH0kPtL3fW6PwiLZQ01CJ4dbRTT0b5J { top:61.8125rem;left:0rem;width:20rem;height:6.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gZLB9ODVAhS5rs1qOyy2JrZgq4AlG3FQ { width:15rem;height:3.75rem;top:31rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #taP6Vo2deRLNFUPUNMqpl7STxiBN2iFk { display:block; }
 }@media only screen and (max-width: 763px) { #yslkeRVyu32bQEZS8lEd9QI8paRkXa3E { top:98.8125rem;left:0rem;width:20rem;height:6.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FwHqqT6aqBJCDZHK159TuBwrgbTkMs4h { width:15rem;height:3.75rem;top:31rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nGqxGnqmbZOfoReGtPXRAbr7CZnwpOvF { display:block; }
 }@media only screen and (max-width: 763px) { #VAEmpCg7qsLz98S4DfNQ2sJDDJMa4hXR { display:none; }
 }@media only screen and (max-width: 763px) { #moupmMZlVLARRLuxytpIhlrtTkOBFQdz { top:78.625rem;left:0rem;width:20rem;height:;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uwEBtwrWR1Dd3roaZap62UMo51ArJTJc { width:15rem;height:3.75rem;top:31rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ooDz4nnxT4hi0mLo5ZVCWfar3kyWkDQN { display:block; }
 }@media only screen and (max-width: 763px) { #IgUqhKQrikiu9k0zTuygkQevOuRt5ADu { top:94.9375rem;left:0rem;width:20rem;height:6.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IqhgzvrTgbDZGXTU99blZcL5ahOoAM46 { display:none; }
 }@media only screen and (max-width: 763px) { #GqmGDA2MhhMA1i8eDMqO4rRpUllGPE8M { top:113rem;left:0rem;width:20rem;height:;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #F2B1muntJbs4TGwB2z5L2zr1sy8zcg30 { display:none; }
 }@media only screen and (max-width: 763px) { #V97ZUe2wfroFmU9qvw95HXwqDbko5e0K { display:none; }
 }@media only screen and (max-width: 763px) { #pwCSaUJbfBHEqiBKukHqVQIzKzLwnKK0 { display:none; }#pwCSaUJbfBHEqiBKukHqVQIzKzLwnKK0 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BH697eqvXGSETivgg1Id0mBEJAnFTbA0 { top:163.9375rem;left:0rem;width:20rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uF9NlFph5I9yH8GhDH1LOTefyowqGrT7 { display:none; }
 }@media only screen and (max-width: 763px) { #ZIyysqRgmXMZ2frnQXLXLsvOwamdr9Rn { display:none; }
 }@media only screen and (max-width: 763px) { #qH2tzk9JzkF0UJ5x0W08C5q2BERiAgFK { display:none; }
 }@media only screen and (max-width: 763px) { #dSFkq3ZK2Dg28mTQbThVHW02WxdNOwC5 { top:194.3125rem;left:0rem;width:12.9375rem;height:;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TfXxazkSLAXkQH6WrnoNcgUq13J5oueU { display:none; }
 }@media only screen and (max-width: 763px) { #JtJGBOn9lXCH3a5cZL1nVAiyF98TdKoM { top:181.75rem;left:0rem;width:8.5625rem;height:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yQ67TaaUEmnVbP6Gis8CcrWzvpR03SHJ { top:194.0625rem;left:0rem;width:18.75rem;height:1.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gZALI7kQCqpcuuh18z8sM3PHWIUsql0E { top:186.6875rem;left:0rem;width:8.5625rem;height:2.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dtOnqxssh9nmXdlBkIFhZkGl3J3MARE2 { display:none; }
 }@media only screen and (max-width: 763px) { #xUWq3caV1hsRCyv9slRwi7uEHxIGKx5H { top:204.25rem;left:0rem;width:12.9375rem;height:1.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WsKkRTFJQbl7utO3t961S6XToTETS33q { top:191.6875rem;left:0rem;width:8.5625rem;height:2.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uLiVRGzkXsOeKfr3ImwHMxTppPvi3DZs { display:none; }
 }@media only screen and (max-width: 763px) { #ZVKphiOOgJBRziHdqMWntiW871QR6ONL { display:none; }
 }@media only screen and (max-width: 763px) { #eTual6GrOztFK8LxogPeoQFQbbNwM0He { display:none; }
 }@media only screen and (max-width: 763px) { #uJJk1TAqr4aJlAyuogz0hKznMdWKFOCQ { display:none; }
 }@media only screen and (max-width: 763px) { #PfPiLasPETa9pPMN9ag5VimAiOmzR7DF { display:none; }#PfPiLasPETa9pPMN9ag5VimAiOmzR7DF > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #h3FLEaS6qK0J1cD8EUA5aK2WyfJopb57 { display:none; }#h3FLEaS6qK0J1cD8EUA5aK2WyfJopb57 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PgyVBsQCJFD5aelqcLEIPEp5bzskJoIx { top:3.25rem;left:0rem;width:20rem;height:;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXh5yNRosEJzHAyniu9m8LZLCSglh6xS { top:197.1875rem;left:9.4375rem;width:10rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PVtVu4F6eAMokVnZxdauEt8dfwyR6hl7 { top:197.1875rem;left:9.4375rem;width:9.3125rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #c5RgOpP8CcLP8NO2RHJNWUBn2qBTQhgS { top:197.1875rem;left:9.4375rem;width:9.3125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oUbOWfz14dcmlgmzX9wnmF1JNb479ZFp { top:197.1875rem;left:9.4375rem;width:1.6875rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QgbyHVBgJiqIkczRE03BTaVQcW6CQ5s2 { top:197.1875rem;left:9.4375rem;width:9.3125rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #oFf3sVBr2hzLfEb8CexCGB1bZoAFJ5pQ { top:197.1875rem;left:9.4375rem;width:7.25rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #M1DwxRG3AgnzIwE8bD0oyvpeUTmLBD0l { top:197.1875rem;left:9.4375rem;width:9.8125rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #GSh6p04MzcQSm3ctRJKhN2ukJz8BpMbD { top:197.1875rem;left:9.4375rem;width:9.3125rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ULzeEdJi9JJVQW9bpVPymBKtVrT11Uod { display:none; }#ULzeEdJi9JJVQW9bpVPymBKtVrT11Uod > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tOtLDtLTSmP57IBMruxXbDHPuxFAmxOg { display:none; }#tOtLDtLTSmP57IBMruxXbDHPuxFAmxOg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eXKlZqRg1PlIi3tBTrlr5CIB12DCkL54 { display:block; }#eXKlZqRg1PlIi3tBTrlr5CIB12DCkL54 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #edSA3szmlHuppUh7uqArUbEsxqcdOSgR { top:2.5rem;left:0rem;width:4.875rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVnSerPIxKp5DQ5NGLbIMRsBH3Ry0Svz { width:7.5rem;height:1.875rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJau2X4Ts3y3TEmXd0UZHzQ56AC1TiR2 { display:block; }
 }@media only screen and (max-width: 763px) { #HixQd85O9w9Rs39wEZOIxamDimSr7CU4 { width:7.5rem;height:1.875rem;top:3.625rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rwc0uVxNWan7HGgDg61m0EXHG8QUiiUV { display:block; }
 }@media only screen and (max-width: 763px) { #cE95aGRNXctQAX8BAao6ZhoG5ImVe9zz { top:3.9375rem;left:11.5rem;width:0.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrMXHrTZaHM2HLqabFcp7uRJCDBKbH9R { top:4.125rem;left:35.6875rem;width:0.4375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFyWtymcU3XI6toNgCC0d773M2zydv9c { top:4.125rem;left:37.375rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6pAHWM6y7OxoWZwAAkizzwpJN6JsLiJ { top:4.125rem;left:39.5625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Si3ksOrFhiVbLyp3BDHr5CyQ8pO3IAfN { top:4.1875rem;left:41.6875rem;width:1.125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgEKGTQVkzSsFHUPqewsVbFZtFsPgRX1 { width:12.5rem;height:3.125rem;top:3rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiA3pKhsnOGN0cgNlHNFh7bvvfThryfo { display:block; }
 }@media only screen and (max-width: 763px) { #Vg80Frkq33k2bW2ICzaRWB9xmFRIB1zV { width:7.5rem;height:1.875rem;top:3.625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOD4sIL5VdlVkvI6anrQDiEdPk6HQtC2 { display:block; }
 }@media only screen and (max-width: 763px) { #mt4txkLRevT78QEQdZkDd2bqiMMpvwch { top:4rem;left:44.0625rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkaWIuxWv8I4gzkdZwK0KNUXNKJfDtxH { display:block; }#qkaWIuxWv8I4gzkdZwK0KNUXNKJfDtxH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qDmSVTn6gaCC8Tu30X57QrWQKHMuRFwQ { top:0rem;left:0rem;width:47.75rem;height:26.779791666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6X8BRTizWZ97EaDDCqBrUITXWTnkfP7 { display:block; }#T6X8BRTizWZ97EaDDCqBrUITXWTnkfP7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G54cZHQwWXBzdxTiqwtt9fMU3ZHpDRDc { top:5.5rem;left:0rem;width:41.9375rem;height:0;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGXribsAiIVSceAdfFpBgorwliWeJUO4 { top:21.5rem;left:0rem;width:45rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcMaom4NXQitqaEOlH2LNnBTA6GmQtdi { width:15rem;height:3.75rem;top:30.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ix0JKvUvV8ETAXmFvwgNWlHet0DfP5fN { display:block; }
 }@media only screen and (max-width: 763px) { #cy0b8l5feJT2SqJoRX5X6yQgBF1VLUL1 { top:9.1875rem;left:5.5625rem;width:42.1875rem;height:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgsrNoHZsTsToFztbwz9V4iFCoQeolFB { display:block; }#fgsrNoHZsTsToFztbwz9V4iFCoQeolFB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RwW1sShL6ePdvVFmd8OIHQ26tdfT2XM7 { top:32.5rem;left:0rem;width:47.75rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDNTs8OKRe7HKaflP3uiyMladzALxnVW { top:0rem;left:0rem;width:37.5625rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #snVdnGt6fTbEk4nQUNGGWd31xt21tAWf { top:32.5rem;left:0rem;width:47.75rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmgNaCo6h5xFbz3UplbOLDsXLIDitbxR { top:70rem;left:0rem;width:26.375rem;height:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xm4LcMmJS5CZnZa9QqCqOg4sPg0w65Va { top:70rem;left:0rem;width:26.375rem;height:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #brLFhcR2gsDPkGK0LU2mHirM6b9Cvelq { top:28.75rem;left:42.59375rem;width:0.125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2nCyki3q3aWd1ZMvnQqN3oAiVaviovV { top:26.25rem;left:0rem;width:0.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6nPe4JBtOzJ4esxd1Zfz7pXPX0tzqLD { top:6.875rem;left:34rem;width:13.75rem;height:21.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlT2PcagFOnEGRagsdVuN8UBI8XoAupR { top:4rem;left:45.125rem;width:1.0625rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #blNWmf9vZhE3HDUV1V17qxaKk22aokvr { top:37.875rem;left:0rem;width:37.5rem;height:0;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUholWPOQdkQh2AK5eqouqM0dMII9vBt { top:48.25rem;left:0rem;width:36.6875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRKhRmfLqIe0mTUNcHCqbmmGCTxierhs { width:15rem;height:3.75rem;top:54.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOAxV6SyGzhbWbCMbaSFu49rI9spZR8S { display:block; }
 }@media only screen and (max-width: 763px) { #U0DVsE0BlwL4lBrrlGS7fFneCS5R9T5W { top:80rem;left:9rem;width:37.5rem;height:4.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGncG0r3yzCBU9ia7md38Oswwb09F2uD { top:85.8125rem;left:8.9999980926512rem;width:33.75rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDSfteQWpgv3QcKQy81OVhU3FAmWuMdg { width:15rem;height:3.75rem;top:92.4375rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcySTaFSlgJyf712kfZ5hVcGfW2qTqI7 { display:block; }
 }@media only screen and (max-width: 763px) { #xt810HoG9wpScKOHv3zgrRwr559kkuKH { top:63.75rem;left:42.59375rem;width:0.125rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rad6E0ALOnW8ZPpqtho3J7wrvneqyCRf { top:1.5625rem;left:10.25rem;width:37.5rem;height:9rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #apU9pUuI9tGGv8BlCNip10Gsfwm9UV3c { top:11.9375rem;left:12rem;width:34.25rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bx9v0HHnTu5nFUXTUzk3KsMZqvCAr2UV { width:15rem;height:3.75rem;top:20rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKse9KN0IJ2DLsaiLKdI88JOyd5EoUxw { display:block; }
 }@media only screen and (max-width: 763px) { #hH2dWFMCZpUuf77z3xDQy6R5lziNxboE { top:32.5rem;left:12.625rem;width:29rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTPgIHX5DJDfBgSpaKA5LzdS2AS7GDim { top:0rem;left:0rem;width:37.5625rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yc0FwBFguw1bsuDhvsbtHPeEhwxPVeNL { top:0rem;left:1.875rem;width:22.125rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpsC8BaLzzb851uKoHUkxTUyTUkVEdb5 { display:block; }#tpsC8BaLzzb851uKoHUkxTUyTUkVEdb5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Br0UIs5tk39U73HBH5k1eelyyzH5fadn { top:10.25rem;left:0rem;width:47.75rem;height:0;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #llEo3gFmgl26BN6a8SIpX9F12Pc6fEOv { top:21.75rem;left:0rem;width:45rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUNgWgHJMaElXTpueSZlNi6qoefXi5ML { top:73.5rem;left:0rem;width:47.75rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTfvFLbpVIEXm6TJNXDUZoo1fTPfZhNk { top:41rem;left:0rem;width:37.5625rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytpb7pFk7ZJGGb6xpFP3b3V4M6rMdVNx { top:73.5rem;left:0rem;width:47.75rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyZfyXW46TNCL5smkJh5LiTLZGtFe6At { width:15rem;height:3.75rem;top:31rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #euBoa8JISgb9AfASI5eMSJ8NHSqQfQoA { display:block; }
 }@media only screen and (max-width: 763px) { #JTkTvd7ki4dC95dKX4BzQ6T31ablpItI { top:111rem;left:0rem;width:26.375rem;height:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJrUvE523oJAQkStIOhbinIQBzqPElen { top:111rem;left:0rem;width:26.375rem;height:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cx3tM5oh4tWUzNopTTSFTyyFRd3gvsb6 { top:69.75rem;left:42.59375rem;width:0.125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPUII0mxQrirfXUSsqByFulU3TnXTXIH { top:6.25rem;left:47.625rem;width:0.125rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9eDlVU8uyRSzDcRcPNpTQC7xioWJ174 { top:67.25rem;left:0rem;width:0.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0h3qP9aeaHDz4Ln99yLEEidHIIhyf9L { top:0rem;left:5.125rem;width:0.125rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xb7IyQUl2GVyetsxxUPfIQf8bkTN9pto { top:123.5rem;left:34rem;width:13.75rem;height:21.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTsnLT4ab6neAhd5zTGtFMCD1E5ulhBr { top:120.625rem;left:45.125rem;width:1.0625rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2CCVrz4wCqNXxOuuidmMLS0nUfZ4ZwQ { top:78.875rem;left:0rem;width:37.5rem;height:0;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTzoawxCKH13hrUeoETzcb4SX7s6tgTr { top:89.25rem;left:0rem;width:36.6875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWfL7p7AKxeU0DPXFEcCKcTkBlXR1GOr { width:15rem;height:3.75rem;top:95.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIE7PgXg1M4CnZH4lTlBS5XgHEdbbTgN { display:block; }
 }@media only screen and (max-width: 763px) { #cD68lVRpTi7g68nMXNfcnwhFkzkqxyvF { top:121rem;left:9rem;width:37.5rem;height:4.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGvsewETwkEPrzcbuheHZekaqBnHt2I1 { top:126.8125rem;left:9rem;width:33.75rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVsVmI57oDL0k18dgRsdiCmETTF8J2xx { width:15rem;height:3.75rem;top:133.4375rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtCZA0eE7QmkCxLDyKko7R9Ik4crV6Hn { display:block; }
 }@media only screen and (max-width: 763px) { #b7kMC7T1pW6NfCFZi2K7yz7whNbzUOD2 { top:104.75rem;left:42.59375rem;width:0.125rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSzHwbkoIV4seR9dOlrG2lKcUsgyAb1t { top:43.125rem;left:10.25rem;width:37.5rem;height:9rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoIotuHPmemQK4hbzGzGTFh4Pwo1MLVX { top:53.5rem;left:13.5rem;width:34.25rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNPeFJt8T1It2q5yPw0yMwwXWJsLarT7 { width:15rem;height:3.75rem;top:60.125rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XX3UqTs8ul3ah2AKTBmtCBT8bzQfL7c8 { display:block; }
 }@media only screen and (max-width: 763px) { #qF4e2rmNCTQ7mUX9utf5oZeDo9aflib1 { top:73.5rem;left:0rem;width:29rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNAJ2qcFruJTRU0rzqh24XqMc4XVczJW { top:41rem;left:0rem;width:37.5625rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahJw4fIsUqVGKzEotH2g522kKpblfD14 { display:block; }#ahJw4fIsUqVGKzEotH2g522kKpblfD14 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EugC7vBLeuN9P5pBbQsFik7Cgmpygshl { top:5rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSxTexmp6MGKbE2XSATWDg1MFzO8Zc7r { top:6.25rem;left:0rem;width:17.875rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dd6bLscuwtUKIXIDudTWskWPd8A5dvir { top:5rem;left:14.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGL6V4T38Te1W8Q6zIzvbJ4bzFdGIO0K { top:6.25rem;left:20.4375rem;width:17.5rem;height:6rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhrv7LP7tdB7iA6le7U6HxSbup4M2gL3 { top:5rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WH3nIzOdpxLnxmJOPvhopJPwhlwNnmtJ { top:6.25rem;left:35.25rem;width:12.5rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdlMg33Ec9mP5AXTJKzKUBiILWaSXNHU { top:5rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XC1mfvCNFoJ69dbdiQ6nC7M57cGsZ5Sd { top:5rem;left:14.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg6Of1oavUDlLEQadlIwpEnIhrRLilSq { top:5rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB29hHumTUyrcFroyCcdGb3XVMvdfqvD { top:5rem;left:14.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZZSLXZOVbNkrpkVrecd2zK0dPke1NxB { top:5rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAu14y8D6ht7odVZ31r7hd9gGkyn3TJq { top:5rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #trFweWZE7pZCncASBtTaE47rtqkDoE9O { top:10.3125rem;left:1.4375rem;width:8.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2xF80goBla9Ihtn6GTSneVzy3hvI7RZ { top:10.3125rem;left:39rem;width:8.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANgSfJ9LXi0K4eHNe3n9P4yTEPcPT3Xg { top:13.375rem;left:25.3125rem;width:11.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aW0IGXtaeWPOEgofgdduKSbdEKzmVpKL { display:block; }#aW0IGXtaeWPOEgofgdduKSbdEKzmVpKL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HnZFxEOGUzZzyPUzufSh4rx5tysRPTHc { top:42.0625rem;left:5.125rem;width:0.125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTim5Op7y3unB2NOmgEds4aSJ3lTAInG { top:31.8125rem;left:8.78125rem;width:11.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThAep2AiD08WzNO9ZiKZI9ivorkn2lsA { top:31.625rem;left:27.25rem;width:12rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSpECKQkb9QlaRrvGL3XhftunXVT3cZn { top:22rem;left:36.375rem;width:11.375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAnKAcZR5aXTi16kxQkCK8GfuF4fL9ke { top:20.0625rem;left:11.5625rem;width:5.8125rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcygTC0HWDvEZmJNbVeRd4dvKMECHE5H { top:31.0625rem;left:42rem;width:5.75rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqf6MlD0CRbc80yvMh6P3JA7DCt9edr3 { top:20.5625rem;left:0rem;width:10rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAh7Dbn3qn2Zm5SGu6DCzCzoX7s5sJX9 { top:30.8125rem;left:0rem;width:8.625rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0TBHN86HzoQtnU8uyqW1UpOizyeHJXo { top:21.375rem;left:27.125rem;width:12.125rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVtkCptJrweazRDvCCoK9LraJnNedP9E { top:10.25rem;left:0rem;width:47.75rem;height:4.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #haWI6X6RGyV3EPTpanqaToSScflGcucp { display:block; }#haWI6X6RGyV3EPTpanqaToSScflGcucp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U4Ed71QGckIo5VDTKfArTJJ9xz6fuA5V { top:24.6875rem;left:5.125rem;width:18.8125rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPtIJdhmIrGhcRhqNwymkR2khTGBc9pN { top:20.9375rem;left:0rem;width:18.8125rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTevV6xbfxrGxXTIof3TrcnIrHCaGMiB { top:33.4375rem;left:0rem;width:47.75rem;height:15rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqgQR9mUsCyadWJvETzObButqnRGK30Q { top:19.6875rem;left:23.9375rem;width:18.8125rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4plsOWrtknRRtLdZK5tE24LfTGpkVNR { top:22.8125rem;left:28.9375rem;width:18.8125rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M16QqBk3SN9HtIMTcGubZnI4TH9TNUy1 { top:6.5rem;left:0rem;width:47.75rem;height:9rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCCWkgvMSMWIAbTz3H5MywOGvQTI3UQJ { top:51.8125rem;left:0rem;width:10.6875rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBklNr3K4QNGLaGTQXLI92QyhgxoHqza { top:53rem;left:22.3125rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fczzcB5eq2KbTkVPKF7NOxhpOif3OF53 { top:53rem;left:23.5625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xqub4uzlmw0F5U3DzhzFIAOnf8OiA7Lk { top:53rem;left:24.8125rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayW0QcmXL9DgbiDaqVPXGlT3Gbi7ScHg { top:0rem;left:42.5rem;width:0.125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hob6VzxlySaaZZqnPnhTfceHcTD8RT9A { display:block; }#hob6VzxlySaaZZqnPnhTfceHcTD8RT9A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L8o4BTcOSg24SlXOhbwrJTCW9dGoAS6I { display:block; }#L8o4BTcOSg24SlXOhbwrJTCW9dGoAS6I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lnqueHvvZzRoC2qCflupr2RaifcZTKGQ { position:relative;z-index:auto;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/a70b9d00-35a2-40f7-bdaf-8e7f9ac04174/Czarnewpaskismall.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;display:block; }#lnqueHvvZzRoC2qCflupr2RaifcZTKGQ.adaptive-delivery-prevent-bg, #lnqueHvvZzRoC2qCflupr2RaifcZTKGQ.lazyload, #lnqueHvvZzRoC2qCflupr2RaifcZTKGQ.lazyloading { background-image: none; }#lnqueHvvZzRoC2qCflupr2RaifcZTKGQ > .row .container { background-color: transparent; background-image: none; }#lnqueHvvZzRoC2qCflupr2RaifcZTKGQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lnqueHvvZzRoC2qCflupr2RaifcZTKGQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lnqueHvvZzRoC2qCflupr2RaifcZTKGQ > .row .container > .video-iframe-container { display: none; }#lnqueHvvZzRoC2qCflupr2RaifcZTKGQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lnqueHvvZzRoC2qCflupr2RaifcZTKGQ > .row > .video-iframe-container { display: none; }#lnqueHvvZzRoC2qCflupr2RaifcZTKGQ > .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); }#lnqueHvvZzRoC2qCflupr2RaifcZTKGQ > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sbi9ZotCh6h8gkTFKrJP4TM5zkD1Kn9L { width:3.75rem;height:3.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlhBZ8P8xUxvIq7Ifo8LaOOIAT8dQOpG { top:1.6875rem;left:17.75rem;width:2.25rem;height:2.25rem;z-index:15041;color:#ffffff;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4rQSy3OZxivPQMLlkNebNTpTSh3WgOg { position:relative;z-index:auto;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/a70b9d00-35a2-40f7-bdaf-8e7f9ac04174/Czarnewpaskismall.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;display:block; }#w4rQSy3OZxivPQMLlkNebNTpTSh3WgOg.adaptive-delivery-prevent-bg, #w4rQSy3OZxivPQMLlkNebNTpTSh3WgOg.lazyload, #w4rQSy3OZxivPQMLlkNebNTpTSh3WgOg.lazyloading { background-image: none; }#w4rQSy3OZxivPQMLlkNebNTpTSh3WgOg > .row .container { background-color: transparent; background-image: none; }#w4rQSy3OZxivPQMLlkNebNTpTSh3WgOg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4rQSy3OZxivPQMLlkNebNTpTSh3WgOg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4rQSy3OZxivPQMLlkNebNTpTSh3WgOg > .row .container > .video-iframe-container { display: none; }#w4rQSy3OZxivPQMLlkNebNTpTSh3WgOg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4rQSy3OZxivPQMLlkNebNTpTSh3WgOg > .row > .video-iframe-container { display: none; }#w4rQSy3OZxivPQMLlkNebNTpTSh3WgOg > .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); }#w4rQSy3OZxivPQMLlkNebNTpTSh3WgOg > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cDI0zWgRbVOAButxrFIKanylKbKwGrmC { width:11.5625rem;height:2.5625rem;top:1rem;left:4.21875rem;font-size:1.25rem;font-family:"object sans rb";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PWb7rHGqUUOp0bEyagwweMvmILv5aJw4 { display:block; }
 }@media only screen and (max-width: 763px) { #LmRIAJys2cgGuVw1KobUfNAc0zSxGOTh { width:0.4375rem;height:0.9375rem;top:13.8125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJ8bgTfAgy0RJeleMkru9wnD38w2AEeF { width:0.9375rem;height:0.9375rem;top:13.8125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrMQqKv7qTVJIIUvmqqBsi9uu5wqfalU { width:0.9375rem;height:0.9375rem;top:13.8125rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3CEbQsAu3bnlCL9Vx5KTBdflBV7G0sC { width:1.125rem;height:0.8125rem;top:13.875rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3vmkdDzE6UKo8WJSpxpwPVokUc9LB9v { width:1.125rem;height:1.125rem;top:13.75rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiRTfxzh1mcrtHtA3a11fy8RwLznBTq3 { width:11.5625rem;height:2.5625rem;top:3.9375rem;left:4.21875rem;font-size:1.25rem;font-family:"object sans rb";font-weight:400;font-style:normal;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #dryc9lh50Ztw3i2zFTkgEeIhH0WZS7T8 { display:block; }
 }@media only screen and (max-width: 763px) { #uHp6bkP4a8X8Brbt2D3l4NoIdG7mzEBS { top:7.6875rem;left:8.125rem;width:3.75rem;height:0.125rem;z-index:15012;background-color:#ff4533;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #lFHMfIg3hVzpZxFNyKJGlxOEwgGMFyMg { width:11.5625rem;height:2.5625rem;top:8.8125rem;left:4.21875rem;font-size:1.25rem;font-family:"object sans rb";font-weight:400;font-style:normal;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #tEgq6racRo2ntfuThJmNxhvcwvLeVZFP { display:block; }
 }@media only screen and (max-width: 763px) { #QHgcFPLTeNrXrUrVi09mtav2BcvBHx4Z { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/a70b9d00-35a2-40f7-bdaf-8e7f9ac04174/Czarnewpaskismall.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;display:none; }#QHgcFPLTeNrXrUrVi09mtav2BcvBHx4Z.adaptive-delivery-prevent-bg, #QHgcFPLTeNrXrUrVi09mtav2BcvBHx4Z.lazyload, #QHgcFPLTeNrXrUrVi09mtav2BcvBHx4Z.lazyloading { background-image: none; }#QHgcFPLTeNrXrUrVi09mtav2BcvBHx4Z > .row .container { width:20rem;height:14.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Um81sU6fG2ZhzmTPeRVsru0ASEL1Qz5N { height:12.5rem;width:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAba5XyvOx683pof4UTsNeNc9pvtTLzS { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/a70b9d00-35a2-40f7-bdaf-8e7f9ac04174/Czarnewpaskismall.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;display:block; }#tAba5XyvOx683pof4UTsNeNc9pvtTLzS.adaptive-delivery-prevent-bg, #tAba5XyvOx683pof4UTsNeNc9pvtTLzS.lazyload, #tAba5XyvOx683pof4UTsNeNc9pvtTLzS.lazyloading { background-image: none; }#tAba5XyvOx683pof4UTsNeNc9pvtTLzS > .row .container { background-color: transparent; background-image: none; }#tAba5XyvOx683pof4UTsNeNc9pvtTLzS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tAba5XyvOx683pof4UTsNeNc9pvtTLzS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tAba5XyvOx683pof4UTsNeNc9pvtTLzS > .row .container > .video-iframe-container { display: none; }#tAba5XyvOx683pof4UTsNeNc9pvtTLzS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tAba5XyvOx683pof4UTsNeNc9pvtTLzS > .row > .video-iframe-container { display: none; }#tAba5XyvOx683pof4UTsNeNc9pvtTLzS > .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); }#tAba5XyvOx683pof4UTsNeNc9pvtTLzS > .row .container { width:20rem;height:62.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIsVoVPW5P5U1NpBFww0T5KOSCXCXbNO { width:20rem;height:11.4rem;top:1.375rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXdOFvltAPd7LqHiyoM7s3W9yRToTBPc { width:20rem;height:5.85rem;top:14.4375rem;left:0rem;font-size:1.125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #H00PR6BG2rUhrKnOfB5J2rPkdzZp68xQ { width:15rem;height:3.75rem;top:22.510437011719rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #P60HTrCrsa77BHp5IHk9FdT4feHDT7Sw { display:block; }
 }@media only screen and (max-width: 763px) { #f121icP2tm6w2NnLxDXR0zPTKMAHfsP8 { top:34.447914123535rem;left:19.875rem;width:0.125rem;height:3.75rem;z-index:15012;background-color:#ff4533;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Zs4WwVyt1G2siffxOTMlPiBX4RPwwqml { width:15.5625rem;height:10.96875rem;top:46.3125rem;left:4.4375rem;font-size:0.9375rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #ETQy8G0q3rnZCwXSP35oxCIQHOhUfq7V { top:43.75rem;left:4.4375rem;width:1rem;height:0.75rem;z-index:15020;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qw4TvO6bkTXk9H4CpWqlbB9OsBbIeKuv { top:45.3125rem;left:0.0625rem;width:3.25rem;height:3.25rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PCvWLCUBOyGKBHbcSUSqEdNgobOOxGf1 { width:14.375rem;height:2.4375rem;top:58.6875rem;left:4.4375rem;font-size:0.9375rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #CGX7ryz5Z8PX4IN1Qgf1T2DNAqzmttSN { height:12.5rem;width:20rem;top:28.760437011719rem;left:0rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #wq9KkKX7TstI1bFw7lTfN5aMwgPtk5Aq { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/a70b9d00-35a2-40f7-bdaf-8e7f9ac04174/Czarnewpaskismall.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;display:block; }#wq9KkKX7TstI1bFw7lTfN5aMwgPtk5Aq.adaptive-delivery-prevent-bg, #wq9KkKX7TstI1bFw7lTfN5aMwgPtk5Aq.lazyload, #wq9KkKX7TstI1bFw7lTfN5aMwgPtk5Aq.lazyloading { background-image: none; }#wq9KkKX7TstI1bFw7lTfN5aMwgPtk5Aq > .row .container { background-color: transparent; background-image: none; }#wq9KkKX7TstI1bFw7lTfN5aMwgPtk5Aq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wq9KkKX7TstI1bFw7lTfN5aMwgPtk5Aq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wq9KkKX7TstI1bFw7lTfN5aMwgPtk5Aq > .row .container > .video-iframe-container { display: none; }#wq9KkKX7TstI1bFw7lTfN5aMwgPtk5Aq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wq9KkKX7TstI1bFw7lTfN5aMwgPtk5Aq > .row > .video-iframe-container { display: none; }#wq9KkKX7TstI1bFw7lTfN5aMwgPtk5Aq > .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); }#wq9KkKX7TstI1bFw7lTfN5aMwgPtk5Aq > .row .container { width:20rem;height:107.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sKdD4qd7OWLTtrPd48CofpLo3rSO3AUz { width:20rem;height:5.7rem;top:1.9375rem;left:0rem;font-size:2.375rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #zSvs9n7KQVMU2H6T9i7cxdqLJCq2H5dx { top:6.5rem;left:0rem;width:20rem;height:15rem;z-index:15004;background-color:#252525;background-image:url("https://images.assets-landingi.com/uc/4fd486dd-58b8-43a8-892e-55d35f902e02/_DSC9033.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zSvs9n7KQVMU2H6T9i7cxdqLJCq2H5dx.adaptive-delivery-prevent-bg, #zSvs9n7KQVMU2H6T9i7cxdqLJCq2H5dx.lazyload, #zSvs9n7KQVMU2H6T9i7cxdqLJCq2H5dx.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #JhH0kPtL3fW6PwiLZQ01CJ4dbRTT0b5J { width:20rem;height:6.09375rem;top:23.6875rem;left:0rem;font-size:0.9375rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #gZLB9ODVAhS5rs1qOyy2JrZgq4AlG3FQ { width:15rem;height:3.75rem;top:32.0625rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #taP6Vo2deRLNFUPUNMqpl7STxiBN2iFk { display:block; }
 }@media only screen and (max-width: 763px) { #yslkeRVyu32bQEZS8lEd9QI8paRkXa3E { width:20rem;height:6.09375rem;top:60.687484741211rem;left:0rem;font-size:0.9375rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #FwHqqT6aqBJCDZHK159TuBwrgbTkMs4h { width:15rem;height:3.75rem;top:69.062484741213rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #nGqxGnqmbZOfoReGtPXRAbr7CZnwpOvF { display:block; }
 }@media only screen and (max-width: 763px) { #VAEmpCg7qsLz98S4DfNQ2sJDDJMa4hXR { top:43.5rem;left:0rem;width:20rem;height:15rem;z-index:15008;background-color:#252525;background-image:url("https://images.assets-landingi.com/uc/0a21f734-5f70-4242-9071-2b817f3774f7/WIDEO.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#VAEmpCg7qsLz98S4DfNQ2sJDDJMa4hXR.adaptive-delivery-prevent-bg, #VAEmpCg7qsLz98S4DfNQ2sJDDJMa4hXR.lazyload, #VAEmpCg7qsLz98S4DfNQ2sJDDJMa4hXR.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #moupmMZlVLARRLuxytpIhlrtTkOBFQdz { width:20rem;height:5.7rem;top:38.9375rem;left:0rem;font-size:2.375rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #uwEBtwrWR1Dd3roaZap62UMo51ArJTJc { width:15rem;height:3.75rem;top:103.31248474121rem;left:0rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #ooDz4nnxT4hi0mLo5ZVCWfar3kyWkDQN { display:block; }
 }@media only screen and (max-width: 763px) { #IgUqhKQrikiu9k0zTuygkQevOuRt5ADu { width:20rem;height:6.09375rem;top:94.937484741213rem;left:0rem;font-size:0.9375rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #IqhgzvrTgbDZGXTU99blZcL5ahOoAM46 { top:77.687484741213rem;left:0rem;width:20rem;height:15rem;z-index:15012;background-color:#252525;background-image:url("https://images.assets-landingi.com/uc/fa2a32c5-a5f1-4a35-9c07-05ee1fe5ba65/foto1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#IqhgzvrTgbDZGXTU99blZcL5ahOoAM46.adaptive-delivery-prevent-bg, #IqhgzvrTgbDZGXTU99blZcL5ahOoAM46.lazyload, #IqhgzvrTgbDZGXTU99blZcL5ahOoAM46.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #GqmGDA2MhhMA1i8eDMqO4rRpUllGPE8M { width:20rem;height:2.85rem;top:75.999984741213rem;left:0rem;font-size:2.375rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #F2B1muntJbs4TGwB2z5L2zr1sy8zcg30 { top:6.5rem;left:0rem;width:20rem;height:7.25rem;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0.56), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0.56), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0.56), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0.56), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e000000', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0.56), rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #V97ZUe2wfroFmU9qvw95HXwqDbko5e0K { top:43.5rem;left:0rem;width:20rem;height:7.25rem;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0.56), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0.56), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0.56), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0.56), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e000000', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0.56), rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #pwCSaUJbfBHEqiBKukHqVQIzKzLwnKK0 { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/a70b9d00-35a2-40f7-bdaf-8e7f9ac04174/Czarnewpaskismall.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;display:block; }#pwCSaUJbfBHEqiBKukHqVQIzKzLwnKK0.adaptive-delivery-prevent-bg, #pwCSaUJbfBHEqiBKukHqVQIzKzLwnKK0.lazyload, #pwCSaUJbfBHEqiBKukHqVQIzKzLwnKK0.lazyloading { background-image: none; }#pwCSaUJbfBHEqiBKukHqVQIzKzLwnKK0 > .row .container { background-color: transparent; background-image: none; }#pwCSaUJbfBHEqiBKukHqVQIzKzLwnKK0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwCSaUJbfBHEqiBKukHqVQIzKzLwnKK0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwCSaUJbfBHEqiBKukHqVQIzKzLwnKK0 > .row .container > .video-iframe-container { display: none; }#pwCSaUJbfBHEqiBKukHqVQIzKzLwnKK0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwCSaUJbfBHEqiBKukHqVQIzKzLwnKK0 > .row > .video-iframe-container { display: none; }#pwCSaUJbfBHEqiBKukHqVQIzKzLwnKK0 > .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); }#pwCSaUJbfBHEqiBKukHqVQIzKzLwnKK0 > .row .container { width:20rem;height:31.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BH697eqvXGSETivgg1Id0mBEJAnFTbA0 { width:20rem;height:1.21875rem;top:10.75rem;left:0rem;font-size:0.9375rem;z-index:15019;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uF9NlFph5I9yH8GhDH1LOTefyowqGrT7 { top:3.4375rem;left:19.875rem;width:0.125rem;height:3.75rem;z-index:15015;background-color:#ff4533;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ZIyysqRgmXMZ2frnQXLXLsvOwamdr9Rn { top:3.4375rem;left:9.9375rem;width:0.125rem;height:3.75rem;z-index:15014;background-color:#ff4533;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #qH2tzk9JzkF0UJ5x0W08C5q2BERiAgFK { top:3.625rem;left:0rem;width:0.125rem;height:3.75rem;z-index:15016;background-color:#ff4533;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #dSFkq3ZK2Dg28mTQbThVHW02WxdNOwC5 { width:12.9375rem;height:1.35rem;top:15.75rem;left:1.25rem;font-size:1.125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #TfXxazkSLAXkQH6WrnoNcgUq13J5oueU { top:15.5rem;left:0rem;width:0.125rem;height:3.75rem;z-index:15008;background-color:#ff4533;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #JtJGBOn9lXCH3a5cZL1nVAiyF98TdKoM { width:8.5625rem;height:1.125rem;top:17.9375rem;left:1.3125rem;font-size:0.9375rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #yQ67TaaUEmnVbP6Gis8CcrWzvpR03SHJ { width:12.9375rem;height:1.35rem;top:20.6875rem;left:1.0625rem;font-size:1.125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #gZALI7kQCqpcuuh18z8sM3PHWIUsql0E { width:14.75rem;height:1.125rem;top:22.875rem;left:1.125rem;font-size:0.9375rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #dtOnqxssh9nmXdlBkIFhZkGl3J3MARE2 { top:20.4375rem;left:0rem;width:0.125rem;height:3.75rem;z-index:15009;background-color:#ff4533;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #xUWq3caV1hsRCyv9slRwi7uEHxIGKx5H { width:12.9375rem;height:1.35rem;top:25.6875rem;left:1.0625rem;font-size:1.125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #WsKkRTFJQbl7utO3t961S6XToTETS33q { width:14.375rem;height:1.125rem;top:27.875rem;left:1.125rem;font-size:0.9375rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #uLiVRGzkXsOeKfr3ImwHMxTppPvi3DZs { top:25.5rem;left:0rem;width:0.125rem;height:3.75rem;z-index:15010;background-color:#ff4533;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ZVKphiOOgJBRziHdqMWntiW871QR6ONL { top:15.5rem;left:19.875rem;width:0.125rem;height:3.75rem;z-index:15009;background-color:#ff4533;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #eTual6GrOztFK8LxogPeoQFQbbNwM0He { top:20.5rem;left:19.875rem;width:0.125rem;height:3.75rem;z-index:15010;background-color:#ff4533;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #uJJk1TAqr4aJlAyuogz0hKznMdWKFOCQ { top:25.4375rem;left:19.875rem;width:0.125rem;height:3.75rem;z-index:15011;background-color:#ff4533;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #PfPiLasPETa9pPMN9ag5VimAiOmzR7DF { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/a70b9d00-35a2-40f7-bdaf-8e7f9ac04174/Czarnewpaskismall.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;display:block; }#PfPiLasPETa9pPMN9ag5VimAiOmzR7DF.adaptive-delivery-prevent-bg, #PfPiLasPETa9pPMN9ag5VimAiOmzR7DF.lazyload, #PfPiLasPETa9pPMN9ag5VimAiOmzR7DF.lazyloading { background-image: none; }#PfPiLasPETa9pPMN9ag5VimAiOmzR7DF > .row .container { background-color: transparent; background-image: none; }#PfPiLasPETa9pPMN9ag5VimAiOmzR7DF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PfPiLasPETa9pPMN9ag5VimAiOmzR7DF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PfPiLasPETa9pPMN9ag5VimAiOmzR7DF > .row .container > .video-iframe-container { display: none; }#PfPiLasPETa9pPMN9ag5VimAiOmzR7DF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PfPiLasPETa9pPMN9ag5VimAiOmzR7DF > .row > .video-iframe-container { display: none; }#PfPiLasPETa9pPMN9ag5VimAiOmzR7DF > .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); }#PfPiLasPETa9pPMN9ag5VimAiOmzR7DF > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h3FLEaS6qK0J1cD8EUA5aK2WyfJopb57 { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/a70b9d00-35a2-40f7-bdaf-8e7f9ac04174/Czarnewpaskismall.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;display:block; }#h3FLEaS6qK0J1cD8EUA5aK2WyfJopb57.adaptive-delivery-prevent-bg, #h3FLEaS6qK0J1cD8EUA5aK2WyfJopb57.lazyload, #h3FLEaS6qK0J1cD8EUA5aK2WyfJopb57.lazyloading { background-image: none; }#h3FLEaS6qK0J1cD8EUA5aK2WyfJopb57 > .row .container { background-color: transparent; background-image: none; }#h3FLEaS6qK0J1cD8EUA5aK2WyfJopb57::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3FLEaS6qK0J1cD8EUA5aK2WyfJopb57 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3FLEaS6qK0J1cD8EUA5aK2WyfJopb57 > .row .container > .video-iframe-container { display: none; }#h3FLEaS6qK0J1cD8EUA5aK2WyfJopb57 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3FLEaS6qK0J1cD8EUA5aK2WyfJopb57 > .row > .video-iframe-container { display: none; }#h3FLEaS6qK0J1cD8EUA5aK2WyfJopb57 > .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); }#h3FLEaS6qK0J1cD8EUA5aK2WyfJopb57 > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PgyVBsQCJFD5aelqcLEIPEp5bzskJoIx { width:20rem;height:2.85rem;top:1.375rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXh5yNRosEJzHAyniu9m8LZLCSglh6xS { width:7.8125rem;height:1.25rem;top:16.875rem;left:1.09375rem;z-index:15060;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PVtVu4F6eAMokVnZxdauEt8dfwyR6hl7 { width:5.4375rem;height:2.5rem;top:7.5rem;left:12.28125rem;z-index:15061;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #c5RgOpP8CcLP8NO2RHJNWUBn2qBTQhgS { width:5.4375rem;height:2.375rem;top:7.5625rem;left:2.28125rem;z-index:15063;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oUbOWfz14dcmlgmzX9wnmF1JNb479ZFp { width:3.5625rem;height:3.25rem;top:20.25rem;left:3.21875rem;z-index:15062;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QgbyHVBgJiqIkczRE03BTaVQcW6CQ5s2 { width:6.75rem;height:1.25rem;top:16.875rem;left:11.625rem;z-index:15064;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oFf3sVBr2hzLfEb8CexCGB1bZoAFJ5pQ { width:3.8125rem;height:2.25rem;top:20.75rem;left:13.09375rem;z-index:15065;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #M1DwxRG3AgnzIwE8bD0oyvpeUTmLBD0l { width:7.875rem;height:1rem;top:12.625rem;left:1.0625rem;z-index:15066;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GSh6p04MzcQSm3ctRJKhN2ukJz8BpMbD { width:7.4375rem;height:1.625rem;top:12.3125rem;left:11.28125rem;z-index:15067;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ULzeEdJi9JJVQW9bpVPymBKtVrT11Uod { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/a70b9d00-35a2-40f7-bdaf-8e7f9ac04174/Czarnewpaskismall.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;display:block; }#ULzeEdJi9JJVQW9bpVPymBKtVrT11Uod.adaptive-delivery-prevent-bg, #ULzeEdJi9JJVQW9bpVPymBKtVrT11Uod.lazyload, #ULzeEdJi9JJVQW9bpVPymBKtVrT11Uod.lazyloading { background-image: none; }#ULzeEdJi9JJVQW9bpVPymBKtVrT11Uod > .row .container { background-color: transparent; background-image: none; }#ULzeEdJi9JJVQW9bpVPymBKtVrT11Uod::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULzeEdJi9JJVQW9bpVPymBKtVrT11Uod > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULzeEdJi9JJVQW9bpVPymBKtVrT11Uod > .row .container > .video-iframe-container { display: none; }#ULzeEdJi9JJVQW9bpVPymBKtVrT11Uod > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULzeEdJi9JJVQW9bpVPymBKtVrT11Uod > .row > .video-iframe-container { display: none; }#ULzeEdJi9JJVQW9bpVPymBKtVrT11Uod > .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); }#ULzeEdJi9JJVQW9bpVPymBKtVrT11Uod > .row .container { width:20rem;height:68.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tOtLDtLTSmP57IBMruxXbDHPuxFAmxOg { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/a70b9d00-35a2-40f7-bdaf-8e7f9ac04174/Czarnewpaskismall.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;display:block; }#tOtLDtLTSmP57IBMruxXbDHPuxFAmxOg.adaptive-delivery-prevent-bg, #tOtLDtLTSmP57IBMruxXbDHPuxFAmxOg.lazyload, #tOtLDtLTSmP57IBMruxXbDHPuxFAmxOg.lazyloading { background-image: none; }#tOtLDtLTSmP57IBMruxXbDHPuxFAmxOg > .row .container { background-color: transparent; background-image: none; }#tOtLDtLTSmP57IBMruxXbDHPuxFAmxOg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOtLDtLTSmP57IBMruxXbDHPuxFAmxOg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOtLDtLTSmP57IBMruxXbDHPuxFAmxOg > .row .container > .video-iframe-container { display: none; }#tOtLDtLTSmP57IBMruxXbDHPuxFAmxOg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOtLDtLTSmP57IBMruxXbDHPuxFAmxOg > .row > .video-iframe-container { display: none; }#tOtLDtLTSmP57IBMruxXbDHPuxFAmxOg > .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); }#tOtLDtLTSmP57IBMruxXbDHPuxFAmxOg > .row .container { width:20rem;height:67.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eXKlZqRg1PlIi3tBTrlr5CIB12DCkL54 { position:relative;z-index:auto;display:none; }#eXKlZqRg1PlIi3tBTrlr5CIB12DCkL54 > .row .container { width:20rem;height:33.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #edSA3szmlHuppUh7uqArUbEsxqcdOSgR { width:4.875rem;height:4.125rem;top:1.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVnSerPIxKp5DQ5NGLbIMRsBH3Ry0Svz { width:4.75rem;height:1.875rem;top:6.625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJau2X4Ts3y3TEmXd0UZHzQ56AC1TiR2 { display:block; }
 }@media only screen and (max-width: 763px) { #HixQd85O9w9Rs39wEZOIxamDimSr7CU4 { width:3.75rem;height:1.875rem;top:15.375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rwc0uVxNWan7HGgDg61m0EXHG8QUiiUV { display:block; }
 }@media only screen and (max-width: 763px) { #cE95aGRNXctQAX8BAao6ZhoG5ImVe9zz { width:0.0625rem;height:1.25rem;top:12.875rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrMXHrTZaHM2HLqabFcp7uRJCDBKbH9R { width:0.4375rem;height:0.9375rem;top:18.5rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFyWtymcU3XI6toNgCC0d773M2zydv9c { width:0.9375rem;height:0.9375rem;top:20.6875rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6pAHWM6y7OxoWZwAAkizzwpJN6JsLiJ { width:0.9375rem;height:0.9375rem;top:22.875rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Si3ksOrFhiVbLyp3BDHr5CyQ8pO3IAfN { width:1.125rem;height:0.8125rem;top:25.0625rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgEKGTQVkzSsFHUPqewsVbFZtFsPgRX1 { width:12.5rem;height:3.125rem;top:29.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiA3pKhsnOGN0cgNlHNFh7bvvfThryfo { display:block; }
 }@media only screen and (max-width: 763px) { #Vg80Frkq33k2bW2ICzaRWB9xmFRIB1zV { width:5.125rem;height:1.875rem;top:9.75rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOD4sIL5VdlVkvI6anrQDiEdPk6HQtC2 { display:block; }
 }@media only screen and (max-width: 763px) { #mt4txkLRevT78QEQdZkDd2bqiMMpvwch { width:1.125rem;height:1.125rem;top:27.125rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkaWIuxWv8I4gzkdZwK0KNUXNKJfDtxH { display:none; }#qkaWIuxWv8I4gzkdZwK0KNUXNKJfDtxH > .row .container { width:20rem;height:42.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qDmSVTn6gaCC8Tu30X57QrWQKHMuRFwQ { height:11.216666666667rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6X8BRTizWZ97EaDDCqBrUITXWTnkfP7 { display:none; }#T6X8BRTizWZ97EaDDCqBrUITXWTnkfP7 > .row .container { width:20rem;height:591rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #G54cZHQwWXBzdxTiqwtt9fMU3ZHpDRDc { width:20rem;height:7.2rem;top:8.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGXribsAiIVSceAdfFpBgorwliWeJUO4 { width:20rem;height:13.65rem;top:18.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcMaom4NXQitqaEOlH2LNnBTA6GmQtdi { width:15rem;height:3.75rem;top:44.5rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ix0JKvUvV8ETAXmFvwgNWlHet0DfP5fN { display:block; }
 }@media only screen and (max-width: 763px) { #cy0b8l5feJT2SqJoRX5X6yQgBF1VLUL1 { height:11.437037037037rem;width:20rem;top:49.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgsrNoHZsTsToFztbwz9V4iFCoQeolFB { display:none; }#fgsrNoHZsTsToFztbwz9V4iFCoQeolFB > .row .container { width:20rem;height:591rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RwW1sShL6ePdvVFmd8OIHQ26tdfT2XM7 { width:20rem;height:31.25rem;top:169.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDNTs8OKRe7HKaflP3uiyMladzALxnVW { width:20rem;height:26.25rem;top:49.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #snVdnGt6fTbEk4nQUNGGWd31xt21tAWf { width:20rem;height:31.25rem;top:136.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmgNaCo6h5xFbz3UplbOLDsXLIDitbxR { width:20rem;height:36.875rem;top:239.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xm4LcMmJS5CZnZa9QqCqOg4sPg0w65Va { width:20rem;height:36.875rem;top:201.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #brLFhcR2gsDPkGK0LU2mHirM6b9Cvelq { width:0.125rem;height:3.75rem;top:110.75rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2nCyki3q3aWd1ZMvnQqN3oAiVaviovV { width:0.125rem;height:5rem;top:104.5rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6nPe4JBtOzJ4esxd1Zfz7pXPX0tzqLD { width:13.75rem;height:0;top:289.9375rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlT2PcagFOnEGRagsdVuN8UBI8XoAupR { width:1.0625rem;height:0.8125rem;top:287.875rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #blNWmf9vZhE3HDUV1V17qxaKk22aokvr { width:20rem;height:0;top:115.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUholWPOQdkQh2AK5eqouqM0dMII9vBt { width:20rem;height:0;top:126rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRKhRmfLqIe0mTUNcHCqbmmGCTxierhs { width:15rem;height:3.75rem;top:131.625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOAxV6SyGzhbWbCMbaSFu49rI9spZR8S { display:block; }
 }@media only screen and (max-width: 763px) { #U0DVsE0BlwL4lBrrlGS7fFneCS5R9T5W { width:20rem;height:0;top:249.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGncG0r3yzCBU9ia7md38Oswwb09F2uD { width:20rem;height:0;top:255.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDSfteQWpgv3QcKQy81OVhU3FAmWuMdg { width:15rem;height:3.75rem;top:262.1875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcySTaFSlgJyf712kfZ5hVcGfW2qTqI7 { display:block; }
 }@media only screen and (max-width: 763px) { #xt810HoG9wpScKOHv3zgrRwr559kkuKH { width:0.125rem;height:8.75rem;top:277.875rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rad6E0ALOnW8ZPpqtho3J7wrvneqyCRf { width:20rem;height:4.8rem;top:79.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #apU9pUuI9tGGv8BlCNip10Gsfwm9UV3c { width:20rem;height:10.2375rem;top:89.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bx9v0HHnTu5nFUXTUzk3KsMZqvCAr2UV { width:15rem;height:3.75rem;top:96.125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKse9KN0IJ2DLsaiLKdI88JOyd5EoUxw { display:block; }
 }@media only screen and (max-width: 763px) { #hH2dWFMCZpUuf77z3xDQy6R5lziNxboE { width:20rem;height:31.25rem;top:470.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTPgIHX5DJDfBgSpaKA5LzdS2AS7GDim { width:20rem;height:26.25rem;top:442.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yc0FwBFguw1bsuDhvsbtHPeEhwxPVeNL { width:20rem;height:26.25rem;top:502.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpsC8BaLzzb851uKoHUkxTUyTUkVEdb5 { display:none; }#tpsC8BaLzzb851uKoHUkxTUyTUkVEdb5 > .row .container { width:20rem;height:591rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Br0UIs5tk39U73HBH5k1eelyyzH5fadn { width:20rem;height:9.6rem;top:8.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #llEo3gFmgl26BN6a8SIpX9F12Pc6fEOv { width:20rem;height:13.65rem;top:18.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUNgWgHJMaElXTpueSZlNi6qoefXi5ML { width:20rem;height:31.25rem;top:169.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTfvFLbpVIEXm6TJNXDUZoo1fTPfZhNk { width:20rem;height:26.25rem;top:49.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytpb7pFk7ZJGGb6xpFP3b3V4M6rMdVNx { width:20rem;height:31.25rem;top:136.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyZfyXW46TNCL5smkJh5LiTLZGtFe6At { width:15rem;height:3.75rem;top:44.5rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #euBoa8JISgb9AfASI5eMSJ8NHSqQfQoA { display:block; }
 }@media only screen and (max-width: 763px) { #JTkTvd7ki4dC95dKX4BzQ6T31ablpItI { width:20rem;height:36.875rem;top:239.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJrUvE523oJAQkStIOhbinIQBzqPElen { width:20rem;height:36.875rem;top:201.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cx3tM5oh4tWUzNopTTSFTyyFRd3gvsb6 { width:0.125rem;height:3.75rem;top:110.75rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPUII0mxQrirfXUSsqByFulU3TnXTXIH { width:0.125rem;height:17.5rem;top:25.75rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9eDlVU8uyRSzDcRcPNpTQC7xioWJ174 { width:0.125rem;height:5rem;top:104.5rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0h3qP9aeaHDz4Ln99yLEEidHIIhyf9L { width:0.125rem;height:5.9375rem;top:1.25rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xb7IyQUl2GVyetsxxUPfIQf8bkTN9pto { width:13.75rem;height:0;top:289.9375rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTsnLT4ab6neAhd5zTGtFMCD1E5ulhBr { width:1.0625rem;height:0.8125rem;top:287.875rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2CCVrz4wCqNXxOuuidmMLS0nUfZ4ZwQ { width:20rem;height:0;top:115.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTzoawxCKH13hrUeoETzcb4SX7s6tgTr { width:20rem;height:0;top:126rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWfL7p7AKxeU0DPXFEcCKcTkBlXR1GOr { width:15rem;height:3.75rem;top:131.625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIE7PgXg1M4CnZH4lTlBS5XgHEdbbTgN { display:block; }
 }@media only screen and (max-width: 763px) { #cD68lVRpTi7g68nMXNfcnwhFkzkqxyvF { width:20rem;height:0;top:249.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGvsewETwkEPrzcbuheHZekaqBnHt2I1 { width:20rem;height:0;top:255.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVsVmI57oDL0k18dgRsdiCmETTF8J2xx { width:15rem;height:3.75rem;top:262.1875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtCZA0eE7QmkCxLDyKko7R9Ik4crV6Hn { display:block; }
 }@media only screen and (max-width: 763px) { #b7kMC7T1pW6NfCFZi2K7yz7whNbzUOD2 { width:0.125rem;height:8.75rem;top:277.875rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSzHwbkoIV4seR9dOlrG2lKcUsgyAb1t { width:20rem;height:4.8rem;top:79.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoIotuHPmemQK4hbzGzGTFh4Pwo1MLVX { width:20rem;height:0;top:89.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNPeFJt8T1It2q5yPw0yMwwXWJsLarT7 { width:15rem;height:3.75rem;top:96.125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XX3UqTs8ul3ah2AKTBmtCBT8bzQfL7c8 { display:block; }
 }@media only screen and (max-width: 763px) { #qF4e2rmNCTQ7mUX9utf5oZeDo9aflib1 { width:20rem;height:31.25rem;top:470.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNAJ2qcFruJTRU0rzqh24XqMc4XVczJW { width:20rem;height:26.25rem;top:442.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahJw4fIsUqVGKzEotH2g522kKpblfD14 { display:none; }#ahJw4fIsUqVGKzEotH2g522kKpblfD14 > .row .container { width:20rem;height:591rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EugC7vBLeuN9P5pBbQsFik7Cgmpygshl { width:12.5rem;height:12.5rem;top:326.8125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSxTexmp6MGKbE2XSATWDg1MFzO8Zc7r { width:17.5rem;height:0;top:328.0625rem;left:2.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dd6bLscuwtUKIXIDudTWskWPd8A5dvir { width:12.5rem;height:12.5rem;top:354.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGL6V4T38Te1W8Q6zIzvbJ4bzFdGIO0K { width:17.5rem;height:0;top:355.5625rem;left:2.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhrv7LP7tdB7iA6le7U6HxSbup4M2gL3 { width:12.5rem;height:12.5rem;top:381.8125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WH3nIzOdpxLnxmJOPvhopJPwhlwNnmtJ { width:12.5rem;height:0;top:383.0625rem;left:7.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdlMg33Ec9mP5AXTJKzKUBiILWaSXNHU { width:12.5rem;height:12.5rem;top:313.0625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XC1mfvCNFoJ69dbdiQ6nC7M57cGsZ5Sd { width:12.5rem;height:12.5rem;top:340.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg6Of1oavUDlLEQadlIwpEnIhrRLilSq { width:12.5rem;height:12.5rem;top:368.0625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB29hHumTUyrcFroyCcdGb3XVMvdfqvD { width:12.5rem;height:12.5rem;top:554.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZZSLXZOVbNkrpkVrecd2zK0dPke1NxB { width:12.5rem;height:12.5rem;top:568.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAu14y8D6ht7odVZ31r7hd9gGkyn3TJq { width:12.5rem;height:12.5rem;top:540.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #trFweWZE7pZCncASBtTaE47rtqkDoE9O { width:8.75rem;height:0;top:582.125rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2xF80goBla9Ihtn6GTSneVzy3hvI7RZ { width:8.75rem;height:0;top:584.625rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANgSfJ9LXi0K4eHNe3n9P4yTEPcPT3Xg { width:11.25rem;height:0;top:587.125rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aW0IGXtaeWPOEgofgdduKSbdEKzmVpKL { display:none; }#aW0IGXtaeWPOEgofgdduKSbdEKzmVpKL > .row .container { width:20rem;height:591rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HnZFxEOGUzZzyPUzufSh4rx5tysRPTHc { width:0.125rem;height:5.625rem;top:435.875rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTim5Op7y3unB2NOmgEds4aSJ3lTAInG { width:11.375rem;height:1.75rem;top:401.3125rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThAep2AiD08WzNO9ZiKZI9ivorkn2lsA { width:12rem;height:2.125rem;top:427.9375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSpECKQkb9QlaRrvGL3XhftunXVT3cZn { width:11.375rem;height:1.4375rem;top:414.6875rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAnKAcZR5aXTi16kxQkCK8GfuF4fL9ke { width:5.8125rem;height:5.25rem;top:404.3125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcygTC0HWDvEZmJNbVeRd4dvKMECHE5H { width:5.75rem;height:3.3125rem;top:431.3125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqf6MlD0CRbc80yvMh6P3JA7DCt9edr3 { width:10rem;height:4.25rem;top:422.4375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAh7Dbn3qn2Zm5SGu6DCzCzoX7s5sJX9 { width:8.625rem;height:3.8125rem;top:417.375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0TBHN86HzoQtnU8uyqW1UpOizyeHJXo { width:12.125rem;height:2.625rem;top:410.8125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVtkCptJrweazRDvCCoK9LraJnNedP9E { width:20rem;height:0;top:395.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #haWI6X6RGyV3EPTpanqaToSScflGcucp { display:none; }#haWI6X6RGyV3EPTpanqaToSScflGcucp > .row .container { width:20rem;height:100.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #U4Ed71QGckIo5VDTKfArTJJ9xz6fuA5V { width:18.8125rem;height:37.5rem;top:20.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPtIJdhmIrGhcRhqNwymkR2khTGBc9pN { width:18.8125rem;height:37.5rem;top:16.5rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTevV6xbfxrGxXTIof3TrcnIrHCaGMiB { width:20rem;height:0;top:29rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqgQR9mUsCyadWJvETzObButqnRGK30Q { width:18.8125rem;height:37.5rem;top:59rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4plsOWrtknRRtLdZK5tE24LfTGpkVNR { width:18.8125rem;height:37.5rem;top:62.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M16QqBk3SN9HtIMTcGubZnI4TH9TNUy1 { width:20rem;height:0;top:6.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCCWkgvMSMWIAbTz3H5MywOGvQTI3UQJ { width:10.6875rem;height:0;top:47.387496948242rem;left:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBklNr3K4QNGLaGTQXLI92QyhgxoHqza { width:0.625rem;height:0.625rem;top:48.5625rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fczzcB5eq2KbTkVPKF7NOxhpOif3OF53 { width:0.625rem;height:0.625rem;top:48.5625rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xqub4uzlmw0F5U3DzhzFIAOnf8OiA7Lk { width:0.625rem;height:0.625rem;top:92.3125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayW0QcmXL9DgbiDaqVPXGlT3Gbi7ScHg { width:0.125rem;height:3.75rem;top:1.25rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hob6VzxlySaaZZqnPnhTfceHcTD8RT9A { display:none; }#hob6VzxlySaaZZqnPnhTfceHcTD8RT9A > .row .container { width:20rem;height:337.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #L8o4BTcOSg24SlXOhbwrJTCW9dGoAS6I { display:none; }#L8o4BTcOSg24SlXOhbwrJTCW9dGoAS6I > .row .container { width:20rem;height:130.5rem;position:relative;display:none; } }