.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
body { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bLeZbW2LGBFxF4HlQt4X9N9meqvLfukM { position:relative;display:block; }#bLeZbW2LGBFxF4HlQt4X9N9meqvLfukM { background-color: transparent; background-image: none; }#bLeZbW2LGBFxF4HlQt4X9N9meqvLfukM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bLeZbW2LGBFxF4HlQt4X9N9meqvLfukM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bLeZbW2LGBFxF4HlQt4X9N9meqvLfukM > .row .container > .video-iframe-container { display: none; }#bLeZbW2LGBFxF4HlQt4X9N9meqvLfukM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bLeZbW2LGBFxF4HlQt4X9N9meqvLfukM > .row > .video-iframe-container { display: none; }#bLeZbW2LGBFxF4HlQt4X9N9meqvLfukM > .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); }#bLeZbW2LGBFxF4HlQt4X9N9meqvLfukM { border-width: 0; border-radius: 0; }#bLeZbW2LGBFxF4HlQt4X9N9meqvLfukM > .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; }#bLeZbW2LGBFxF4HlQt4X9N9meqvLfukM > .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:5.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; }#D27x0Nb0sGIQ7aPKNSLHXgrdaIGbi4dx { 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:3.75rem;width:15.375rem;top:0.75rem;left:1.421875rem;overflow:hidden;display:block; }
#EFsdo299VZw6yzFf4LIDzZs1mW6BdBRG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ba641f9a-7a29-4840-b520-4ac8f7235de4/top.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EFsdo299VZw6yzFf4LIDzZs1mW6BdBRG.adaptive-delivery-prevent-bg, #EFsdo299VZw6yzFf4LIDzZs1mW6BdBRG.lazyload, #EFsdo299VZw6yzFf4LIDzZs1mW6BdBRG.lazyloading { background-image: none; }#EFsdo299VZw6yzFf4LIDzZs1mW6BdBRG > .row .container { background-color: transparent; background-image: none; }#EFsdo299VZw6yzFf4LIDzZs1mW6BdBRG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFsdo299VZw6yzFf4LIDzZs1mW6BdBRG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFsdo299VZw6yzFf4LIDzZs1mW6BdBRG > .row .container > .video-iframe-container { display: none; }#EFsdo299VZw6yzFf4LIDzZs1mW6BdBRG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFsdo299VZw6yzFf4LIDzZs1mW6BdBRG > .row > .video-iframe-container { display: none; }#EFsdo299VZw6yzFf4LIDzZs1mW6BdBRG > .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); }#EFsdo299VZw6yzFf4LIDzZs1mW6BdBRG > .row .container { border-width: 0; border-radius: 0; }#EFsdo299VZw6yzFf4LIDzZs1mW6BdBRG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EFsdo299VZw6yzFf4LIDzZs1mW6BdBRG > .row .container { font-size:0.875rem;font-family:arial;height:27.4375rem;width:75rem;position:relative;display:block; }#kD081x73ctoEh9z7xdPrl06leObc4uV6 { box-sizing:content-box;height:18rem;width:48.625rem;position:absolute;display:block;z-index:15000;background-color:rgba(234,238,239,0.9);background-image:none;top:5.875rem;left:0.75rem;border-top-right-radius:2.8125rem;border-bottom-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-top-left-radius:2.8125rem;display:block; }
#ZW3F3gg5uAZ3r1ZCiPmuqZ2ktvz1ncN6 { color:#333333;display:block;width:46.125rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.5rem;left:2.25rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hFzT4XNV1IrGzHASMPmHT9Xl9MGrwBs4 { color:#333333;display:block;width:43.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:13.1875rem;left:2.25rem;height:4.38574375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f4qkCBoX6XHkOodbnwPthQhc4wMitSLs { 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; }#f4qkCBoX6XHkOodbnwPthQhc4wMitSLs > .row .container { background-color: transparent; background-image: none; }#f4qkCBoX6XHkOodbnwPthQhc4wMitSLs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4qkCBoX6XHkOodbnwPthQhc4wMitSLs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4qkCBoX6XHkOodbnwPthQhc4wMitSLs > .row .container > .video-iframe-container { display: none; }#f4qkCBoX6XHkOodbnwPthQhc4wMitSLs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4qkCBoX6XHkOodbnwPthQhc4wMitSLs > .row > .video-iframe-container { display: none; }#f4qkCBoX6XHkOodbnwPthQhc4wMitSLs > .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); }#f4qkCBoX6XHkOodbnwPthQhc4wMitSLs > .row .container { border-width: 0; border-radius: 0; }#f4qkCBoX6XHkOodbnwPthQhc4wMitSLs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4qkCBoX6XHkOodbnwPthQhc4wMitSLs > .row .container { font-size:0.875rem;font-family:arial;height:45.3125rem;width:75rem;position:relative;display:block; }#hi104umLtuDw7upEICoWAOJ38rBZAnVI { position:absolute;display:block;z-index:15000;height:42.1875rem;width:75rem;top:0.71875rem;left:0rem;display:block; }
#vv4JCx4m90UqwLtTeL4mmXOiQJTOOpGL { position:relative;display:none; }#vv4JCx4m90UqwLtTeL4mmXOiQJTOOpGL { border-width: 0; border-radius: 0; }#vv4JCx4m90UqwLtTeL4mmXOiQJTOOpGL > .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; }#vv4JCx4m90UqwLtTeL4mmXOiQJTOOpGL > .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:101.125rem;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:none; }#wwmeS7xZ5fKEgLcoR5vLv5o3lfyvGQ5b { color:#333333;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.873046875rem;left:0rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a5s8WNKFPS8yw6Tal5T749veoB97NTbE { 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.5rem;width:2.6875rem;top:8.8125rem;left:6.25rem;overflow:hidden;display:block; }
#HTocoPicH1qi2ySe8hHDl4bpblRZruVa { color:#090134;display:block;width:55.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:9.6245660781863rem;left:10.999351501465rem;height:1.4619125rem;font-style:normal;display:block; }
#yzMWmu3eGAWN8pOWaWW0EgOIuwnwF8nP { color:#242424;display:block;width:56.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:24.998046875rem;left:11.2177734375rem;height:;overflow:hidden;display:block; }#yzMWmu3eGAWN8pOWaWW0EgOIuwnwF8nP li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#yzMWmu3eGAWN8pOWaWW0EgOIuwnwF8nP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/00ac3c35-3297-46ae-b8d7-fcba203ff041/pobrane.png); }
#lympG6FNloTky8GBxfuK5WAS3hxytaBV { color:#090134;display:block;width:58.3735rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:38.873046875rem;left:10.9990234375rem;height:1.4619125rem;font-style:normal;display:block; }
#b8JxTPJ5GdGz9fuI9ueFJpboETw1qrww { color:#242424;display:block;width:55.4980625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:41.8740234375rem;left:10.9990234375rem;height:4.3857375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#X129hkO5E0q8hc0JRCiOGiZDC7eSV02M { color:#242424;display:block;width:53.186875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:52.310546875rem;left:10.9990234375rem;height:2.923825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#Lx5itJcvSceuIMf9Hf8us1Zk8fu6L7mu { color:#090134;display:block;width:53.9995625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:49.234375rem;left:10.9990234375rem;height:1.4619125rem;font-style:normal;display:block; }
#ZMa37Ta6fhOfyQFq4cygxixnheuLR6Ox { position:absolute;display:block;z-index:15011;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:2.5625rem;top:37.8857421875rem;left:6.279296875rem;overflow:hidden;display:block; }
#gpN9rumr7P6RPs7flh8063mW7DZrZSI1 { position:absolute;display:block;z-index:15013;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:2.5625rem;top:48.248046875rem;left:6.279296875rem;overflow:hidden;display:block; }
#vhlvyaT0V9Fom3lXfritiR0T0nLfblTp { color:#242424;display:block;width:56.436625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:61.3740234375rem;left:10.9990234375rem;height:2.923825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#sE4bFMtgbkVQAXa6HU3vovDEUrgwfEWo { color:#090134;display:block;width:53.9995625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:58.861328125rem;left:10.9990234375rem;height:1.4619125rem;font-style:normal;display:block; }
#IQvJE9ruHez2RcqTo1q9zzuKFcgVLiUJ { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:2.5625rem;top:57.8740234375rem;left:6.279296875rem;overflow:hidden;display:block; }
#zvhgm71QK0sWqOEbqLESLLNM4x8aNXNG { position:absolute;display:block;z-index:15005;background-color:#eff1f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;height:88.4375rem;width:63.25rem;top:6.4794921875rem;left:6.25rem;display:block; }
#bXRih7EQxP7hBTzDXVvVBaOMEaV80F7O { color:#000000;display:block;width:51.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:12.3125rem;left:10.9990234375rem;height:10.2333875rem;display:block; }
#TMSUz9gGgTTisA6CSqTOSh8czzSWdMuK { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:2.5625rem;top:65.1875rem;left:6.25rem;overflow:hidden;display:block; }
#KlTUW0RmG7r9RURTLkIP3ndddU0zsUzn { color:#090134;display:block;width:53.9995625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:66.1875rem;left:11rem;height:1.4619125rem;font-style:normal;display:block; }
#Quu4yrgyW1QP3Eoq7Xz8xWOmbmPELSPZ { color:#242424;display:block;width:56.436625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:68.6875rem;left:11rem;height:8.77148125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#qHWta8NnAKIMGsgrTnm2zTV6LQo3nVLV { color:#242424;display:block;width:56.436625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:82.125rem;left:11rem;height:7.3095625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#OPmuMmy3klyWN9shZuTBQm5GgrvTyqeQ { color:#090134;display:block;width:53.9995625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:79.625rem;left:11rem;height:1.4619125rem;font-style:normal;display:block; }
#GCr4NzDmVyGnUJTP484OsxTgooLkIl0M { position:absolute;display:block;z-index:15025;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:2.5625rem;top:78.625rem;left:6.25rem;overflow:hidden;display:block; }
#RlcBx3UZP342dQDonbdhpymDPWSWbC5l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#58acb7;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; }#RlcBx3UZP342dQDonbdhpymDPWSWbC5l > .row .container { background-color: transparent; background-image: none; }#RlcBx3UZP342dQDonbdhpymDPWSWbC5l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlcBx3UZP342dQDonbdhpymDPWSWbC5l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlcBx3UZP342dQDonbdhpymDPWSWbC5l > .row .container > .video-iframe-container { display: none; }#RlcBx3UZP342dQDonbdhpymDPWSWbC5l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlcBx3UZP342dQDonbdhpymDPWSWbC5l > .row > .video-iframe-container { display: none; }#RlcBx3UZP342dQDonbdhpymDPWSWbC5l > .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); }#RlcBx3UZP342dQDonbdhpymDPWSWbC5l > .row .container { border-width: 0; border-radius: 0; }#RlcBx3UZP342dQDonbdhpymDPWSWbC5l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RlcBx3UZP342dQDonbdhpymDPWSWbC5l > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:75rem;position:relative;display:block; }#LGDicZvoFQp5XpyoOWyiuRmP3wRLVKnS { color:#ffffff;display:block;width:15.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.9375rem;left:22.9375rem;height:1.29980625rem;display:block; }
#bE4X7iANwSoiEp1wrKKzKtkh2hCVS0rH { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.9375rem;left:38.75rem;height:1.29980625rem;display:block; }
#RWz4iv35OlEtHfNoXWWKpBEbTkHin5iO { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.9375rem;left:49.5rem;height:1.29980625rem;display:block; }
#AfBlykopxoLJDouAEDOkO42I49HgbfhG { 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:2.3125rem;width:2.3125rem;top:4.4375rem;left:60.625rem;overflow:hidden;display:block; }
#xioatS3rlvV3qJkdIfmKeNRQKwoiF3xD { position:absolute;display:block;z-index:15005;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.25rem;width:2.25rem;top:4.4375rem;left:63.71875rem;overflow:hidden;display:block; }
#ETSzAMmwkp8D5db4LcxMndFwJFecptAL { position:absolute;display:block;z-index:15013;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.0625rem;width:9.0625rem;top:4.2373046875rem;left:3.1826171875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #bLeZbW2LGBFxF4HlQt4X9N9meqvLfukM { display:block; }#bLeZbW2LGBFxF4HlQt4X9N9meqvLfukM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #D27x0Nb0sGIQ7aPKNSLHXgrdaIGbi4dx { width:15.375rem;height:3.75rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EFsdo299VZw6yzFf4LIDzZs1mW6BdBRG { display:block; }#EFsdo299VZw6yzFf4LIDzZs1mW6BdBRG > .row .container { width:47.75rem;height:24.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kD081x73ctoEh9z7xdPrl06leObc4uV6 { width:47.75rem;height:20.0625rem;top:1.1875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZW3F3gg5uAZ3r1ZCiPmuqZ2ktvz1ncN6 { width:44.375rem;height:2.76171875rem;top:3.935546875rem;left:1.6861979961395rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #hFzT4XNV1IrGzHASMPmHT9Xl9MGrwBs4 { width:45.1855625rem;height:8.9355625rem;top:6.75rem;left:1.28125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #f4qkCBoX6XHkOodbnwPthQhc4wMitSLs { display:block; }#f4qkCBoX6XHkOodbnwPthQhc4wMitSLs > .row .container { width:47.75rem;height:28.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hi104umLtuDw7upEICoWAOJ38rBZAnVI { width:46.875rem;height:26.3125rem;top:1rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vv4JCx4m90UqwLtTeL4mmXOiQJTOOpGL { display:none; }#vv4JCx4m90UqwLtTeL4mmXOiQJTOOpGL > .row .container { width:47.75rem;height:108.375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #wwmeS7xZ5fKEgLcoR5vLv5o3lfyvGQ5b { width:46.311875rem;height:2.1933625rem;top:1.6861991882324rem;left:0.71723091602325rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a5s8WNKFPS8yw6Tal5T749veoB97NTbE { width:2.625rem;height:3.4375rem;top:10.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #HTocoPicH1qi2ySe8hHDl4bpblRZruVa { width:42.249375rem;height:1.462675rem;top:7.811851501465rem;left:2.7495660781861rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yzMWmu3eGAWN8pOWaWW0EgOIuwnwF8nP { width:42.1875rem;height:13.5703125rem;top:25.185546875rem;left:2.78125rem;font-size:1.125rem;display:block; }#yzMWmu3eGAWN8pOWaWW0EgOIuwnwF8nP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/00ac3c35-3297-46ae-b8d7-fcba203ff041/pobrane.png); }
 }@media only screen and (max-width: 1199px) { #lympG6FNloTky8GBxfuK5WAS3hxytaBV { width:43.1875rem;height:2.923825rem;top:40.375rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b8JxTPJ5GdGz9fuI9ueFJpboETw1qrww { width:42.1875rem;height:5.84765rem;top:44.75rem;left:2.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X129hkO5E0q8hc0JRCiOGiZDC7eSV02M { width:42.1875rem;height:4.38574375rem;top:55.3125rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lx5itJcvSceuIMf9Hf8us1Zk8fu6L7mu { width:42.2489375rem;height:1.4619125rem;top:52.1875rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZMa37Ta6fhOfyQFq4cygxixnheuLR6Ox { width:2.6875rem;height:3.5rem;top:171.65625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #gpN9rumr7P6RPs7flh8063mW7DZrZSI1 { width:2.6875rem;height:3.5rem;top:196.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #vhlvyaT0V9Fom3lXfritiR0T0nLfblTp { width:42.1875rem;height:4.38574375rem;top:66.5224609375rem;left:2.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sE4bFMtgbkVQAXa6HU3vovDEUrgwfEWo { width:42.2480625rem;height:2.923825rem;top:61.7490234375rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IQvJE9ruHez2RcqTo1q9zzuKFcgVLiUJ { width:2.6875rem;height:3.5rem;top:146.86249923706rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #zvhgm71QK0sWqOEbqLESLLNM4x8aNXNG { width:47.75rem;height:73.5rem;top:6.0615234375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #bXRih7EQxP7hBTzDXVvVBaOMEaV80F7O { width:42.125rem;height:13.15721875rem;top:10.310546875rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TMSUz9gGgTTisA6CSqTOSh8czzSWdMuK { width:2.6875rem;height:3.5rem;top:146.86249923706rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #KlTUW0RmG7r9RURTLkIP3ndddU0zsUzn { width:42.2480625rem;height:2.923825rem;top:73.0615234375rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Quu4yrgyW1QP3Eoq7Xz8xWOmbmPELSPZ { width:42.1875rem;height:11.6953125rem;top:77.2724609375rem;left:2.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qHWta8NnAKIMGsgrTnm2zTV6LQo3nVLV { width:42.1875rem;height:11.6953125rem;top:94.4375rem;left:2.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OPmuMmy3klyWN9shZuTBQm5GgrvTyqeQ { width:42.2480625rem;height:2.923825rem;top:90.2265625rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GCr4NzDmVyGnUJTP484OsxTgooLkIl0M { width:2.6875rem;height:3.5rem;top:146.86249923706rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #RlcBx3UZP342dQDonbdhpymDPWSWbC5l { display:block; }#RlcBx3UZP342dQDonbdhpymDPWSWbC5l > .row .container { width:47.75rem;height:10.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LGDicZvoFQp5XpyoOWyiuRmP3wRLVKnS { width:15.125rem;height:1.3rem;top:5.5rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bE4X7iANwSoiEp1wrKKzKtkh2hCVS0rH { width:12.0625rem;height:1.3rem;top:5.5rem;left:16.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RWz4iv35OlEtHfNoXWWKpBEbTkHin5iO { width:12.0625rem;height:1.3rem;top:5.5rem;left:27.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AfBlykopxoLJDouAEDOkO42I49HgbfhG { width:2.3125rem;height:2.3125rem;top:4.9931640625rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xioatS3rlvV3qJkdIfmKeNRQKwoiF3xD { width:2.25rem;height:2.25rem;top:5.0244140625rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ETSzAMmwkp8D5db4LcxMndFwJFecptAL { width:9.0625rem;height:2.0625rem;top:1.25rem;left:18rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bLeZbW2LGBFxF4HlQt4X9N9meqvLfukM { display:block; }#bLeZbW2LGBFxF4HlQt4X9N9meqvLfukM > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D27x0Nb0sGIQ7aPKNSLHXgrdaIGbi4dx { width:10.125rem;height:2.5625rem;top:1.25rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFsdo299VZw6yzFf4LIDzZs1mW6BdBRG { display:block; }#EFsdo299VZw6yzFf4LIDzZs1mW6BdBRG > .row .container { width:20rem;height:38.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kD081x73ctoEh9z7xdPrl06leObc4uV6 { width:20rem;height:34.75rem;top:1.25rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZW3F3gg5uAZ3r1ZCiPmuqZ2ktvz1ncN6 { width:19.1865rem;height:2.03125rem;top:3.123046875rem;left:0.40625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFzT4XNV1IrGzHASMPmHT9Xl9MGrwBs4 { width:17.9980625rem;height:19.5rem;top:5.8095703125rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4qkCBoX6XHkOodbnwPthQhc4wMitSLs { display:block; }#f4qkCBoX6XHkOodbnwPthQhc4wMitSLs > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hi104umLtuDw7upEICoWAOJ38rBZAnVI { width:20rem;height:11.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vv4JCx4m90UqwLtTeL4mmXOiQJTOOpGL { display:none; }#vv4JCx4m90UqwLtTeL4mmXOiQJTOOpGL > .row .container { width:20rem;height:158.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wwmeS7xZ5fKEgLcoR5vLv5o3lfyvGQ5b { width:20rem;height:5.84765625rem;top:0.58984375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a5s8WNKFPS8yw6Tal5T749veoB97NTbE { width:2.6875rem;height:3.5rem;top:14.5009765625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HTocoPicH1qi2ySe8hHDl4bpblRZruVa { width:18.75rem;height:4.62890625rem;top:9.0625rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzMWmu3eGAWN8pOWaWW0EgOIuwnwF8nP { width:18.75rem;height:21.3720625rem;top:36.4990234375rem;left:0.625rem;font-size:1rem;display:block; }#yzMWmu3eGAWN8pOWaWW0EgOIuwnwF8nP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/00ac3c35-3297-46ae-b8d7-fcba203ff041/pobrane.png); }
 }@media only screen and (max-width: 763px) { #lympG6FNloTky8GBxfuK5WAS3hxytaBV { width:18.3105625rem;height:4.62890625rem;top:59.1259765625rem;left:0.84375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8JxTPJ5GdGz9fuI9ueFJpboETw1qrww { width:18.75rem;height:7.79883125rem;top:65.2509765625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X129hkO5E0q8hc0JRCiOGiZDC7eSV02M { width:18.75rem;height:9.098625rem;top:80.5625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lx5itJcvSceuIMf9Hf8us1Zk8fu6L7mu { width:18.75rem;height:4.62890625rem;top:74.25rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMa37Ta6fhOfyQFq4cygxixnheuLR6Ox { width:2.5625rem;height:3.3125rem;top:46.625rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gpN9rumr7P6RPs7flh8063mW7DZrZSI1 { width:2.5625rem;height:3.3125rem;top:56.9375rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vhlvyaT0V9Fom3lXfritiR0T0nLfblTp { width:18.75rem;height:7.7988125rem;top:96.625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sE4bFMtgbkVQAXa6HU3vovDEUrgwfEWo { width:17.4355625rem;height:4.62890625rem;top:91.125rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQvJE9ruHez2RcqTo1q9zzuKFcgVLiUJ { width:2.5625rem;height:3.3125rem;top:66.5625rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zvhgm71QK0sWqOEbqLESLLNM4x8aNXNG { width:20rem;height:116.5rem;top:6.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bXRih7EQxP7hBTzDXVvVBaOMEaV80F7O { width:18.1875rem;height:19.497025rem;top:15.3740234375rem;left:0.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMSUz9gGgTTisA6CSqTOSh8czzSWdMuK { width:2.5625rem;height:3.3125rem;top:73.9375rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KlTUW0RmG7r9RURTLkIP3ndddU0zsUzn { width:18.75rem;height:4.62890625rem;top:107.1875rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Quu4yrgyW1QP3Eoq7Xz8xWOmbmPELSPZ { width:19.1875rem;height:16.89743125rem;top:113.3125rem;left:0.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHWta8NnAKIMGsgrTnm2zTV6LQo3nVLV { width:18.5625rem;height:19.49705625rem;top:137.287109375rem;left:0.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPmuMmy3klyWN9shZuTBQm5GgrvTyqeQ { width:19.0625rem;height:4.62890625rem;top:131.583984375rem;left:0.46875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCr4NzDmVyGnUJTP484OsxTgooLkIl0M { width:2.5625rem;height:3.3125rem;top:78.625rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RlcBx3UZP342dQDonbdhpymDPWSWbC5l { display:block; }#RlcBx3UZP342dQDonbdhpymDPWSWbC5l > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LGDicZvoFQp5XpyoOWyiuRmP3wRLVKnS { width:15.125rem;height:1.3rem;top:5.4375rem;left:2.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bE4X7iANwSoiEp1wrKKzKtkh2hCVS0rH { width:12.0625rem;height:1.3rem;top:7.7373046875rem;left:3.96875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RWz4iv35OlEtHfNoXWWKpBEbTkHin5iO { width:12.0625rem;height:1.3rem;top:10.2246125rem;left:3.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AfBlykopxoLJDouAEDOkO42I49HgbfhG { width:2.3125rem;height:2.3125rem;top:12.8125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xioatS3rlvV3qJkdIfmKeNRQKwoiF3xD { width:2.25rem;height:2.25rem;top:12.875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETSzAMmwkp8D5db4LcxMndFwJFecptAL { width:9.0625rem;height:2.0625rem;top:1.818359375rem;left:5.46875rem;display:block; }
 }