.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/72fda703-8cc5-4df6-90c7-c69b7711ebc2/Warstwa16.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPbI6lJ2xVH17CEvS8w3PICMOE23OGd0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#XPbI6lJ2xVH17CEvS8w3PICMOE23OGd0 > .row .container { background-color: transparent; background-image: none; }#XPbI6lJ2xVH17CEvS8w3PICMOE23OGd0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPbI6lJ2xVH17CEvS8w3PICMOE23OGd0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPbI6lJ2xVH17CEvS8w3PICMOE23OGd0 > .row .container > .video-iframe-container { display: none; }#XPbI6lJ2xVH17CEvS8w3PICMOE23OGd0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPbI6lJ2xVH17CEvS8w3PICMOE23OGd0 > .row > .video-iframe-container { display: block; }#XPbI6lJ2xVH17CEvS8w3PICMOE23OGd0 > .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); }#XPbI6lJ2xVH17CEvS8w3PICMOE23OGd0 > .row .container { border-width: 0; border-radius: 0; }#XPbI6lJ2xVH17CEvS8w3PICMOE23OGd0 > .row > .video-iframe-container {  }#XPbI6lJ2xVH17CEvS8w3PICMOE23OGd0 > .row .container { font-size:0.875rem;font-family:arial;height:60.375rem;width:75rem;position:relative;display:block; }#Edz1zGPmBo15QuAn05W29FUdeTXPbrFc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:"lexend giga";font-size:0.8125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:2.1875rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:3.125rem;left:5.625rem;display:block; }
#Ki989ladgkyu8CQy00rHT2WJz9Rc362P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pc4uvd5yllNxaRnXNuazKWP8q08VHVVr { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:"lexend giga";font-size:0.8125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.1875rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:3.125rem;left:11.1875rem;display:block; }
#m8ErEd6W64NJwL0xaiMWzMw2ZnZdeROc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Tda0CQy5Cbgfg3XHw1DlVrEVnlRa7PPZ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:"lexend giga";font-size:0.8125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:3.125rem;left:16.8125rem;display:block; }
#XoIsOQPdScts7uG9CtBXVbNxuBsBKBTC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#I4TkkKBWVImcPMN9IHGSk2t2TO91ZVIE { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:"lexend giga";font-size:0.8125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:3.125rem;left:23.875rem;display:block; }
#e4oetoE8fCGAd1RC9ul2CqzPfttCBriC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NNFzgvGCTHiTZDfa1AsTHpmXL2haIZsV { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:"lexend giga";font-size:0.8125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:3.125rem;left:31.25rem;display:block; }
#uEs5sJnT1P3bGpWINL2UdMotyQmLGdgq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JLTGI4k0kAdVITr9qXOi9Mua4a7TMsgw { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:"lexend giga";font-size:0.8125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:3.125rem;left:38.8125rem;display:block; }
#J23hh2hWcXMIXTRQfCcxyrC6MhkyAItE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#t5GTVBB8kyEAZ5H8qcVWVcIs8t2hnE43 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:"lexend giga";font-size:0.8125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:3.125rem;left:46.1875rem;display:block; }
#RO3CiiTzLn4ltvElJ0NkQFs29JgObg2r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nlG5mILkdAemPRF80KNz7wyugnNcUXnE { position:absolute;display:block;z-index:100012;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.25rem;width:1.875rem;top:5.125rem;left:63.1875rem;display:block; }
#PtVTgKs4NzKcBcf6WOCXFP0HVkATZ5Bq { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:0.625rem;top:3.625rem;left:66.9375rem;overflow:hidden;display:block; }
#TmbCA5yZ4hUiSnGEwxAQ1b7Xz5RmhEre { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.4375rem;width:1.4375rem;top:3.5rem;left:70.125rem;overflow:hidden;display:block; }
#C0MHlV1Hw5umAwDiU0Zwi6VN1gk1trdz { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.125rem;width:1.3125rem;top:3.6875rem;left:73.6875rem;overflow:hidden;display:block; }
#AoVw38o3fsBoVNeRC2dZzbG4DnRMc7ZG { color:#ffffff;display:block;width:26.8125rem;position:absolute;font-family:bodon;font-size:7.875rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:15.5625rem;left:17.8125rem;height:10.2373125rem;display:block; }
#E5e5z2TvEEQ3CtWk5kZ9h5v3DH3r0zX6 { color:#ffffff;display:block;width:40.0625rem;position:absolute;font-family:andromeda2;font-size:3.5625rem;font-weight:normal;z-index:100014;line-height:1.4;letter-spacing:0;top:25.8125rem;left:11.1875rem;height:4.98730625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l28HHmgn2TUFOwmAxCxPgQy99yu7idr9 { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:2.25rem;top:53.3125rem;left:36.375rem;overflow:hidden;display:block; }
#puZnqkeSi3FT197Q8QtQ7sCXwIXW6Bp2 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.5rem;width:12.0625rem;display:none; }
#arO5RCTaM6aKLTcz0d41fH5MWVkIQ2U2 { position:absolute;display:block;z-index:100005;background-color:#001fff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:3.4375rem;width:20.5625rem;top:21.25rem;left:25.5rem;display:block; }
#Qv2xAonzBFJyOBq4A3d7rBvgCi0D20eD { color:#ffffff;display:block;width:35.3125rem;position:absolute;font-family:andromeda2;font-size:2.125rem;font-weight:normal;z-index:100015;line-height:1.4;letter-spacing:0;top:35.75rem;left:33.625rem;height:2.9746125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#KNUI4qCVGbWEzVw42iJscEcOXPEJk9GB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1bb42ad9-4899-4cf6-9d6e-f164eb686133/Warstwa16.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#KNUI4qCVGbWEzVw42iJscEcOXPEJk9GB.adaptive-delivery-prevent-bg, #KNUI4qCVGbWEzVw42iJscEcOXPEJk9GB.lazyload, #KNUI4qCVGbWEzVw42iJscEcOXPEJk9GB.lazyloading { background-image: none; }#KNUI4qCVGbWEzVw42iJscEcOXPEJk9GB > .row .container { background-color: transparent; background-image: none; }#KNUI4qCVGbWEzVw42iJscEcOXPEJk9GB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNUI4qCVGbWEzVw42iJscEcOXPEJk9GB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNUI4qCVGbWEzVw42iJscEcOXPEJk9GB > .row .container > .video-iframe-container { display: none; }#KNUI4qCVGbWEzVw42iJscEcOXPEJk9GB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNUI4qCVGbWEzVw42iJscEcOXPEJk9GB > .row > .video-iframe-container { display: none; }#KNUI4qCVGbWEzVw42iJscEcOXPEJk9GB > .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); }#KNUI4qCVGbWEzVw42iJscEcOXPEJk9GB > .row .container { border-width: 0; border-radius: 0; }#KNUI4qCVGbWEzVw42iJscEcOXPEJk9GB > .row > .video-iframe-container {  }#KNUI4qCVGbWEzVw42iJscEcOXPEJk9GB > .row .container { font-size:0.875rem;font-family:arial;height:20.1875rem;width:75rem;position:relative;display:block; }#XN6vAmrqpy2MrwEiT4dFGbw9Igp9yWx1 { color:#e8f7ff;display:block;width:35.25rem;position:absolute;font-family:"lexend giga";font-size:2.625rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:6.71875rem;left:18.875rem;height:6.824225rem;font-style:normal;display:block; }
#MuC3yuSUqz36rdoZugsT5dMAudKKdbX4 { position:absolute;display:block;z-index:100004;background-color:#001fff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:0.375rem;width:8.25rem;top:11.911457061767rem;left:44.5625rem;display:block; }
#HSDqU2aXhwQ761eX2GTMJkrnHxcfdqBP { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.5rem;width:12.0625rem;display:none; }
#vot69bBdz4xAtGP9MpTuS0CGLCtywiBA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/72fda703-8cc5-4df6-90c7-c69b7711ebc2/Warstwa16.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#vot69bBdz4xAtGP9MpTuS0CGLCtywiBA.adaptive-delivery-prevent-bg, #vot69bBdz4xAtGP9MpTuS0CGLCtywiBA.lazyload, #vot69bBdz4xAtGP9MpTuS0CGLCtywiBA.lazyloading { background-image: none; }#vot69bBdz4xAtGP9MpTuS0CGLCtywiBA > .row .container { background-color: transparent; background-image: none; }#vot69bBdz4xAtGP9MpTuS0CGLCtywiBA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vot69bBdz4xAtGP9MpTuS0CGLCtywiBA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vot69bBdz4xAtGP9MpTuS0CGLCtywiBA > .row .container > .video-iframe-container { display: none; }#vot69bBdz4xAtGP9MpTuS0CGLCtywiBA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vot69bBdz4xAtGP9MpTuS0CGLCtywiBA > .row > .video-iframe-container { display: none; }#vot69bBdz4xAtGP9MpTuS0CGLCtywiBA > .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); }#vot69bBdz4xAtGP9MpTuS0CGLCtywiBA > .row .container { border-width: 0; border-radius: 0; }#vot69bBdz4xAtGP9MpTuS0CGLCtywiBA > .row > .video-iframe-container {  }#vot69bBdz4xAtGP9MpTuS0CGLCtywiBA > .row .container { font-size:0.875rem;font-family:arial;height:28.0625rem;width:75rem;position:relative;display:block; }#czkkNbB6vb8dyJcuXrcrTreuTFWWgZbZ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.5625rem;width:11.5625rem;top:19.4375rem;left:26rem;overflow:hidden;display:none; }
#xrC2rFnnpI3NuiC1AFJTJiHSd40CZrUH { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.5625rem;width:11.5625rem;top:19.4375rem;left:37.5rem;overflow:hidden;display:none; }
#aQefVUwx77lLorUBqn5PMIbqLLFWOQ1E { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.75rem;width:6.5625rem;top:21.46875rem;left:40.375rem;overflow:hidden;display:none; }
#o4y4mZ0E0KVgb7F2K7D76EZFwmG95FNE { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.625rem;width:6.1875rem;top:21.40625rem;left:27.75rem;overflow:hidden;display:none; }
#tNt0urCCy9Cm3oTdm3O2uGSEPy7cuXTW { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28rem;width:18.8125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#asA3T1iBK8mTTc6vwtcLgHvTf79n6KcR { position:absolute;display:block;z-index:99998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28rem;width:18.8125rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#x2UmOxCPW60KawCKw4ukrU6oxP7Iydlc { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28rem;width:18.8125rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#SwL2zLmkEAC6ImI6HbENFIesVkyTnXxs { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.125rem;width:18.8125rem;top:-0.0625rem;left:56.25rem;overflow:hidden;display:block; }
#rcIKWpxkH0UUli7E6Xw0EeLe0LSX6noN { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.5625rem;width:11.5625rem;top:19.5rem;left:37.5rem;overflow:hidden;display:block; }
#R1geLAis5wGo94LMX4UGKqQ8h8LdtaQA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/72fda703-8cc5-4df6-90c7-c69b7711ebc2/Warstwa16.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#R1geLAis5wGo94LMX4UGKqQ8h8LdtaQA.adaptive-delivery-prevent-bg, #R1geLAis5wGo94LMX4UGKqQ8h8LdtaQA.lazyload, #R1geLAis5wGo94LMX4UGKqQ8h8LdtaQA.lazyloading { background-image: none; }#R1geLAis5wGo94LMX4UGKqQ8h8LdtaQA > .row .container { background-color: transparent; background-image: none; }#R1geLAis5wGo94LMX4UGKqQ8h8LdtaQA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1geLAis5wGo94LMX4UGKqQ8h8LdtaQA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1geLAis5wGo94LMX4UGKqQ8h8LdtaQA > .row .container > .video-iframe-container { display: none; }#R1geLAis5wGo94LMX4UGKqQ8h8LdtaQA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1geLAis5wGo94LMX4UGKqQ8h8LdtaQA > .row > .video-iframe-container { display: none; }#R1geLAis5wGo94LMX4UGKqQ8h8LdtaQA > .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); }#R1geLAis5wGo94LMX4UGKqQ8h8LdtaQA > .row .container { border-width: 0; border-radius: 0; }#R1geLAis5wGo94LMX4UGKqQ8h8LdtaQA > .row > .video-iframe-container {  }#R1geLAis5wGo94LMX4UGKqQ8h8LdtaQA > .row .container { font-size:0.875rem;font-family:arial;height:28rem;width:75rem;position:relative;display:block; }#nxWmTnaEemRqUslmAXuVOSRApBwoziXJ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.5625rem;width:11.5625rem;top:19.4375rem;left:26rem;overflow:hidden;display:none; }
#SDNzW434TGbRmIGWXHyLgSvkTNhvTnaa { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.5625rem;width:11.5625rem;top:19.4375rem;left:37.5rem;overflow:hidden;display:none; }
#F4GoI76yJLQhqikJpusshHv3tE8kqFDL { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.75rem;width:6.5625rem;top:21.46875rem;left:40.375rem;overflow:hidden;display:none; }
#oQPTDt3tW6HOt6a85DEeXHzLUtLotwwK { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.625rem;width:6.1875rem;top:21.40625rem;left:27.75rem;overflow:hidden;display:none; }
#aOPNQn6ISNGcQA3BygvJ70Rf0fSPrXXa { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28rem;width:18.8125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#kPFCxcVI2OdcO9tahXTgFgecDbAzMWUl { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28rem;width:18.8125rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#ErB7TNTFJgnhrUSoBoWHdGrU9Oio0Cmv { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28rem;width:18.8125rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#mWGBnWnLzduvZFCsaWwLzT3ct2EwI0wm { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28rem;width:18.8125rem;top:0rem;left:56.1875rem;overflow:hidden;display:block; }
#B528XG5CCz5F99ZNnP47LIgyzPWHy0bT { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.5625rem;width:11.5625rem;top:19.4375rem;left:26rem;overflow:hidden;display:block; }
#RHAy4O7UG5n0EmeO72tvh0zLNc9UtlGp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#RHAy4O7UG5n0EmeO72tvh0zLNc9UtlGp > .row .container { background-color: transparent; background-image: none; }#RHAy4O7UG5n0EmeO72tvh0zLNc9UtlGp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RHAy4O7UG5n0EmeO72tvh0zLNc9UtlGp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RHAy4O7UG5n0EmeO72tvh0zLNc9UtlGp > .row .container > .video-iframe-container { display: none; }#RHAy4O7UG5n0EmeO72tvh0zLNc9UtlGp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RHAy4O7UG5n0EmeO72tvh0zLNc9UtlGp > .row > .video-iframe-container { display: none; }#RHAy4O7UG5n0EmeO72tvh0zLNc9UtlGp > .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); }#RHAy4O7UG5n0EmeO72tvh0zLNc9UtlGp > .row .container { border-width: 0; border-radius: 0; }#RHAy4O7UG5n0EmeO72tvh0zLNc9UtlGp > .row > .video-iframe-container {  }#RHAy4O7UG5n0EmeO72tvh0zLNc9UtlGp > .row .container { font-size:0.875rem;font-family:arial;height:24.8125rem;width:75rem;position:relative;display:block; }#BsoKAzK4fyFVTla9vKFw0xuMeE729E6a { color:#000000;display:block;width:35.25rem;position:absolute;font-family:"lexend giga";font-size:2.625rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:4.125rem;left:6.625rem;height:6.824225rem;font-style:normal;display:block; }
#TS5yx7P2b1qBVLTPthMzdTTQnKvWzFcf { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.8125rem;width:20.8125rem;top:16.03662109375rem;left:8rem;overflow:hidden;display:none; }
#OKdT185PUCe9tFsN2SThBpuSZLBat5QH { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:26.8125rem;display:none; }
#HwzlQe1NpGfUzlblvaAuZBXBBM2uJ3SD { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/85a5ad2b-ba6d-412a-8ce8-248e4dc192ee/BUTTONBG.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.3125rem;height:4.125rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:15.75rem;left:7.03125rem;display:none; }#HwzlQe1NpGfUzlblvaAuZBXBBM2uJ3SD.adaptive-delivery-prevent-bg, #HwzlQe1NpGfUzlblvaAuZBXBBM2uJ3SD.lazyload, #HwzlQe1NpGfUzlblvaAuZBXBBM2uJ3SD.lazyloading { background-image: none; }
#TFmG5giztyAnWKfGHfLBDGCd3inG24o5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TuJlobHdSw9hBKVRVSsK0VIsMnMarCm7 { color:#000000;display:block;width:65.125rem;position:absolute;font-family:"lexend giga";font-size:1.25rem;font-weight:400;z-index:100002;line-height:1.1;letter-spacing:0;top:16rem;left:6.6875rem;height:2.75rem;font-style:normal;display:block; }
#ST6cVtwASsVlcrIIXLymbdcsJCXQOEIS { color:#001fff;display:block;width:65.125rem;position:absolute;font-family:"lexend giga";font-size:1.25rem;font-weight:400;z-index:100003;line-height:1.7;letter-spacing:0;top:12.5625rem;left:6.625rem;height:2.125rem;font-style:normal;display:block; }
#NOHIVLwuW7on20RktJkBOBZNmT2RrXi5 { position:absolute;display:block;z-index:99999;background-color:#001fff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:2.1875rem;width:19.5rem;top:8.1875rem;left:14.5rem;display:block; }
#A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d0d0d;background-image:none;position:relative;display:block; }#A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 > .row .container { background-color: transparent; background-image: none; }#A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 > .row .container > .video-iframe-container { display: none; }#A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 > .row > .video-iframe-container { display: none; }#A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 > .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); }#A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 > .row .container { border-width: 0; border-radius: 0; }#A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 > .row > .video-iframe-container {  }#A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 > .row .container { font-size:0.875rem;font-family:arial;height:62.5rem;width:75rem;position:relative;display:block; }#Xz0mgaWdVzxcSTQI4fH8wLbWCQsTJbWa { color:#dbdbdb;display:block;width:29.25rem;position:absolute;font-family:"lexend giga";font-size:1.9375rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:8.6875rem;left:3.75rem;height:2.51855625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sPT8noNBoq9fK3lAT3S3Sssagt6kOiT7 { color:#afafaf;display:block;width:33.1875rem;position:absolute;font-family:"lexend giga";font-size:1rem;font-weight:normal;z-index:100018;line-height:1.6;letter-spacing:0;top:13.75rem;left:3.75rem;height:5.423825rem;display:block; }#sPT8noNBoq9fK3lAT3S3Sssagt6kOiT7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sPT8noNBoq9fK3lAT3S3Sssagt6kOiT7 li:before{  }
#MGrlR7UizpTiCy0AzrJ8noKHTr0TVNST { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:62.5rem;width:0;top:0rem;left:15.5625rem;overflow:hidden;display:block; }
#CwxokqmDXxPDyTq5n1cnBtOskg5X2TpG { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:62.5rem;width:0;top:0rem;left:37.375rem;overflow:hidden;display:block; }
#JlefGNEv9nHlTydtTGWueJAEpbgao7rf { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:62.5rem;width:62.5rem;display:none; }
#oifP4eNKrGA57Ntl1dKR03aXVXyKhstz { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:62.5rem;width:0;top:0rem;left:58.6875rem;overflow:hidden;display:block; }
#VJr4KuUXmc3fBf1o8WSG2T9LdwVDUlJ7 { color:#afafaf;display:block;width:36.125rem;position:absolute;font-family:"lexend giga";font-size:1rem;font-weight:normal;z-index:100019;line-height:1.9;letter-spacing:0;top:26.9375rem;left:3.75rem;height:1.8994125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Xoo7rTwn3t5XkWiKbnh3mTJTmQS1Mtth { color:#afafaf;display:block;width:31rem;position:absolute;font-family:"lexend giga";font-size:1rem;font-weight:normal;z-index:100020;line-height:1.6;letter-spacing:0;top:31.125rem;left:3.75rem;height:11.19725rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XtNOBvKmok970QPMiNvtOePK8ziOWEr0 { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:55rem;width:64.875rem;top:0rem;left:10.125rem;overflow:hidden;display:block; }
#K0LS9peDwuoqCnkUvkSGasubI9PvhIto { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.63);background-image:url("https://images.assets-landingi.com/uc/1bb42ad9-4899-4cf6-9d6e-f164eb686133/Warstwa16.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#K0LS9peDwuoqCnkUvkSGasubI9PvhIto.adaptive-delivery-prevent-bg, #K0LS9peDwuoqCnkUvkSGasubI9PvhIto.lazyload, #K0LS9peDwuoqCnkUvkSGasubI9PvhIto.lazyloading { background-image: none; }#K0LS9peDwuoqCnkUvkSGasubI9PvhIto > .row .container { background-color: transparent; background-image: none; }#K0LS9peDwuoqCnkUvkSGasubI9PvhIto::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0LS9peDwuoqCnkUvkSGasubI9PvhIto > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0LS9peDwuoqCnkUvkSGasubI9PvhIto > .row .container > .video-iframe-container { display: none; }#K0LS9peDwuoqCnkUvkSGasubI9PvhIto > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0LS9peDwuoqCnkUvkSGasubI9PvhIto > .row > .video-iframe-container { display: none; }#K0LS9peDwuoqCnkUvkSGasubI9PvhIto > .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); }#K0LS9peDwuoqCnkUvkSGasubI9PvhIto > .row .container { border-width: 0; border-radius: 0; }#K0LS9peDwuoqCnkUvkSGasubI9PvhIto > .row > .video-iframe-container {  }#K0LS9peDwuoqCnkUvkSGasubI9PvhIto > .row .container { font-size:0.875rem;font-family:arial;height:24.0625rem;width:75rem;position:relative;display:block; }#tS4qCxntIRHLcDuVrFZuFsMkZup6XMA9 { color:#ffffff;display:block;width:8.625rem;position:absolute;font-family:"lexend giga";font-size:1rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TzXgJF9EHVQtwbGPtTmrfAcBaNvtZ4yW { color:#afafaf;display:block;width:9.0625rem;position:absolute;font-family:"lexend giga";font-size:1rem;font-weight:400;z-index:100021;line-height:1.3;letter-spacing:0;top:6.3125rem;left:0rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OTDzxMfhO3NTUIU8pT3svwvTXW4VQJQm { color:#ffffff;display:block;width:11.125rem;position:absolute;font-family:"lexend giga";font-size:1rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:3.75rem;left:9.875rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UWIF4gTTWlvxUF5T2B5HyxQXClrNK2Wc { color:#afafaf;display:block;width:12.25rem;position:absolute;font-family:"lexend giga";font-size:1rem;font-weight:400;z-index:100024;line-height:1.3;letter-spacing:0;top:6.3125rem;left:9.78125rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#guwEbendda18TNA4Q1nSQISwx6NWDqki { color:#ffffff;display:block;width:11rem;position:absolute;font-family:"lexend giga";font-size:1rem;font-weight:700;z-index:100028;line-height:1.3;letter-spacing:0;top:3.75rem;left:23.25rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PzO22bsmf0yVwT2mDSk6xkNTXryKtTJ6 { color:#afafaf;display:block;width:12.5rem;position:absolute;font-family:"lexend giga";font-size:1rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem #000000;top:6.3125rem;left:23.25rem;height:6.499rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fQhX3kmJNxwOeMrx1XnPRWSea5SgJJ9X { position:absolute;display:block;z-index:100023;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:0.25rem;width:4.375rem;top:21.25rem;left:9.875rem;display:block; }
#PMBlbLf1yT6fABdGvpSTLWR3h1J9y6BQ { position:absolute;display:block;z-index:100020;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:0.25rem;width:4.375rem;top:14.3125rem;left:0rem;display:block; }
#Zh2ty7QwsSh714CNZr9Ok0vJeuZptbZw { position:absolute;display:block;z-index:100024;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:0.25rem;width:4.375rem;top:14.25rem;left:23.3125rem;display:block; }
#p0dcSyU6OGE0xor9JdX6kFszvFA5z9FZ { color:#afafaf;display:block;width:12.375rem;position:absolute;font-family:"lexend giga";font-size:1rem;font-weight:400;z-index:100025;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.375rem #000000;top:13.4375rem;left:9.875rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tSwOc8OPtJLwkRIEvvsoJvqJRIpcdi7m { color:#afafaf;display:block;width:11.625rem;position:absolute;font-family:"lexend giga";font-size:1rem;font-weight:400;z-index:100021;line-height:1.3;letter-spacing:0;top:6.3125rem;left:36.75rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IRttq9OznJXHqNctUnlf0ZIZQqc4RhiB { position:absolute;display:block;z-index:100020;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:0.25rem;width:4.375rem;top:14.4375rem;left:36.75rem;display:block; }
#RGylCKJBcIxR7KCbcFsk5qDm7TWPPx8u { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:"lexend giga";font-size:1rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;top:3.75rem;left:36.75rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JqOSWdGbW2eKEVIvxuUcllXlo91bPR9u { color:#afafaf;display:block;width:10.75rem;position:absolute;font-family:"lexend giga";font-size:1rem;font-weight:400;z-index:100024;line-height:1.3;letter-spacing:0;top:6.3125rem;left:49.9375rem;height:6.499rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#w1Ows090Ku3FPBKhTt8VgNuPLGG1F0Ue { position:absolute;display:block;z-index:100023;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:0.25rem;width:4.375rem;top:16.875rem;left:50.1875rem;display:block; }
#si55vJwSzAsFdaDW2nIfrdp18D6AO9xA { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:"lexend giga";font-size:1rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:3.75rem;left:49.9375rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eCsg6AqpOL00TMNffqCL3UscfZXqEW5x { color:#afafaf;display:block;width:12.5rem;position:absolute;font-family:"lexend giga";font-size:1rem;font-weight:400;z-index:100021;line-height:1.3;letter-spacing:0;top:6.3125rem;left:62.5rem;height:9.098625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TMPzw4GBXo8qnpVagTpdNGPqacd5ZsZL { color:#001fff;display:block;width:11rem;position:absolute;font-family:"lexend giga";font-size:1rem;font-weight:700;z-index:100030;line-height:1.3;letter-spacing:0;top:3.75rem;left:62.5rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E99OaG1Bb1fHlQLVitpGobM9aPHa8dTK { position:absolute;display:block;z-index:100025;background-color:#001fff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:0.25rem;width:4.375rem;top:20.75rem;left:62.5rem;display:block; }
#lUReEn6741OmypvZK0souvhQrJMSq417 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d0d0d;background-image:none;position:relative;display:block; }#lUReEn6741OmypvZK0souvhQrJMSq417 > .row .container { background-color: transparent; background-image: none; }#lUReEn6741OmypvZK0souvhQrJMSq417::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUReEn6741OmypvZK0souvhQrJMSq417 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUReEn6741OmypvZK0souvhQrJMSq417 > .row .container > .video-iframe-container { display: none; }#lUReEn6741OmypvZK0souvhQrJMSq417 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUReEn6741OmypvZK0souvhQrJMSq417 > .row > .video-iframe-container { display: none; }#lUReEn6741OmypvZK0souvhQrJMSq417 > .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); }#lUReEn6741OmypvZK0souvhQrJMSq417 > .row .container { border-width: 0; border-radius: 0; }#lUReEn6741OmypvZK0souvhQrJMSq417 > .row > .video-iframe-container {  }#lUReEn6741OmypvZK0souvhQrJMSq417 > .row .container { font-size:0.875rem;font-family:arial;height:34.875rem;width:75rem;position:relative;display:block; }#WXPrZiFX2230d7y9s43nuroqvHTeoUrz { color:#ffffff;display:block;width:22rem;position:absolute;font-family:"lexend giga";font-size:1.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:6.5625rem;left:42.5rem;height:2.4375rem;display:block; }
#fmbkJAfOks3TTkVfUTTJqEavrdoraVua { color:#ffffff;display:block;width:30.1875rem;position:absolute;font-family:"lexend giga";font-size:1rem;font-weight:normal;z-index:100001;line-height:1.7;letter-spacing:0;top:10.4375rem;left:44.75rem;height:16.9921875rem;display:block; }
#hGDvFNT4gXzPz2Sp9TNWp2RfFNQ8JC4L { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.3125rem;width:33.75rem;top:5.9375rem;left:1.6875rem;overflow:hidden;display:block; }
#paglQTt47JEbTS3w72zyAqAPLCvDo82q { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.75rem;width:20.4375rem;top:0.8125rem;left:4.8125rem;overflow:hidden;display:none; }
#cpL1qbLPJczyubcxt5y15JeDTEVxAZRs { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.4375rem;width:29.9375rem;top:7.8125rem;left:4.1875rem;overflow:hidden;display:block; }
#VdS7XAZGtywkkFB0Ak6psgse2pRu2AOh { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:26.8125rem;display:none; }
#uVFWcnoMgUexQXw1MTaLvdR97bcoudiV { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ca0a5880-f759-4a3d-b1fd-c9093c039461/button3.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;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:3.8125rem;left:4.375rem;display:none; }#uVFWcnoMgUexQXw1MTaLvdR97bcoudiV.adaptive-delivery-prevent-bg, #uVFWcnoMgUexQXw1MTaLvdR97bcoudiV.lazyload, #uVFWcnoMgUexQXw1MTaLvdR97bcoudiV.lazyloading { background-image: none; }
#XdCSP6a5AQrnkhPsppNRF9Vr2HUAiros { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#B8Q3O3l0bVmHzxzAldp7fBQCQ0SWrgQW { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100007;top:10.5625rem;left:42.5rem; }
#fiOnKRK9IhHkkrAafG54oqzxOoTM5vi1 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100008;top:12.25rem;left:42.5rem; }
#L1EHs3lh3GXTlwTHzNxiJCwETMfUQ51W { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100009;top:13.9375rem;left:42.5rem; }
#GyAFTANrAgQnWIN3pn4RgZ3yva5plfUT { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100010;top:15.625rem;left:42.5rem; }
#uN7rWe1mv3SnrgkbHi8L61J6ia4qfqGP { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100011;top:17.3125rem;left:42.5rem; }
#ciOPlf7kTpW98XUPaFvsZCZ76PR0pkmo { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100012;top:19rem;left:42.5rem; }
#dqvv6diDhTJXGfxAJdB9s3GyBsgi3t6p { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100014;top:22.4375rem;left:42.5rem; }
#tMxnnSPrrVZs1gOftOHCand67J8Crgp5 { position:absolute;display:block;z-index:100015;height:2.5625rem;width:12.4375rem;top:3.4375rem;left:43.25rem;display:block; }
#izGks1rAavalPlQ8KAZSMeleCFtgoCOe { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100013;top:20.6875rem;left:42.5rem; }
#lIB4WsPuT6A6h2UDv8bU1zMMT3DXghCH { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100015;top:24.09375rem;left:42.5rem; }
#x3HRsPPtJEVkShH2dgHUxqWHUWT5czS2 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100016;top:25.75rem;left:42.5rem; }
#grIWOMeLSwQzUvECJX9VxF4WQMaS8a3c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#grIWOMeLSwQzUvECJX9VxF4WQMaS8a3c > .row .container { background-color: transparent; background-image: none; }#grIWOMeLSwQzUvECJX9VxF4WQMaS8a3c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grIWOMeLSwQzUvECJX9VxF4WQMaS8a3c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grIWOMeLSwQzUvECJX9VxF4WQMaS8a3c > .row .container > .video-iframe-container { display: none; }#grIWOMeLSwQzUvECJX9VxF4WQMaS8a3c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grIWOMeLSwQzUvECJX9VxF4WQMaS8a3c > .row > .video-iframe-container { display: none; }#grIWOMeLSwQzUvECJX9VxF4WQMaS8a3c > .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); }#grIWOMeLSwQzUvECJX9VxF4WQMaS8a3c > .row .container { border-width: 0; border-radius: 0; }#grIWOMeLSwQzUvECJX9VxF4WQMaS8a3c > .row > .video-iframe-container {  }#grIWOMeLSwQzUvECJX9VxF4WQMaS8a3c > .row .container { font-size:0.875rem;font-family:arial;height:48.1875rem;width:75rem;position:relative;display:block; }#tPTtaA3tEqom59yfPLgOPVq5uwMhLwzK { color:#072dff;display:block;width:29.25rem;position:absolute;font-family:"lexend giga";font-size:1.1875rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:3.4375rem;left:0rem;height:1.54296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Wd4MnZ9KSbO7sqf6qnG1GeKznBw2sdMy { color:#072dff;display:block;width:29.25rem;position:absolute;font-family:"lexend giga";font-size:1.1875rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:16.58203125rem;left:0rem;height:1.54296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VLPnov9NyHV8frlS9v5c8ifSarHykII3 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.4375rem;width:40.625rem;display:none; }
#mRgNAVr3ebkqipRCc7uARMVkbXwAGw2D { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.4375rem;width:40.625rem;display:none; }
#ldFEPG5SrhXHzIDJqUoJDgOuaNdRnl1c { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:13.875rem;top:8.75rem;left:18.75rem;overflow:hidden;display:block; }
#ccmeAvyvtszLfzl1cqrzR4vtiuTxeiV4 { position:absolute;display:block;z-index:100042;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.75rem;width:9.75rem;top:20.53125rem;left:3.75rem;overflow:hidden;display:block; }
#Uq56waT0zfODuqgCtJ8MXQGyzNnIPBmK { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.9375rem;width:6.9375rem;top:19.4375rem;left:17.65625rem;overflow:hidden;display:block; }
#yis5tBndrBlaIllIlTdzuS83OvSGT8Ow { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.6875rem;width:9.6875rem;top:26.375rem;left:18.75rem;overflow:hidden;display:block; }
#guR6gRHLghUIQFRaigMrmVEvJyvbz6Ax { position:absolute;display:block;z-index:100041;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.75rem;width:7.5rem;top:26.375rem;left:3.75rem;overflow:hidden;display:block; }
#oTXcTl1Tqu8e7fquB6HEMgFsXZFmd0Rk { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.1875rem;width:14.5rem;top:26.375rem;left:32.625rem;overflow:hidden;display:block; }
#txdMczNrKBDp8IxordtAgMzLCeNEVdqC { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.9375rem;width:8.9375rem;top:34.5625rem;left:17.65625rem;overflow:hidden;display:block; }
#xLsGVUVdS2qqEIu9IadkTgk6yJNKV79b { position:absolute;display:block;z-index:100038;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.75rem;width:15.5rem;top:28.875rem;left:52.125rem;overflow:hidden;display:block; }
#T7TIIfESAi13ZRV0AglORzbuqyvddE62 { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:8.6875rem;top:21rem;left:46rem;overflow:hidden;display:block; }
#pU80SUszRhVXtsb13PyTC5KeepDV8ZE4 { position:absolute;display:block;z-index:100035;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:9.75rem;top:36.8125rem;left:31.71875rem;overflow:hidden;display:block; }
#PPyXTyvzcFmu9zageTfLWa3ebMOzHiQg { position:absolute;display:block;z-index:100036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.5rem;width:11.4375rem;top:19.4375rem;left:29.4375rem;overflow:hidden;display:block; }
#Gvh0f8NfZpViQe8zHoSIq478csBHEO8D { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.25rem;width:8.8125rem;top:19.4375rem;left:59.625rem;overflow:hidden;display:block; }
#JlQZ41u6pJgcIcEl5OlTiezu5hVpn1hb { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7rem;width:9.6875rem;top:34.5625rem;left:45.0625rem;overflow:hidden;display:block; }
#ERAMTA73EP4x7hUgDGa3mFuFBXC0Go4x { position:absolute;display:block;z-index:100037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.0625rem;width:8.625rem;top:37rem;left:4.3125rem;overflow:hidden;display:block; }
#Fe26HbV3FhrXRFo1wSPEwUh0TwBrpAcT { position:absolute;display:block;z-index:100039;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:16.3125rem;top:9.84375rem;left:39.1875rem;overflow:hidden;display:block; }
#swzMGZUgmfMGNJ4tsnaDRuTrLhtnMB68 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2904eca6-e06c-4deb-9212-856dc6310ef2/Warstwa26.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#swzMGZUgmfMGNJ4tsnaDRuTrLhtnMB68.adaptive-delivery-prevent-bg, #swzMGZUgmfMGNJ4tsnaDRuTrLhtnMB68.lazyload, #swzMGZUgmfMGNJ4tsnaDRuTrLhtnMB68.lazyloading { background-image: none; }#swzMGZUgmfMGNJ4tsnaDRuTrLhtnMB68 > .row .container { background-color: transparent; background-image: none; }#swzMGZUgmfMGNJ4tsnaDRuTrLhtnMB68::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#swzMGZUgmfMGNJ4tsnaDRuTrLhtnMB68 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#swzMGZUgmfMGNJ4tsnaDRuTrLhtnMB68 > .row .container > .video-iframe-container { display: none; }#swzMGZUgmfMGNJ4tsnaDRuTrLhtnMB68 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#swzMGZUgmfMGNJ4tsnaDRuTrLhtnMB68 > .row > .video-iframe-container { display: none; }#swzMGZUgmfMGNJ4tsnaDRuTrLhtnMB68 > .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); }#swzMGZUgmfMGNJ4tsnaDRuTrLhtnMB68 > .row .container { border-width: 0; border-radius: 0; }#swzMGZUgmfMGNJ4tsnaDRuTrLhtnMB68 > .row > .video-iframe-container {  }#swzMGZUgmfMGNJ4tsnaDRuTrLhtnMB68 > .row .container { font-size:0.875rem;font-family:arial;height:36.375rem;width:75rem;position:relative;display:block; }#OgcgZgZbNDTnc7BkFco63wrdFi7uPI15 { color:#ffffff;display:block;width:27.5625rem;position:absolute;font-family:"lexend giga";font-size:1.9375rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:6.3125rem;left:28.3125rem;height:2.51855625rem;display:block; }
#vVQiqPXn4wwpw0zPlZIitPlW50zIz5PW { color:#ffffff;display:block;width:43rem;position:absolute;font-family:"lexend giga";font-size:0.875rem;font-weight:normal;z-index:100001;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:11.25rem;left:28.3125rem;height:11.1953125rem;display:block; }
#ZWAeHzRKuE5fDNQ4nVdIX46d4Ow6OFTR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ZWAeHzRKuE5fDNQ4nVdIX46d4Ow6OFTR > .row .container { background-color: transparent; background-image: none; }#ZWAeHzRKuE5fDNQ4nVdIX46d4Ow6OFTR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWAeHzRKuE5fDNQ4nVdIX46d4Ow6OFTR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWAeHzRKuE5fDNQ4nVdIX46d4Ow6OFTR > .row .container > .video-iframe-container { display: none; }#ZWAeHzRKuE5fDNQ4nVdIX46d4Ow6OFTR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWAeHzRKuE5fDNQ4nVdIX46d4Ow6OFTR > .row > .video-iframe-container { display: none; }#ZWAeHzRKuE5fDNQ4nVdIX46d4Ow6OFTR > .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); }#ZWAeHzRKuE5fDNQ4nVdIX46d4Ow6OFTR > .row .container { border-width: 0; border-radius: 0; }#ZWAeHzRKuE5fDNQ4nVdIX46d4Ow6OFTR > .row > .video-iframe-container {  }#ZWAeHzRKuE5fDNQ4nVdIX46d4Ow6OFTR > .row .container { font-size:0.875rem;font-family:arial;height:13.875rem;width:75rem;position:relative;display:block; }#AfkaOhFgLFoFtpv9bepr2KapPgc95kpm { color:#000000;display:block;width:45.8125rem;position:absolute;font-family:"lexend giga";font-size:0.8125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:4.5625rem;left:16.25rem;height:5.27831875rem;display:block; }
#ahhwNa6mmn9WObLbhrVV9f6VqZ2sgrbO { color:#000000;display:block;width:4.25rem;position:absolute;font-family:"lexend giga";font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:6.125rem;left:70.75rem;height:1.29980625rem;display:block; }
#khEPhg1TIitHOJX6D8nk4UcqZFCffpJd { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.5rem;width:9.75rem;top:1.9375rem;left:2.5rem;overflow:hidden;display:block; }
#yLm3wXmMKvwpuaRrVNoqwbys8Ez32r6f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#yLm3wXmMKvwpuaRrVNoqwbys8Ez32r6f > .row .container { background-color: transparent; background-image: none; }#yLm3wXmMKvwpuaRrVNoqwbys8Ez32r6f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yLm3wXmMKvwpuaRrVNoqwbys8Ez32r6f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yLm3wXmMKvwpuaRrVNoqwbys8Ez32r6f > .row .container > .video-iframe-container { display: none; }#yLm3wXmMKvwpuaRrVNoqwbys8Ez32r6f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yLm3wXmMKvwpuaRrVNoqwbys8Ez32r6f > .row > .video-iframe-container { display: none; }#yLm3wXmMKvwpuaRrVNoqwbys8Ez32r6f > .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); }#yLm3wXmMKvwpuaRrVNoqwbys8Ez32r6f > .row .container { border-width: 0; border-radius: 0; }#yLm3wXmMKvwpuaRrVNoqwbys8Ez32r6f > .row > .video-iframe-container {  }#yLm3wXmMKvwpuaRrVNoqwbys8Ez32r6f > .row .container { font-size:0.875rem;font-family:arial;height:16.1875rem;width:75rem;position:relative;display:block; }#VKsPNabPJHESerTavdcLMUP0ZoMXT7mE { color:#000000;display:block;width:74rem;position:absolute;font-family:"lexend giga";font-size:0.8125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:0rem;left:0.6875rem;height:9.501rem;display:block; }
#lHagg3DRX56LEeCxdZGUgQ3uAIx0ENH9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#lHagg3DRX56LEeCxdZGUgQ3uAIx0ENH9 > .row .container { background-color: transparent; background-image: none; }#lHagg3DRX56LEeCxdZGUgQ3uAIx0ENH9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHagg3DRX56LEeCxdZGUgQ3uAIx0ENH9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHagg3DRX56LEeCxdZGUgQ3uAIx0ENH9 > .row .container > .video-iframe-container { display: none; }#lHagg3DRX56LEeCxdZGUgQ3uAIx0ENH9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHagg3DRX56LEeCxdZGUgQ3uAIx0ENH9 > .row > .video-iframe-container { display: none; }#lHagg3DRX56LEeCxdZGUgQ3uAIx0ENH9 > .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); }#lHagg3DRX56LEeCxdZGUgQ3uAIx0ENH9 > .row .container { border-width: 0; border-radius: 0; }#lHagg3DRX56LEeCxdZGUgQ3uAIx0ENH9 > .row > .video-iframe-container {  }#lHagg3DRX56LEeCxdZGUgQ3uAIx0ENH9 > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:75rem;position:relative;display:block; }#MsDvrWhCguuhQmoKfl55W915faPrboi8 { color:#000000;display:block;width:4.25rem;position:absolute;font-family:"lexend giga";font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:4.6875rem;left:70.75rem;height:1.29980625rem;display:block; }
#rPzqtR6HrO1eJtuzXpI78Rz6gpAzd6Zq { color:#000000;display:block;width:47.4375rem;position:absolute;font-family:"lexend giga";font-size:0.8125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:2.1875rem;left:16.25rem;height:3.1669875rem;display:block; }
#xtH8dhQhdUwhnkArLsLsOXmvXIfToZNr { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.5rem;width:10.125rem;top:0.4375rem;left:2.5rem;overflow:hidden;display:block; }
#rt87wZEiWEmEeJBJS9RR1eNaw3suFUdO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#rt87wZEiWEmEeJBJS9RR1eNaw3suFUdO > .row .container { background-color: transparent; background-image: none; }#rt87wZEiWEmEeJBJS9RR1eNaw3suFUdO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rt87wZEiWEmEeJBJS9RR1eNaw3suFUdO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rt87wZEiWEmEeJBJS9RR1eNaw3suFUdO > .row .container > .video-iframe-container { display: none; }#rt87wZEiWEmEeJBJS9RR1eNaw3suFUdO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rt87wZEiWEmEeJBJS9RR1eNaw3suFUdO > .row > .video-iframe-container { display: none; }#rt87wZEiWEmEeJBJS9RR1eNaw3suFUdO > .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); }#rt87wZEiWEmEeJBJS9RR1eNaw3suFUdO > .row .container { border-width: 0; border-radius: 0; }#rt87wZEiWEmEeJBJS9RR1eNaw3suFUdO > .row > .video-iframe-container {  }#rt87wZEiWEmEeJBJS9RR1eNaw3suFUdO > .row .container { font-size:0.875rem;font-family:arial;height:19.625rem;width:75rem;position:relative;display:block; }#kAiSqnUHvGhL7UBXAbLX01vE9GUi4cLc { color:#000000;display:block;width:74rem;position:absolute;font-family:"lexend giga";font-size:0.8125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:0rem;left:1rem;height:10.556625rem;display:block; }
#U1sQRFWM12fMRr07zCJT2A4Cg5kSvczK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#U1sQRFWM12fMRr07zCJT2A4Cg5kSvczK > .row .container { background-color: transparent; background-image: none; }#U1sQRFWM12fMRr07zCJT2A4Cg5kSvczK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1sQRFWM12fMRr07zCJT2A4Cg5kSvczK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1sQRFWM12fMRr07zCJT2A4Cg5kSvczK > .row .container > .video-iframe-container { display: none; }#U1sQRFWM12fMRr07zCJT2A4Cg5kSvczK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1sQRFWM12fMRr07zCJT2A4Cg5kSvczK > .row > .video-iframe-container { display: none; }#U1sQRFWM12fMRr07zCJT2A4Cg5kSvczK > .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); }#U1sQRFWM12fMRr07zCJT2A4Cg5kSvczK > .row .container { border-width: 0; border-radius: 0; }#U1sQRFWM12fMRr07zCJT2A4Cg5kSvczK > .row > .video-iframe-container {  }#U1sQRFWM12fMRr07zCJT2A4Cg5kSvczK > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#SNWeMcBT8lKn42PxgB94EkRA27fDEGMw { color:#000000;display:block;width:4.25rem;position:absolute;font-family:"lexend giga";font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:4.8125rem;left:70.75rem;height:1.29980625rem;display:block; }
#VFmKdbH82Jy8KD4wR6GISpL2X7cvvb6S { color:#000000;display:block;width:47.4375rem;position:absolute;font-family:"lexend giga";font-size:0.8125rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:3.5625rem;left:16.25rem;height:3.1669875rem;display:block; }
#WEQIaZxBTRR0mbTbK7bKAZuuV6JpvIt1 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.4375rem;width:10.8125rem;top:1.0625rem;left:2.5rem;overflow:hidden;display:block; }
#DUeSnrIFEvglT7P7lRswttqWPRwpAOoc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#DUeSnrIFEvglT7P7lRswttqWPRwpAOoc > .row .container { background-color: transparent; background-image: none; }#DUeSnrIFEvglT7P7lRswttqWPRwpAOoc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUeSnrIFEvglT7P7lRswttqWPRwpAOoc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUeSnrIFEvglT7P7lRswttqWPRwpAOoc > .row .container > .video-iframe-container { display: none; }#DUeSnrIFEvglT7P7lRswttqWPRwpAOoc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUeSnrIFEvglT7P7lRswttqWPRwpAOoc > .row > .video-iframe-container { display: none; }#DUeSnrIFEvglT7P7lRswttqWPRwpAOoc > .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); }#DUeSnrIFEvglT7P7lRswttqWPRwpAOoc > .row .container { border-width: 0; border-radius: 0; }#DUeSnrIFEvglT7P7lRswttqWPRwpAOoc > .row > .video-iframe-container {  }#DUeSnrIFEvglT7P7lRswttqWPRwpAOoc > .row .container { font-size:0.875rem;font-family:arial;height:16.5625rem;width:75rem;position:relative;display:block; }#HgLkLJFxgapPwIXLrwlEL6TbwI8Ti9DB { color:#000000;display:block;width:73.5625rem;position:absolute;font-family:"lexend giga";font-size:0.8125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.0625rem;left:0.5625rem;height:7.389625rem;display:block; }
#QQRZF43nPIp9PSmoWtTAxAhizVow20ix { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#QQRZF43nPIp9PSmoWtTAxAhizVow20ix > .row .container { background-color: transparent; background-image: none; }#QQRZF43nPIp9PSmoWtTAxAhizVow20ix::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQRZF43nPIp9PSmoWtTAxAhizVow20ix > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQRZF43nPIp9PSmoWtTAxAhizVow20ix > .row .container > .video-iframe-container { display: none; }#QQRZF43nPIp9PSmoWtTAxAhizVow20ix > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQRZF43nPIp9PSmoWtTAxAhizVow20ix > .row > .video-iframe-container { display: none; }#QQRZF43nPIp9PSmoWtTAxAhizVow20ix > .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); }#QQRZF43nPIp9PSmoWtTAxAhizVow20ix > .row .container { border-width: 0; border-radius: 0; }#QQRZF43nPIp9PSmoWtTAxAhizVow20ix > .row > .video-iframe-container {  }#QQRZF43nPIp9PSmoWtTAxAhizVow20ix > .row .container { font-size:0.875rem;font-family:arial;height:44.5625rem;width:75rem;position:relative;display:block; }#vUkJxqTJi1JOSdkFxUlXmyiSUrZ61ARA { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#1f33ea;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:3.375rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:34.8125rem;left:4.4375rem;display:block; }
#xTGLTerT2zrbCu4x3luGXC48OU4z5R5E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PNWr8p36CRCWO5N6ItR16AZgDmsoThTo { color:#dbdbdb;display:block;width:29.25rem;position:absolute;font-family:"lexend giga";font-size:1.9375rem;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:4.0625rem;left:0rem;height:2.51855625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#elRtlFWc8ZCLQFUBOK1O1roIwuqsBbAt { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.6875rem;width:18.75rem;top:8.625rem;left:0rem;overflow:hidden;display:block; }
#IsGStqbRO8GJyn5GHtQSiCSxX0da9Qgi { color:#afafaf;display:block;width:54.5rem;position:absolute;font-family:"lexend giga";font-size:0.875rem;font-weight:normal;z-index:100019;line-height:1.6;letter-spacing:0;top:11.875rem;left:20.4375rem;height:8.3965rem;display:block; }
#GRruJm7c5W7W0b7R7dxmQ5yakfGh9tTi { color:rgba(175,175,175,0.55);display:block;width:36.9375rem;position:absolute;font-family:"lexend giga";font-size:0.75rem;font-weight:normal;z-index:100020;line-height:1.9;letter-spacing:0;top:30.5rem;left:20.4375rem;height:8.5488375rem;display:block; }
#FNnRooqcMki6GmO2x1VzsZfCakNIDycF { color:rgba(175,175,175,0.55);display:block;width:28rem;position:absolute;font-family:"lexend giga";font-size:0.75rem;font-weight:normal;z-index:100021;line-height:1.9;letter-spacing:0;top:30.5rem;left:45.75rem;height:5.699225rem;display:block; }
#pvQEyzxfigkgDyDdnO3NSWFS785DRSdp { color:#dbdbdb;display:block;width:29.25rem;position:absolute;font-family:"lexend giga";font-size:1.1875rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;top:8.5625rem;left:20.4375rem;height:1.54296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gseMATO9D0wRgwxb1IydokkLoVHNgJ42 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#1f33ea;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:3.375rem;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:39.5478515625rem;left:4.4375rem;display:block; }
#M38IaMf84A4KTrhnGKrSgCPkye9pbKst { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#r5nXJHsvHyMsfS2hlngB5Gzh2MFl2q2M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d0d0d;background-image:none;position:relative;display:block; }#r5nXJHsvHyMsfS2hlngB5Gzh2MFl2q2M > .row .container { background-color: transparent; background-image: none; }#r5nXJHsvHyMsfS2hlngB5Gzh2MFl2q2M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r5nXJHsvHyMsfS2hlngB5Gzh2MFl2q2M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r5nXJHsvHyMsfS2hlngB5Gzh2MFl2q2M > .row .container > .video-iframe-container { display: none; }#r5nXJHsvHyMsfS2hlngB5Gzh2MFl2q2M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r5nXJHsvHyMsfS2hlngB5Gzh2MFl2q2M > .row > .video-iframe-container { display: none; }#r5nXJHsvHyMsfS2hlngB5Gzh2MFl2q2M > .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); }#r5nXJHsvHyMsfS2hlngB5Gzh2MFl2q2M > .row .container { border-width: 0; border-radius: 0; }#r5nXJHsvHyMsfS2hlngB5Gzh2MFl2q2M > .row > .video-iframe-container {  }#r5nXJHsvHyMsfS2hlngB5Gzh2MFl2q2M > .row .container { font-size:0.875rem;font-family:arial;height:49.875rem;width:75rem;position:relative;display:block; }#lgoapQKusE6pT8N57buimTTSCLOKpkmd { color:#afafaf;display:block;width:27.75rem;position:absolute;font-family:"lexend giga";font-size:0.6875rem;font-weight:normal;z-index:100023;line-height:1.4;letter-spacing:0;top:7.8125rem;left:38.375rem;height:39.080025rem;display:block; }
#p5BuvMzdmqb5Ny4TT31NvrpTSdVuv6As { color:#afafaf;display:block;width:35.25rem;position:absolute;font-family:"lexend giga";font-size:1rem;font-weight:normal;z-index:100022;line-height:1.6;letter-spacing:0;top:7.8125rem;left:0rem;height:23.9941625rem;display:block; }
#dXnEwMNvQ5dmoiE3eCe1sF5VSJdvk8Ic { color:#dbdbdb;display:block;width:29.25rem;position:absolute;font-family:"lexend giga";font-size:1.9375rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:4.3125rem;left:0rem;height:2.51855625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tNtDIk6z6ckNLDWfPfXx3aBwhgC3hwSK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#tNtDIk6z6ckNLDWfPfXx3aBwhgC3hwSK > .row .container { background-color: transparent; background-image: none; }#tNtDIk6z6ckNLDWfPfXx3aBwhgC3hwSK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNtDIk6z6ckNLDWfPfXx3aBwhgC3hwSK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNtDIk6z6ckNLDWfPfXx3aBwhgC3hwSK > .row .container > .video-iframe-container { display: none; }#tNtDIk6z6ckNLDWfPfXx3aBwhgC3hwSK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNtDIk6z6ckNLDWfPfXx3aBwhgC3hwSK > .row > .video-iframe-container { display: none; }#tNtDIk6z6ckNLDWfPfXx3aBwhgC3hwSK > .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); }#tNtDIk6z6ckNLDWfPfXx3aBwhgC3hwSK > .row .container { border-width: 0; border-radius: 0; }#tNtDIk6z6ckNLDWfPfXx3aBwhgC3hwSK > .row > .video-iframe-container {  }#tNtDIk6z6ckNLDWfPfXx3aBwhgC3hwSK > .row .container { font-size:0.875rem;font-family:arial;height:46.5rem;width:75rem;position:relative;display:block; }#hUFxhpapqA4g5xCfyzsSsUDIAF0rvwMU { color:#dbdbdb;display:block;width:29.25rem;position:absolute;font-family:"lexend giga";font-size:1.9375rem;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:4.0625rem;left:0rem;height:2.51855625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xldH2PNf775D5BVTmdTv2hQPz3vWrWQJ { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.6875rem;width:17.1875rem;top:8.625rem;left:0rem;overflow:hidden;display:block; }
#gLphvzGxMn5u83TDxbRBrp0iZxEVCHcI { color:#afafaf;display:block;width:54.5rem;position:absolute;font-family:"lexend giga";font-size:0.875rem;font-weight:normal;z-index:100019;line-height:1.9;letter-spacing:0;top:11.875rem;left:20.4375rem;height:11.63475rem;display:block; }
#Lbab0PwpBiZ2OEo2nK6MIDzGfrwExHn2 { color:rgba(175,175,175,0.55);display:block;width:25.1875rem;position:absolute;font-family:"lexend giga";font-size:0.75rem;font-weight:normal;z-index:100020;line-height:1.9;letter-spacing:0;top:33.625rem;left:20.4375rem;height:7.12403125rem;display:block; }
#FJoPWUCTpwhLzMw4W7JXwZp0X99HRGSP { color:rgba(175,175,175,0.55);display:block;width:28rem;position:absolute;font-family:"lexend giga";font-size:0.75rem;font-weight:normal;z-index:100021;line-height:1.9;letter-spacing:0;top:33.3125rem;left:47rem;height:5.699225rem;display:block; }
#kqXDNIlmtFqWxNLkN790aIBfP4puKAno { color:#dbdbdb;display:block;width:29.25rem;position:absolute;font-family:"lexend giga";font-size:1.1875rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;top:8.5625rem;left:20.4375rem;height:1.54296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s4TcXqHHkPpMmarT5f56QfXarQZnMiep { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#1f33ea;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:3.375rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:35.2978515625rem;left:3.65625rem;display:block; }
#Wa1Izue8mxIn8mouVxCUyq4AyE3tdDI8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ka2XTvhTaBZsL16xt47CMKgfpBA5spEi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#151515;background-image:none;position:relative;display:block; }#ka2XTvhTaBZsL16xt47CMKgfpBA5spEi > .row .container { background-color: transparent; background-image: none; }#ka2XTvhTaBZsL16xt47CMKgfpBA5spEi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ka2XTvhTaBZsL16xt47CMKgfpBA5spEi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ka2XTvhTaBZsL16xt47CMKgfpBA5spEi > .row .container > .video-iframe-container { display: none; }#ka2XTvhTaBZsL16xt47CMKgfpBA5spEi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ka2XTvhTaBZsL16xt47CMKgfpBA5spEi > .row > .video-iframe-container { display: none; }#ka2XTvhTaBZsL16xt47CMKgfpBA5spEi > .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); }#ka2XTvhTaBZsL16xt47CMKgfpBA5spEi > .row .container { border-width: 0; border-radius: 0; }#ka2XTvhTaBZsL16xt47CMKgfpBA5spEi > .row > .video-iframe-container {  }#ka2XTvhTaBZsL16xt47CMKgfpBA5spEi > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#RZT1dmErUuqMuwSKkaPiS83z3On2eocM { color:#cecece;display:block;width:21.5rem;position:absolute;font-family:"lexend giga";font-size:0.75rem;font-weight:400;z-index:100029;line-height:2;letter-spacing:0;top:6.09375rem;left:8.8125rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IohzRGgPFCiox1lZUkZTBzpAhsTWtRCp .widget-form-header {  }
#IohzRGgPFCiox1lZUkZTBzpAhsTWtRCp .widget-regular-label { display:none;width:18.875rem;height:auto;font-size:0.875rem;font-family:ubuntu;line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#19232e;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#IohzRGgPFCiox1lZUkZTBzpAhsTWtRCp .widget-input-text { border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:18.875rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0;margin-bottom:0.3125rem;margin-left:0;color:#929292;line-height:1;box-sizing:border-box;font-family:"lexend giga";font-weight:400;font-size:0.75rem;background-color:#2d2d2d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#IohzRGgPFCiox1lZUkZTBzpAhsTWtRCp .widget-input-text {padding-top: 0; padding-bottom: 0;}#IohzRGgPFCiox1lZUkZTBzpAhsTWtRCp .widget-textarea { border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:18.875rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#929292;line-height:1;box-sizing:border-box;font-family:"lexend giga";font-weight:400;font-size:0.75rem;background-color:#2d2d2d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#IohzRGgPFCiox1lZUkZTBzpAhsTWtRCp .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;height:3.125rem;width:18.875rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:ubuntu;font-weight:400;text-align:left;text-align-last:left;font-size:0.8125rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#IohzRGgPFCiox1lZUkZTBzpAhsTWtRCp .widget-input-select {padding-top: 0; padding-bottom: 0;}#IohzRGgPFCiox1lZUkZTBzpAhsTWtRCp .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:0.8125rem;height:0.8125rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#IohzRGgPFCiox1lZUkZTBzpAhsTWtRCp .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#IohzRGgPFCiox1lZUkZTBzpAhsTWtRCp .widget-input-button { border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.125rem;width:11.875rem;padding-top:0.875rem;padding-right:0.875rem;padding-bottom:0.875rem;padding-left:0.875rem;margin-top:0.3125rem;margin-right:7rem;margin-bottom:0.3125rem;margin-left:0;color:#ffffff;line-height:1;box-sizing:border-box;font-family:"lexend giga";font-weight:bold;text-align:center;text-align-last:center;font-size:0.8125rem;background-color:#000000;background-image:none;overflow:hidden; }
#IohzRGgPFCiox1lZUkZTBzpAhsTWtRCp [class*="-text"]:-moz-placeholder { font-size:0.75rem;font-family:"lexend giga";color:#abaeb4;text-align:center;text-align-last:center; }
#IohzRGgPFCiox1lZUkZTBzpAhsTWtRCp [class*="-text"]::-moz-placeholder { font-size:0.75rem;font-family:"lexend giga";color:#abaeb4;text-align:center;text-align-last:center; }
#IohzRGgPFCiox1lZUkZTBzpAhsTWtRCp [class*="-text"]:-ms-input-placeholder { font-size:0.75rem;font-family:"lexend giga";color:#abaeb4;text-align:center;text-align-last:center; }
#IohzRGgPFCiox1lZUkZTBzpAhsTWtRCp [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem;font-family:"lexend giga";color:#abaeb4;text-align:center;text-align-last:center; }
#IohzRGgPFCiox1lZUkZTBzpAhsTWtRCp .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:31.125rem;height:auto;font-size:0.75rem;font-family:ubuntu;line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:rgba(255,255,255,0.73); }
#IohzRGgPFCiox1lZUkZTBzpAhsTWtRCp .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:0.8125rem;height:0.8125rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:top; }
#IohzRGgPFCiox1lZUkZTBzpAhsTWtRCp .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:8.5rem;vertical-align:top;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#000000; }
#IohzRGgPFCiox1lZUkZTBzpAhsTWtRCp .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem; }
#IohzRGgPFCiox1lZUkZTBzpAhsTWtRCp .widget-container:first-of-type{padding-top:0;}#IohzRGgPFCiox1lZUkZTBzpAhsTWtRCp .widget-container:last-of-type{padding-bottom:0;}#IohzRGgPFCiox1lZUkZTBzpAhsTWtRCp  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:#151515;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:39rem;height:auto;left:30.9375rem;top:4.46875rem;z-index:100020;position:absolute; }
#IohzRGgPFCiox1lZUkZTBzpAhsTWtRCp .radio-container { width:19.5rem; }
#IohzRGgPFCiox1lZUkZTBzpAhsTWtRCp .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal; }
#IohzRGgPFCiox1lZUkZTBzpAhsTWtRCp { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:#151515;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:39rem;height:auto;left:30.9375rem;top:4.46875rem;z-index:100020;position:absolute; }
#IohzRGgPFCiox1lZUkZTBzpAhsTWtRCp #ZAHESXnUNaKfLDOdxRu7eJQm5UkDPSGl { position:relative; }
#IohzRGgPFCiox1lZUkZTBzpAhsTWtRCp #TgofRTddIFEhvASa40LLCaayg0pEDhLp { position:relative; }
#IohzRGgPFCiox1lZUkZTBzpAhsTWtRCp #VrPWn3ZRXQ5gIKMcSPRo567rxRW7ZO7c { position:relative; }
#IohzRGgPFCiox1lZUkZTBzpAhsTWtRCp #lOLww02NSeST4d5M08bTBaQT86KMDw7P { position:relative; }
#IohzRGgPFCiox1lZUkZTBzpAhsTWtRCp #wOPLIkWct49ENf49eUxTi69ThvnSLqam { position:relative; }
#Fy5nQ8l2NkqlUelD7RrAD0lPXF92T7bN { position:absolute;display:block;z-index:100019;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:29.3125rem;top:5.71875rem;left:33.25rem;display:block; }
#TKIAsz2WRKZQQWvdbXKd92vB50oEBQ6i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#111111;background-image:url("https://images.assets-landingi.com/uc/81040166-afdd-42ff-a87f-139e26b99feb/bgstopka.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#TKIAsz2WRKZQQWvdbXKd92vB50oEBQ6i.adaptive-delivery-prevent-bg, #TKIAsz2WRKZQQWvdbXKd92vB50oEBQ6i.lazyload, #TKIAsz2WRKZQQWvdbXKd92vB50oEBQ6i.lazyloading { background-image: none; }#TKIAsz2WRKZQQWvdbXKd92vB50oEBQ6i > .row .container { background-color: transparent; background-image: none; }#TKIAsz2WRKZQQWvdbXKd92vB50oEBQ6i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKIAsz2WRKZQQWvdbXKd92vB50oEBQ6i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKIAsz2WRKZQQWvdbXKd92vB50oEBQ6i > .row .container > .video-iframe-container { display: none; }#TKIAsz2WRKZQQWvdbXKd92vB50oEBQ6i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKIAsz2WRKZQQWvdbXKd92vB50oEBQ6i > .row > .video-iframe-container { display: none; }#TKIAsz2WRKZQQWvdbXKd92vB50oEBQ6i > .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); }#TKIAsz2WRKZQQWvdbXKd92vB50oEBQ6i > .row .container { border-width: 0; border-radius: 0; }#TKIAsz2WRKZQQWvdbXKd92vB50oEBQ6i > .row > .video-iframe-container {  }#TKIAsz2WRKZQQWvdbXKd92vB50oEBQ6i > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;position:relative;display:block; }#lzuansxNgFe7RTShsNaT4NVthi3QRFf4 { color:rgba(206,206,206,0.72);display:block;width:15.25rem;position:absolute;font-family:"lexend giga";font-size:0.75rem;font-weight:400;z-index:100030;line-height:1.9;letter-spacing:0;top:7.40625rem;left:8.625rem;height:4.2744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oD6Lmdi7ck8f34mcFCMcapTVUnyiUgAK { color:rgba(206,206,206,0.72);display:block;width:23.4375rem;position:absolute;font-family:"lexend giga";font-size:0.75rem;font-weight:400;z-index:100031;line-height:1.9;letter-spacing:0;top:7.53125rem;left:30.4375rem;height:1.42480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eypdi1zBirUBvd2fveNAOLO2SboNyAeu { color:rgba(206,206,206,0.72);display:block;width:20.625rem;position:absolute;font-family:"lexend giga";font-size:0.75rem;font-weight:400;z-index:100033;line-height:1.9;letter-spacing:0;top:13.7060546875rem;left:30.4375rem;height:1.42480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TTcOBe9GKTcOEd9vR8MyeGMywIEkXtUT { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:"lexend giga";font-size:1.125rem;font-weight:700;z-index:100032;line-height:1.9;letter-spacing:0;top:3.90625rem;left:30.375rem;height:2.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iBsACCQvVVP3ZvTEApDM74uXrf8TUFwN { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:"lexend giga";font-size:1.125rem;font-weight:700;z-index:100033;line-height:1.9;letter-spacing:0;top:3.9375rem;left:55.0625rem;height:2.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fQ8aDQ2XKVnlmQs9BQ9EHO0IvMvbZumX { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.8125rem;width:0.9375rem;top:10.4375rem;left:55rem;overflow:hidden;display:block; }
#uyKcAT4MFiL3928dXcIQUw1AfcIk9Agw { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:0.4375rem;top:7.8125rem;left:55.125rem;overflow:hidden;display:block; }
#rRoizgeNAU4TeJWPqbZGeKX5ZcnpDbuh { color:#ffffff;display:block;width:12.9375rem;position:absolute;font-family:"lexend giga";font-size:0.75rem;font-weight:400;z-index:100032;line-height:1.9;letter-spacing:0;top:7.625rem;left:56.5rem;height:1.42480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WNMfNyo0NZq07iCcBDlNpsMldxqXGv0U { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"lexend giga";font-size:0.75rem;font-weight:400;z-index:100033;line-height:1.9;letter-spacing:0;top:10.1875rem;left:56.5625rem;height:1.42480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gZd2FOe0psLG1DpMmuliJpii0WhSBW6p { color:#ffffff;display:block;width:15.25rem;position:absolute;font-family:"lexend giga";font-size:0.75rem;font-weight:400;z-index:100031;line-height:1.9;letter-spacing:0;top:14.443748474121rem;left:8.625rem;height:2.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W63DzSmuUIsVUfcbwHEd7vrANvqF3fWb { color:rgba(206,206,206,0.72);display:block;width:23.4375rem;position:absolute;font-family:"lexend giga";font-size:0.75rem;font-weight:400;z-index:100032;line-height:1.9;letter-spacing:0;top:9.3935546875rem;left:30.4375rem;height:1.42480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pfPqnW3Kd0w8wv4qarckDFdVx2rLc0Ug { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:1.25rem;top:12.693359375rem;left:54.8125rem;overflow:hidden;display:block; }
#icuTxG08NZWv1ezh5TXzAyuDLGZ2lxQr { color:#ffffff;display:block;width:12.9375rem;position:absolute;font-family:"lexend giga";font-size:0.75rem;font-weight:400;z-index:100033;line-height:1.9;letter-spacing:0;top:12.580078125rem;left:56.6875rem;height:1.42480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XPbI6lJ2xVH17CEvS8w3PICMOE23OGd0 { display:block; }#XPbI6lJ2xVH17CEvS8w3PICMOE23OGd0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Edz1zGPmBo15QuAn05W29FUdeTXPbrFc { width:5.5625rem;height:2.1875rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ki989ladgkyu8CQy00rHT2WJz9Rc362P { display:block; }
 }@media only screen and (max-width: 763px) { #pc4uvd5yllNxaRnXNuazKWP8q08VHVVr { width:5.625rem;height:2.1875rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8ErEd6W64NJwL0xaiMWzMw2ZnZdeROc { display:block; }
 }@media only screen and (max-width: 763px) { #Tda0CQy5Cbgfg3XHw1DlVrEVnlRa7PPZ { width:6.5rem;height:2.1875rem;top:3.125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoIsOQPdScts7uG9CtBXVbNxuBsBKBTC { display:block; }
 }@media only screen and (max-width: 763px) { #I4TkkKBWVImcPMN9IHGSk2t2TO91ZVIE { width:6.5rem;height:2.1875rem;top:3.125rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4oetoE8fCGAd1RC9ul2CqzPfttCBriC { display:block; }
 }@media only screen and (max-width: 763px) { #NNFzgvGCTHiTZDfa1AsTHpmXL2haIZsV { width:6.5rem;height:2.1875rem;top:3.125rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEs5sJnT1P3bGpWINL2UdMotyQmLGdgq { display:block; }
 }@media only screen and (max-width: 763px) { #JLTGI4k0kAdVITr9qXOi9Mua4a7TMsgw { width:6.5rem;height:2.1875rem;top:3.125rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J23hh2hWcXMIXTRQfCcxyrC6MhkyAItE { display:block; }
 }@media only screen and (max-width: 763px) { #t5GTVBB8kyEAZ5H8qcVWVcIs8t2hnE43 { width:6.5rem;height:2.1875rem;top:3.125rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RO3CiiTzLn4ltvElJ0NkQFs29JgObg2r { display:block; }
 }@media only screen and (max-width: 763px) { #nlG5mILkdAemPRF80KNz7wyugnNcUXnE { top:5.125rem;left:45.875rem;width:1.875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtVTgKs4NzKcBcf6WOCXFP0HVkATZ5Bq { top:3.625rem;left:47.125rem;width:0.625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmbCA5yZ4hUiSnGEwxAQ1b7Xz5RmhEre { top:3.5rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0MHlV1Hw5umAwDiU0Zwi6VN1gk1trdz { top:3.6875rem;left:46.4375rem;width:1.3125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoVw38o3fsBoVNeRC2dZzbG4DnRMc7ZG { top:15.5625rem;left:4.1875rem;width:26.8125rem;height:10.1875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5e5z2TvEEQ3CtWk5kZ9h5v3DH3r0zX6 { top:25.8125rem;left:0rem;width:40.0625rem;height:4.9375rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l28HHmgn2TUFOwmAxCxPgQy99yu7idr9 { top:53.3125rem;left:22.75rem;width:2.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #puZnqkeSi3FT197Q8QtQ7sCXwIXW6Bp2 { width:12.0625rem;height:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #arO5RCTaM6aKLTcz0d41fH5MWVkIQ2U2 { top:21.25rem;left:11.875rem;width:20.5625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qv2xAonzBFJyOBq4A3d7rBvgCi0D20eD { top:35.75rem;left:12.4375rem;width:35.3125rem;height:2.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNUI4qCVGbWEzVw42iJscEcOXPEJk9GB { display:block; }#KNUI4qCVGbWEzVw42iJscEcOXPEJk9GB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XN6vAmrqpy2MrwEiT4dFGbw9Igp9yWx1 { top:6.6875rem;left:5.25rem;width:35.25rem;height:6.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuC3yuSUqz36rdoZugsT5dMAudKKdbX4 { top:11.875rem;left:30.9375rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSDqU2aXhwQ761eX2GTMJkrnHxcfdqBP { width:12.0625rem;height:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vot69bBdz4xAtGP9MpTuS0CGLCtywiBA { display:block; }#vot69bBdz4xAtGP9MpTuS0CGLCtywiBA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #czkkNbB6vb8dyJcuXrcrTreuTFWWgZbZ { top:19.4375rem;left:12.3125rem;width:11.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrC2rFnnpI3NuiC1AFJTJiHSd40CZrUH { top:19.4375rem;left:23.875rem;width:11.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQefVUwx77lLorUBqn5PMIbqLLFWOQ1E { top:21.4375rem;left:23.875rem;width:6.5625rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4y4mZ0E0KVgb7F2K7D76EZFwmG95FNE { top:21.375rem;left:17.53125rem;width:6.1875rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNt0urCCy9Cm3oTdm3O2uGSEPy7cuXTW { top:0rem;left:0rem;width:18.8125rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #asA3T1iBK8mTTc6vwtcLgHvTf79n6KcR { top:0rem;left:5.125rem;width:18.8125rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2UmOxCPW60KawCKw4ukrU6oxP7Iydlc { top:0rem;left:17.0625rem;width:18.8125rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwL2zLmkEAC6ImI6HbENFIesVkyTnXxs { top:-0.0625rem;left:28.9375rem;width:18.8125rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcIKWpxkH0UUli7E6Xw0EeLe0LSX6noN { top:19.5rem;left:23.875rem;width:11.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1geLAis5wGo94LMX4UGKqQ8h8LdtaQA { display:block; }#R1geLAis5wGo94LMX4UGKqQ8h8LdtaQA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nxWmTnaEemRqUslmAXuVOSRApBwoziXJ { top:19.4375rem;left:12.3125rem;width:11.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDNzW434TGbRmIGWXHyLgSvkTNhvTnaa { top:19.4375rem;left:23.875rem;width:11.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4GoI76yJLQhqikJpusshHv3tE8kqFDL { top:21.4375rem;left:23.875rem;width:6.5625rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQPTDt3tW6HOt6a85DEeXHzLUtLotwwK { top:21.375rem;left:17.53125rem;width:6.1875rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOPNQn6ISNGcQA3BygvJ70Rf0fSPrXXa { top:0rem;left:0rem;width:18.8125rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPFCxcVI2OdcO9tahXTgFgecDbAzMWUl { top:0rem;left:5.0625rem;width:18.8125rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErB7TNTFJgnhrUSoBoWHdGrU9Oio0Cmv { top:0rem;left:17rem;width:18.8125rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWGBnWnLzduvZFCsaWwLzT3ct2EwI0wm { top:0rem;left:17rem;width:18.8125rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #B528XG5CCz5F99ZNnP47LIgyzPWHy0bT { top:19.4375rem;left:12.3125rem;width:11.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHAy4O7UG5n0EmeO72tvh0zLNc9UtlGp { display:block; }#RHAy4O7UG5n0EmeO72tvh0zLNc9UtlGp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BsoKAzK4fyFVTla9vKFw0xuMeE729E6a { top:4.125rem;left:0rem;width:35.25rem;height:6.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS5yx7P2b1qBVLTPthMzdTTQnKvWzFcf { top:16rem;left:0rem;width:20.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKdT185PUCe9tFsN2SThBpuSZLBat5QH { width:26.8125rem;height:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #HwzlQe1NpGfUzlblvaAuZBXBBM2uJ3SD { width:20.3125rem;height:4.125rem;top:15.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFmG5giztyAnWKfGHfLBDGCd3inG24o5 { display:block; }
 }@media only screen and (max-width: 763px) { #TuJlobHdSw9hBKVRVSsK0VIsMnMarCm7 { top:16rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST6cVtwASsVlcrIIXLymbdcsJCXQOEIS { top:12.5625rem;left:0rem;width:47.75rem;height:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOHIVLwuW7on20RktJkBOBZNmT2RrXi5 { top:8.1875rem;left:0.875rem;width:19.5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 { display:block; }#A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xz0mgaWdVzxcSTQI4fH8wLbWCQsTJbWa { top:8.6875rem;left:0rem;width:29.25rem;height:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPT8noNBoq9fK3lAT3S3Sssagt6kOiT7 { top:13.75rem;left:0rem;width:33.1875rem;height:10rem;font-size:1rem;display:block; }#sPT8noNBoq9fK3lAT3S3Sssagt6kOiT7 li:before{  }
 }@media only screen and (max-width: 763px) { #MGrlR7UizpTiCy0AzrJ8noKHTr0TVNST { top:0rem;left:8.75rem;width:0;height:62.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwxokqmDXxPDyTq5n1cnBtOskg5X2TpG { top:0rem;left:23.6875rem;width:0;height:62.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlefGNEv9nHlTydtTGWueJAEpbgao7rf { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #oifP4eNKrGA57Ntl1dKR03aXVXyKhstz { top:0rem;left:38.25rem;width:0;height:62.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJr4KuUXmc3fBf1o8WSG2T9LdwVDUlJ7 { top:26.9375rem;left:0rem;width:36.125rem;height:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xoo7rTwn3t5XkWiKbnh3mTJTmQS1Mtth { top:31.125rem;left:0rem;width:31rem;height:14.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtNOBvKmok970QPMiNvtOePK8ziOWEr0 { top:0rem;left:0rem;width:47.75rem;height:40.481695568401rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0LS9peDwuoqCnkUvkSGasubI9PvhIto { display:block; }#K0LS9peDwuoqCnkUvkSGasubI9PvhIto > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tS4qCxntIRHLcDuVrFZuFsMkZup6XMA9 { top:3.75rem;left:0rem;width:8.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzXgJF9EHVQtwbGPtTmrfAcBaNvtZ4yW { top:6.3125rem;left:0rem;width:9.0625rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTDzxMfhO3NTUIU8pT3svwvTXW4VQJQm { top:3.75rem;left:4.75rem;width:11.125rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWIF4gTTWlvxUF5T2B5HyxQXClrNK2Wc { top:6.3125rem;left:3.625rem;width:12.25rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #guwEbendda18TNA4Q1nSQISwx6NWDqki { top:3.75rem;left:4.875rem;width:11rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzO22bsmf0yVwT2mDSk6xkNTXryKtTJ6 { top:6.3125rem;left:3.375rem;width:12.5rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQhX3kmJNxwOeMrx1XnPRWSea5SgJJ9X { top:21.25rem;left:5.3125rem;width:4.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMBlbLf1yT6fABdGvpSTLWR3h1J9y6BQ { top:14.3125rem;left:0rem;width:4.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zh2ty7QwsSh714CNZr9Ok0vJeuZptbZw { top:14.25rem;left:11.5rem;width:4.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0dcSyU6OGE0xor9JdX6kFszvFA5z9FZ { top:13.4375rem;left:3.5rem;width:12.375rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSwOc8OPtJLwkRIEvvsoJvqJRIpcdi7m { top:6.3125rem;left:20.125rem;width:11.625rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRttq9OznJXHqNctUnlf0ZIZQqc4RhiB { top:14.4375rem;left:23.0625rem;width:4.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGylCKJBcIxR7KCbcFsk5qDm7TWPPx8u { top:3.75rem;left:20.8125rem;width:10.9375rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqOSWdGbW2eKEVIvxuUcllXlo91bPR9u { top:6.3125rem;left:21rem;width:10.75rem;height:9.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1Ows090Ku3FPBKhTt8VgNuPLGG1F0Ue { top:16.875rem;left:31.75rem;width:4.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #si55vJwSzAsFdaDW2nIfrdp18D6AO9xA { top:3.75rem;left:20.8125rem;width:10.9375rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCsg6AqpOL00TMNffqCL3UscfZXqEW5x { top:6.3125rem;left:35.125rem;width:12.5rem;height:12.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMPzw4GBXo8qnpVagTpdNGPqacd5ZsZL { top:3.75rem;left:36.625rem;width:11rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E99OaG1Bb1fHlQLVitpGobM9aPHa8dTK { top:20.75rem;left:39.6875rem;width:4.375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUReEn6741OmypvZK0souvhQrJMSq417 { display:block; }#lUReEn6741OmypvZK0souvhQrJMSq417 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WXPrZiFX2230d7y9s43nuroqvHTeoUrz { top:6.5625rem;left:23.875rem;width:22rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmbkJAfOks3TTkVfUTTJqEavrdoraVua { top:10.4375rem;left:17.5625rem;width:30.1875rem;height:16.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGDvFNT4gXzPz2Sp9TNWp2RfFNQ8JC4L { top:5.9375rem;left:0rem;width:33.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #paglQTt47JEbTS3w72zyAqAPLCvDo82q { top:0.8125rem;left:0rem;width:20.4375rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpL1qbLPJczyubcxt5y15JeDTEVxAZRs { top:7.8125rem;left:0rem;width:29.9375rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdS7XAZGtywkkFB0Ak6psgse2pRu2AOh { width:26.8125rem;height:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #uVFWcnoMgUexQXw1MTaLvdR97bcoudiV { width:17.5rem;height:3.4375rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdCSP6a5AQrnkhPsppNRF9Vr2HUAiros { display:block; }
 }@media only screen and (max-width: 763px) { #B8Q3O3l0bVmHzxzAldp7fBQCQ0SWrgQW { top:10.5625rem;left:23.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiOnKRK9IhHkkrAafG54oqzxOoTM5vi1 { top:12.25rem;left:23.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1EHs3lh3GXTlwTHzNxiJCwETMfUQ51W { top:13.9375rem;left:23.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyAFTANrAgQnWIN3pn4RgZ3yva5plfUT { top:15.625rem;left:23.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uN7rWe1mv3SnrgkbHi8L61J6ia4qfqGP { top:17.3125rem;left:23.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciOPlf7kTpW98XUPaFvsZCZ76PR0pkmo { top:19rem;left:23.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqvv6diDhTJXGfxAJdB9s3GyBsgi3t6p { top:22.4375rem;left:23.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMxnnSPrrVZs1gOftOHCand67J8Crgp5 { top:3.4375rem;left:23.875rem;width:12.4375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #izGks1rAavalPlQ8KAZSMeleCFtgoCOe { top:20.6875rem;left:23.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIB4WsPuT6A6h2UDv8bU1zMMT3DXghCH { top:24.0625rem;left:23.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3HRsPPtJEVkShH2dgHUxqWHUWT5czS2 { top:25.75rem;left:23.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #grIWOMeLSwQzUvECJX9VxF4WQMaS8a3c { display:block; }#grIWOMeLSwQzUvECJX9VxF4WQMaS8a3c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tPTtaA3tEqom59yfPLgOPVq5uwMhLwzK { top:3.4375rem;left:0rem;width:29.25rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wd4MnZ9KSbO7sqf6qnG1GeKznBw2sdMy { top:16.5625rem;left:0rem;width:29.25rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLPnov9NyHV8frlS9v5c8ifSarHykII3 { width:40.625rem;height:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mRgNAVr3ebkqipRCc7uARMVkbXwAGw2D { width:40.625rem;height:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ldFEPG5SrhXHzIDJqUoJDgOuaNdRnl1c { top:8.75rem;left:5.125rem;width:13.875rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccmeAvyvtszLfzl1cqrzR4vtiuTxeiV4 { top:20.5rem;left:0rem;width:9.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uq56waT0zfODuqgCtJ8MXQGyzNnIPBmK { top:19.4375rem;left:4.03125rem;width:6.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yis5tBndrBlaIllIlTdzuS83OvSGT8Ow { top:26.375rem;left:5.125rem;width:9.6875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #guR6gRHLghUIQFRaigMrmVEvJyvbz6Ax { top:26.375rem;left:0rem;width:7.5rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTXcTl1Tqu8e7fquB6HEMgFsXZFmd0Rk { top:26.375rem;left:19rem;width:14.5rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #txdMczNrKBDp8IxordtAgMzLCeNEVdqC { top:34.5625rem;left:4.03125rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLsGVUVdS2qqEIu9IadkTgk6yJNKV79b { top:28.875rem;left:32.25rem;width:15.5rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7TIIfESAi13ZRV0AglORzbuqyvddE62 { top:21rem;left:32.375rem;width:8.6875rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pU80SUszRhVXtsb13PyTC5KeepDV8ZE4 { top:36.8125rem;left:18.09375rem;width:9.75rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPyXTyvzcFmu9zageTfLWa3ebMOzHiQg { top:19.4375rem;left:15.8125rem;width:11.4375rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gvh0f8NfZpViQe8zHoSIq478csBHEO8D { top:19.4375rem;left:38.9375rem;width:8.8125rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlQZ41u6pJgcIcEl5OlTiezu5hVpn1hb { top:34.5625rem;left:31.4375rem;width:9.6875rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERAMTA73EP4x7hUgDGa3mFuFBXC0Go4x { top:37rem;left:0rem;width:8.625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fe26HbV3FhrXRFo1wSPEwUh0TwBrpAcT { top:9.8125rem;left:25.5625rem;width:16.3125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #swzMGZUgmfMGNJ4tsnaDRuTrLhtnMB68 { display:block; }#swzMGZUgmfMGNJ4tsnaDRuTrLhtnMB68 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OgcgZgZbNDTnc7BkFco63wrdFi7uPI15 { top:6.3125rem;left:14.6875rem;width:27.5625rem;height:2.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVQiqPXn4wwpw0zPlZIitPlW50zIz5PW { top:11.25rem;left:4.75rem;width:43rem;height:17.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWAeHzRKuE5fDNQ4nVdIX46d4Ow6OFTR { display:block; }#ZWAeHzRKuE5fDNQ4nVdIX46d4Ow6OFTR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AfkaOhFgLFoFtpv9bepr2KapPgc95kpm { top:4.5625rem;left:1.9375rem;width:45.8125rem;height:6rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahhwNa6mmn9WObLbhrVV9f6VqZ2sgrbO { top:6.125rem;left:43.5rem;width:4.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #khEPhg1TIitHOJX6D8nk4UcqZFCffpJd { top:1.9375rem;left:0rem;width:9.75rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLm3wXmMKvwpuaRrVNoqwbys8Ez32r6f { display:block; }#yLm3wXmMKvwpuaRrVNoqwbys8Ez32r6f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VKsPNabPJHESerTavdcLMUP0ZoMXT7mE { top:0rem;left:0rem;width:47.75rem;height:14rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHagg3DRX56LEeCxdZGUgQ3uAIx0ENH9 { display:block; }#lHagg3DRX56LEeCxdZGUgQ3uAIx0ENH9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MsDvrWhCguuhQmoKfl55W915faPrboi8 { top:4.6875rem;left:43.5rem;width:4.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPzqtR6HrO1eJtuzXpI78Rz6gpAzd6Zq { top:2.1875rem;left:0.3125rem;width:47.4375rem;height:4rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtH8dhQhdUwhnkArLsLsOXmvXIfToZNr { top:0.4375rem;left:0rem;width:10.125rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rt87wZEiWEmEeJBJS9RR1eNaw3suFUdO { display:block; }#rt87wZEiWEmEeJBJS9RR1eNaw3suFUdO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kAiSqnUHvGhL7UBXAbLX01vE9GUi4cLc { top:0rem;left:0rem;width:47.75rem;height:16rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1sQRFWM12fMRr07zCJT2A4Cg5kSvczK { display:block; }#U1sQRFWM12fMRr07zCJT2A4Cg5kSvczK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SNWeMcBT8lKn42PxgB94EkRA27fDEGMw { top:4.8125rem;left:43.5rem;width:4.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFmKdbH82Jy8KD4wR6GISpL2X7cvvb6S { top:3.5625rem;left:0.3125rem;width:47.4375rem;height:5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEQIaZxBTRR0mbTbK7bKAZuuV6JpvIt1 { top:1.0625rem;left:0rem;width:10.8125rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUeSnrIFEvglT7P7lRswttqWPRwpAOoc { display:block; }#DUeSnrIFEvglT7P7lRswttqWPRwpAOoc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HgLkLJFxgapPwIXLrwlEL6TbwI8Ti9DB { top:1.0625rem;left:0rem;width:47.75rem;height:12rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQRZF43nPIp9PSmoWtTAxAhizVow20ix { display:block; }#QQRZF43nPIp9PSmoWtTAxAhizVow20ix > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vUkJxqTJi1JOSdkFxUlXmyiSUrZ61ARA { width:9.875rem;height:3.375rem;top:34.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTGLTerT2zrbCu4x3luGXC48OU4z5R5E { display:block; }
 }@media only screen and (max-width: 763px) { #PNWr8p36CRCWO5N6ItR16AZgDmsoThTo { top:4.0625rem;left:0rem;width:29.25rem;height:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #elRtlFWc8ZCLQFUBOK1O1roIwuqsBbAt { top:8.625rem;left:0rem;width:18.75rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsGStqbRO8GJyn5GHtQSiCSxX0da9Qgi { top:11.875rem;left:0rem;width:47.75rem;height:13.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRruJm7c5W7W0b7R7dxmQ5yakfGh9tTi { top:30.5rem;left:6.8125rem;width:36.9375rem;height:8.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNnRooqcMki6GmO2x1VzsZfCakNIDycF { top:30.5rem;left:19.75rem;width:28rem;height:8.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvQEyzxfigkgDyDdnO3NSWFS785DRSdp { top:8.5625rem;left:6.8125rem;width:29.25rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gseMATO9D0wRgwxb1IydokkLoVHNgJ42 { width:9.875rem;height:3.375rem;top:39.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M38IaMf84A4KTrhnGKrSgCPkye9pbKst { display:block; }
 }@media only screen and (max-width: 763px) { #r5nXJHsvHyMsfS2hlngB5Gzh2MFl2q2M { display:block; }#r5nXJHsvHyMsfS2hlngB5Gzh2MFl2q2M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lgoapQKusE6pT8N57buimTTSCLOKpkmd { top:7.8125rem;left:11.125rem;width:27.75rem;height:39.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5BuvMzdmqb5Ny4TT31NvrpTSdVuv6As { top:7.8125rem;left:0rem;width:35.25rem;height:34.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXnEwMNvQ5dmoiE3eCe1sF5VSJdvk8Ic { top:4.3125rem;left:0rem;width:29.25rem;height:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNtDIk6z6ckNLDWfPfXx3aBwhgC3hwSK { display:block; }#tNtDIk6z6ckNLDWfPfXx3aBwhgC3hwSK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hUFxhpapqA4g5xCfyzsSsUDIAF0rvwMU { top:4.0625rem;left:0rem;width:29.25rem;height:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xldH2PNf775D5BVTmdTv2hQPz3vWrWQJ { top:8.625rem;left:0rem;width:17.1875rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLphvzGxMn5u83TDxbRBrp0iZxEVCHcI { top:11.875rem;left:0rem;width:47.75rem;height:19.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lbab0PwpBiZ2OEo2nK6MIDzGfrwExHn2 { top:33.625rem;left:6.8125rem;width:25.1875rem;height:8.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJoPWUCTpwhLzMw4W7JXwZp0X99HRGSP { top:33.3125rem;left:19.75rem;width:28rem;height:8.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqXDNIlmtFqWxNLkN790aIBfP4puKAno { top:8.5625rem;left:6.8125rem;width:29.25rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4TcXqHHkPpMmarT5f56QfXarQZnMiep { width:9.875rem;height:3.375rem;top:35.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wa1Izue8mxIn8mouVxCUyq4AyE3tdDI8 { display:block; }
 }@media only screen and (max-width: 763px) { #ka2XTvhTaBZsL16xt47CMKgfpBA5spEi { display:block; }#ka2XTvhTaBZsL16xt47CMKgfpBA5spEi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RZT1dmErUuqMuwSKkaPiS83z3On2eocM { width:21.5rem;height:3rem;top:6.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IohzRGgPFCiox1lZUkZTBzpAhsTWtRCp .widget-regular-label { width:18.25rem; }
#IohzRGgPFCiox1lZUkZTBzpAhsTWtRCp .widget-input-text { width:18.875rem; }
#IohzRGgPFCiox1lZUkZTBzpAhsTWtRCp .widget-input-text {padding-top: 0; padding-bottom: 0;}#IohzRGgPFCiox1lZUkZTBzpAhsTWtRCp .widget-textarea { width:18.25rem; }
#IohzRGgPFCiox1lZUkZTBzpAhsTWtRCp .widget-input-select { width:18.25rem; }
#IohzRGgPFCiox1lZUkZTBzpAhsTWtRCp .widget-input-select {padding-top: 0; padding-bottom: 0;}#IohzRGgPFCiox1lZUkZTBzpAhsTWtRCp .widget-checkbox-label { width:37.0625rem; }
#IohzRGgPFCiox1lZUkZTBzpAhsTWtRCp .widget-radio-label { width:8.125rem; }
#IohzRGgPFCiox1lZUkZTBzpAhsTWtRCp  { width:39rem;height:auto;top:4.4375rem;left:6.25rem; }
#IohzRGgPFCiox1lZUkZTBzpAhsTWtRCp .radio-container { width:18.875rem; }
#IohzRGgPFCiox1lZUkZTBzpAhsTWtRCp {display:inline-block;}#IohzRGgPFCiox1lZUkZTBzpAhsTWtRCp { width:39rem;height:auto;top:4.4375rem;left:6.25rem; }
 }@media only screen and (max-width: 763px) { #IohzRGgPFCiox1lZUkZTBzpAhsTWtRCp #ZAHESXnUNaKfLDOdxRu7eJQm5UkDPSGl {  }
 }@media only screen and (max-width: 763px) { #IohzRGgPFCiox1lZUkZTBzpAhsTWtRCp #TgofRTddIFEhvASa40LLCaayg0pEDhLp {  }
 }@media only screen and (max-width: 763px) { #IohzRGgPFCiox1lZUkZTBzpAhsTWtRCp #VrPWn3ZRXQ5gIKMcSPRo567rxRW7ZO7c {  }
 }@media only screen and (max-width: 763px) { #IohzRGgPFCiox1lZUkZTBzpAhsTWtRCp #lOLww02NSeST4d5M08bTBaQT86KMDw7P {  }
 }@media only screen and (max-width: 763px) { #IohzRGgPFCiox1lZUkZTBzpAhsTWtRCp #wOPLIkWct49ENf49eUxTi69ThvnSLqam {  }
 }@media only screen and (max-width: 763px) { #Fy5nQ8l2NkqlUelD7RrAD0lPXF92T7bN { width:29.3125rem;height:3.75rem;top:5.6875rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKIAsz2WRKZQQWvdbXKd92vB50oEBQ6i { display:block; }#TKIAsz2WRKZQQWvdbXKd92vB50oEBQ6i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lzuansxNgFe7RTShsNaT4NVthi3QRFf4 { width:15.25rem;height:5.6875rem;top:7.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oD6Lmdi7ck8f34mcFCMcapTVUnyiUgAK { width:23.4375rem;height:2.875rem;top:7.5rem;left:16.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eypdi1zBirUBvd2fveNAOLO2SboNyAeu { width:20.625rem;height:2.875rem;top:13.6875rem;left:16.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTcOBe9GKTcOEd9vR8MyeGMywIEkXtUT { width:12.375rem;height:2.125rem;top:3.875rem;left:16.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBsACCQvVVP3ZvTEApDM74uXrf8TUFwN { width:12.375rem;height:2.125rem;top:3.9375rem;left:35.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQ8aDQ2XKVnlmQs9BQ9EHO0IvMvbZumX { top:10.4375rem;left:41.375rem;width:0.9375rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyKcAT4MFiL3928dXcIQUw1AfcIk9Agw { top:7.8125rem;left:41.5rem;width:0.4375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRoizgeNAU4TeJWPqbZGeKX5ZcnpDbuh { width:12.9375rem;height:1.4375rem;top:7.625rem;left:34.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNMfNyo0NZq07iCcBDlNpsMldxqXGv0U { width:6.875rem;height:1.4375rem;top:10.1875rem;left:40.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZd2FOe0psLG1DpMmuliJpii0WhSBW6p { width:15.25rem;height:4.25rem;top:14.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W63DzSmuUIsVUfcbwHEd7vrANvqF3fWb { width:23.4375rem;height:2.8125rem;top:9.375rem;left:16.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfPqnW3Kd0w8wv4qarckDFdVx2rLc0Ug { top:12.6875rem;left:41.1875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #icuTxG08NZWv1ezh5TXzAyuDLGZ2lxQr { width:12.9375rem;height:1.375rem;top:12.5625rem;left:34.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XPbI6lJ2xVH17CEvS8w3PICMOE23OGd0 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d11979e0-00d9-4461-a87f-0d7db9c27834/bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#XPbI6lJ2xVH17CEvS8w3PICMOE23OGd0.adaptive-delivery-prevent-bg, #XPbI6lJ2xVH17CEvS8w3PICMOE23OGd0.lazyload, #XPbI6lJ2xVH17CEvS8w3PICMOE23OGd0.lazyloading { background-image: none; }#XPbI6lJ2xVH17CEvS8w3PICMOE23OGd0 > .row .container { background-color: transparent; background-image: none; }#XPbI6lJ2xVH17CEvS8w3PICMOE23OGd0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPbI6lJ2xVH17CEvS8w3PICMOE23OGd0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPbI6lJ2xVH17CEvS8w3PICMOE23OGd0 > .row .container > .video-iframe-container { display: none; }#XPbI6lJ2xVH17CEvS8w3PICMOE23OGd0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPbI6lJ2xVH17CEvS8w3PICMOE23OGd0 > .row > .video-iframe-container { display: none; }#XPbI6lJ2xVH17CEvS8w3PICMOE23OGd0 > .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); }#XPbI6lJ2xVH17CEvS8w3PICMOE23OGd0 > .row .container { width:20rem;height:38.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Edz1zGPmBo15QuAn05W29FUdeTXPbrFc { width:3.9375rem;height:2.1875rem;top:5.8125rem;left:8.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ki989ladgkyu8CQy00rHT2WJz9Rc362P { display:block; }
 }@media only screen and (max-width: 763px) { #pc4uvd5yllNxaRnXNuazKWP8q08VHVVr { width:4.5rem;height:2.1875rem;top:9.6875rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #m8ErEd6W64NJwL0xaiMWzMw2ZnZdeROc { display:block; }
 }@media only screen and (max-width: 763px) { #Tda0CQy5Cbgfg3XHw1DlVrEVnlRa7PPZ { width:4.75rem;height:2.1875rem;top:13.78125rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XoIsOQPdScts7uG9CtBXVbNxuBsBKBTC { display:block; }
 }@media only screen and (max-width: 763px) { #I4TkkKBWVImcPMN9IHGSk2t2TO91ZVIE { width:6.0625rem;height:2.1875rem;top:17.6875rem;left:6.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #e4oetoE8fCGAd1RC9ul2CqzPfttCBriC { display:block; }
 }@media only screen and (max-width: 763px) { #NNFzgvGCTHiTZDfa1AsTHpmXL2haIZsV { width:6.5rem;height:2.1875rem;top:21.5625rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uEs5sJnT1P3bGpWINL2UdMotyQmLGdgq { display:block; }
 }@media only screen and (max-width: 763px) { #JLTGI4k0kAdVITr9qXOi9Mua4a7TMsgw { width:6.5rem;height:2.1875rem;top:25.40625rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #J23hh2hWcXMIXTRQfCcxyrC6MhkyAItE { display:block; }
 }@media only screen and (max-width: 763px) { #t5GTVBB8kyEAZ5H8qcVWVcIs8t2hnE43 { width:6.5rem;height:2.1875rem;top:29.25rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RO3CiiTzLn4ltvElJ0NkQFs29JgObg2r { display:block; }
 }@media only screen and (max-width: 763px) { #nlG5mILkdAemPRF80KNz7wyugnNcUXnE { width:1.875rem;height:0.25rem;top:28.0625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PtVTgKs4NzKcBcf6WOCXFP0HVkATZ5Bq { width:0.625rem;height:1.25rem;top:2.03125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmbCA5yZ4hUiSnGEwxAQ1b7Xz5RmhEre { width:1.4375rem;height:1.4375rem;top:2rem;left:9.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0MHlV1Hw5umAwDiU0Zwi6VN1gk1trdz { width:1.3125rem;height:1.125rem;top:2.15625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoVw38o3fsBoVNeRC2dZzbG4DnRMc7ZG { width:16.6875rem;height:5.6875rem;top:12.9375rem;left:1.75rem;font-size:4.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E5e5z2TvEEQ3CtWk5kZ9h5v3DH3r0zX6 { width:20rem;height:2.1875rem;top:19.0625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #l28HHmgn2TUFOwmAxCxPgQy99yu7idr9 { width:2.25rem;height:3.125rem;top:32.4375rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #puZnqkeSi3FT197Q8QtQ7sCXwIXW6Bp2 { top:16.1875rem;left:6.75rem;width:11.25rem;height:1.875rem;z-index:100002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #arO5RCTaM6aKLTcz0d41fH5MWVkIQ2U2 { width:20rem;height:3.4375rem;top:21.25rem;left:0rem;z-index:100026;display:none; }
 }@media only screen and (max-width: 763px) { #Qv2xAonzBFJyOBq4A3d7rBvgCi0D20eD { width:9.8125rem;height:1.625rem;top:25.875rem;left:8.6875rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KNUI4qCVGbWEzVw42iJscEcOXPEJk9GB { display:block; }#KNUI4qCVGbWEzVw42iJscEcOXPEJk9GB > .row .container { width:20rem;height:18.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XN6vAmrqpy2MrwEiT4dFGbw9Igp9yWx1 { width:18.5625rem;height:6.1875rem;top:5.33740234375rem;left:0.71875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MuC3yuSUqz36rdoZugsT5dMAudKKdbX4 { width:0.375rem;height:4.375rem;top:12.333984375rem;left:12.96875rem;z-index:100026;display:none; }
 }@media only screen and (max-width: 763px) { #HSDqU2aXhwQ761eX2GTMJkrnHxcfdqBP { top:13.71875rem;left:3.75rem;width:12.5rem;height:0.625rem;z-index:100027;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vot69bBdz4xAtGP9MpTuS0CGLCtywiBA { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/72fda703-8cc5-4df6-90c7-c69b7711ebc2/Warstwa16.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#vot69bBdz4xAtGP9MpTuS0CGLCtywiBA.adaptive-delivery-prevent-bg, #vot69bBdz4xAtGP9MpTuS0CGLCtywiBA.lazyload, #vot69bBdz4xAtGP9MpTuS0CGLCtywiBA.lazyloading { background-image: none; }#vot69bBdz4xAtGP9MpTuS0CGLCtywiBA > .row .container { background-color: transparent; background-image: none; }#vot69bBdz4xAtGP9MpTuS0CGLCtywiBA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vot69bBdz4xAtGP9MpTuS0CGLCtywiBA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vot69bBdz4xAtGP9MpTuS0CGLCtywiBA > .row .container > .video-iframe-container { display: none; }#vot69bBdz4xAtGP9MpTuS0CGLCtywiBA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vot69bBdz4xAtGP9MpTuS0CGLCtywiBA > .row > .video-iframe-container { display: none; }#vot69bBdz4xAtGP9MpTuS0CGLCtywiBA > .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); }#vot69bBdz4xAtGP9MpTuS0CGLCtywiBA > .row .container { width:20rem;height:118.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #czkkNbB6vb8dyJcuXrcrTreuTFWWgZbZ { width:4.4375rem;height:3.25rem;top:1.25rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xrC2rFnnpI3NuiC1AFJTJiHSd40CZrUH { width:4.9375rem;height:3.625rem;top:1.0625rem;left:10.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aQefVUwx77lLorUBqn5PMIbqLLFWOQ1E { width:3.9375rem;height:2.8125rem;top:1.46875rem;left:10.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #o4y4mZ0E0KVgb7F2K7D76EZFwmG95FNE { width:4rem;height:2.9375rem;top:1.40625rem;left:4.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tNt0urCCy9Cm3oTdm3O2uGSEPy7cuXTW { width:18.75rem;height:27.875rem;top:4.4375rem;left:0.625rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #asA3T1iBK8mTTc6vwtcLgHvTf79n6KcR { width:18.75rem;height:27.875rem;top:33.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2UmOxCPW60KawCKw4ukrU6oxP7Iydlc { width:18.75rem;height:27.875rem;top:61.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwL2zLmkEAC6ImI6HbENFIesVkyTnXxs { width:18.75rem;height:28rem;top:90.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcIKWpxkH0UUli7E6Xw0EeLe0LSX6noN { width:5.1875rem;height:3.8125rem;top:0rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1geLAis5wGo94LMX4UGKqQ8h8LdtaQA { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/72fda703-8cc5-4df6-90c7-c69b7711ebc2/Warstwa16.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#R1geLAis5wGo94LMX4UGKqQ8h8LdtaQA.adaptive-delivery-prevent-bg, #R1geLAis5wGo94LMX4UGKqQ8h8LdtaQA.lazyload, #R1geLAis5wGo94LMX4UGKqQ8h8LdtaQA.lazyloading { background-image: none; }#R1geLAis5wGo94LMX4UGKqQ8h8LdtaQA > .row .container { background-color: transparent; background-image: none; }#R1geLAis5wGo94LMX4UGKqQ8h8LdtaQA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1geLAis5wGo94LMX4UGKqQ8h8LdtaQA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1geLAis5wGo94LMX4UGKqQ8h8LdtaQA > .row .container > .video-iframe-container { display: none; }#R1geLAis5wGo94LMX4UGKqQ8h8LdtaQA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1geLAis5wGo94LMX4UGKqQ8h8LdtaQA > .row > .video-iframe-container { display: none; }#R1geLAis5wGo94LMX4UGKqQ8h8LdtaQA > .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); }#R1geLAis5wGo94LMX4UGKqQ8h8LdtaQA > .row .container { width:20rem;height:120.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nxWmTnaEemRqUslmAXuVOSRApBwoziXJ { width:4.4375rem;height:3.25rem;top:1.25rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SDNzW434TGbRmIGWXHyLgSvkTNhvTnaa { width:4.9375rem;height:3.625rem;top:1.0625rem;left:10.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #F4GoI76yJLQhqikJpusshHv3tE8kqFDL { width:3.9375rem;height:2.8125rem;top:1.46875rem;left:10.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oQPTDt3tW6HOt6a85DEeXHzLUtLotwwK { width:4rem;height:2.9375rem;top:1.40625rem;left:4.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aOPNQn6ISNGcQA3BygvJ70Rf0fSPrXXa { width:18.8125rem;height:28rem;top:4.4375rem;left:0.625rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #kPFCxcVI2OdcO9tahXTgFgecDbAzMWUl { width:18.8125rem;height:28rem;top:33.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErB7TNTFJgnhrUSoBoWHdGrU9Oio0Cmv { width:18.8125rem;height:28rem;top:62.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWGBnWnLzduvZFCsaWwLzT3ct2EwI0wm { width:18.8125rem;height:28rem;top:92.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B528XG5CCz5F99ZNnP47LIgyzPWHy0bT { width:5.125rem;height:3.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHAy4O7UG5n0EmeO72tvh0zLNc9UtlGp { display:block; }#RHAy4O7UG5n0EmeO72tvh0zLNc9UtlGp > .row .container { width:20rem;height:25.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BsoKAzK4fyFVTla9vKFw0xuMeE729E6a { width:20rem;height:4.125rem;top:3.4375rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TS5yx7P2b1qBVLTPthMzdTTQnKvWzFcf { width:20rem;height:4.625rem;top:6.724609375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OKdT185PUCe9tFsN2SThBpuSZLBat5QH { top:9.71875rem;left:2.5625rem;width:14.875rem;height:3.25rem;z-index:100006;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #HwzlQe1NpGfUzlblvaAuZBXBBM2uJ3SD { width:19rem;height:4.125rem;top:8.7874984741213rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TFmG5giztyAnWKfGHfLBDGCd3inG24o5 { display:block; }
 }@media only screen and (max-width: 763px) { #TuJlobHdSw9hBKVRVSsK0VIsMnMarCm7 { width:20rem;height:7.4375rem;top:13.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ST6cVtwASsVlcrIIXLymbdcsJCXQOEIS { width:20rem;height:1.6875rem;top:9rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NOHIVLwuW7on20RktJkBOBZNmT2RrXi5 { width:13.6875rem;height:2.1875rem;top:5.4375rem;left:4.25rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 { display:block; }#A4UbmVfByWrcVs2OFb26SoG0sQSnEgK9 > .row .container { width:20rem;height:61.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xz0mgaWdVzxcSTQI4fH8wLbWCQsTJbWa { width:20rem;height:1.75rem;top:3.6499996185302rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sPT8noNBoq9fK3lAT3S3Sssagt6kOiT7 { width:20rem;height:8.125rem;top:6.46484375rem;left:0rem;font-size:0.8125rem;display:block; }#sPT8noNBoq9fK3lAT3S3Sssagt6kOiT7 li:before{  }
 }@media only screen and (max-width: 763px) { #MGrlR7UizpTiCy0AzrJ8noKHTr0TVNST { width:0;height:12.5rem;top:39.6533203125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwxokqmDXxPDyTq5n1cnBtOskg5X2TpG { width:0;height:12.5rem;top:39.6533203125rem;left:9.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlefGNEv9nHlTydtTGWueJAEpbgao7rf { top:41.265625rem;left:0rem;width:20rem;height:20rem;z-index:100019;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oifP4eNKrGA57Ntl1dKR03aXVXyKhstz { width:0.125rem;height:90.625rem;top:60.9033203125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VJr4KuUXmc3fBf1o8WSG2T9LdwVDUlJ7 { width:20rem;height:3rem;top:17.2548828125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xoo7rTwn3t5XkWiKbnh3mTJTmQS1Mtth { width:20rem;height:15rem;top:21.5859375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtNOBvKmok970QPMiNvtOePK8ziOWEr0 { width:20rem;height:16.9375rem;top:16.2470703125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #K0LS9peDwuoqCnkUvkSGasubI9PvhIto { background-color:rgba(0,0,0,0.63);background-image:url("https://images.assets-landingi.com/uc/1bb42ad9-4899-4cf6-9d6e-f164eb686133/Warstwa16.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#K0LS9peDwuoqCnkUvkSGasubI9PvhIto.adaptive-delivery-prevent-bg, #K0LS9peDwuoqCnkUvkSGasubI9PvhIto.lazyload, #K0LS9peDwuoqCnkUvkSGasubI9PvhIto.lazyloading { background-image: none; }#K0LS9peDwuoqCnkUvkSGasubI9PvhIto > .row .container { background-color: transparent; background-image: none; }#K0LS9peDwuoqCnkUvkSGasubI9PvhIto::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0LS9peDwuoqCnkUvkSGasubI9PvhIto > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0LS9peDwuoqCnkUvkSGasubI9PvhIto > .row .container > .video-iframe-container { display: none; }#K0LS9peDwuoqCnkUvkSGasubI9PvhIto > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0LS9peDwuoqCnkUvkSGasubI9PvhIto > .row > .video-iframe-container { display: none; }#K0LS9peDwuoqCnkUvkSGasubI9PvhIto > .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); }#K0LS9peDwuoqCnkUvkSGasubI9PvhIto > .row .container { width:20rem;height:73.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tS4qCxntIRHLcDuVrFZuFsMkZup6XMA9 { width:20rem;height:2rem;top:2.5rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TzXgJF9EHVQtwbGPtTmrfAcBaNvtZ4yW { width:20rem;height:2.375rem;top:5.125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #OTDzxMfhO3NTUIU8pT3svwvTXW4VQJQm { width:20rem;height:2rem;top:11.5625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UWIF4gTTWlvxUF5T2B5HyxQXClrNK2Wc { width:20rem;height:3.5625rem;top:14.1875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #guwEbendda18TNA4Q1nSQISwx6NWDqki { width:20rem;height:2rem;top:37.6875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PzO22bsmf0yVwT2mDSk6xkNTXryKtTJ6 { width:20rem;height:3.5625rem;top:29.484375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #fQhX3kmJNxwOeMrx1XnPRWSea5SgJJ9X { width:4.375rem;height:0.25rem;top:56.25rem;left:7.8125rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #PMBlbLf1yT6fABdGvpSTLWR3h1J9y6BQ { width:4.375rem;height:0.25rem;top:9.5rem;left:7.8125rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #Zh2ty7QwsSh714CNZr9Ok0vJeuZptbZw { width:4.375rem;height:0.25rem;top:24.5rem;left:7.8125rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #p0dcSyU6OGE0xor9JdX6kFszvFA5z9FZ { width:19.1875rem;height:3.5625rem;top:19rem;left:0.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #tSwOc8OPtJLwkRIEvvsoJvqJRIpcdi7m { width:20rem;height:3.5625rem;top:40.53125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #IRttq9OznJXHqNctUnlf0ZIZQqc4RhiB { width:4.375rem;height:0.25rem;top:35.6875rem;left:7.8125rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #RGylCKJBcIxR7KCbcFsk5qDm7TWPPx8u { width:20rem;height:2rem;top:26.75rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JqOSWdGbW2eKEVIvxuUcllXlo91bPR9u { width:20rem;height:3.5625rem;top:50.6875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #w1Ows090Ku3FPBKhTt8VgNuPLGG1F0Ue { width:4.375rem;height:0.25rem;top:45.9375rem;left:7.8125rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #si55vJwSzAsFdaDW2nIfrdp18D6AO9xA { width:20rem;height:2rem;top:48.125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eCsg6AqpOL00TMNffqCL3UscfZXqEW5x { width:18.8125rem;height:5.9375rem;top:61.75rem;left:0.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TMPzw4GBXo8qnpVagTpdNGPqacd5ZsZL { width:20rem;height:2rem;top:58.75rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E99OaG1Bb1fHlQLVitpGobM9aPHa8dTK { width:4.375rem;height:0.25rem;top:69.375rem;left:7.8125rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #lUReEn6741OmypvZK0souvhQrJMSq417 { display:block; }#lUReEn6741OmypvZK0souvhQrJMSq417 > .row .container { width:20rem;height:53.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WXPrZiFX2230d7y9s43nuroqvHTeoUrz { width:16.5625rem;height:4.5rem;top:18rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmbkJAfOks3TTkVfUTTJqEavrdoraVua { width:17.5rem;height:26.5625rem;top:24.0625rem;left:2.65625rem;font-size:0.875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #hGDvFNT4gXzPz2Sp9TNWp2RfFNQ8JC4L { width:18rem;height:10.25rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #paglQTt47JEbTS3w72zyAqAPLCvDo82q { width:20rem;height:4.625rem;top:20.81884765625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cpL1qbLPJczyubcxt5y15JeDTEVxAZRs { width:17.8125rem;height:11rem;top:4.625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdS7XAZGtywkkFB0Ak6psgse2pRu2AOh { top:21.09375rem;left:0rem;width:15.75rem;height:3.5625rem;z-index:100006;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #uVFWcnoMgUexQXw1MTaLvdR97bcoudiV { width:17.5rem;height:3.4375rem;top:0.923957824707rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XdCSP6a5AQrnkhPsppNRF9Vr2HUAiros { display:block; }
 }@media only screen and (max-width: 763px) { #B8Q3O3l0bVmHzxzAldp7fBQCQ0SWrgQW { width:1.3125rem;height:1.3125rem;top:24.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiOnKRK9IhHkkrAafG54oqzxOoTM5vi1 { width:1.3125rem;height:1.3125rem;top:27.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1EHs3lh3GXTlwTHzNxiJCwETMfUQ51W { width:1.3125rem;height:1.3125rem;top:30.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyAFTANrAgQnWIN3pn4RgZ3yva5plfUT { width:1.3125rem;height:1.3125rem;top:33.6181640625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uN7rWe1mv3SnrgkbHi8L61J6ia4qfqGP { width:1.3125rem;height:1.3125rem;top:36.787109375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciOPlf7kTpW98XUPaFvsZCZ76PR0pkmo { width:1.3125rem;height:1.3125rem;top:39.9306640625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqvv6diDhTJXGfxAJdB9s3GyBsgi3t6p { width:1.3125rem;height:1.3125rem;top:43.0185546875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMxnnSPrrVZs1gOftOHCand67J8Crgp5 { width:12.4375rem;height:2.5625rem;top:14.706250190735rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #izGks1rAavalPlQ8KAZSMeleCFtgoCOe { width:1.3125rem;height:1.3125rem;top:46.287109375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIB4WsPuT6A6h2UDv8bU1zMMT3DXghCH { width:1.3125rem;height:1.3125rem;top:47.787109375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3HRsPPtJEVkShH2dgHUxqWHUWT5czS2 { width:1.3125rem;height:1.3125rem;top:49.32421875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #grIWOMeLSwQzUvECJX9VxF4WQMaS8a3c { display:block; }#grIWOMeLSwQzUvECJX9VxF4WQMaS8a3c > .row .container { width:20rem;height:62.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tPTtaA3tEqom59yfPLgOPVq5uwMhLwzK { width:20rem;height:1.5rem;top:1.9375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wd4MnZ9KSbO7sqf6qnG1GeKznBw2sdMy { width:20rem;height:1.625rem;top:17.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VLPnov9NyHV8frlS9v5c8ifSarHykII3 { top:14.41796875rem;left:0rem;width:20rem;height:4.625rem;z-index:100019;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #mRgNAVr3ebkqipRCc7uARMVkbXwAGw2D { top:29.04296875rem;left:0rem;width:20rem;height:4.625rem;z-index:100020;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #ldFEPG5SrhXHzIDJqUoJDgOuaNdRnl1c { width:10.5rem;height:3.8125rem;top:5.8125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccmeAvyvtszLfzl1cqrzR4vtiuTxeiV4 { width:6.5rem;height:3.125rem;top:36.375rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uq56waT0zfODuqgCtJ8MXQGyzNnIPBmK { width:6.125rem;height:6.125rem;top:29.5rem;left:12.21875rem;z-index:100039;display:block; }
 }@media only screen and (max-width: 763px) { #yis5tBndrBlaIllIlTdzuS83OvSGT8Ow { width:6.6875rem;height:4.625rem;top:52.5rem;left:2.21875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #guR6gRHLghUIQFRaigMrmVEvJyvbz6Ax { width:6.625rem;height:6.8125rem;top:50.78125rem;left:12.25rem;z-index:100043;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oTXcTl1Tqu8e7fquB6HEMgFsXZFmd0Rk { width:9.3125rem;height:4.5rem;top:25.0625rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #txdMczNrKBDp8IxordtAgMzLCeNEVdqC { width:6.875rem;height:6.875rem;top:30.8125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLsGVUVdS2qqEIu9IadkTgk6yJNKV79b { width:9.5rem;height:1.4375rem;top:27.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7TIIfESAi13ZRV0AglORzbuqyvddE62 { width:6.125rem;height:3.375rem;top:21.0625rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pU80SUszRhVXtsb13PyTC5KeepDV8ZE4 { width:6rem;height:2.6875rem;top:46.5rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPyXTyvzcFmu9zageTfLWa3ebMOzHiQg { width:8.625rem;height:4.8125rem;top:20.3125rem;left:1.0625rem;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #Gvh0f8NfZpViQe8zHoSIq478csBHEO8D { width:6.5625rem;height:6.125rem;top:44.71875rem;left:2.125rem;z-index:100011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JlQZ41u6pJgcIcEl5OlTiezu5hVpn1hb { width:7.9375rem;height:5.75rem;top:37.6875rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERAMTA73EP4x7hUgDGa3mFuFBXC0Go4x { width:5.5rem;height:2.5rem;top:41.8125rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fe26HbV3FhrXRFo1wSPEwUh0TwBrpAcT { width:10.6875rem;height:1.6875rem;top:12.125rem;left:4.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #swzMGZUgmfMGNJ4tsnaDRuTrLhtnMB68 { display:block; }#swzMGZUgmfMGNJ4tsnaDRuTrLhtnMB68 > .row .container { width:20rem;height:48.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OgcgZgZbNDTnc7BkFco63wrdFi7uPI15 { width:20rem;height:4rem;top:2rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVQiqPXn4wwpw0zPlZIitPlW50zIz5PW { width:20rem;height:32.5rem;top:8.349609375rem;left:0rem;font-size:0.8125rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #ZWAeHzRKuE5fDNQ4nVdIX46d4Ow6OFTR { display:block; }#ZWAeHzRKuE5fDNQ4nVdIX46d4Ow6OFTR > .row .container { width:20rem;height:27.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AfkaOhFgLFoFtpv9bepr2KapPgc95kpm { width:20rem;height:11rem;top:13rem;left:0rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ahhwNa6mmn9WObLbhrVV9f6VqZ2sgrbO { width:4.25rem;height:1.25rem;top:24.685546875rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #khEPhg1TIitHOJX6D8nk4UcqZFCffpJd { width:9.75rem;height:10.5rem;top:1.25rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLm3wXmMKvwpuaRrVNoqwbys8Ez32r6f { display:block; }#yLm3wXmMKvwpuaRrVNoqwbys8Ez32r6f > .row .container { width:20rem;height:59.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VKsPNabPJHESerTavdcLMUP0ZoMXT7mE { width:20rem;height:54rem;top:1.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHagg3DRX56LEeCxdZGUgQ3uAIx0ENH9 { display:block; }#lHagg3DRX56LEeCxdZGUgQ3uAIx0ENH9 > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MsDvrWhCguuhQmoKfl55W915faPrboi8 { width:4.25rem;height:1.25rem;top:23.896484375rem;left:15.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPzqtR6HrO1eJtuzXpI78Rz6gpAzd6Zq { width:20rem;height:9rem;top:13rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtH8dhQhdUwhnkArLsLsOXmvXIfToZNr { width:10.125rem;height:10.5rem;top:1.25rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rt87wZEiWEmEeJBJS9RR1eNaw3suFUdO { display:block; }#rt87wZEiWEmEeJBJS9RR1eNaw3suFUdO > .row .container { width:20rem;height:66.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kAiSqnUHvGhL7UBXAbLX01vE9GUi4cLc { width:20rem;height:62rem;top:1.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1sQRFWM12fMRr07zCJT2A4Cg5kSvczK { display:block; }#U1sQRFWM12fMRr07zCJT2A4Cg5kSvczK > .row .container { width:20rem;height:29.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SNWeMcBT8lKn42PxgB94EkRA27fDEGMw { width:4.25rem;height:1.25rem;top:25.5107421875rem;left:14.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFmKdbH82Jy8KD4wR6GISpL2X7cvvb6S { width:20rem;height:11rem;top:12.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEQIaZxBTRR0mbTbK7bKAZuuV6JpvIt1 { width:10.8125rem;height:10.4375rem;top:1.25rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUeSnrIFEvglT7P7lRswttqWPRwpAOoc { display:block; }#DUeSnrIFEvglT7P7lRswttqWPRwpAOoc > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HgLkLJFxgapPwIXLrwlEL6TbwI8Ti9DB { width:20rem;height:44rem;top:1.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQRZF43nPIp9PSmoWtTAxAhizVow20ix { display:block; }#QQRZF43nPIp9PSmoWtTAxAhizVow20ix > .row .container { width:20rem;height:116.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vUkJxqTJi1JOSdkFxUlXmyiSUrZ61ARA { width:8rem;height:2.125rem;top:35.037109375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTGLTerT2zrbCu4x3luGXC48OU4z5R5E { display:block; }
 }@media only screen and (max-width: 763px) { #PNWr8p36CRCWO5N6ItR16AZgDmsoThTo { width:20rem;height:1.75rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #elRtlFWc8ZCLQFUBOK1O1roIwuqsBbAt { width:18.75rem;height:24.6875rem;top:4.2871125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsGStqbRO8GJyn5GHtQSiCSxX0da9Qgi { width:20rem;height:39.875rem;top:39.455078125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRruJm7c5W7W0b7R7dxmQ5yakfGh9tTi { width:20rem;height:11rem;top:95rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNnRooqcMki6GmO2x1VzsZfCakNIDycF { width:20rem;height:8.25rem;top:82.74609375rem;left:0rem;font-size:0.75rem;z-index:100018;display:block; }
 }@media only screen and (max-width: 763px) { #pvQEyzxfigkgDyDdnO3NSWFS785DRSdp { width:12.5rem;height:3rem;top:30.369140625rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gseMATO9D0wRgwxb1IydokkLoVHNgJ42 { width:9.0625rem;height:2.125rem;top:35.037109375rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M38IaMf84A4KTrhnGKrSgCPkye9pbKst { display:block; }
 }@media only screen and (max-width: 763px) { #r5nXJHsvHyMsfS2hlngB5Gzh2MFl2q2M { display:block; }#r5nXJHsvHyMsfS2hlngB5Gzh2MFl2q2M > .row .container { width:20rem;height:91.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lgoapQKusE6pT8N57buimTTSCLOKpkmd { width:20rem;height:35rem;top:45.5rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5BuvMzdmqb5Ny4TT31NvrpTSdVuv6As { width:20rem;height:36.25rem;top:6.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXnEwMNvQ5dmoiE3eCe1sF5VSJdvk8Ic { width:20rem;height:1.75rem;top:3.6875rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tNtDIk6z6ckNLDWfPfXx3aBwhgC3hwSK { display:block; }#tNtDIk6z6ckNLDWfPfXx3aBwhgC3hwSK > .row .container { width:20rem;height:119.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hUFxhpapqA4g5xCfyzsSsUDIAF0rvwMU { width:20rem;height:1.75rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xldH2PNf775D5BVTmdTv2hQPz3vWrWQJ { width:17.1875rem;height:24.6875rem;top:4.412109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLphvzGxMn5u83TDxbRBrp0iZxEVCHcI { width:20rem;height:55.25rem;top:33.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lbab0PwpBiZ2OEo2nK6MIDzGfrwExHn2 { width:20rem;height:11rem;top:91.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJoPWUCTpwhLzMw4W7JXwZp0X99HRGSP { width:20rem;height:8.25rem;top:104.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqXDNIlmtFqWxNLkN790aIBfP4puKAno { width:20rem;height:3rem;top:30.2246125rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s4TcXqHHkPpMmarT5f56QfXarQZnMiep { width:9.875rem;height:3.375rem;top:114.7363125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wa1Izue8mxIn8mouVxCUyq4AyE3tdDI8 { display:block; }
 }@media only screen and (max-width: 763px) { #ka2XTvhTaBZsL16xt47CMKgfpBA5spEi { background-color:#151515;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ka2XTvhTaBZsL16xt47CMKgfpBA5spEi > .row .container { background-color: transparent; background-image: none; }#ka2XTvhTaBZsL16xt47CMKgfpBA5spEi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ka2XTvhTaBZsL16xt47CMKgfpBA5spEi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ka2XTvhTaBZsL16xt47CMKgfpBA5spEi > .row .container > .video-iframe-container { display: none; }#ka2XTvhTaBZsL16xt47CMKgfpBA5spEi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ka2XTvhTaBZsL16xt47CMKgfpBA5spEi > .row > .video-iframe-container { display: none; }#ka2XTvhTaBZsL16xt47CMKgfpBA5spEi > .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); }#ka2XTvhTaBZsL16xt47CMKgfpBA5spEi > .row .container { border-width: 0; border-radius: 0; }#ka2XTvhTaBZsL16xt47CMKgfpBA5spEi > .row > .video-iframe-container {  }#ka2XTvhTaBZsL16xt47CMKgfpBA5spEi > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RZT1dmErUuqMuwSKkaPiS83z3On2eocM { width:16.75rem;height:4.875rem;top:5.75rem;left:1.625rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IohzRGgPFCiox1lZUkZTBzpAhsTWtRCp .widget-regular-label { width:16.375rem; }
#IohzRGgPFCiox1lZUkZTBzpAhsTWtRCp .widget-input-text { width:16.375rem; }
#IohzRGgPFCiox1lZUkZTBzpAhsTWtRCp .widget-input-text {padding-top: 0; padding-bottom: 0;}#IohzRGgPFCiox1lZUkZTBzpAhsTWtRCp .widget-textarea { width:16.375rem; }
#IohzRGgPFCiox1lZUkZTBzpAhsTWtRCp .widget-input-select { width:16.375rem; }
#IohzRGgPFCiox1lZUkZTBzpAhsTWtRCp .widget-input-select {padding-top: 0; padding-bottom: 0;}#IohzRGgPFCiox1lZUkZTBzpAhsTWtRCp .widget-input-button { width:16.375rem; }
#IohzRGgPFCiox1lZUkZTBzpAhsTWtRCp .widget-checkbox-label { width:15.625rem;line-height:1.4;overflow:hidden;height:auto; }
#IohzRGgPFCiox1lZUkZTBzpAhsTWtRCp .widget-radio-label { width:7.25rem; }
#IohzRGgPFCiox1lZUkZTBzpAhsTWtRCp  { width:17.5rem;height:auto;top:11.75rem;left:0rem; }
#IohzRGgPFCiox1lZUkZTBzpAhsTWtRCp .radio-container { width:17rem; }
#IohzRGgPFCiox1lZUkZTBzpAhsTWtRCp {display:inline-block;}#IohzRGgPFCiox1lZUkZTBzpAhsTWtRCp { width:17.5rem;height:auto;top:11.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IohzRGgPFCiox1lZUkZTBzpAhsTWtRCp #ZAHESXnUNaKfLDOdxRu7eJQm5UkDPSGl {  }
 }@media only screen and (max-width: 763px) { #IohzRGgPFCiox1lZUkZTBzpAhsTWtRCp #TgofRTddIFEhvASa40LLCaayg0pEDhLp {  }
 }@media only screen and (max-width: 763px) { #IohzRGgPFCiox1lZUkZTBzpAhsTWtRCp #VrPWn3ZRXQ5gIKMcSPRo567rxRW7ZO7c {  }
 }@media only screen and (max-width: 763px) { #IohzRGgPFCiox1lZUkZTBzpAhsTWtRCp #lOLww02NSeST4d5M08bTBaQT86KMDw7P {  }
 }@media only screen and (max-width: 763px) { #IohzRGgPFCiox1lZUkZTBzpAhsTWtRCp #wOPLIkWct49ENf49eUxTi69ThvnSLqam {  }
 }@media only screen and (max-width: 763px) { #Fy5nQ8l2NkqlUelD7RrAD0lPXF92T7bN { width:17.625rem;height:3.75rem;top:21.75rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TKIAsz2WRKZQQWvdbXKd92vB50oEBQ6i { background-color:#000000;background-image:none;display:block; }#TKIAsz2WRKZQQWvdbXKd92vB50oEBQ6i > .row .container { background-color: transparent; background-image: none; }#TKIAsz2WRKZQQWvdbXKd92vB50oEBQ6i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKIAsz2WRKZQQWvdbXKd92vB50oEBQ6i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKIAsz2WRKZQQWvdbXKd92vB50oEBQ6i > .row .container > .video-iframe-container { display: none; }#TKIAsz2WRKZQQWvdbXKd92vB50oEBQ6i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKIAsz2WRKZQQWvdbXKd92vB50oEBQ6i > .row > .video-iframe-container { display: none; }#TKIAsz2WRKZQQWvdbXKd92vB50oEBQ6i > .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); }#TKIAsz2WRKZQQWvdbXKd92vB50oEBQ6i > .row .container { width:20rem;height:43.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lzuansxNgFe7RTShsNaT4NVthi3QRFf4 { width:15.25rem;height:6rem;top:3.8999996185302rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oD6Lmdi7ck8f34mcFCMcapTVUnyiUgAK { width:20rem;height:3rem;top:14.262500762939rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eypdi1zBirUBvd2fveNAOLO2SboNyAeu { width:20rem;height:3rem;top:21.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTcOBe9GKTcOEd9vR8MyeGMywIEkXtUT { width:12.375rem;height:2.125rem;top:11.512500762939rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBsACCQvVVP3ZvTEApDM74uXrf8TUFwN { width:12.375rem;height:2.125rem;top:26.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQ8aDQ2XKVnlmQs9BQ9EHO0IvMvbZumX { width:0.9375rem;height:0.8125rem;top:31.21484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyKcAT4MFiL3928dXcIQUw1AfcIk9Agw { width:0.4375rem;height:0.9375rem;top:29.412109375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRoizgeNAU4TeJWPqbZGeKX5ZcnpDbuh { width:18.5625rem;height:1.5rem;top:29rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNMfNyo0NZq07iCcBDlNpsMldxqXGv0U { width:18.4375rem;height:1.5rem;top:30.6875rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZd2FOe0psLG1DpMmuliJpii0WhSBW6p { width:15.25rem;height:4.5rem;top:36rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W63DzSmuUIsVUfcbwHEd7vrANvqF3fWb { width:20rem;height:3rem;top:17.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfPqnW3Kd0w8wv4qarckDFdVx2rLc0Ug { width:1.25rem;height:1.25rem;top:32.94140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #icuTxG08NZWv1ezh5TXzAyuDLGZ2lxQr { width:12.9375rem;height:1.5rem;top:32.669921875rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }