.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-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .row > .video-iframe-container { display: none; }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .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); }#v2WRqqktpvaOhbmnV6hQeSyNIwIpJpyR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#v2WRqqktpvaOhbmnV6hQeSyNIwIpJpyR > .row .container { background-color: transparent; background-image: none; }#v2WRqqktpvaOhbmnV6hQeSyNIwIpJpyR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2WRqqktpvaOhbmnV6hQeSyNIwIpJpyR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2WRqqktpvaOhbmnV6hQeSyNIwIpJpyR > .row .container > .video-iframe-container { display: none; }#v2WRqqktpvaOhbmnV6hQeSyNIwIpJpyR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2WRqqktpvaOhbmnV6hQeSyNIwIpJpyR > .row > .video-iframe-container { display: none; }#v2WRqqktpvaOhbmnV6hQeSyNIwIpJpyR > .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); }#v2WRqqktpvaOhbmnV6hQeSyNIwIpJpyR > .row .container { border-width: 0; border-radius: 0; }#v2WRqqktpvaOhbmnV6hQeSyNIwIpJpyR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v2WRqqktpvaOhbmnV6hQeSyNIwIpJpyR > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#xEcgXkhXzfDA4ig2mg8dtvl94AVMOeB3 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:22.5rem;top:3.03125rem;left:1.875rem;overflow:hidden;display:block; }
#V5ZFTDCylJA8tpu56KuiB1zgx3aHx2IU { color:#0f4c81;display:block;width:34.8125rem;position:absolute;font-family:"avenir next";font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:4.78125rem;left:37.312501907349rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#wk6rchBaqRFHSlqaI3it5ZG89kFmTWXy { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/MbRi8HcC/flag_en.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #0f4c81;border-left:0.0625rem solid #0f4c81;border-right:0.0625rem solid #0f4c81;border-bottom:0.0625rem solid #0f4c81;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0f4c81;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:2.6875rem;height:1.875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:4.53125rem;left:72.31249809265rem;display:block; }#wk6rchBaqRFHSlqaI3it5ZG89kFmTWXy.adaptive-delivery-prevent-bg, #wk6rchBaqRFHSlqaI3it5ZG89kFmTWXy.lazyload, #wk6rchBaqRFHSlqaI3it5ZG89kFmTWXy.lazyloading { background-image: none; }
#Tpk0Ol34iLkLCzD7DExQUyDfZ25k7GKq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uyWpgNuCL8d8OnQe8CidNTmZ5hWP4AwT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f4c81;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uyWpgNuCL8d8OnQe8CidNTmZ5hWP4AwT > .row .container { background-color: transparent; background-image: none; }#uyWpgNuCL8d8OnQe8CidNTmZ5hWP4AwT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uyWpgNuCL8d8OnQe8CidNTmZ5hWP4AwT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uyWpgNuCL8d8OnQe8CidNTmZ5hWP4AwT > .row .container > .video-iframe-container { display: none; }#uyWpgNuCL8d8OnQe8CidNTmZ5hWP4AwT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uyWpgNuCL8d8OnQe8CidNTmZ5hWP4AwT > .row > .video-iframe-container { display: none; }#uyWpgNuCL8d8OnQe8CidNTmZ5hWP4AwT > .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); }#uyWpgNuCL8d8OnQe8CidNTmZ5hWP4AwT > .row .container { border-width: 0; border-radius: 0; }#uyWpgNuCL8d8OnQe8CidNTmZ5hWP4AwT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uyWpgNuCL8d8OnQe8CidNTmZ5hWP4AwT > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#ezsezuPuw3wyZLkX7pDh9qum5X8IP07x { display:block;width:69.625rem;position:absolute;font-family:"avenir next";font-size:3.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.59375rem;left:1.875rem;height:4.225rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#343434;display:block; }
#KgfeKpQD3AF0GCtH5fKhdnEeUEMulPUV { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KgfeKpQD3AF0GCtH5fKhdnEeUEMulPUV > .row .container { background-color: transparent; background-image: none; }#KgfeKpQD3AF0GCtH5fKhdnEeUEMulPUV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KgfeKpQD3AF0GCtH5fKhdnEeUEMulPUV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KgfeKpQD3AF0GCtH5fKhdnEeUEMulPUV > .row .container > .video-iframe-container { display: none; }#KgfeKpQD3AF0GCtH5fKhdnEeUEMulPUV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KgfeKpQD3AF0GCtH5fKhdnEeUEMulPUV > .row > .video-iframe-container { display: none; }#KgfeKpQD3AF0GCtH5fKhdnEeUEMulPUV > .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); }#KgfeKpQD3AF0GCtH5fKhdnEeUEMulPUV > .row .container { border-width: 0; border-radius: 0; }#KgfeKpQD3AF0GCtH5fKhdnEeUEMulPUV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KgfeKpQD3AF0GCtH5fKhdnEeUEMulPUV > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#dFU73w1KCgCI1J0DJCTKtGLIAtTmS1xI { display:block;width:42.5rem;position:absolute;font-family:"avenir next";font-size:1.4375rem;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:7.5rem;left:1.875rem;height:2.5875rem;color:#343434;font-style:normal;display:block; }#dFU73w1KCgCI1J0DJCTKtGLIAtTmS1xI li:not(:first-child){ padding-top:1.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#dFU73w1KCgCI1J0DJCTKtGLIAtTmS1xI li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/ABrASPYS/Czerwony.jpg); }
#a5mpcTdeWIWcQdaVJ38PpLMahJ8cCIQs { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.125rem;width:37.625rem;top:6.625rem;left:37.0625rem;overflow:hidden;display:block; }
#klTmvZEDa5HPXFk37KMg8W86VJdM0sF1 { background-color:#0f4c81;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;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:"avenir next";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.875rem;height:3.625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:27.6875rem;left:10.125rem;display:block; }
#K9VTpeqTySHZ0TsKNU7yd19IXosRmTBa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i9pl0kqHR4WF9Pmgge1RqhC8o1FtTseb { display:block;width:39.3125rem;position:absolute;font-family:"avenir next";font-size:1.4375rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:11.875rem;left:1.875rem;height:2.5875rem;color:#343434;font-style:normal;display:block; }#i9pl0kqHR4WF9Pmgge1RqhC8o1FtTseb li:not(:first-child){ padding-top:1.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#i9pl0kqHR4WF9Pmgge1RqhC8o1FtTseb li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/xP9tbpof/Zielony.jpg); }
#Uo3W5Up0cW5uuOVEhda9alP2ZnFmiTeP { display:block;width:39.3125rem;position:absolute;font-family:"avenir next";font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:16.25rem;left:1.875rem;height:2.5875rem;color:#343434;font-style:normal;display:block; }#Uo3W5Up0cW5uuOVEhda9alP2ZnFmiTeP li:not(:first-child){ padding-top:1.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#Uo3W5Up0cW5uuOVEhda9alP2ZnFmiTeP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/kHblXDvp/Szary.jpg); }
#HsbkWqroidvHikJ2s47D5ymuMGbnQq01 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7fc844;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HsbkWqroidvHikJ2s47D5ymuMGbnQq01 > .row .container { background-color: transparent; background-image: none; }#HsbkWqroidvHikJ2s47D5ymuMGbnQq01::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HsbkWqroidvHikJ2s47D5ymuMGbnQq01 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HsbkWqroidvHikJ2s47D5ymuMGbnQq01 > .row .container > .video-iframe-container { display: none; }#HsbkWqroidvHikJ2s47D5ymuMGbnQq01 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HsbkWqroidvHikJ2s47D5ymuMGbnQq01 > .row > .video-iframe-container { display: none; }#HsbkWqroidvHikJ2s47D5ymuMGbnQq01 > .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); }#HsbkWqroidvHikJ2s47D5ymuMGbnQq01 > .row .container { border-width: 0; border-radius: 0; }#HsbkWqroidvHikJ2s47D5ymuMGbnQq01 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HsbkWqroidvHikJ2s47D5ymuMGbnQq01 > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#gZVafTuuTyrPIMgKU2HeqiSIbL8W49dt { display:block;width:67.125rem;position:absolute;font-family:"avenir next";font-size:2.625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3rem;left:1.875rem;height:3.4125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#343434;text-align:left;text-align-last:left;display:block; }
#uZBC8ACOvoE4wNL6WTFrMl22VUO0FMET { position:relative;display:block; }#uZBC8ACOvoE4wNL6WTFrMl22VUO0FMET { background-color: transparent; background-image: none; }#uZBC8ACOvoE4wNL6WTFrMl22VUO0FMET::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uZBC8ACOvoE4wNL6WTFrMl22VUO0FMET > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uZBC8ACOvoE4wNL6WTFrMl22VUO0FMET > .row .container > .video-iframe-container { display: none; }#uZBC8ACOvoE4wNL6WTFrMl22VUO0FMET > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uZBC8ACOvoE4wNL6WTFrMl22VUO0FMET > .row > .video-iframe-container { display: none; }#uZBC8ACOvoE4wNL6WTFrMl22VUO0FMET > .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); }#uZBC8ACOvoE4wNL6WTFrMl22VUO0FMET { border-width: 0; border-radius: 0; }#uZBC8ACOvoE4wNL6WTFrMl22VUO0FMET > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uZBC8ACOvoE4wNL6WTFrMl22VUO0FMET > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LyorIopGWfLQGX5fHdOeAQfsU9d7930r { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:15.625rem;width:18.75rem;position:absolute;display:block;z-index:15000;top:4.4375rem;left:2.5rem;display:block; }
#XLzeWBDJHwhAItiqM8wAQKMV7GBgnDoB { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:7.1875rem;width:7.1875rem;position:absolute;display:block;z-index:15001;top:0.75rem;left:8.3125rem;box-shadow: none;display:block; }
#mViA4cbRQn1DufJqurClCELQt8Lb4x1n { display:block;width:17.5rem;position:absolute;font-family:"avenir next";font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:11.875rem;left:3.125rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;color:#7fc844;display:block; }
#pXDyVL2a3zoSI5c2GSRpPqRBkeTWJivV { display:block;width:16.25rem;position:absolute;font-family:"avenir next";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:16.75rem;left:4.375rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;color:#343434;display:block; }
#rewBeuhG44t11SlShXXuLEHQLniW27lC { box-sizing:content-box;color:#7fc844;font-size:5.25rem;font-weight:400;line-height:1;height:7.5rem;width:7.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:3.125rem;left:8.125rem;display:block; }
#MO3MmyseDapSK92yx84Tf9et1IDbWh5l { display:block;width:16.25rem;position:absolute;font-family:"avenir next";font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:16.75rem;left:29.375rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;color:#343434;display:block; }
#NqPg11Jt9Vt6l1eH4M70WNapV4SMx37b { display:block;width:17.5rem;position:absolute;font-family:"avenir next";font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:11.875rem;left:28.75rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;color:#7fc844;display:block; }
#iToPewcAyduQTckIKKPBpbWBQBv9TskK { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:7.1875rem;width:7.1875rem;position:absolute;display:block;z-index:15006;top:0.625rem;left:33.9375rem;box-shadow: none;display:block; }
#qoJSkdrVcgSFvFE02VA2WCP38zXwn5cE { box-sizing:content-box;color:#7fc844;font-size:5.25rem;font-weight:400;line-height:1;height:7.5rem;width:7.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:3.125rem;left:33.75rem;display:block; }
#xeZb6RgoWvudSTVSLaRrSXeDMXRKqrmD { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:15.625rem;width:18.75rem;position:absolute;display:block;z-index:15010;top:4.375rem;left:53.75rem;display:block; }
#Wf0DMbzPEDLBlRAkcTOGJKlpFx4Etm9L { display:block;width:16.25rem;position:absolute;font-family:"avenir next";font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:16.75rem;left:54.375rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;color:#343434;display:block; }
#T6HRNJNrBWZMHoU3qozoNWkwvmx8PJKh { display:block;width:17.5rem;position:absolute;font-family:"avenir next";font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:11.875rem;left:53.75rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;color:#7fc844;display:block; }
#tBb7hTW8vmTf3x4eUa00hzQ7Nd35c78D { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:7.1875rem;width:7.1875rem;position:absolute;display:block;z-index:15011;top:0.625rem;left:59.5625rem;box-shadow: none;display:block; }
#sTPCoTrGrCXazeXBHhWRQ39osGftqvZI { box-sizing:content-box;color:#7fc844;font-size:5.25rem;font-weight:400;line-height:1;height:7.5rem;width:7.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:3.125rem;left:58.75rem;display:block; }
#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f26b5b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy > .row .container { background-color: transparent; background-image: none; }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy > .row .container > .video-iframe-container { display: none; }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy > .row > .video-iframe-container { display: none; }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy > .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); }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy > .row .container { border-width: 0; border-radius: 0; }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#gw0esW26gvTQGt1BIwy7D0T8pylOxwmh { display:block;width:68.3125rem;position:absolute;font-family:"avenir next";font-size:2.625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3rem;left:1.875rem;height:3.4125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#343434;text-align:left;text-align-last:left;display:block; }
#PgTbsBWC1wthq5ODtppy6om2iTcBQ2HS { display:block;width:67rem;position:absolute;font-family:"avenir next";font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:6.6375007629394rem;left:1.875rem;height:1.625rem;font-style:normal;color:#343434;text-align:left;text-align-last:left;display:block; }
#M0EZ4BvRqxyigZm45RR73s5tzvMehCl3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#M0EZ4BvRqxyigZm45RR73s5tzvMehCl3 > .row .container { background-color: transparent; background-image: none; }#M0EZ4BvRqxyigZm45RR73s5tzvMehCl3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M0EZ4BvRqxyigZm45RR73s5tzvMehCl3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M0EZ4BvRqxyigZm45RR73s5tzvMehCl3 > .row .container > .video-iframe-container { display: none; }#M0EZ4BvRqxyigZm45RR73s5tzvMehCl3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M0EZ4BvRqxyigZm45RR73s5tzvMehCl3 > .row > .video-iframe-container { display: none; }#M0EZ4BvRqxyigZm45RR73s5tzvMehCl3 > .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); }#M0EZ4BvRqxyigZm45RR73s5tzvMehCl3 > .row .container { border-width: 0; border-radius: 0; }#M0EZ4BvRqxyigZm45RR73s5tzvMehCl3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M0EZ4BvRqxyigZm45RR73s5tzvMehCl3 > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#XmCs6ykd7BvvrNUPrsfvRTcCVDHOrIrF { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/SBTcuDNN/mobilehome.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;height:25.3125rem;width:33.75rem;position:absolute;display:block;z-index:15000;top:3.96875rem;left:1.6875rem;box-shadow: none;display:block; }#XmCs6ykd7BvvrNUPrsfvRTcCVDHOrIrF.adaptive-delivery-prevent-bg, #XmCs6ykd7BvvrNUPrsfvRTcCVDHOrIrF.lazyload, #XmCs6ykd7BvvrNUPrsfvRTcCVDHOrIrF.lazyloading { background-image: none; }
#CBZ8ET0VWuBA7zdWVxTSNb0g02ZpNWRP { display:block;width:33.75rem;position:absolute;font-family:"avenir next";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:11rem;left:39.375rem;height:16.875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#h8CpOeI0pC3z26xBKfMNuBgCa70KymQS { display:block;width:33.75rem;position:absolute;font-family:"avenir next";font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:6.1484375rem;left:39.375rem;height:3.1875rem;color:#343434;font-style:italic;text-align:left;text-align-last:left;display:block; }
#Ln18su9vpArag77BkbcxL2o6d0uBp6l9 { display:block;width:32.9375rem;position:absolute;font-family:"avenir next";font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.875rem;left:39.375rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#f26b5b;display:block; }
#RzOl0mDlN5sqeay3f58NgfBOphUoUtzQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RzOl0mDlN5sqeay3f58NgfBOphUoUtzQ > .row .container { background-color: transparent; background-image: none; }#RzOl0mDlN5sqeay3f58NgfBOphUoUtzQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RzOl0mDlN5sqeay3f58NgfBOphUoUtzQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RzOl0mDlN5sqeay3f58NgfBOphUoUtzQ > .row .container > .video-iframe-container { display: none; }#RzOl0mDlN5sqeay3f58NgfBOphUoUtzQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RzOl0mDlN5sqeay3f58NgfBOphUoUtzQ > .row > .video-iframe-container { display: none; }#RzOl0mDlN5sqeay3f58NgfBOphUoUtzQ > .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); }#RzOl0mDlN5sqeay3f58NgfBOphUoUtzQ > .row .container { border-width: 0; border-radius: 0; }#RzOl0mDlN5sqeay3f58NgfBOphUoUtzQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RzOl0mDlN5sqeay3f58NgfBOphUoUtzQ > .row .container { font-size:0.875rem;font-family:arial;height:30.5625rem;width:75rem;position:relative;display:block; }#LEabr0ZW0uQbrudWI1ohg1sTaffSdNUM { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/oLoZ7lwP/yacht.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:20.625rem;width:33.75rem;position:absolute;display:block;z-index:15000;top:4.3125rem;left:39.375rem;box-shadow: none;display:block; }#LEabr0ZW0uQbrudWI1ohg1sTaffSdNUM.adaptive-delivery-prevent-bg, #LEabr0ZW0uQbrudWI1ohg1sTaffSdNUM.lazyload, #LEabr0ZW0uQbrudWI1ohg1sTaffSdNUM.lazyloading { background-image: none; }
#cJ4gHqKdD1pufxzQGpD1U5HIrkU17wE1 { display:block;width:29.375rem;position:absolute;font-family:"avenir next";font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.875rem;left:1.875rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#f26b5b;display:block; }
#FFouE4AADv2TPnmoODAiIRoS5uBqQaeG { display:block;width:33.75rem;position:absolute;font-family:"avenir next";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:11.9375rem;left:1.875rem;height:15.1875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#Q4NSxL2n8RIPuppzZA3D8CxlUXwydk7A { display:block;width:33.75rem;position:absolute;font-family:"avenir next";font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:5.125rem;left:1.875rem;height:4.78125rem;color:#343434;font-style:italic;text-align:left;text-align-last:left;display:block; }
#xfsuonaAHQbTz8gHFnek1Onv1TRAU8rW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xfsuonaAHQbTz8gHFnek1Onv1TRAU8rW > .row .container { background-color: transparent; background-image: none; }#xfsuonaAHQbTz8gHFnek1Onv1TRAU8rW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xfsuonaAHQbTz8gHFnek1Onv1TRAU8rW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xfsuonaAHQbTz8gHFnek1Onv1TRAU8rW > .row .container > .video-iframe-container { display: none; }#xfsuonaAHQbTz8gHFnek1Onv1TRAU8rW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xfsuonaAHQbTz8gHFnek1Onv1TRAU8rW > .row > .video-iframe-container { display: none; }#xfsuonaAHQbTz8gHFnek1Onv1TRAU8rW > .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); }#xfsuonaAHQbTz8gHFnek1Onv1TRAU8rW > .row .container { border-width: 0; border-radius: 0; }#xfsuonaAHQbTz8gHFnek1Onv1TRAU8rW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xfsuonaAHQbTz8gHFnek1Onv1TRAU8rW > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#N95fO78unPiEl9c4iaCPfelW2VEAMIH0 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/efOJKiZc/furniture_L.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;height:25.3125rem;width:33.75rem;position:absolute;display:block;z-index:15000;top:1.71875rem;left:1.6875rem;box-shadow: none;display:block; }#N95fO78unPiEl9c4iaCPfelW2VEAMIH0.adaptive-delivery-prevent-bg, #N95fO78unPiEl9c4iaCPfelW2VEAMIH0.lazyload, #N95fO78unPiEl9c4iaCPfelW2VEAMIH0.lazyloading { background-image: none; }
#IyhkVqQlb1C6R1BuZPUNkG6Fup3Z9Xrh { display:block;width:33.75rem;position:absolute;font-family:"avenir next";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:11rem;left:39.375rem;height:10.125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#MZSO2eccpTptLfcQvWcZlPsMrSbyGsZn { display:block;width:33.75rem;position:absolute;font-family:"avenir next";font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:6.1484375rem;left:39.375rem;height:3.1875rem;color:#343434;font-style:italic;text-align:left;text-align-last:left;display:block; }
#ISKXeiKS2P7CgyExC59NN6ubTkHphy1G { display:block;width:29.375rem;position:absolute;font-family:"avenir next";font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.875rem;left:39.375rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#f26b5b;display:block; }
#BEiOq6gED7qtkQBuLRCUc6y71qKJWKHD { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BEiOq6gED7qtkQBuLRCUc6y71qKJWKHD > .row .container { background-color: transparent; background-image: none; }#BEiOq6gED7qtkQBuLRCUc6y71qKJWKHD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BEiOq6gED7qtkQBuLRCUc6y71qKJWKHD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BEiOq6gED7qtkQBuLRCUc6y71qKJWKHD > .row .container > .video-iframe-container { display: none; }#BEiOq6gED7qtkQBuLRCUc6y71qKJWKHD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BEiOq6gED7qtkQBuLRCUc6y71qKJWKHD > .row > .video-iframe-container { display: none; }#BEiOq6gED7qtkQBuLRCUc6y71qKJWKHD > .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); }#BEiOq6gED7qtkQBuLRCUc6y71qKJWKHD > .row .container { border-width: 0; border-radius: 0; }#BEiOq6gED7qtkQBuLRCUc6y71qKJWKHD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BEiOq6gED7qtkQBuLRCUc6y71qKJWKHD > .row .container { font-size:0.875rem;font-family:arial;height:32.75rem;width:75rem;position:relative;display:block; }#fuUc7wEdPRgEObCixdAtOFsyFHH5Wqe3 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/GGdX0TXs/guitars.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:20.6875rem;width:33.75rem;position:absolute;display:block;z-index:15000;top:6.53125rem;left:39.375rem;box-shadow: none;display:block; }#fuUc7wEdPRgEObCixdAtOFsyFHH5Wqe3.adaptive-delivery-prevent-bg, #fuUc7wEdPRgEObCixdAtOFsyFHH5Wqe3.lazyload, #fuUc7wEdPRgEObCixdAtOFsyFHH5Wqe3.lazyloading { background-image: none; }
#KeaWLHZyBbdrOcUFtmmCO4ks661yTQFS { display:block;width:29.375rem;position:absolute;font-family:"avenir next";font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.998046875rem;left:1.875rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#f26b5b;display:block; }
#VrTNfMTPrwla9DANkNBHt06nC1fUN6TP { display:block;width:33.75rem;position:absolute;font-family:"avenir next";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:12.7236328125rem;left:1.875rem;height:16.875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#cIZ0BeBMEHCWJ8TIuk169w0IW74OsLbw { display:block;width:33.75rem;position:absolute;font-family:"avenir next";font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:6.1484375rem;left:1.875rem;height:4.78125rem;color:#343434;font-style:italic;text-align:left;text-align-last:left;display:block; }
#nFvhb1kXA6Sg6OMOT4lEIS7kivA40VxT { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nFvhb1kXA6Sg6OMOT4lEIS7kivA40VxT > .row .container { background-color: transparent; background-image: none; }#nFvhb1kXA6Sg6OMOT4lEIS7kivA40VxT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFvhb1kXA6Sg6OMOT4lEIS7kivA40VxT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFvhb1kXA6Sg6OMOT4lEIS7kivA40VxT > .row .container > .video-iframe-container { display: none; }#nFvhb1kXA6Sg6OMOT4lEIS7kivA40VxT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFvhb1kXA6Sg6OMOT4lEIS7kivA40VxT > .row > .video-iframe-container { display: none; }#nFvhb1kXA6Sg6OMOT4lEIS7kivA40VxT > .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); }#nFvhb1kXA6Sg6OMOT4lEIS7kivA40VxT > .row .container { border-width: 0; border-radius: 0; }#nFvhb1kXA6Sg6OMOT4lEIS7kivA40VxT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nFvhb1kXA6Sg6OMOT4lEIS7kivA40VxT > .row .container { font-size:0.875rem;font-family:arial;height:29.1875rem;width:75rem;position:relative;display:block; }#bCfrduSomxRS983EqNXOflvEbnVE35P5 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/JTcUkZvX/Ubrania.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;height:22.5rem;width:33.75rem;position:absolute;display:block;z-index:15000;top:3.34375rem;left:1.875rem;box-shadow: none;display:block; }#bCfrduSomxRS983EqNXOflvEbnVE35P5.adaptive-delivery-prevent-bg, #bCfrduSomxRS983EqNXOflvEbnVE35P5.lazyload, #bCfrduSomxRS983EqNXOflvEbnVE35P5.lazyloading { background-image: none; }
#e3b4rWdBJVwqoi14mTdgIMcDBAm48HL2 { display:block;width:33.75rem;position:absolute;font-family:"avenir next";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:11.09375rem;left:39.4375rem;height:15.1875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#wte4VHibauMT5x5iPnQTKnBkb7p1K4T7 { display:block;width:33.75rem;position:absolute;font-family:"avenir next";font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:5.2734375rem;left:39.4375rem;height:4.78125rem;color:#343434;font-style:italic;text-align:left;text-align-last:left;display:block; }
#wMiDtXRJ4TpoKGZSJKq2CoSpl1ra8foO { display:block;width:29.375rem;position:absolute;font-family:"avenir next";font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.34375rem;left:39.4375rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#f26b5b;display:block; }
#fUTVPywBMuJvPcZG5AT3p4xee3qcaSDo { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fUTVPywBMuJvPcZG5AT3p4xee3qcaSDo > .row .container { background-color: transparent; background-image: none; }#fUTVPywBMuJvPcZG5AT3p4xee3qcaSDo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUTVPywBMuJvPcZG5AT3p4xee3qcaSDo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUTVPywBMuJvPcZG5AT3p4xee3qcaSDo > .row .container > .video-iframe-container { display: none; }#fUTVPywBMuJvPcZG5AT3p4xee3qcaSDo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUTVPywBMuJvPcZG5AT3p4xee3qcaSDo > .row > .video-iframe-container { display: none; }#fUTVPywBMuJvPcZG5AT3p4xee3qcaSDo > .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); }#fUTVPywBMuJvPcZG5AT3p4xee3qcaSDo > .row .container { border-width: 0; border-radius: 0; }#fUTVPywBMuJvPcZG5AT3p4xee3qcaSDo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fUTVPywBMuJvPcZG5AT3p4xee3qcaSDo > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:75rem;position:relative;display:block; }#NmItIPhLTzgc6ydNlhFLPJTOG8gOV7go { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/5FF39uqp/003_MarekKazmierczak_fotografia_reklamowa_araj.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:20.625rem;width:33.75rem;position:absolute;display:block;z-index:15000;top:3.8125rem;left:39.375rem;box-shadow: none;display:block; }#NmItIPhLTzgc6ydNlhFLPJTOG8gOV7go.adaptive-delivery-prevent-bg, #NmItIPhLTzgc6ydNlhFLPJTOG8gOV7go.lazyload, #NmItIPhLTzgc6ydNlhFLPJTOG8gOV7go.lazyloading { background-image: none; }
#Puc9uJ7tDMkftVuCAV7revZB2QR0Nvte { display:block;width:29.375rem;position:absolute;font-family:"avenir next";font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.9375rem;left:1.875rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#f26b5b;display:block; }
#iuSUmzLts8C6yzFNqv7k5rIwuEcNGCXF { display:block;width:33.75rem;position:absolute;font-family:"avenir next";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:11.9375rem;left:1.875rem;height:13.5rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#NWvbdOtlgluhiHvBbQUpeTXUqyu4vxJU { display:block;width:33.75rem;position:absolute;font-family:"avenir next";font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:5.5625rem;left:1.875rem;height:4.78125rem;color:#343434;font-style:italic;text-align:left;text-align-last:left;display:block; }
#nogv7hV7t4lScZWftdmGU1aG3PK1STvs { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nogv7hV7t4lScZWftdmGU1aG3PK1STvs > .row .container { background-color: transparent; background-image: none; }#nogv7hV7t4lScZWftdmGU1aG3PK1STvs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nogv7hV7t4lScZWftdmGU1aG3PK1STvs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nogv7hV7t4lScZWftdmGU1aG3PK1STvs > .row .container > .video-iframe-container { display: none; }#nogv7hV7t4lScZWftdmGU1aG3PK1STvs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nogv7hV7t4lScZWftdmGU1aG3PK1STvs > .row > .video-iframe-container { display: none; }#nogv7hV7t4lScZWftdmGU1aG3PK1STvs > .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); }#nogv7hV7t4lScZWftdmGU1aG3PK1STvs > .row .container { border-width: 0; border-radius: 0; }#nogv7hV7t4lScZWftdmGU1aG3PK1STvs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nogv7hV7t4lScZWftdmGU1aG3PK1STvs > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#W3m9eQBTk68Eo70UXtX4qd9Xv7eEvqTI { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:url("https://images.assets-landingi.com/O91hFURa/bike.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:22.5rem;width:33.75rem;position:absolute;display:block;z-index:15000;top:1.25rem;left:1.875rem;box-shadow: none;display:block; }#W3m9eQBTk68Eo70UXtX4qd9Xv7eEvqTI.adaptive-delivery-prevent-bg, #W3m9eQBTk68Eo70UXtX4qd9Xv7eEvqTI.lazyload, #W3m9eQBTk68Eo70UXtX4qd9Xv7eEvqTI.lazyloading { background-image: none; }
#WSBzfadWJms6fbA1FtfxuaFcWWeRWo76 { display:block;width:33.75rem;position:absolute;font-family:"avenir next";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:11.375rem;left:39.375rem;height:8.4375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#vZkFUQhNI3LaW4pRgRcUiEt7v0TZuIP8 { display:block;width:33.75rem;position:absolute;font-family:"avenir next";font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:6.0859375rem;left:39.375rem;height:3.1875rem;color:#343434;font-style:italic;text-align:left;text-align-last:left;display:block; }
#XeXbZxPkavVMThKomkJgdW2dCxvUDiiJ { display:block;width:29.375rem;position:absolute;font-family:"avenir next";font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.75rem;left:39.375rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#f26b5b;display:block; }
#QltxVoWiDD3Fax1NaATMQK9X80giuwNa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QltxVoWiDD3Fax1NaATMQK9X80giuwNa > .row .container { background-color: transparent; background-image: none; }#QltxVoWiDD3Fax1NaATMQK9X80giuwNa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QltxVoWiDD3Fax1NaATMQK9X80giuwNa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QltxVoWiDD3Fax1NaATMQK9X80giuwNa > .row .container > .video-iframe-container { display: none; }#QltxVoWiDD3Fax1NaATMQK9X80giuwNa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QltxVoWiDD3Fax1NaATMQK9X80giuwNa > .row > .video-iframe-container { display: none; }#QltxVoWiDD3Fax1NaATMQK9X80giuwNa > .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); }#QltxVoWiDD3Fax1NaATMQK9X80giuwNa > .row .container { border-width: 0; border-radius: 0; }#QltxVoWiDD3Fax1NaATMQK9X80giuwNa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QltxVoWiDD3Fax1NaATMQK9X80giuwNa > .row .container { font-size:0.875rem;font-family:arial;height:27.375rem;width:75rem;position:relative;display:block; }#DGCypNQtFukVMIcDoN0LlHrQ62BCa5Gl { display:block;width:29.375rem;position:absolute;font-family:"avenir next";font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5rem;left:1.875rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#f26b5b;display:block; }
#dfhwRqThW8iZyeDOtEPry3ez8DMJRI7G { display:block;width:33.75rem;position:absolute;font-family:"avenir next";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:12.375rem;left:1.875rem;height:10.125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#Se54kXkcefKkCPiuOZFpsToNKMcesTQG { display:block;width:33.75rem;position:absolute;font-family:"avenir next";font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:5.625rem;left:1.875rem;height:4.78125rem;color:#343434;font-style:italic;text-align:left;text-align-last:left;display:block; }
#prRuanZxD6J8JRfKXFCXm2iKN19IOQGU { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/zsGJhm5q/cake.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;height:22.5rem;width:33.75rem;position:absolute;display:block;z-index:15000;top:2.4375rem;left:39.375rem;box-shadow: none;display:block; }#prRuanZxD6J8JRfKXFCXm2iKN19IOQGU.adaptive-delivery-prevent-bg, #prRuanZxD6J8JRfKXFCXm2iKN19IOQGU.lazyload, #prRuanZxD6J8JRfKXFCXm2iKN19IOQGU.lazyloading { background-image: none; }
#DTh8xGWGZfNQQBANBOqpFEilEvBuTHLT { border-top:0.125rem dashed #f26b5b;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DTh8xGWGZfNQQBANBOqpFEilEvBuTHLT > .row .container { background-color: transparent; background-image: none; }#DTh8xGWGZfNQQBANBOqpFEilEvBuTHLT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTh8xGWGZfNQQBANBOqpFEilEvBuTHLT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTh8xGWGZfNQQBANBOqpFEilEvBuTHLT > .row .container > .video-iframe-container { display: none; }#DTh8xGWGZfNQQBANBOqpFEilEvBuTHLT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DTh8xGWGZfNQQBANBOqpFEilEvBuTHLT > .row > .video-iframe-container { display: none; }#DTh8xGWGZfNQQBANBOqpFEilEvBuTHLT > .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); }#DTh8xGWGZfNQQBANBOqpFEilEvBuTHLT > .row .container { border-width: 0; border-radius: 0; }#DTh8xGWGZfNQQBANBOqpFEilEvBuTHLT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DTh8xGWGZfNQQBANBOqpFEilEvBuTHLT > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:75rem;position:relative;display:block; }#ya9VhiT4F4wLgE6i41lQcU5M4ZHb1X3E { display:block;width:8.1875rem;position:absolute;font-family:"avenir next";font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.625rem;left:4.03125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#f26b5b;text-align:center;text-align-last:center;display:block; }
#i5Jk9d5NTqHpKogBxEvMnksrAeqX6sKm { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/CiPmiRPu/Dom.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15002;top:6.875rem;left:1.875rem;box-shadow: none;display:block; }#i5Jk9d5NTqHpKogBxEvMnksrAeqX6sKm.adaptive-delivery-prevent-bg, #i5Jk9d5NTqHpKogBxEvMnksrAeqX6sKm.lazyload, #i5Jk9d5NTqHpKogBxEvMnksrAeqX6sKm.lazyloading { background-image: none; }
#BeANIfpZ31vAkX4Ocd1Lw9TOMHEGqEwN { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/k82RwaQw/brooke_cagle_kElEigko7PU_unsplash.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15003;top:6.875rem;left:31.25rem;box-shadow: none;display:block; }#BeANIfpZ31vAkX4Ocd1Lw9TOMHEGqEwN.adaptive-delivery-prevent-bg, #BeANIfpZ31vAkX4Ocd1Lw9TOMHEGqEwN.lazyload, #BeANIfpZ31vAkX4Ocd1Lw9TOMHEGqEwN.lazyloading { background-image: none; }
#G49voaQHZyV8rQLoFTMnqTir84VTn70i { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/W2VzocKt/Kontener.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15004;top:6.875rem;left:60.625rem;box-shadow: none;display:block; }#G49voaQHZyV8rQLoFTMnqTir84VTn70i.adaptive-delivery-prevent-bg, #G49voaQHZyV8rQLoFTMnqTir84VTn70i.lazyload, #G49voaQHZyV8rQLoFTMnqTir84VTn70i.lazyloading { background-image: none; }
#M63gcori5mRmQL2nHd515fEg7BFts9Qf { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/MNaHoR7Q/Maszyna.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15003;top:6.875rem;left:16.5625rem;box-shadow: none;display:block; }#M63gcori5mRmQL2nHd515fEg7BFts9Qf.adaptive-delivery-prevent-bg, #M63gcori5mRmQL2nHd515fEg7BFts9Qf.lazyload, #M63gcori5mRmQL2nHd515fEg7BFts9Qf.lazyloading { background-image: none; }
#LCFd3OPFeyN6nrX22vbq1aVXFGSi0BSv { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/h1p8G2AV/Urzadzenie.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15005;top:6.875rem;left:45.9375rem;box-shadow: none;display:block; }#LCFd3OPFeyN6nrX22vbq1aVXFGSi0BSv.adaptive-delivery-prevent-bg, #LCFd3OPFeyN6nrX22vbq1aVXFGSi0BSv.lazyload, #LCFd3OPFeyN6nrX22vbq1aVXFGSi0BSv.lazyloading { background-image: none; }
#WE44ToDhgaPo7TlsEgs9HE1owK4gnpQK { display:block;width:8.1875rem;position:absolute;font-family:"avenir next";font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.625rem;left:18.71875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#f26b5b;text-align:center;text-align-last:center;display:block; }
#BfbbRqThsB0IvxzUccmtdIGDd4Jr0JGu { display:block;width:8.1875rem;position:absolute;font-family:"avenir next";font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.625rem;left:33.40625rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#f26b5b;text-align:center;text-align-last:center;display:block; }
#CO9rzkXm5R1PO1ifXeLv5nBroCb9TAAh { display:block;width:11.0625rem;position:absolute;font-family:"avenir next";font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.625rem;left:46.65625rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#f26b5b;text-align:center;text-align-last:center;display:block; }
#NRaAA40w8d3gECi9FPCKryP9pJu86V7G { display:block;width:9.8125rem;position:absolute;font-family:"avenir next";font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:2.625rem;left:61.96875rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#f26b5b;text-align:center;text-align-last:center;display:block; }
#RkE3sypHC3OJs8TQXR4hIbdQoA8kZSid { display:block;width:71.25rem;position:absolute;font-family:"avenir next";font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:23.75rem;left:1.875rem;height:6.75rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#ZuF2TePpUnue0FXTworPKreDxoTTl9Ba { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZuF2TePpUnue0FXTworPKreDxoTTl9Ba > .row .container { background-color: transparent; background-image: none; }#ZuF2TePpUnue0FXTworPKreDxoTTl9Ba::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuF2TePpUnue0FXTworPKreDxoTTl9Ba > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuF2TePpUnue0FXTworPKreDxoTTl9Ba > .row .container > .video-iframe-container { display: none; }#ZuF2TePpUnue0FXTworPKreDxoTTl9Ba > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuF2TePpUnue0FXTworPKreDxoTTl9Ba > .row > .video-iframe-container { display: none; }#ZuF2TePpUnue0FXTworPKreDxoTTl9Ba > .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); }#ZuF2TePpUnue0FXTworPKreDxoTTl9Ba > .row .container { border-width: 0; border-radius: 0; }#ZuF2TePpUnue0FXTworPKreDxoTTl9Ba > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZuF2TePpUnue0FXTworPKreDxoTTl9Ba > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:75rem;position:relative;display:block; }#vOyOkn48xMlIIMJvnEFO2PN4TOIbECIv { background-color:#f26b5b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;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:"avenir next";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:4.4375rem;left:26.5625rem;display:block; }
#RV7kcpaAF3ITGNwHn1V6MmUAZTvnZ536 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lqt49vcEUwXhayiVtUX7GI95L6EsnBPI { display:block;width:75rem;position:absolute;font-family:"avenir next";font-size:1.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.4375rem;font-style:normal;color:#f26b5b;text-align:center;text-align-last:center;display:block; }
#wbWoNE8m9K18iOhPWTUF0T379OJcGH70 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#a5b8d0;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wbWoNE8m9K18iOhPWTUF0T379OJcGH70 > .row .container { background-color: transparent; background-image: none; }#wbWoNE8m9K18iOhPWTUF0T379OJcGH70::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbWoNE8m9K18iOhPWTUF0T379OJcGH70 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbWoNE8m9K18iOhPWTUF0T379OJcGH70 > .row .container > .video-iframe-container { display: none; }#wbWoNE8m9K18iOhPWTUF0T379OJcGH70 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbWoNE8m9K18iOhPWTUF0T379OJcGH70 > .row > .video-iframe-container { display: none; }#wbWoNE8m9K18iOhPWTUF0T379OJcGH70 > .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); }#wbWoNE8m9K18iOhPWTUF0T379OJcGH70 > .row .container { border-width: 0; border-radius: 0; }#wbWoNE8m9K18iOhPWTUF0T379OJcGH70 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wbWoNE8m9K18iOhPWTUF0T379OJcGH70 > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#g9b70sUlZVtR9xaB9sHeK3MDdnzHkkgz { display:block;width:75rem;position:absolute;font-family:"avenir next";font-size:2.625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.0498046875rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#343434;text-align:center;text-align-last:center;display:block; }
#DgiSCTyRhOQOIOqWwXpmr8HHeV5xTolF { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DgiSCTyRhOQOIOqWwXpmr8HHeV5xTolF > .row .container { background-color: transparent; background-image: none; }#DgiSCTyRhOQOIOqWwXpmr8HHeV5xTolF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DgiSCTyRhOQOIOqWwXpmr8HHeV5xTolF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DgiSCTyRhOQOIOqWwXpmr8HHeV5xTolF > .row .container > .video-iframe-container { display: none; }#DgiSCTyRhOQOIOqWwXpmr8HHeV5xTolF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DgiSCTyRhOQOIOqWwXpmr8HHeV5xTolF > .row > .video-iframe-container { display: none; }#DgiSCTyRhOQOIOqWwXpmr8HHeV5xTolF > .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); }#DgiSCTyRhOQOIOqWwXpmr8HHeV5xTolF > .row .container { border-width: 0; border-radius: 0; }#DgiSCTyRhOQOIOqWwXpmr8HHeV5xTolF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DgiSCTyRhOQOIOqWwXpmr8HHeV5xTolF > .row .container { font-size:0.875rem;font-family:arial;height:56.25rem;width:75rem;position:relative;display:block; }#Nzcv98QJF0ViTfgco0QlQmFf7xfH2n3I { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:49.0625rem;width:74rem;top:2.15625rem;left:0.5rem;overflow:hidden;display:block; }
#LbL74N9NhuvaOKRtVd4VnsvT87EMBT6f { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0f4c81;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LbL74N9NhuvaOKRtVd4VnsvT87EMBT6f > .row .container { background-color: transparent; background-image: none; }#LbL74N9NhuvaOKRtVd4VnsvT87EMBT6f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LbL74N9NhuvaOKRtVd4VnsvT87EMBT6f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LbL74N9NhuvaOKRtVd4VnsvT87EMBT6f > .row .container > .video-iframe-container { display: none; }#LbL74N9NhuvaOKRtVd4VnsvT87EMBT6f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LbL74N9NhuvaOKRtVd4VnsvT87EMBT6f > .row > .video-iframe-container { display: none; }#LbL74N9NhuvaOKRtVd4VnsvT87EMBT6f > .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); }#LbL74N9NhuvaOKRtVd4VnsvT87EMBT6f > .row .container { border-width: 0; border-radius: 0; }#LbL74N9NhuvaOKRtVd4VnsvT87EMBT6f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LbL74N9NhuvaOKRtVd4VnsvT87EMBT6f > .row .container { font-size:0.875rem;font-family:arial;height:78.125rem;width:75rem;position:relative;display:block; }#wbFNJkpLx7HZksyA85vVfeRPIaPSBgrT { display:block;width:67rem;position:absolute;font-family:"avenir next";font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:6.5rem;left:1.875rem;height:1.625rem;font-style:normal;color:#343434;text-align:left;text-align-last:left;display:block; }
#Zi2ocOaUNpm2nJxt0DfdQhtZDpw1TTgk { display:block;width:63.625rem;position:absolute;font-family:"avenir next";font-size:2.625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.875rem;height:3.4125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#343434;text-align:left;text-align-last:left;display:block; }
#xPX6PQxyZBMN2xl7KIzRnKV03IGC2phh { display:block;width:54.3125rem;position:absolute;font-family:"avenir next";font-size:1.5rem;font-weight:normal;z-index:15003;line-height:2;letter-spacing:0;top:11.65625rem;left:1.875rem;height:9.625rem;text-align:left;text-align-last:left;display:block; }#xPX6PQxyZBMN2xl7KIzRnKV03IGC2phh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xPX6PQxyZBMN2xl7KIzRnKV03IGC2phh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/okaTqUJq/Bia_y.jpg); }
#FJ2UiedMh8Nafsz7kv9mLTHB0OOO5abq { display:block;width:71.25rem;position:absolute;font-family:"avenir next";font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:71.21875rem;left:1.875rem;height:5.625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#NOxdTGTz1WIWBKmPkps6fWHvol7n7dOD { position:absolute;display:block;z-index:15008;height:46.125rem;width:71.75rem;top:26.1875rem;left:1.875rem;display:block; }
#hGZIpvGBcAeVKo2IkatL16MxSeZs0sso { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hGZIpvGBcAeVKo2IkatL16MxSeZs0sso > .row .container { background-color: transparent; background-image: none; }#hGZIpvGBcAeVKo2IkatL16MxSeZs0sso::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hGZIpvGBcAeVKo2IkatL16MxSeZs0sso > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hGZIpvGBcAeVKo2IkatL16MxSeZs0sso > .row .container > .video-iframe-container { display: none; }#hGZIpvGBcAeVKo2IkatL16MxSeZs0sso > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hGZIpvGBcAeVKo2IkatL16MxSeZs0sso > .row > .video-iframe-container { display: none; }#hGZIpvGBcAeVKo2IkatL16MxSeZs0sso > .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); }#hGZIpvGBcAeVKo2IkatL16MxSeZs0sso > .row .container { border-width: 0; border-radius: 0; }#hGZIpvGBcAeVKo2IkatL16MxSeZs0sso > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hGZIpvGBcAeVKo2IkatL16MxSeZs0sso > .row .container { font-size:0.875rem;font-family:arial;height:46.125rem;width:75rem;position:relative;display:block; }#t9BGdod39mt2EGntHTPaXQAIpERPHpP7 { color:#000000;display:block;width:70.1875rem;position:absolute;font-family:"avenir next";font-size:2.625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.318359375rem;left:1.875rem;height:3.4125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#wlu6oiOVUiffuVF1T7O5K0DWT1NuhqxG { color:#000000;display:block;width:27.125rem;position:absolute;font-family:"avenir next";font-size:1.5rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:11.1875rem;left:43.125rem;height:1.95rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uF9fN1eohglXUhTM7RHgeModaxKkHzE1 { color:#000000;display:block;width:27.1244375rem;position:absolute;font-family:"avenir next";font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:13.25rem;left:43.1875rem;height:2.925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yJcPnkMw60K34d304uzzUL0XQWVcksUi { color:#000000;display:block;width:28.125rem;position:absolute;font-family:"avenir next";font-size:1.125rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:19.5rem;left:43.125rem;height:2.925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uVcU9MKCmdHpXqrwRgpKB13zNE6l9noO { color:#000000;display:block;width:27.125rem;position:absolute;font-family:"avenir next";font-size:1.5rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:17.4375rem;left:43.0625rem;height:1.95rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lrcyV4PZbDQ6bpfbNl9ztzPW1iZKXbw8 { color:#000000;display:block;width:27.125rem;position:absolute;font-family:"avenir next";font-size:1.5rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:23.6875rem;left:43.0625rem;height:1.95rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#oOHCWlltr271sIqKHLESQI15cz0HS6Np { color:#000000;display:block;width:27.875rem;position:absolute;font-family:"avenir next";font-size:1.125rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:25.75rem;left:43.125rem;height:2.925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zMCwu7fPgJo7t9Ja49l2tu2H2fNZL6Tq { color:#000000;display:block;width:27.125rem;position:absolute;font-family:"avenir next";font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:29.9375rem;left:43rem;height:1.95rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IBRD0EPrfEUOXXxKdZTVW6Q0zJbU4ePr { color:#000000;display:block;width:27.9375rem;position:absolute;font-family:"avenir next";font-size:1.125rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:32rem;left:43.125rem;height:2.925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HtdTSSGkfrVFZcaubEqaNbePin1pW2iT { color:#000000;display:block;width:27.125rem;position:absolute;font-family:"avenir next";font-size:1.5rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:35.9375rem;left:43.0625rem;height:1.95rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#u8oGpyyIa1JdpCugFCGyTMCpKxbCIG7R { position:absolute;display:block;z-index:15031;background-color:#7fc844;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:11.5rem;left:40.375rem;display:block; }
#NfUebD2BGnp1lcNdzhmK0PMVqt69Oxse { color:#000000;display:block;width:27.75rem;position:absolute;font-family:"avenir next";font-size:1.125rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:38rem;left:43.1875rem;height:2.925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qD9mb9RgqMp7c3Z9dCaTQOgi6lUMrT1I { position:absolute;display:block;z-index:15032;background-color:#7fc844;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:36.25rem;left:40.375rem;display:block; }
#spanC9oKwzpX6aSPavXlKB1f3rA73bZD { position:absolute;display:block;z-index:15033;background-color:#a5b8d0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:30.25rem;left:40.375rem;display:block; }
#T62Om8qIgBbMMFiLmZtbKKoi8iXAC9nm { position:absolute;display:block;z-index:15034;background-color:#0f4c81;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:17.75rem;left:40.375rem;display:block; }
#TIqvZUTBTdZqOchGco4uOP9zpbzw2oAD { position:absolute;display:block;z-index:15035;background-color:#f26b5b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:24rem;left:40.375rem;display:block; }
#rEyfzz3EIzmdqAtF9pXlHtUJ94JFdTuh { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.125rem;width:28.1875rem;top:10.375rem;left:4.466796875rem;overflow:hidden;display:block; }
#zmDdIW1Rppf7EpOsi8ZxbElHk8qkwlyv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7fc844;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zmDdIW1Rppf7EpOsi8ZxbElHk8qkwlyv > .row .container { background-color: transparent; background-image: none; }#zmDdIW1Rppf7EpOsi8ZxbElHk8qkwlyv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmDdIW1Rppf7EpOsi8ZxbElHk8qkwlyv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmDdIW1Rppf7EpOsi8ZxbElHk8qkwlyv > .row .container > .video-iframe-container { display: none; }#zmDdIW1Rppf7EpOsi8ZxbElHk8qkwlyv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmDdIW1Rppf7EpOsi8ZxbElHk8qkwlyv > .row > .video-iframe-container { display: none; }#zmDdIW1Rppf7EpOsi8ZxbElHk8qkwlyv > .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); }#zmDdIW1Rppf7EpOsi8ZxbElHk8qkwlyv > .row .container { border-width: 0; border-radius: 0; }#zmDdIW1Rppf7EpOsi8ZxbElHk8qkwlyv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zmDdIW1Rppf7EpOsi8ZxbElHk8qkwlyv > .row .container { font-size:0.875rem;font-family:arial;height:32.5rem;width:75rem;position:relative;display:block; }#ee1BHt7oSxNdPeVFlOwO5TDpKesZXmiy { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;height:19.1875rem;width:18.125rem;position:absolute;display:block;z-index:15000;top:4.6882815361023rem;left:3.375rem;display:block; }
#Pdwrei1VHbFsAfqiwh2bnm6emBtRvAxn { display:block;width:13.5625rem;position:absolute;font-family:"avenir next";font-size:0.9375rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:13.875rem;left:5.6875rem;height:7.03125rem;color:#343434;font-style:italic;text-align:center;text-align-last:center;display:block; }
#t3bofEQMbtQmse9y2quUN1sTQqqzca8Z { display:block;width:14.125rem;position:absolute;font-family:"avenir next";font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:23.875rem;left:5.4375rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;color:#343434;display:block; }
#yq1oIla3Qt3N5QKnE3a08exCo1pifNOc { border-top:0.25rem solid #0f4c81;border-left:0.25rem solid #0f4c81;border-right:0.25rem solid #0f4c81;border-bottom:0.25rem solid #0f4c81;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/2RTVk3fv/studio_republic_fotKKqWNMQ4_unsplash.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:9.0625rem;width:9.0625rem;position:absolute;display:block;z-index:15005;top:2.3125rem;left:32.71875rem;display:block; }#yq1oIla3Qt3N5QKnE3a08exCo1pifNOc.adaptive-delivery-prevent-bg, #yq1oIla3Qt3N5QKnE3a08exCo1pifNOc.lazyload, #yq1oIla3Qt3N5QKnE3a08exCo1pifNOc.lazyloading { background-image: none; }
#WhgfuOlU2ZGaCs0hDfHoZNiFnAXShubp { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;height:19.0625rem;width:18.125rem;position:absolute;display:block;z-index:15004;top:4.75rem;left:28.4375rem;display:block; }
#QRF00CyOdSW68J4IpRn4ilLKR9fHMRNU { display:block;width:13.5625rem;position:absolute;font-family:"avenir next";font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:13.9375rem;left:30.75rem;height:7.03125rem;color:#343434;font-style:italic;text-align:center;text-align-last:center;display:block; }
#tO0WE7PlLTAei3tkBCgcI4DZPCTVXK6X { display:block;width:14.125rem;position:absolute;font-family:"avenir next";font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:23.875rem;left:30.4375rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;color:#343434;display:block; }
#SA25FuxsiKXZLG6BSa1dKSJUwnDX2Eaa { border-top:0.25rem solid #0f4c81;border-left:0.25rem solid #0f4c81;border-right:0.25rem solid #0f4c81;border-bottom:0.25rem solid #0f4c81;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/ACaAIhJP/Przemys_aw_Skrzek_400x400.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:9.0625rem;width:9.0625rem;position:absolute;display:block;z-index:15009;top:2.3125rem;left:57.6875rem;display:block; }#SA25FuxsiKXZLG6BSa1dKSJUwnDX2Eaa.adaptive-delivery-prevent-bg, #SA25FuxsiKXZLG6BSa1dKSJUwnDX2Eaa.lazyload, #SA25FuxsiKXZLG6BSa1dKSJUwnDX2Eaa.lazyloading { background-image: none; }
#krhkq8NlzVzNwg681MSPe4cLI7SLHqfL { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;height:19rem;width:18.125rem;position:absolute;display:block;z-index:15008;top:4.75rem;left:53.4375rem;display:block; }
#X697arrMK1NKfe7AQT5to4kzyK6UInoz { display:block;width:13.5625rem;position:absolute;font-family:"avenir next";font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:13.875rem;left:55.6875rem;height:8.4375rem;color:#343434;font-style:italic;text-align:center;text-align-last:center;display:block; }
#MlSwTnW7ya2HxRkXiFcu2iPTQvxUB5TN { display:block;width:14.125rem;position:absolute;font-family:"avenir next";font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:23.875rem;left:55.4375rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;color:#343434;display:block; }
#KFzJAVONvLiimITcpSghh6xJXBClTJOJ { display:block;width:13.5625rem;position:absolute;font-family:"avenir next";font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:26.8125rem;left:5.71875rem;height:3.1875rem;color:#343434;font-style:italic;text-align:center;text-align-last:center;display:block; }
#onCTixrZliZokXLlbxMcrLBqlMZitIlz { display:block;width:13.5625rem;position:absolute;font-family:"avenir next";font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:26.8125rem;left:30.71875rem;height:3.1875rem;color:#343434;font-style:italic;text-align:center;text-align-last:center;display:block; }
#v6WKAKpI6dzB1yOTPJUHseiGsTyr2KSw { display:block;width:13.5625rem;position:absolute;font-family:"avenir next";font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:26.8125rem;left:55.71875rem;height:3.1875rem;color:#343434;font-style:italic;text-align:center;text-align-last:center;display:block; }
#KFBN5ga5Av2wdeQpDRvBWCEtFkddbNta { border-top:0.25rem solid #0f4c81;border-left:0.25rem solid #0f4c81;border-right:0.25rem solid #0f4c81;border-bottom:0.25rem solid #0f4c81;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/KGUHGo5I/IMG_20200722_0001.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:9.0625rem;width:9.0625rem;position:absolute;display:block;z-index:15001;top:2.3125rem;left:7.75rem;display:block; }#KFBN5ga5Av2wdeQpDRvBWCEtFkddbNta.adaptive-delivery-prevent-bg, #KFBN5ga5Av2wdeQpDRvBWCEtFkddbNta.lazyload, #KFBN5ga5Av2wdeQpDRvBWCEtFkddbNta.lazyloading { background-image: none; }
#DuEFVfbqgCZAtPIZOqboKSJdNE3m0UCM { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DuEFVfbqgCZAtPIZOqboKSJdNE3m0UCM > .row .container { background-color: transparent; background-image: none; }#DuEFVfbqgCZAtPIZOqboKSJdNE3m0UCM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DuEFVfbqgCZAtPIZOqboKSJdNE3m0UCM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DuEFVfbqgCZAtPIZOqboKSJdNE3m0UCM > .row .container > .video-iframe-container { display: none; }#DuEFVfbqgCZAtPIZOqboKSJdNE3m0UCM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DuEFVfbqgCZAtPIZOqboKSJdNE3m0UCM > .row > .video-iframe-container { display: none; }#DuEFVfbqgCZAtPIZOqboKSJdNE3m0UCM > .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); }#DuEFVfbqgCZAtPIZOqboKSJdNE3m0UCM > .row .container { border-width: 0; border-radius: 0; }#DuEFVfbqgCZAtPIZOqboKSJdNE3m0UCM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DuEFVfbqgCZAtPIZOqboKSJdNE3m0UCM > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:75rem;position:relative;display:block; }#wGXaTNPmhhimVnCDR7msbmIPxFueTHPt { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:9.375rem;top:3.8125rem;left:10.3125rem;overflow:hidden;display:block; }
#D2meuxUBdzGb4OvPptrqVV8M6hp4CGet { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:4.4375rem;top:3.625rem;left:24.0625rem;overflow:hidden;display:block; }
#ZoeCGnwizsu0cm6FG7L6bq4mm2FngcJZ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:7.125rem;top:3.625rem;left:33.5625rem;overflow:hidden;display:block; }
#ra9OO3FH0nqZK1PNftNQhbTsJpqJREnM { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:5.125rem;top:3.625rem;left:45.8125rem;overflow:hidden;display:block; }
#NQtVIMgHpF0FExF5B4N75NTfLZXSKQyZ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:9rem;top:3.0625rem;left:55.6875rem;overflow:hidden;display:block; }
#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f26b5b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container { background-color: transparent; background-image: none; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container > .video-iframe-container { display: none; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row > .video-iframe-container { display: none; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .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); }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container { border-width: 0; border-radius: 0; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container { font-size:0.875rem;font-family:arial;height:13.625rem;width:75rem;position:relative;display:block; }#Q1l2STCkwmFkadCFClr2chQhtTzUqTiQ { display:block;width:28.9375rem;position:absolute;font-family:"avenir next";font-size:1.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.875rem;left:3.09375rem;height:7.3125rem;color:#ffffff;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#hGe5fs7PDfTRHfcLUir6mlQnLHmG2HxJ { box-sizing:content-box;color:#ffffff;font-size:5.5rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:2.5625rem;left:38.1875rem;display:block; }
#SPtWKq1HNTTSdDCJrv6FDVht2ete1aE8 { display:block;width:20.75rem;position:absolute;font-family:"avenir next";font-size:1.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:4.09375rem;left:49.8125rem;height:4.875rem;color:#ffffff;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#b2V8FCMSOZeAX4QRqEcDpfGNBVQ7k93e { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#0f4c81;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b2V8FCMSOZeAX4QRqEcDpfGNBVQ7k93e > .row .container { background-color: transparent; background-image: none; }#b2V8FCMSOZeAX4QRqEcDpfGNBVQ7k93e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2V8FCMSOZeAX4QRqEcDpfGNBVQ7k93e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2V8FCMSOZeAX4QRqEcDpfGNBVQ7k93e > .row .container > .video-iframe-container { display: none; }#b2V8FCMSOZeAX4QRqEcDpfGNBVQ7k93e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2V8FCMSOZeAX4QRqEcDpfGNBVQ7k93e > .row > .video-iframe-container { display: none; }#b2V8FCMSOZeAX4QRqEcDpfGNBVQ7k93e > .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); }#b2V8FCMSOZeAX4QRqEcDpfGNBVQ7k93e > .row .container { border-width: 0; border-radius: 0; }#b2V8FCMSOZeAX4QRqEcDpfGNBVQ7k93e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b2V8FCMSOZeAX4QRqEcDpfGNBVQ7k93e > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:75rem;position:relative;display:block; }#TKvLBX4vGCHOkHCDs5EHsW6lRu3oRJVZ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:30.6875rem;top:2.375rem;left:22.15625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #v2WRqqktpvaOhbmnV6hQeSyNIwIpJpyR { display:block; }#v2WRqqktpvaOhbmnV6hQeSyNIwIpJpyR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xEcgXkhXzfDA4ig2mg8dtvl94AVMOeB3 { top:3.0625rem;left:0rem;width:22.5rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5ZFTDCylJA8tpu56KuiB1zgx3aHx2IU { top:4.75rem;left:0rem;width:34.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wk6rchBaqRFHSlqaI3it5ZG89kFmTWXy { width:2.6875rem;height:1.875rem;top:4.5rem;left:45.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tpk0Ol34iLkLCzD7DExQUyDfZ25k7GKq { display:block; }
 }@media only screen and (max-width: 763px) { #uyWpgNuCL8d8OnQe8CidNTmZ5hWP4AwT { display:block; }#uyWpgNuCL8d8OnQe8CidNTmZ5hWP4AwT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezsezuPuw3wyZLkX7pDh9qum5X8IP07x { width:47.75rem;height:;top:2.625rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgfeKpQD3AF0GCtH5fKhdnEeUEMulPUV { display:block; }#KgfeKpQD3AF0GCtH5fKhdnEeUEMulPUV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dFU73w1KCgCI1J0DJCTKtGLIAtTmS1xI { width:42.5rem;height:2.5625rem;top:7.5rem;left:0rem;font-size:1.4375rem;display:block; }#dFU73w1KCgCI1J0DJCTKtGLIAtTmS1xI li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/ABrASPYS/Czerwony.jpg); }
 }@media only screen and (max-width: 763px) { #a5mpcTdeWIWcQdaVJ38PpLMahJ8cCIQs { top:6.625rem;left:10.125rem;width:37.625rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #klTmvZEDa5HPXFk37KMg8W86VJdM0sF1 { width:20.875rem;height:3.625rem;top:27.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9VTpeqTySHZ0TsKNU7yd19IXosRmTBa { display:block; }
 }@media only screen and (max-width: 763px) { #i9pl0kqHR4WF9Pmgge1RqhC8o1FtTseb { width:39.3125rem;height:2.5625rem;top:11.875rem;left:0rem;font-size:1.4375rem;display:block; }#i9pl0kqHR4WF9Pmgge1RqhC8o1FtTseb li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/xP9tbpof/Zielony.jpg); }
 }@media only screen and (max-width: 763px) { #Uo3W5Up0cW5uuOVEhda9alP2ZnFmiTeP { width:39.3125rem;height:2.5625rem;top:16.25rem;left:0rem;font-size:1.4375rem;display:block; }#Uo3W5Up0cW5uuOVEhda9alP2ZnFmiTeP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/kHblXDvp/Szary.jpg); }
 }@media only screen and (max-width: 763px) { #HsbkWqroidvHikJ2s47D5ymuMGbnQq01 { display:block; }#HsbkWqroidvHikJ2s47D5ymuMGbnQq01 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gZVafTuuTyrPIMgKU2HeqiSIbL8W49dt { width:47.75rem;height:3.375rem;top:3rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZBC8ACOvoE4wNL6WTFrMl22VUO0FMET { display:block; }#uZBC8ACOvoE4wNL6WTFrMl22VUO0FMET > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LyorIopGWfLQGX5fHdOeAQfsU9d7930r { width:15rem;height:15.625rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLzeWBDJHwhAItiqM8wAQKMV7GBgnDoB { width:7.1875rem;height:7.1875rem;top:0rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mViA4cbRQn1DufJqurClCELQt8Lb4x1n { width:13.75rem;height:1.625rem;top:9.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXDyVL2a3zoSI5c2GSRpPqRBkeTWJivV { width:13.1875rem;height:3.75rem;top:12.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rewBeuhG44t11SlShXXuLEHQLniW27lC { width:4.375rem;height:4.375rem;top:1.375rem;left:5.3125rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MO3MmyseDapSK92yx84Tf9et1IDbWh5l { width:13.1875rem;height:3.75rem;top:12.125rem;left:17.291666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqPg11Jt9Vt6l1eH4M70WNapV4SMx37b { width:13.75rem;height:1.625rem;top:9.875rem;left:16.541666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #iToPewcAyduQTckIKKPBpbWBQBv9TskK { width:7.1875rem;height:7.1875rem;top:0rem;left:20.291666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoJSkdrVcgSFvFE02VA2WCP38zXwn5cE { width:4.375rem;height:4.375rem;top:1.4375rem;left:21.666666666667rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeZb6RgoWvudSTVSLaRrSXeDMXRKqrmD { width:15rem;height:15.625rem;top:3.4375rem;left:32.270833333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wf0DMbzPEDLBlRAkcTOGJKlpFx4Etm9L { width:13.1875rem;height:3.75rem;top:12.125rem;left:32.958333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6HRNJNrBWZMHoU3qozoNWkwvmx8PJKh { width:13.75rem;height:1.625rem;top:9.875rem;left:32.958333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBb7hTW8vmTf3x4eUa00hzQ7Nd35c78D { width:7.1875rem;height:7.1875rem;top:0rem;left:36.208333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTPCoTrGrCXazeXBHhWRQ39osGftqvZI { width:4.375rem;height:4.375rem;top:1.4375rem;left:37.645833333333rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy { display:block; }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gw0esW26gvTQGt1BIwy7D0T8pylOxwmh { width:47.75rem;height:3.375rem;top:3rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgTbsBWC1wthq5ODtppy6om2iTcBQ2HS { width:47.75rem;height:1.625rem;top:6.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0EZ4BvRqxyigZm45RR73s5tzvMehCl3 { display:block; }#M0EZ4BvRqxyigZm45RR73s5tzvMehCl3 > .row .container { width:47.75rem;height:18.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XmCs6ykd7BvvrNUPrsfvRTcCVDHOrIrF { width:22.5625rem;height:14.9375rem;top:0rem;left:0rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/0F1HRlcf/img.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#XmCs6ykd7BvvrNUPrsfvRTcCVDHOrIrF.adaptive-delivery-prevent-bg, #XmCs6ykd7BvvrNUPrsfvRTcCVDHOrIrF.lazyload, #XmCs6ykd7BvvrNUPrsfvRTcCVDHOrIrF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #CBZ8ET0VWuBA7zdWVxTSNb0g02ZpNWRP { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8CpOeI0pC3z26xBKfMNuBgCa70KymQS { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ln18su9vpArag77BkbcxL2o6d0uBp6l9 { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzOl0mDlN5sqeay3f58NgfBOphUoUtzQ { display:block; }#RzOl0mDlN5sqeay3f58NgfBOphUoUtzQ > .row .container { width:47.75rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LEabr0ZW0uQbrudWI1ohg1sTaffSdNUM { width:22.5625rem;height:14.9375rem;top:0rem;left:25.1875rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/D25qLcb7/youtube.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#LEabr0ZW0uQbrudWI1ohg1sTaffSdNUM.adaptive-delivery-prevent-bg, #LEabr0ZW0uQbrudWI1ohg1sTaffSdNUM.lazyload, #LEabr0ZW0uQbrudWI1ohg1sTaffSdNUM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #cJ4gHqKdD1pufxzQGpD1U5HIrkU17wE1 { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFouE4AADv2TPnmoODAiIRoS5uBqQaeG { width:23.25rem;height:6.75rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4NSxL2n8RIPuppzZA3D8CxlUXwydk7A { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfsuonaAHQbTz8gHFnek1Onv1TRAU8rW { display:block; }#xfsuonaAHQbTz8gHFnek1Onv1TRAU8rW > .row .container { width:47.75rem;height:18.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N95fO78unPiEl9c4iaCPfelW2VEAMIH0 { width:22.5625rem;height:14.9375rem;top:0rem;left:0rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/0F1HRlcf/img.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#N95fO78unPiEl9c4iaCPfelW2VEAMIH0.adaptive-delivery-prevent-bg, #N95fO78unPiEl9c4iaCPfelW2VEAMIH0.lazyload, #N95fO78unPiEl9c4iaCPfelW2VEAMIH0.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #IyhkVqQlb1C6R1BuZPUNkG6Fup3Z9Xrh { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZSO2eccpTptLfcQvWcZlPsMrSbyGsZn { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISKXeiKS2P7CgyExC59NN6ubTkHphy1G { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEiOq6gED7qtkQBuLRCUc6y71qKJWKHD { display:block; }#BEiOq6gED7qtkQBuLRCUc6y71qKJWKHD > .row .container { width:47.75rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fuUc7wEdPRgEObCixdAtOFsyFHH5Wqe3 { width:22.5625rem;height:14.9375rem;top:0rem;left:25.1875rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/D25qLcb7/youtube.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fuUc7wEdPRgEObCixdAtOFsyFHH5Wqe3.adaptive-delivery-prevent-bg, #fuUc7wEdPRgEObCixdAtOFsyFHH5Wqe3.lazyload, #fuUc7wEdPRgEObCixdAtOFsyFHH5Wqe3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #KeaWLHZyBbdrOcUFtmmCO4ks661yTQFS { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrTNfMTPrwla9DANkNBHt06nC1fUN6TP { width:23.25rem;height:6.75rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIZ0BeBMEHCWJ8TIuk169w0IW74OsLbw { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFvhb1kXA6Sg6OMOT4lEIS7kivA40VxT { display:block; }#nFvhb1kXA6Sg6OMOT4lEIS7kivA40VxT > .row .container { width:47.75rem;height:18.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bCfrduSomxRS983EqNXOflvEbnVE35P5 { width:22.5625rem;height:14.9375rem;top:0rem;left:0rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/0F1HRlcf/img.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#bCfrduSomxRS983EqNXOflvEbnVE35P5.adaptive-delivery-prevent-bg, #bCfrduSomxRS983EqNXOflvEbnVE35P5.lazyload, #bCfrduSomxRS983EqNXOflvEbnVE35P5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #e3b4rWdBJVwqoi14mTdgIMcDBAm48HL2 { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wte4VHibauMT5x5iPnQTKnBkb7p1K4T7 { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMiDtXRJ4TpoKGZSJKq2CoSpl1ra8foO { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUTVPywBMuJvPcZG5AT3p4xee3qcaSDo { display:block; }#fUTVPywBMuJvPcZG5AT3p4xee3qcaSDo > .row .container { width:47.75rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NmItIPhLTzgc6ydNlhFLPJTOG8gOV7go { width:22.5625rem;height:14.9375rem;top:0rem;left:25.1875rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/D25qLcb7/youtube.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#NmItIPhLTzgc6ydNlhFLPJTOG8gOV7go.adaptive-delivery-prevent-bg, #NmItIPhLTzgc6ydNlhFLPJTOG8gOV7go.lazyload, #NmItIPhLTzgc6ydNlhFLPJTOG8gOV7go.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Puc9uJ7tDMkftVuCAV7revZB2QR0Nvte { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuSUmzLts8C6yzFNqv7k5rIwuEcNGCXF { width:23.25rem;height:6.75rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWvbdOtlgluhiHvBbQUpeTXUqyu4vxJU { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nogv7hV7t4lScZWftdmGU1aG3PK1STvs { display:block; }#nogv7hV7t4lScZWftdmGU1aG3PK1STvs > .row .container { width:47.75rem;height:18.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W3m9eQBTk68Eo70UXtX4qd9Xv7eEvqTI { width:22.5625rem;height:14.9375rem;top:0rem;left:0rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/0F1HRlcf/img.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#W3m9eQBTk68Eo70UXtX4qd9Xv7eEvqTI.adaptive-delivery-prevent-bg, #W3m9eQBTk68Eo70UXtX4qd9Xv7eEvqTI.lazyload, #W3m9eQBTk68Eo70UXtX4qd9Xv7eEvqTI.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #WSBzfadWJms6fbA1FtfxuaFcWWeRWo76 { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZkFUQhNI3LaW4pRgRcUiEt7v0TZuIP8 { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeXbZxPkavVMThKomkJgdW2dCxvUDiiJ { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QltxVoWiDD3Fax1NaATMQK9X80giuwNa { display:block; }#QltxVoWiDD3Fax1NaATMQK9X80giuwNa > .row .container { width:47.75rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DGCypNQtFukVMIcDoN0LlHrQ62BCa5Gl { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfhwRqThW8iZyeDOtEPry3ez8DMJRI7G { width:23.25rem;height:6.75rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Se54kXkcefKkCPiuOZFpsToNKMcesTQG { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #prRuanZxD6J8JRfKXFCXm2iKN19IOQGU { width:22.5625rem;height:14.9375rem;top:0rem;left:0rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/0F1HRlcf/img.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#prRuanZxD6J8JRfKXFCXm2iKN19IOQGU.adaptive-delivery-prevent-bg, #prRuanZxD6J8JRfKXFCXm2iKN19IOQGU.lazyload, #prRuanZxD6J8JRfKXFCXm2iKN19IOQGU.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #DTh8xGWGZfNQQBANBOqpFEilEvBuTHLT { display:block; }#DTh8xGWGZfNQQBANBOqpFEilEvBuTHLT > .row .container { width:47.75rem;height:18.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ya9VhiT4F4wLgE6i41lQcU5M4ZHb1X3E { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5Jk9d5NTqHpKogBxEvMnksrAeqX6sKm { width:7.1875rem;height:7.1875rem;top:0rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeANIfpZ31vAkX4Ocd1Lw9TOMHEGqEwN { width:7.1875rem;height:7.1875rem;top:0rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G49voaQHZyV8rQLoFTMnqTir84VTn70i { width:7.1875rem;height:7.1875rem;top:0rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M63gcori5mRmQL2nHd515fEg7BFts9Qf { width:7.1875rem;height:7.1875rem;top:0rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCFd3OPFeyN6nrX22vbq1aVXFGSi0BSv { width:7.1875rem;height:7.1875rem;top:0rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WE44ToDhgaPo7TlsEgs9HE1owK4gnpQK { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfbbRqThsB0IvxzUccmtdIGDd4Jr0JGu { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CO9rzkXm5R1PO1ifXeLv5nBroCb9TAAh { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRaAA40w8d3gECi9FPCKryP9pJu86V7G { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkE3sypHC3OJs8TQXR4hIbdQoA8kZSid { width:23.25rem;height:6.75rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuF2TePpUnue0FXTworPKreDxoTTl9Ba { display:block; }#ZuF2TePpUnue0FXTworPKreDxoTTl9Ba > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vOyOkn48xMlIIMJvnEFO2PN4TOIbECIv { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RV7kcpaAF3ITGNwHn1V6MmUAZTvnZ536 { display:block; }
 }@media only screen and (max-width: 763px) { #lqt49vcEUwXhayiVtUX7GI95L6EsnBPI { width:47.75rem;height:2.4375rem;top:0rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbWoNE8m9K18iOhPWTUF0T379OJcGH70 { display:block; }#wbWoNE8m9K18iOhPWTUF0T379OJcGH70 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g9b70sUlZVtR9xaB9sHeK3MDdnzHkkgz { width:47.75rem;height:;top:3rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgiSCTyRhOQOIOqWwXpmr8HHeV5xTolF { display:block; }#DgiSCTyRhOQOIOqWwXpmr8HHeV5xTolF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nzcv98QJF0ViTfgco0QlQmFf7xfH2n3I { top:2.125rem;left:0rem;width:47.75rem;height:31.658572635135rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbL74N9NhuvaOKRtVd4VnsvT87EMBT6f { display:block; }#LbL74N9NhuvaOKRtVd4VnsvT87EMBT6f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wbFNJkpLx7HZksyA85vVfeRPIaPSBgrT { width:47.75rem;height:1.625rem;top:6.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zi2ocOaUNpm2nJxt0DfdQhtZDpw1TTgk { width:47.75rem;height:3.375rem;top:2.625rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPX6PQxyZBMN2xl7KIzRnKV03IGC2phh { width:23.25rem;height:6.75rem;top:5.5625rem;left:0rem;display:block; }#xPX6PQxyZBMN2xl7KIzRnKV03IGC2phh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/okaTqUJq/Bia_y.jpg); }
 }@media only screen and (max-width: 763px) { #FJ2UiedMh8Nafsz7kv9mLTHB0OOO5abq { width:23.25rem;height:6.75rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOxdTGTz1WIWBKmPkps6fWHvol7n7dOD { top:26.1875rem;left:0rem;width:47.75rem;height:46.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGZIpvGBcAeVKo2IkatL16MxSeZs0sso { display:block; }#hGZIpvGBcAeVKo2IkatL16MxSeZs0sso > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t9BGdod39mt2EGntHTPaXQAIpERPHpP7 { width:47.75rem;height:3.375rem;top:3.3125rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlu6oiOVUiffuVF1T7O5K0DWT1NuhqxG { width:27.125rem;height:1.9375rem;top:11.1875rem;left:20.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uF9fN1eohglXUhTM7RHgeModaxKkHzE1 { width:27.0625rem;height:2.875rem;top:13.25rem;left:20.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJcPnkMw60K34d304uzzUL0XQWVcksUi { width:28.125rem;height:2.875rem;top:19.5rem;left:19.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVcU9MKCmdHpXqrwRgpKB13zNE6l9noO { width:27.125rem;height:1.9375rem;top:17.4375rem;left:20.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrcyV4PZbDQ6bpfbNl9ztzPW1iZKXbw8 { width:27.125rem;height:1.9375rem;top:23.6875rem;left:20.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOHCWlltr271sIqKHLESQI15cz0HS6Np { width:27.875rem;height:2.875rem;top:25.75rem;left:19.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMCwu7fPgJo7t9Ja49l2tu2H2fNZL6Tq { width:27.125rem;height:1.9375rem;top:29.9375rem;left:20.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBRD0EPrfEUOXXxKdZTVW6Q0zJbU4ePr { width:27.9375rem;height:2.875rem;top:32rem;left:19.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtdTSSGkfrVFZcaubEqaNbePin1pW2iT { width:27.125rem;height:1.9375rem;top:35.9375rem;left:20.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8oGpyyIa1JdpCugFCGyTMCpKxbCIG7R { width:1.3125rem;height:1.3125rem;top:11.5rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfUebD2BGnp1lcNdzhmK0PMVqt69Oxse { width:27.75rem;height:2.875rem;top:38rem;left:20rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qD9mb9RgqMp7c3Z9dCaTQOgi6lUMrT1I { width:1.3125rem;height:1.3125rem;top:36.25rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #spanC9oKwzpX6aSPavXlKB1f3rA73bZD { width:1.3125rem;height:1.3125rem;top:30.25rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T62Om8qIgBbMMFiLmZtbKKoi8iXAC9nm { width:1.3125rem;height:1.3125rem;top:17.75rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIqvZUTBTdZqOchGco4uOP9zpbzw2oAD { width:1.3125rem;height:1.3125rem;top:24rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEyfzz3EIzmdqAtF9pXlHtUJ94JFdTuh { top:10.375rem;left:0rem;width:28.1875rem;height:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmDdIW1Rppf7EpOsi8ZxbElHk8qkwlyv { display:block; }#zmDdIW1Rppf7EpOsi8ZxbElHk8qkwlyv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ee1BHt7oSxNdPeVFlOwO5TDpKesZXmiy { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pdwrei1VHbFsAfqiwh2bnm6emBtRvAxn { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3bofEQMbtQmse9y2quUN1sTQqqzca8Z { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yq1oIla3Qt3N5QKnE3a08exCo1pifNOc { width:9.0625rem;height:9.0625rem;top:0rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhgfuOlU2ZGaCs0hDfHoZNiFnAXShubp { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRF00CyOdSW68J4IpRn4ilLKR9fHMRNU { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tO0WE7PlLTAei3tkBCgcI4DZPCTVXK6X { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SA25FuxsiKXZLG6BSa1dKSJUwnDX2Eaa { width:9.0625rem;height:9.0625rem;top:0rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #krhkq8NlzVzNwg681MSPe4cLI7SLHqfL { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X697arrMK1NKfe7AQT5to4kzyK6UInoz { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlSwTnW7ya2HxRkXiFcu2iPTQvxUB5TN { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFzJAVONvLiimITcpSghh6xJXBClTJOJ { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #onCTixrZliZokXLlbxMcrLBqlMZitIlz { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6WKAKpI6dzB1yOTPJUHseiGsTyr2KSw { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFBN5ga5Av2wdeQpDRvBWCEtFkddbNta { width:9.0625rem;height:9.0625rem;top:0rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuEFVfbqgCZAtPIZOqboKSJdNE3m0UCM { display:block; }#DuEFVfbqgCZAtPIZOqboKSJdNE3m0UCM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wGXaTNPmhhimVnCDR7msbmIPxFueTHPt { width:9.375rem;height:1.8125rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2meuxUBdzGb4OvPptrqVV8M6hp4CGet { width:4.4375rem;height:2.1875rem;top:2.8125rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoeCGnwizsu0cm6FG7L6bq4mm2FngcJZ { width:7.125rem;height:2.1875rem;top:2.8125rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra9OO3FH0nqZK1PNftNQhbTsJpqJREnM { width:5.125rem;height:2.1875rem;top:2.8125rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQtVIMgHpF0FExF5B4N75NTfLZXSKQyZ { width:9rem;height:3.3125rem;top:3.0625rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2DpIWALt2haByvupu9yEhgkJxoFcZ2H { display:block; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q1l2STCkwmFkadCFClr2chQhtTzUqTiQ { width:22.875rem;height:0;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGe5fs7PDfTRHfcLUir6mlQnLHmG2HxJ { top:2.5625rem;left:24.5625rem;width:7.9375rem;height:7.9375rem;font-size:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPtWKq1HNTTSdDCJrv6FDVht2ete1aE8 { width:22.875rem;height:0;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2V8FCMSOZeAX4QRqEcDpfGNBVQ7k93e { display:block; }#b2V8FCMSOZeAX4QRqEcDpfGNBVQ7k93e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TKvLBX4vGCHOkHCDs5EHsW6lRu3oRJVZ { top:2.375rem;left:8.53125rem;width:30.6875rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #v2WRqqktpvaOhbmnV6hQeSyNIwIpJpyR { position:relative;z-index:auto;display:block; }#v2WRqqktpvaOhbmnV6hQeSyNIwIpJpyR > .row .container { width:20rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xEcgXkhXzfDA4ig2mg8dtvl94AVMOeB3 { width:20rem;height:2.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5ZFTDCylJA8tpu56KuiB1zgx3aHx2IU { width:20rem;height:0;top:5.3125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wk6rchBaqRFHSlqaI3it5ZG89kFmTWXy { width:2.6875rem;height:1.875rem;top:5.4375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tpk0Ol34iLkLCzD7DExQUyDfZ25k7GKq { display:block; }
 }@media only screen and (max-width: 763px) { #uyWpgNuCL8d8OnQe8CidNTmZ5hWP4AwT { display:block; }#uyWpgNuCL8d8OnQe8CidNTmZ5hWP4AwT > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezsezuPuw3wyZLkX7pDh9qum5X8IP07x { width:18.75rem;height:7.3125rem;top:1.03125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgfeKpQD3AF0GCtH5fKhdnEeUEMulPUV { display:block; }#KgfeKpQD3AF0GCtH5fKhdnEeUEMulPUV > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dFU73w1KCgCI1J0DJCTKtGLIAtTmS1xI { width:20rem;height:7.125rem;top:3.125rem;left:0rem;font-size:1.25rem;line-height:1.9;display:block; }#dFU73w1KCgCI1J0DJCTKtGLIAtTmS1xI li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/ABrASPYS/Czerwony.jpg); }
 }@media only screen and (max-width: 763px) { #a5mpcTdeWIWcQdaVJ38PpLMahJ8cCIQs { width:15.75rem;height:8.875rem;top:24.69140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #klTmvZEDa5HPXFk37KMg8W86VJdM0sF1 { width:16.375rem;height:3.625rem;top:41.75rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9VTpeqTySHZ0TsKNU7yd19IXosRmTBa { display:block; }
 }@media only screen and (max-width: 763px) { #i9pl0kqHR4WF9Pmgge1RqhC8o1FtTseb { width:20rem;height:4.75rem;top:11.25rem;left:0rem;font-size:1.25rem;line-height:1.9;display:block; }#i9pl0kqHR4WF9Pmgge1RqhC8o1FtTseb li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/xP9tbpof/Zielony.jpg); }
 }@media only screen and (max-width: 763px) { #Uo3W5Up0cW5uuOVEhda9alP2ZnFmiTeP { width:20rem;height:4.75rem;top:16.875rem;left:0rem;font-size:1.25rem;line-height:1.9;display:block; }#Uo3W5Up0cW5uuOVEhda9alP2ZnFmiTeP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/kHblXDvp/Szary.jpg); }
 }@media only screen and (max-width: 763px) { #HsbkWqroidvHikJ2s47D5ymuMGbnQq01 { display:block; }#HsbkWqroidvHikJ2s47D5ymuMGbnQq01 > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gZVafTuuTyrPIMgKU2HeqiSIbL8W49dt { width:18.75rem;height:6.3369375rem;top:1.59375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZBC8ACOvoE4wNL6WTFrMl22VUO0FMET { display:block; }#uZBC8ACOvoE4wNL6WTFrMl22VUO0FMET > .row .container { width:20rem;height:78.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LyorIopGWfLQGX5fHdOeAQfsU9d7930r { width:18.75rem;height:10.8125rem;top:3.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLzeWBDJHwhAItiqM8wAQKMV7GBgnDoB { width:7.1875rem;height:7.1875rem;top:0rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mViA4cbRQn1DufJqurClCELQt8Lb4x1n { width:17.5rem;height:1.94921875rem;top:7.8125rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pXDyVL2a3zoSI5c2GSRpPqRBkeTWJivV { width:13.1875rem;height:13rem;top:10.9375rem;left:3.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rewBeuhG44t11SlShXXuLEHQLniW27lC { width:4.375rem;height:4.375rem;top:3.125rem;left:7.8125rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MO3MmyseDapSK92yx84Tf9et1IDbWh5l { width:13.1875rem;height:13rem;top:37.8125rem;left:3.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NqPg11Jt9Vt6l1eH4M70WNapV4SMx37b { width:17.5rem;height:1.94921875rem;top:32.8125rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iToPewcAyduQTckIKKPBpbWBQBv9TskK { width:7.1875rem;height:7.1875rem;top:19.375rem;left:6.5rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #qoJSkdrVcgSFvFE02VA2WCP38zXwn5cE { width:4.375rem;height:4.375rem;top:28.125rem;left:7.8125rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeZb6RgoWvudSTVSLaRrSXeDMXRKqrmD { width:18.75rem;height:10.8125rem;top:37.4375rem;left:0.625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #Wf0DMbzPEDLBlRAkcTOGJKlpFx4Etm9L { width:13.1875rem;height:9.75rem;top:63.4375rem;left:3.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T6HRNJNrBWZMHoU3qozoNWkwvmx8PJKh { width:17.5rem;height:1.94921875rem;top:60.3125rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tBb7hTW8vmTf3x4eUa00hzQ7Nd35c78D { width:7.1875rem;height:7.1875rem;top:33.75rem;left:6.4375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #sTPCoTrGrCXazeXBHhWRQ39osGftqvZI { width:4.375rem;height:4.375rem;top:55rem;left:7.8125rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy { display:block; }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gw0esW26gvTQGt1BIwy7D0T8pylOxwmh { width:18.75rem;height:4.2246125rem;top:1.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgTbsBWC1wthq5ODtppy6om2iTcBQ2HS { width:20rem;height:4.875rem;top:7.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0EZ4BvRqxyigZm45RR73s5tzvMehCl3 { display:block; }#M0EZ4BvRqxyigZm45RR73s5tzvMehCl3 > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XmCs6ykd7BvvrNUPrsfvRTcCVDHOrIrF { width:18.75rem;height:9.8125rem;top:3.125rem;left:0.625rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/SBTcuDNN/mobilehome.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#XmCs6ykd7BvvrNUPrsfvRTcCVDHOrIrF.adaptive-delivery-prevent-bg, #XmCs6ykd7BvvrNUPrsfvRTcCVDHOrIrF.lazyload, #XmCs6ykd7BvvrNUPrsfvRTcCVDHOrIrF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #CBZ8ET0VWuBA7zdWVxTSNb0g02ZpNWRP { width:18.75rem;height:23.90625rem;top:26.1875rem;left:0.625rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8CpOeI0pC3z26xBKfMNuBgCa70KymQS { width:20rem;height:6.375rem;top:18.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ln18su9vpArag77BkbcxL2o6d0uBp6l9 { width:18.75rem;height:3.8984375rem;top:14rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzOl0mDlN5sqeay3f58NgfBOphUoUtzQ { display:block; }#RzOl0mDlN5sqeay3f58NgfBOphUoUtzQ > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LEabr0ZW0uQbrudWI1ohg1sTaffSdNUM { width:18.75rem;height:9.8125rem;top:3.125rem;left:0.625rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/oLoZ7lwP/yacht.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#LEabr0ZW0uQbrudWI1ohg1sTaffSdNUM.adaptive-delivery-prevent-bg, #LEabr0ZW0uQbrudWI1ohg1sTaffSdNUM.lazyload, #LEabr0ZW0uQbrudWI1ohg1sTaffSdNUM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #cJ4gHqKdD1pufxzQGpD1U5HIrkU17wE1 { width:18.75rem;height:1.94921875rem;top:15.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFouE4AADv2TPnmoODAiIRoS5uBqQaeG { width:18.75rem;height:21.09375rem;top:29.1875rem;left:0.625rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4NSxL2n8RIPuppzZA3D8CxlUXwydk7A { width:20rem;height:9.5625rem;top:17.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfsuonaAHQbTz8gHFnek1Onv1TRAU8rW { display:block; }#xfsuonaAHQbTz8gHFnek1Onv1TRAU8rW > .row .container { width:20rem;height:37.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N95fO78unPiEl9c4iaCPfelW2VEAMIH0 { width:18.75rem;height:9.8125rem;top:3.125rem;left:0.625rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/efOJKiZc/furniture_L.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#N95fO78unPiEl9c4iaCPfelW2VEAMIH0.adaptive-delivery-prevent-bg, #N95fO78unPiEl9c4iaCPfelW2VEAMIH0.lazyload, #N95fO78unPiEl9c4iaCPfelW2VEAMIH0.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #IyhkVqQlb1C6R1BuZPUNkG6Fup3Z9Xrh { width:18.75rem;height:14.0625rem;top:23.125rem;left:0.625rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZSO2eccpTptLfcQvWcZlPsMrSbyGsZn { width:20rem;height:6.375rem;top:16.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISKXeiKS2P7CgyExC59NN6ubTkHphy1G { width:18.75rem;height:1.94921875rem;top:14rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEiOq6gED7qtkQBuLRCUc6y71qKJWKHD { display:block; }#BEiOq6gED7qtkQBuLRCUc6y71qKJWKHD > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fuUc7wEdPRgEObCixdAtOFsyFHH5Wqe3 { width:18.75rem;height:9.8125rem;top:1.875rem;left:0.625rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/GGdX0TXs/guitars.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fuUc7wEdPRgEObCixdAtOFsyFHH5Wqe3.adaptive-delivery-prevent-bg, #fuUc7wEdPRgEObCixdAtOFsyFHH5Wqe3.lazyload, #fuUc7wEdPRgEObCixdAtOFsyFHH5Wqe3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #KeaWLHZyBbdrOcUFtmmCO4ks661yTQFS { width:18.75rem;height:1.94921875rem;top:13.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrTNfMTPrwla9DANkNBHt06nC1fUN6TP { width:18.75rem;height:22.5rem;top:25.6875rem;left:0.625rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIZ0BeBMEHCWJ8TIuk169w0IW74OsLbw { width:20rem;height:7.96875rem;top:16.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFvhb1kXA6Sg6OMOT4lEIS7kivA40VxT { display:block; }#nFvhb1kXA6Sg6OMOT4lEIS7kivA40VxT > .row .container { width:20rem;height:44.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bCfrduSomxRS983EqNXOflvEbnVE35P5 { width:18.75rem;height:9.8125rem;top:3.125rem;left:0.625rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/JTcUkZvX/Ubrania.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#bCfrduSomxRS983EqNXOflvEbnVE35P5.adaptive-delivery-prevent-bg, #bCfrduSomxRS983EqNXOflvEbnVE35P5.lazyload, #bCfrduSomxRS983EqNXOflvEbnVE35P5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #e3b4rWdBJVwqoi14mTdgIMcDBAm48HL2 { width:18.75rem;height:19.6875rem;top:24.4375rem;left:0.625rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wte4VHibauMT5x5iPnQTKnBkb7p1K4T7 { width:20rem;height:6.375rem;top:17.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMiDtXRJ4TpoKGZSJKq2CoSpl1ra8foO { width:18.75rem;height:1.94921875rem;top:14.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUTVPywBMuJvPcZG5AT3p4xee3qcaSDo { display:block; }#fUTVPywBMuJvPcZG5AT3p4xee3qcaSDo > .row .container { width:20rem;height:47rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NmItIPhLTzgc6ydNlhFLPJTOG8gOV7go { width:18.75rem;height:9.8125rem;top:3.125rem;left:0.625rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/5FF39uqp/003_MarekKazmierczak_fotografia_reklamowa_araj.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#NmItIPhLTzgc6ydNlhFLPJTOG8gOV7go.adaptive-delivery-prevent-bg, #NmItIPhLTzgc6ydNlhFLPJTOG8gOV7go.lazyload, #NmItIPhLTzgc6ydNlhFLPJTOG8gOV7go.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Puc9uJ7tDMkftVuCAV7revZB2QR0Nvte { width:18.75rem;height:1.94921875rem;top:14.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuSUmzLts8C6yzFNqv7k5rIwuEcNGCXF { width:18.75rem;height:19.6875rem;top:27.25rem;left:0.625rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWvbdOtlgluhiHvBbQUpeTXUqyu4vxJU { width:20rem;height:7.96875rem;top:17.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nogv7hV7t4lScZWftdmGU1aG3PK1STvs { display:block; }#nogv7hV7t4lScZWftdmGU1aG3PK1STvs > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W3m9eQBTk68Eo70UXtX4qd9Xv7eEvqTI { width:18.75rem;height:9.8125rem;top:3.125rem;left:0.625rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/O91hFURa/bike.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#W3m9eQBTk68Eo70UXtX4qd9Xv7eEvqTI.adaptive-delivery-prevent-bg, #W3m9eQBTk68Eo70UXtX4qd9Xv7eEvqTI.lazyload, #W3m9eQBTk68Eo70UXtX4qd9Xv7eEvqTI.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #WSBzfadWJms6fbA1FtfxuaFcWWeRWo76 { width:18.75rem;height:11.25rem;top:23.9375rem;left:0.625rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZkFUQhNI3LaW4pRgRcUiEt7v0TZuIP8 { width:20rem;height:4.78125rem;top:17.21875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeXbZxPkavVMThKomkJgdW2dCxvUDiiJ { width:18.75rem;height:1.94921875rem;top:14.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QltxVoWiDD3Fax1NaATMQK9X80giuwNa { display:block; }#QltxVoWiDD3Fax1NaATMQK9X80giuwNa > .row .container { width:20rem;height:40.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DGCypNQtFukVMIcDoN0LlHrQ62BCa5Gl { width:18.75rem;height:1.94921875rem;top:14.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfhwRqThW8iZyeDOtEPry3ez8DMJRI7G { width:18.75rem;height:14.0625rem;top:25.6875rem;left:0.625rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Se54kXkcefKkCPiuOZFpsToNKMcesTQG { width:20rem;height:7.96875rem;top:17.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #prRuanZxD6J8JRfKXFCXm2iKN19IOQGU { width:18.75rem;height:9.8125rem;top:3.125rem;left:0.625rem;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/zsGJhm5q/cake.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#prRuanZxD6J8JRfKXFCXm2iKN19IOQGU.adaptive-delivery-prevent-bg, #prRuanZxD6J8JRfKXFCXm2iKN19IOQGU.lazyload, #prRuanZxD6J8JRfKXFCXm2iKN19IOQGU.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #DTh8xGWGZfNQQBANBOqpFEilEvBuTHLT { display:block; }#DTh8xGWGZfNQQBANBOqpFEilEvBuTHLT > .row .container { width:20rem;height:115.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ya9VhiT4F4wLgE6i41lQcU5M4ZHb1X3E { width:18.75rem;height:1.94921875rem;top:2.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5Jk9d5NTqHpKogBxEvMnksrAeqX6sKm { width:12.5rem;height:12.5rem;top:5.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeANIfpZ31vAkX4Ocd1Lw9TOMHEGqEwN { width:12.5rem;height:12.5rem;top:80.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G49voaQHZyV8rQLoFTMnqTir84VTn70i { width:12.5rem;height:12.5rem;top:43.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M63gcori5mRmQL2nHd515fEg7BFts9Qf { width:12.5rem;height:12.5rem;top:24.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCFd3OPFeyN6nrX22vbq1aVXFGSi0BSv { width:12.5rem;height:12.5rem;top:61.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WE44ToDhgaPo7TlsEgs9HE1owK4gnpQK { width:8.1875rem;height:1.94921875rem;top:21.25rem;left:5.90625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfbbRqThsB0IvxzUccmtdIGDd4Jr0JGu { width:8.1875rem;height:1.94921875rem;top:77.5rem;left:5.90625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CO9rzkXm5R1PO1ifXeLv5nBroCb9TAAh { width:11.0625rem;height:1.94921875rem;top:58.75rem;left:4.46875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRaAA40w8d3gECi9FPCKryP9pJu86V7G { width:9.8125rem;height:1.94921875rem;top:40rem;left:5.0625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkE3sypHC3OJs8TQXR4hIbdQoA8kZSid { width:20rem;height:16.875rem;top:96.25rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuF2TePpUnue0FXTworPKreDxoTTl9Ba { display:block; }#ZuF2TePpUnue0FXTworPKreDxoTTl9Ba > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vOyOkn48xMlIIMJvnEFO2PN4TOIbECIv { width:16.0625rem;height:3.625rem;top:11.8125rem;left:1.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RV7kcpaAF3ITGNwHn1V6MmUAZTvnZ536 { display:block; }
 }@media only screen and (max-width: 763px) { #lqt49vcEUwXhayiVtUX7GI95L6EsnBPI { width:20rem;height:9.75rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #wbWoNE8m9K18iOhPWTUF0T379OJcGH70 { display:block; }#wbWoNE8m9K18iOhPWTUF0T379OJcGH70 > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g9b70sUlZVtR9xaB9sHeK3MDdnzHkkgz { width:20rem;height:4.2246125rem;top:1.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgiSCTyRhOQOIOqWwXpmr8HHeV5xTolF { display:block; }#DgiSCTyRhOQOIOqWwXpmr8HHeV5xTolF > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nzcv98QJF0ViTfgco0QlQmFf7xfH2n3I { width:19.6875rem;height:13.0625rem;top:4.8369140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbL74N9NhuvaOKRtVd4VnsvT87EMBT6f { display:none; }#LbL74N9NhuvaOKRtVd4VnsvT87EMBT6f > .row .container { width:20rem;height:93.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wbFNJkpLx7HZksyA85vVfeRPIaPSBgrT { width:18.75rem;height:4.875rem;top:8.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zi2ocOaUNpm2nJxt0DfdQhtZDpw1TTgk { width:20rem;height:4.125rem;top:1.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPX6PQxyZBMN2xl7KIzRnKV03IGC2phh { width:17.5rem;height:8.125rem;top:16.07421875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }#xPX6PQxyZBMN2xl7KIzRnKV03IGC2phh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/okaTqUJq/Bia_y.jpg); }
 }@media only screen and (max-width: 763px) { #FJ2UiedMh8Nafsz7kv9mLTHB0OOO5abq { width:20rem;height:12.375rem;top:78.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOxdTGTz1WIWBKmPkps6fWHvol7n7dOD { width:20rem;height:37.5rem;top:28.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hGZIpvGBcAeVKo2IkatL16MxSeZs0sso { display:block; }#hGZIpvGBcAeVKo2IkatL16MxSeZs0sso > .row .container { width:20rem;height:96.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t9BGdod39mt2EGntHTPaXQAIpERPHpP7 { width:20rem;height:6.75rem;top:3.4375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wlu6oiOVUiffuVF1T7O5K0DWT1NuhqxG { width:20rem;height:1.625rem;top:33.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uF9fN1eohglXUhTM7RHgeModaxKkHzE1 { width:15rem;height:3.8994125rem;top:36.25rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yJcPnkMw60K34d304uzzUL0XQWVcksUi { width:15rem;height:5.19921875rem;top:48.75rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uVcU9MKCmdHpXqrwRgpKB13zNE6l9noO { width:20rem;height:1.625rem;top:46.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lrcyV4PZbDQ6bpfbNl9ztzPW1iZKXbw8 { width:20rem;height:1.625rem;top:58.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oOHCWlltr271sIqKHLESQI15cz0HS6Np { width:15rem;height:5.19921875rem;top:61.25rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zMCwu7fPgJo7t9Ja49l2tu2H2fNZL6Tq { width:20rem;height:1.625rem;top:71.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IBRD0EPrfEUOXXxKdZTVW6Q0zJbU4ePr { width:15rem;height:5.19921875rem;top:73.75rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HtdTSSGkfrVFZcaubEqaNbePin1pW2iT { width:20rem;height:1.625rem;top:83.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u8oGpyyIa1JdpCugFCGyTMCpKxbCIG7R { width:1.3125rem;height:1.3125rem;top:31.25rem;left:9.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfUebD2BGnp1lcNdzhmK0PMVqt69Oxse { width:15rem;height:5.19921875rem;top:86.25rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qD9mb9RgqMp7c3Z9dCaTQOgi6lUMrT1I { width:1.3125rem;height:1.3125rem;top:81.25rem;left:9.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #spanC9oKwzpX6aSPavXlKB1f3rA73bZD { width:1.3125rem;height:1.3125rem;top:68.75rem;left:9.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T62Om8qIgBbMMFiLmZtbKKoi8iXAC9nm { width:1.3125rem;height:1.3125rem;top:43.75rem;left:9.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIqvZUTBTdZqOchGco4uOP9zpbzw2oAD { width:1.3125rem;height:1.3125rem;top:56.25rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEyfzz3EIzmdqAtF9pXlHtUJ94JFdTuh { width:13.75rem;height:15.1875rem;top:11.4375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmDdIW1Rppf7EpOsi8ZxbElHk8qkwlyv { display:block; }#zmDdIW1Rppf7EpOsi8ZxbElHk8qkwlyv > .row .container { width:20rem;height:93.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ee1BHt7oSxNdPeVFlOwO5TDpKesZXmiy { width:18.75rem;height:13.8125rem;top:3.5rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pdwrei1VHbFsAfqiwh2bnm6emBtRvAxn { width:17.5rem;height:6rem;top:14.125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3bofEQMbtQmse9y2quUN1sTQqqzca8Z { width:17.5rem;height:1.94921875rem;top:21rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yq1oIla3Qt3N5QKnE3a08exCo1pifNOc { width:9.0625rem;height:9.0625rem;top:29.875rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhgfuOlU2ZGaCs0hDfHoZNiFnAXShubp { width:18.125rem;height:3.9375rem;top:24.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRF00CyOdSW68J4IpRn4ilLKR9fHMRNU { width:13.5625rem;height:9rem;top:41.25rem;left:3.21875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tO0WE7PlLTAei3tkBCgcI4DZPCTVXK6X { width:14.125rem;height:1.7871125rem;top:51.25rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SA25FuxsiKXZLG6BSa1dKSJUwnDX2Eaa { width:9.0625rem;height:9.0625rem;top:60.4990234375rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #krhkq8NlzVzNwg681MSPe4cLI7SLHqfL { width:18.125rem;height:19rem;top:52.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X697arrMK1NKfe7AQT5to4kzyK6UInoz { width:13.5625rem;height:10.5rem;top:72.375rem;left:3.21875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlSwTnW7ya2HxRkXiFcu2iPTQvxUB5TN { width:14.125rem;height:1.7871125rem;top:84.375rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFzJAVONvLiimITcpSghh6xJXBClTJOJ { width:13.5625rem;height:3rem;top:23.5rem;left:3.21875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #onCTixrZliZokXLlbxMcrLBqlMZitIlz { width:13.5625rem;height:3rem;top:54.3125rem;left:3.21875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6WKAKpI6dzB1yOTPJUHseiGsTyr2KSw { width:13.5625rem;height:3rem;top:87.125rem;left:3.21875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFBN5ga5Av2wdeQpDRvBWCEtFkddbNta { width:9.0625rem;height:9.0625rem;top:2.875rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuEFVfbqgCZAtPIZOqboKSJdNE3m0UCM { display:block; }#DuEFVfbqgCZAtPIZOqboKSJdNE3m0UCM > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wGXaTNPmhhimVnCDR7msbmIPxFueTHPt { width:14.375rem;height:2.625rem;top:3.375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2meuxUBdzGb4OvPptrqVV8M6hp4CGet { width:10.3125rem;height:4.9375rem;top:9rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoeCGnwizsu0cm6FG7L6bq4mm2FngcJZ { width:12.0625rem;height:3.5625rem;top:16.625rem;left:3.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra9OO3FH0nqZK1PNftNQhbTsJpqJREnM { width:8.625rem;height:3.5625rem;top:22.8125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQtVIMgHpF0FExF5B4N75NTfLZXSKQyZ { width:12.0625rem;height:4.4375rem;top:28.125rem;left:3.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2DpIWALt2haByvupu9yEhgkJxoFcZ2H { display:block; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container { width:20rem;height:22.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q1l2STCkwmFkadCFClr2chQhtTzUqTiQ { width:18.75rem;height:6.82425rem;top:2.8125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGe5fs7PDfTRHfcLUir6mlQnLHmG2HxJ { width:4.9375rem;height:4.9375rem;top:11.6875rem;left:7.53125rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPtWKq1HNTTSdDCJrv6FDVht2ete1aE8 { width:20rem;height:3.4121125rem;top:17.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2V8FCMSOZeAX4QRqEcDpfGNBVQ7k93e { display:block; }#b2V8FCMSOZeAX4QRqEcDpfGNBVQ7k93e > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TKvLBX4vGCHOkHCDs5EHsW6lRu3oRJVZ { width:20rem;height:3.0142566191446rem;top:1.25rem;left:0rem;display:block; }
 }