.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;
}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); }#vFncXTXe3lC8kfWvyABMhM3PyxmO07KA { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;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; }#vFncXTXe3lC8kfWvyABMhM3PyxmO07KA > .row .container { background-color: transparent; background-image: none; }#vFncXTXe3lC8kfWvyABMhM3PyxmO07KA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vFncXTXe3lC8kfWvyABMhM3PyxmO07KA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vFncXTXe3lC8kfWvyABMhM3PyxmO07KA > .row .container > .video-iframe-container { display: none; }#vFncXTXe3lC8kfWvyABMhM3PyxmO07KA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vFncXTXe3lC8kfWvyABMhM3PyxmO07KA > .row > .video-iframe-container { display: none; }#vFncXTXe3lC8kfWvyABMhM3PyxmO07KA > .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); }#vFncXTXe3lC8kfWvyABMhM3PyxmO07KA > .row .container { border-width: 0; border-radius: 0; }#vFncXTXe3lC8kfWvyABMhM3PyxmO07KA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vFncXTXe3lC8kfWvyABMhM3PyxmO07KA > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:block; }#irXnwSBU7MCQxMNolcTHtWaQ8MrNhyTF { 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:4.936525rem;width:13.6855625rem;top:1.28125rem;left:0.6875rem;overflow:hidden;display:block; }
#zPu9nkEo15Uv3NeyQfPJVe1LKqBPTcH0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcd200;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; }#zPu9nkEo15Uv3NeyQfPJVe1LKqBPTcH0 > .row .container { background-color: transparent; background-image: none; }#zPu9nkEo15Uv3NeyQfPJVe1LKqBPTcH0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPu9nkEo15Uv3NeyQfPJVe1LKqBPTcH0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPu9nkEo15Uv3NeyQfPJVe1LKqBPTcH0 > .row .container > .video-iframe-container { display: none; }#zPu9nkEo15Uv3NeyQfPJVe1LKqBPTcH0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPu9nkEo15Uv3NeyQfPJVe1LKqBPTcH0 > .row > .video-iframe-container { display: none; }#zPu9nkEo15Uv3NeyQfPJVe1LKqBPTcH0 > .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); }#zPu9nkEo15Uv3NeyQfPJVe1LKqBPTcH0 > .row .container { border-width: 0; border-radius: 0; }#zPu9nkEo15Uv3NeyQfPJVe1LKqBPTcH0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zPu9nkEo15Uv3NeyQfPJVe1LKqBPTcH0 > .row .container { font-size:0.875rem;font-family:arial;height:36.1875rem;width:75rem;position:relative;display:block; }#PX3o5HKn7E3RTOz7sHl4CZavmhU2wdVI { color:#000000;display:block;width:50.5625rem;position:absolute;font-family:montserrat;font-size:3.4375rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:6.625rem;left:2.5625rem;height:8.25rem;font-style:normal;display:block; }
#VpfgnNvvbM32f1HO0xZHqIUAw43sJZGq { background-color:#000000;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;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:montserrat;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.625rem;height:4.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:25.75rem;left:2.5625rem;display:block; }
#o2c8sefgLslhWArXhXZA1Dh2l2czIACP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#htLETt7clDwGkIZgSWmTXM5zHvLPt0Ps { color:#0a0a0a;display:block;width:47.25rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:14996;line-height:1.4;letter-spacing:0;top:16.546875rem;left:2.5625rem;height:6.5625rem;font-style:normal;display:block; }
#Q4mdiJLD3d9BR0HLlEgpUtALuDnXDhPf { color:#ffffff;display:block;width:18.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.83203125rem;left:3.5rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Q8AfmgFuAo0Ai7cklTvNreqS4FX1tDQ6 { box-sizing:content-box;height:2.5rem;width:20.8125rem;position:absolute;display:block;z-index:14999;background-color:#e62121;background-image:none;top:3.3125rem;left:2.5625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#IKTT8wLfFiakbcaq9s58TddTxhzAVTAA { position:absolute;display:block;z-index:14997;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:0.625rem;width:12.5rem;top:20.75rem;left:1.5625rem;overflow:hidden;display:block; }
#miMKoiabIbp3h1FMVal582nMqodsDflt { position:absolute;display:block;z-index:14998;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:0.625rem;width:31.25rem;top:14.25rem;left:21.3125rem;overflow:hidden;display:block; }
#kKTTJog8Ri1SmsQASeCw08y2W8wsn1T3 { position:absolute;display:block;z-index:15020;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:33.75rem;width:20.25rem;top:2.375rem;left:52.525763358779rem;overflow:hidden;display:block; }
#ZTdhEszHVbc6w2NbcwrFfCPBg6LGTTlu { background-color:#000000;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;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:montserrat;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.625rem;height:4.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:25.75rem;left:2.5625rem;display:none; }
#GWrolfIv7DxdnsmQPJnb2tt4vNcM2VK3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZgEP6aEOrDrzc7fRBUqNHinWvsV7BDey { 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; }#ZgEP6aEOrDrzc7fRBUqNHinWvsV7BDey > .row .container { background-color: transparent; background-image: none; }#ZgEP6aEOrDrzc7fRBUqNHinWvsV7BDey::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZgEP6aEOrDrzc7fRBUqNHinWvsV7BDey > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZgEP6aEOrDrzc7fRBUqNHinWvsV7BDey > .row .container > .video-iframe-container { display: none; }#ZgEP6aEOrDrzc7fRBUqNHinWvsV7BDey > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZgEP6aEOrDrzc7fRBUqNHinWvsV7BDey > .row > .video-iframe-container { display: none; }#ZgEP6aEOrDrzc7fRBUqNHinWvsV7BDey > .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); }#ZgEP6aEOrDrzc7fRBUqNHinWvsV7BDey > .row .container { border-width: 0; border-radius: 0; }#ZgEP6aEOrDrzc7fRBUqNHinWvsV7BDey > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZgEP6aEOrDrzc7fRBUqNHinWvsV7BDey > .row .container { font-size:0.875rem;font-family:arial;height:71.75rem;width:75rem;position:relative;display:block; }#uhiXQo0Aeq1llUQSsTTEAeyWBPQ4fph7 { color:#000000;display:block;width:39.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:14997;line-height:1.5;letter-spacing:0;top:17.0625rem;left:35.8125rem;height:13.125rem;overflow:hidden;display:block; }#uhiXQo0Aeq1llUQSsTTEAeyWBPQ4fph7 li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#uhiXQo0Aeq1llUQSsTTEAeyWBPQ4fph7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/acee482f-e170-46c9-8162-01c81b32d604/Ellipse3.svg); }
#pP7qvzT2A00dRgsm0rwEDMQiVuLb1Ul3 { color:#000000;display:block;width:38.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:10.125rem;left:35.8125rem;height:5.25rem;text-align:left;text-align-last:left;display:block; }
#HlL1VbzPSItN1xJrGhd7ToriPEAzizSm { background-color:#000000;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;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:montserrat;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.125rem;height:4.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:56.75rem;left:4.5rem;display:block; }
#Wv7wA1VAfEvrDEVRDttfoFaQiH0TyzE8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mD6SmmbLz0cJdzJwtCfW1LrW9klOLRDc { color:#000000;display:block;width:35.3125rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.625rem;left:35.8125rem;height:5.6875rem;font-style:normal;display:block; }
#mBIEHZixP8zvEasCT8S6egCMIbr88Jd7 { color:#000000;display:block;width:35.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:47.8125rem;left:4.5rem;height:7.5rem;text-align:left;text-align-last:left;display:block; }
#et9BgGAlp35hDBnsRI1oaseKdTGeCqAq { color:#000000;display:block;width:27.6875rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:42.8125rem;left:4.5rem;height:2.84375rem;font-style:normal;display:block; }
#iOkJo2UQWhGLaPNFU0SUdpDCTdlJavu3 { position:absolute;display:block;z-index:14996;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:34rem;width:23.875rem;top:34.5625rem;left:43.46875rem;overflow:hidden;display:block; }
#lFmv8MaZNyDHfuG9aBu3bitmDkQo1yhQ { position:absolute;display:block;z-index:14998;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:5.0625rem;width:23.5rem;top:41.6875rem;left:7.4375rem;overflow:hidden;display:block; }
#DZ33DOvppW1I4Ipk31uTQrcEaKb9wCFU { position:absolute;display:block;z-index:14999;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:5.0625rem;width:21.875rem;top:41.6875rem;left:12.5rem;overflow:hidden;display:block; }
#Ew5UdX1kXJ7XC0a5RT70v1XyiHmDPAKy { position:absolute;display:block;z-index:15021;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:37.8125rem;width:33.875rem;top:2.625rem;left:0rem;overflow:hidden;display:block; }
#UgXz3gnIWWuNOe73WNH3w2RUuOu4erVR { box-sizing:content-box;height:4.75rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#fcd200;background-image:none;top:69.25rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#AkmOWUqcTDudN2EXMDV49MKFwyopoKuI { color:#000000;display:block;width:46.375rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:70.203125rem;left:15.0625rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EVh6OR6EDQKSPqXZcu1uWZfQETn9tsUF { background-color:#000000;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;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:montserrat;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.125rem;height:4.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:56.75rem;left:4.5rem;display:none; }
#aRfmeakr3tqNtIOeS480GxC8Z3H9T27M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mzaTsqUXObE9SBKOTn6qlvqlPShlhtzp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#mzaTsqUXObE9SBKOTn6qlvqlPShlhtzp > .row .container { background-color: transparent; background-image: none; }#mzaTsqUXObE9SBKOTn6qlvqlPShlhtzp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzaTsqUXObE9SBKOTn6qlvqlPShlhtzp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzaTsqUXObE9SBKOTn6qlvqlPShlhtzp > .row .container > .video-iframe-container { display: none; }#mzaTsqUXObE9SBKOTn6qlvqlPShlhtzp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzaTsqUXObE9SBKOTn6qlvqlPShlhtzp > .row > .video-iframe-container { display: none; }#mzaTsqUXObE9SBKOTn6qlvqlPShlhtzp > .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); }#mzaTsqUXObE9SBKOTn6qlvqlPShlhtzp > .row .container { border-width: 0; border-radius: 0; }#mzaTsqUXObE9SBKOTn6qlvqlPShlhtzp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mzaTsqUXObE9SBKOTn6qlvqlPShlhtzp > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#CmP3gSMkEDveQcSUxpsvkw7aAw71bDHe { position:absolute;display:block;z-index:15037;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.32) ;height:16.3125rem;width:16.375rem;top:8.75rem;left:1rem;display:block; }
#xtrOn5gOqwxZqObtViva9v4M4eQB8t8H { color:#ff2842;display:block;width:4.6875rem;position:absolute;font-family:raleway;font-size:6.25rem;font-weight:700;z-index:15040;line-height:1;letter-spacing:0;top:4.75rem;left:7.03125rem;height:6.25rem;font-style:normal;display:block; }
#CwV4oOUBhZUGWxHLo1t5Cg9Ccfw55npx { color:#ff2842;display:block;width:4.6875rem;position:absolute;font-family:raleway;font-size:6.25rem;font-weight:700;z-index:15035;line-height:1;letter-spacing:0;top:4.75rem;left:25.78125rem;height:6.25rem;font-style:normal;display:block; }
#aen3ZIJGqDtFP1ARNIBoNdF17P0ELeUE { position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.32) ;height:16.3125rem;width:16.375rem;top:8.8125rem;left:38.5rem;display:block; }
#HM6bPepRXpvNZuTsd5edPpn0Pn8Z17ke { color:#ff2842;display:block;width:4.6875rem;position:absolute;font-family:raleway;font-size:5.3125rem;font-weight:700;z-index:15027;line-height:1;letter-spacing:0;top:5.0625rem;left:44.9375rem;height:5.3125rem;font-style:normal;display:block; }
#I0sOqatDcFLfuR7MlLrfy7dK5xxcksZm { position:absolute;display:block;z-index:15030;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.32) ;height:16.3125rem;width:16.375rem;top:8.8125rem;left:57.25rem;display:block; }
#sNXD2wxFbMgaes8TFgkJdpeAMA8QyRnL { color:#ff2842;display:block;width:4.6875rem;position:absolute;font-family:raleway;font-size:5.3125rem;font-weight:700;z-index:15031;line-height:1;letter-spacing:0;top:5.21875rem;left:64.125rem;height:5.3125rem;font-style:normal;display:block; }
#UU63pGrqCTTgAI2CQ2JT8JhnwP307rkG { position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.32) ;height:16.3125rem;width:16.375rem;top:8.75rem;left:19.75rem;display:block; }
#dW3FoLE3iCdPmpvyVaIObapWVvochMJ9 { color:#000000;display:block;width:15.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:11rem;left:1.5625rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#Jy2KWHeRPAhJQs8ZRfNGogCuuxbAMVV5 { color:#000000;display:block;width:15.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15038;line-height:1.8;letter-spacing:0;top:15.6875rem;left:1.625rem;height:7.19925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RwJs4B5xJbKkg6TS7qOmH50FJpkhplnV { color:#000000;display:block;width:15.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:11rem;left:20.5rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#rNNvbTmcQD61FnAKWtTvyiGBEMBOeFDm { color:#000000;display:block;width:15.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15039;line-height:1.8;letter-spacing:0;top:15.6875rem;left:20.375rem;height:5.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nSiTCZ8leHuFnCmtRDam2JuV9vuRxqvJ { color:#000000;display:block;width:16rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:11rem;left:38.875rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#MtDxZtV0dzZc3RvTLbVpxQ0KxKcPv9Sm { color:#000000;display:block;width:15.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15040;line-height:1.8;letter-spacing:0;top:15.6875rem;left:39.125rem;height:5.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fHALTdeNnGBSWdZq4IEahxh9gW3G8Feo { color:#000000;display:block;width:15.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:11rem;left:58rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#TqAiW7V0RZfNXnAxLw0V1cSuyAN7os7d { color:#000000;display:block;width:15.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15041;line-height:1.8;letter-spacing:0;top:15.6875rem;left:57.875rem;height:5.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NZpu0ZTatJfFMa0g6AA7aqPPdiOds5wR { background-color:#fcd200;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.125rem;height:4.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:29.9375rem;left:24.28125rem;display:block; }
#pdA0TLAJNDXyaHogczF2bvNvklvcRoqb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TQlTo0DxphVsOUzlTZBWyHQIKzRg8EdG { position:absolute;display:block;z-index:15021;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:18.125rem;width:18.125rem;top:21.0859375rem;left:52.40625rem;overflow:hidden;display:block; }
#E6reGDHrLNv0HXEtfNIM7dJGxTanHxrW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(180deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(180deg, #ffffff, #ffffff);background-image: -o-linear-gradient(180deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #ffffff, #ffffff);background-size:auto !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; }#E6reGDHrLNv0HXEtfNIM7dJGxTanHxrW > .row .container { background-color: transparent; background-image: none; }#E6reGDHrLNv0HXEtfNIM7dJGxTanHxrW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6reGDHrLNv0HXEtfNIM7dJGxTanHxrW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6reGDHrLNv0HXEtfNIM7dJGxTanHxrW > .row .container > .video-iframe-container { display: none; }#E6reGDHrLNv0HXEtfNIM7dJGxTanHxrW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6reGDHrLNv0HXEtfNIM7dJGxTanHxrW > .row > .video-iframe-container { display: none; }#E6reGDHrLNv0HXEtfNIM7dJGxTanHxrW > .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); }#E6reGDHrLNv0HXEtfNIM7dJGxTanHxrW > .row .container { border-width: 0; border-radius: 0; }#E6reGDHrLNv0HXEtfNIM7dJGxTanHxrW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E6reGDHrLNv0HXEtfNIM7dJGxTanHxrW > .row .container { font-size:0.875rem;font-family:arial;height:67.8125rem;width:75rem;position:relative;display:block; }#DG13VqGenNNML5uFbI3WBlAneof2Nn1T { box-sizing:content-box;height:36.5rem;width:29.75rem;position:absolute;display:block;z-index:14998;background-color:#fcd200;background-image:none;top:14.9375rem;left:41.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#UIrEcI5TuQPRemT453cBMobKlWTqcaLk { box-sizing:content-box;height:36.4375rem;width:29.75rem;position:absolute;display:block;z-index:14999;background-color:#000000;background-image:none;top:14.875rem;left:6.1875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#vR0qZt7Deydont00vQJM6rETA18puJiq { color:#ffffff;display:block;width:22.25rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:16rem;left:9.375rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LztcoC9mVuTSVftyA7kDCNng5gZL6ELg { background-color:#000000;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;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:montserrat;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.125rem;height:4.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:55.8125rem;left:23.9375rem;display:block; }
#XpNuZq1x3GvOuPMm11cuRu2r4rXQ8Vgn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rRIeTzSHQ46u9LTPBM63leT3voshTdI0 { position:absolute;display:block;z-index:15020;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:18.125rem;width:18.125rem;top:47.375rem;left:6.1875rem;overflow:hidden;display:block; }
#IL2673WCTQ7tbXODil2mmhLowtvkdHRG { color:#000000;display:block;width:46.375rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.6875rem;left:14.3125rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q60cFWi5JzKPZapOHaldu0uK5XJTG8q4 { box-sizing:content-box;height:5.5rem;width:29.8125rem;position:absolute;display:block;z-index:15006;background-color:#000000;background-image:none;top:27.5625rem;left:41.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#wBTVKwPib5ZPqcGWm7aTPGT0dbyrARhT { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:28.6875rem;left:47.375rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ilrMfNiEZ68TPXz1Ct5Lt66UbUFWXhC8 { color:#000000;display:block;width:22.25rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:16rem;left:45.625rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NUBLO33zlM7y41Too9L58ROTSQDbQZmb { color:#ffffff;display:block;width:22.25rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:20.5625rem;left:8.4375rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#F1iUViuiPiQ4tkmvqtKxxSBIHLAL7H9D { position:absolute;display:block;z-index:15021;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:0.0625rem;width:24.1875rem;top:25.0625rem;left:8.4375rem;overflow:hidden;display:block; }
#L2iHuU7yrL1sXG8v4s8cIOVKukxQOpex { color:#ffffff;display:block;width:27.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:26.4375rem;left:8.4375rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bPGSa4OuQQK0BSTpFsMyHybP84xHeIxm { position:absolute;display:block;z-index:15023;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:0.0625rem;width:24.1875rem;top:31rem;left:8.4375rem;overflow:hidden;display:block; }
#dzPWQ7nyQcyer702ISlx47EqJdVBykIu { color:#ffffff;display:block;width:22.25rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:32.5rem;left:8.4375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Jta6o75JaiulXnhTTL2zepvcpO74DRib { color:#ffffff;display:block;width:22.25rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:38.5rem;left:8.4375rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ArB0ky0goCNkgfW5dXAAwPfce2FWgeLw { color:#000000;display:block;width:22.25rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:20.5625rem;left:44.8125rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bQQBaCC4TJXyOlyvTUuSQKJH270oB2U9 { color:#000000;display:block;width:23.1875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:26.4375rem;left:44.8125rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xT1UGkZ1LvJahBVRvcwZDmaCTSqsXW2I { color:#000000;display:block;width:26.62475rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:32.3125rem;left:44.68701171875rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UlZccO9q8FkggiDKwXl5ZS32RpgXr7za { position:absolute;display:block;z-index:15034;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:0.0625rem;width:24.1875rem;top:42.8125rem;left:44.625rem;overflow:hidden;display:block; }
#N6d6KbTf8xz00qHotJrBTPXl7VD9CgHU { color:#000000;display:block;width:22.25rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:39.3125rem;left:44.625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sqplcT3VuE4kf74Pin4C6BwWTxxoq8sR { color:#000000;display:block;width:23.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:44.125rem;left:44.6875rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NXs1PFrMWpBJ2o0zvn3So25NM26UVRyu { position:absolute;display:block;z-index:15024;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:0.062255875rem;width:24.187rem;top:37.264404296875rem;left:8.966064453125rem;overflow:hidden;display:block; }
#Tt2Li25OnBKcCfx8FgCyo0QxAsnGEOFZ { position:absolute;display:block;z-index:15035;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:0.062255875rem;width:24.187rem;top:37.890625rem;left:44.875rem;overflow:hidden;display:block; }
#g29vf1pKXtP9mZa1sn9dl2QOOy417s06 { position:absolute;display:block;z-index:15035;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:0.062255875rem;width:24.187rem;top:37.890625rem;left:44.654541015625rem;overflow:hidden;display:block; }
#sPpwsJwQZfAf4kBhpeCGc3ksC8ZnlUfe { position:absolute;display:block;z-index:15024;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:0.062255875rem;width:24.187rem;top:37.2021484375rem;left:8.966064453125rem;overflow:hidden;display:block; }
#B52MQIycAqTMcImuuazMi8PAFvI2xaRF { position:absolute;display:block;z-index:15035;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:0.062255875rem;width:24.187rem;top:30.999755859375rem;left:44.654541015625rem;overflow:hidden;display:block; }
#eNaImCobcFsdZbTThuHhNyLg3TWU8QOR { 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:0.062255875rem;width:24.1858125rem;top:25.062255859375rem;left:44.65576171875rem;overflow:hidden;display:block; }
#bfkKtQ7umM3wr5XWReVBFuhI07soTipp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#bfkKtQ7umM3wr5XWReVBFuhI07soTipp > .row .container { background-color: transparent; background-image: none; }#bfkKtQ7umM3wr5XWReVBFuhI07soTipp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bfkKtQ7umM3wr5XWReVBFuhI07soTipp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bfkKtQ7umM3wr5XWReVBFuhI07soTipp > .row .container > .video-iframe-container { display: none; }#bfkKtQ7umM3wr5XWReVBFuhI07soTipp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bfkKtQ7umM3wr5XWReVBFuhI07soTipp > .row > .video-iframe-container { display: none; }#bfkKtQ7umM3wr5XWReVBFuhI07soTipp > .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); }#bfkKtQ7umM3wr5XWReVBFuhI07soTipp > .row .container { border-width: 0; border-radius: 0; }#bfkKtQ7umM3wr5XWReVBFuhI07soTipp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bfkKtQ7umM3wr5XWReVBFuhI07soTipp > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:75rem;position:relative;display:block; }#qVPXPyWT7wyEq1svHTcvhTIV3XHtinX7 { color:#ffffff;display:block;width:73.1875rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.9375rem;left:0.90625rem;height:2.2753875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EJAs5xBpvTDPaZNdq3W8Cr2VQqah4x0x { box-sizing:content-box;height:2.5rem;width:17.5rem;position:absolute;display:block;z-index:15003;background-color:#e62121;background-image:none;top:2.375rem;left:28.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#KBx0Jm0uo6dH5ckqqntt5ydMmGf5TNZx { color:#ffffff;display:block;width:18.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.8125rem;left:28.4375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BcgeqHfKxp5nORsLtSKwDhqpKuxnEWMv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcd200;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; }#BcgeqHfKxp5nORsLtSKwDhqpKuxnEWMv > .row .container { background-color: transparent; background-image: none; }#BcgeqHfKxp5nORsLtSKwDhqpKuxnEWMv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BcgeqHfKxp5nORsLtSKwDhqpKuxnEWMv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BcgeqHfKxp5nORsLtSKwDhqpKuxnEWMv > .row .container > .video-iframe-container { display: none; }#BcgeqHfKxp5nORsLtSKwDhqpKuxnEWMv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BcgeqHfKxp5nORsLtSKwDhqpKuxnEWMv > .row > .video-iframe-container { display: none; }#BcgeqHfKxp5nORsLtSKwDhqpKuxnEWMv > .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); }#BcgeqHfKxp5nORsLtSKwDhqpKuxnEWMv > .row .container { border-width: 0; border-radius: 0; }#BcgeqHfKxp5nORsLtSKwDhqpKuxnEWMv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BcgeqHfKxp5nORsLtSKwDhqpKuxnEWMv > .row .container { font-size:0.875rem;font-family:arial;height:48.5625rem;width:75rem;position:relative;display:block; }#EN9NBCFBt1reEPSkgZApIcqMTQATVRtb { position:absolute;display:block;z-index:15000;height:21.75rem;width:75rem;top:1.25rem;left:0rem;display:block; }
#AKyOz1IRMCocL0HaPeZhTRrTRCeuLJH3 { color:#000000;display:block;width:69.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:44.25rem;left:0.8125rem;height:2.5996125rem;display:block; }
#qGu4PRoqZh6VNyIoA3lRWz6oHrlgwhw8 { background-color:#000000;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;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:montserrat;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.125rem;height:4.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:35.125rem;left:25.84375rem;display:block; }
#m5xKKSI49R6TAC6SFnhHrL5iZT3xNc52 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z1qROCyHvCvwBzDm9y2Gl6LddfGxUZnt { 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:none; }#Z1qROCyHvCvwBzDm9y2Gl6LddfGxUZnt > .row .container { border-width: 0; border-radius: 0; }#Z1qROCyHvCvwBzDm9y2Gl6LddfGxUZnt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z1qROCyHvCvwBzDm9y2Gl6LddfGxUZnt > .row .container { font-size:0.875rem;font-family:arial;height:62.375rem;width:75rem;position:relative;display:none; }#G4C0d2TGyTMgfbqWpin9OIAvx13wRTVn { color:#000000;display:block;width:37.375rem;position:absolute;font-family:raleway;font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.8125rem;left:22.15625rem;height:5.84716875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pfSrBguDtUEAA65EDSRiW6ePi7pMMFhv { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:44.875rem;width:22.5rem;top:10rem;left:15.125rem;display:block; }
#RnwkZIhoSZEq8GQoSiBQpFWSDUaFCsmw { position:absolute;display:block;z-index:15002;background-color:#000000;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5.8125rem;width:22.625rem;top:10rem;left:15.125rem;display:block; }
#UP4BwTzvl1PKVITXxLtxbLsk6Trsl7gf { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:11.5rem;left:18.40625rem;height:1.9494625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c3mvtucRchITt0bTMV23tNkoc1XLCap4 { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:13.625rem;left:17.125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VhPmBsZ3ckXB5tsCfqUgw57acOsp2FxI { color:#393376;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:2.4375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:16.6875rem;left:20.125rem;height:3.16894375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F4RkZp4bHv51npdHtTTUW0pFCkk4TfXo { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:24.1875rem;left:16.5625rem;height:19.4873125rem;overflow:hidden;display:block; }#F4RkZp4bHv51npdHtTTUW0pFCkk4TfXo li:not(:first-child){ padding-top:1.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#F4RkZp4bHv51npdHtTTUW0pFCkk4TfXo li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/HxzBTD14/ikona_check_czarna.svg); }
#MTqwSzrpZh0x07Ri4D4Hx1xwcTnEeUg9 { position:absolute;display:block;z-index:15011;background-color:#ffd040;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5.5625rem;width:22.375rem;top:10.25rem;left:40.375rem;display:block; }
#Lf6uTTmbD9SWtHWvCqVCpOgX1XTTuywA { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:11.25rem;left:43.53125rem;height:1.9494625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xWiEX0rTEKl70cGTqqigWr6TN21stCv3 { color:#000000;display:block;width:8.1875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:20.04296875rem;left:22.09375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OELtNfTfeeZ7X5UmGalRLEpmKpMV9ZPk { position:absolute;display:block;z-index:14998;background-color:#fff5c2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:44.6875rem;width:22.5rem;top:10.15625rem;left:40.25rem;display:block; }
#Io31qhT8JhaT31FBbNVtTBdKx6pWxrPo { background-color:#ffd040;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:48.15625rem;left:17.625rem;display:block; }
#ULC2zoWPCn0HyFPV18aBV5niFyS2SpKh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xvsikk84x8Zv9VAiCtd11OtVIKLzg9nN { background-color:#ffd040;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:48.15625rem;left:42.03125rem;display:block; }
#fXU9otB3twFdfZCKTTrzWXWBByakN1Zz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J8RZzUknScJNL8tQi6BoQTNSMAoAtFzr { position:absolute;display:block;z-index:15020;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.375rem;width:2.375rem;top:48.6875rem;left:32.03125rem;overflow:hidden;display:block; }
#tewsGxxZUH4zrALpxFwXO7p31GHqO4mL { position:absolute;display:block;z-index:15021;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.375rem;width:2.375rem;top:48.6875rem;left:56.1875rem;overflow:hidden;display:block; }
#TrASmQycItVai4FJ9oqL6URZz7TofvC3 { color:#f1f5f8;display:block;width:18.4375rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:13.625rem;left:17.15625rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hGbwx5c9nSLuyLGBEdTT4yFZJ6M3FlUn { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:13.7060546875rem;left:42.28125rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tns2ZDb1QE97wM4ug1gwRh39DFmgv0Dq { color:#393376;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:2.4375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:16.8125rem;left:45.25rem;height:3.16894375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LJXb77m6lHMWI7y8w6OXkpvd4h0u6map { color:#000000;display:block;width:8.1875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:20.125rem;left:47.25rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SkHBe3I6aehqhuJnBrW6v1ulQB3E9EQk { position:absolute;display:block;z-index:15017;background-color:#707070;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:16.6875rem;top:27.625rem;left:18.0625rem;display:block; }
#rbKsn3QZUgVyvNuMihmvcextoVgPv22K { position:absolute;display:block;z-index:15018;background-color:#707070;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:16.6875rem;top:31.6875rem;left:18.0625rem;display:block; }
#qimKQg7UVrgGkOFHzUyBBSvbxbKBGnGF { position:absolute;display:block;z-index:15019;background-color:#707070;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:16.6875rem;top:35.8125rem;left:18.0625rem;display:block; }
#aZwrpkmoTp6ipmHG0irvEuam7KkNzgbS { position:absolute;display:block;z-index:15020;background-color:#707070;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:16.6875rem;top:39.8125rem;left:18.0625rem;display:block; }
#P8lhH6d0uLMlU7qrENkrkV3SonwGpSUw { position:absolute;display:block;z-index:15022;background-color:#707070;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:16.6875rem;top:27.625rem;left:43.1875rem;display:block; }
#pFcfeTx0tsdBbk2zAXULwGycXvTKVatW { position:absolute;display:block;z-index:15023;background-color:#707070;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:16.6875rem;top:31.6875rem;left:43.1875rem;display:block; }
#dExeSc9pAvtvSVkJruSZGIS5HRWRUvgs { position:absolute;display:block;z-index:15024;background-color:#707070;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:16.6875rem;top:35.8125rem;left:43.1875rem;display:block; }
#MR0s4XcrckqLBXu3foWtlBkZc7iAKM9T { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:24.1875rem;left:41.6875rem;height:19.4873125rem;overflow:hidden;display:block; }#MR0s4XcrckqLBXu3foWtlBkZc7iAKM9T li:not(:first-child){ padding-top:1.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#MR0s4XcrckqLBXu3foWtlBkZc7iAKM9T li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/HxzBTD14/ikona_check_czarna.svg); }
#WKeKlyTXzIRtcrtc0mkdM62p1RJgBphP { position:absolute;display:block;z-index:15025;background-color:#707070;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:16.6875rem;top:39.8125rem;left:43.1875rem;display:block; }
#BAwLITEXS8aD3DCEdkGCqxbEIZgolIck { 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:none; }#BAwLITEXS8aD3DCEdkGCqxbEIZgolIck > .row .container { border-width: 0; border-radius: 0; }#BAwLITEXS8aD3DCEdkGCqxbEIZgolIck > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BAwLITEXS8aD3DCEdkGCqxbEIZgolIck > .row .container { font-size:0.875rem;font-family:arial;height:67.1875rem;width:75rem;position:relative;display:none; }#HAR264CtRkrTv2ux5gThK4brKTqo2CDX { color:#000000;display:block;width:52.6875rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:700;z-index:15000;line-height:1.5;letter-spacing:0;top:1.875rem;left:11.15625rem;height:6.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NVTv11bSgCaoHvFMACEMVl48eacRraVm { position:absolute;display:block;z-index:15001;background-color:#bf0000;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:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.4375rem 0.4375rem 0.375rem rgba(0,0,0,0.29) ;height:16.9375rem;width:19.3125rem;top:10.3125rem;left:7.5rem;display:block; }
#hr5KQfzfmcXOO4Hg5dQkUSGOJxdngQhI { 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:5.5625rem;width:5.375rem;top:12.6875rem;left:14.375rem;overflow:hidden;display:block; }
#LRL9BpzgPzRE96mB8fDb4X9iTZuDNfCN { color:#ffffff;display:block;width:15.99975rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:20.12451171875rem;left:9.0625rem;height:4.62890625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TtyFk55BzSJecpQ0CHRT0x4RWlAqmW7r { position:absolute;display:block;z-index:15004;background-color:#ffa800;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:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.4375rem 0.4375rem 0.375rem rgba(0,0,0,0.29) ;height:16.9375rem;width:19.3125rem;top:30.9375rem;left:2.875rem;display:block; }
#ZHWJrEsToxHofIgGZWyvZcFfG5kHTmwf { color:#333333;display:block;width:12.4365rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:39.6875rem;left:6.28173828125rem;height:6.171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TWtacx79JoeD5QqLltwAtadxALg6Otnp { 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:5.375rem;width:5.375rem;top:32.96875rem;left:9.8125rem;overflow:hidden;display:block; }
#HKdELUUaBisznnEFr7im3a6iTJQqrdOV { position:absolute;display:block;z-index:15007;background-color:#bf0000;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:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.4375rem 0.4375rem 0.375rem rgba(0,0,0,0.29) ;height:16.9375rem;width:19.3125rem;top:10.3125rem;left:48.1875rem;display:block; }
#R8OHJe5aKbxLw6yMBlG5sRpnPpqn8VrZ { color:#ffffff;display:block;width:17.87475rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:20.12451171875rem;left:48.90380859375rem;height:4.62890625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xsDQGJJGxSTZoybVohpuAx1oGg9tOtnE { position:absolute;display:block;z-index:15008;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:5.375rem;width:4.25rem;top:12.78125rem;left:55.6875rem;overflow:hidden;display:block; }
#lqrVeRRlUpNLtw65987rBpMoEKTcwIrZ { position:absolute;display:block;z-index:15010;background-color:#bf0000;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:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.4375rem 0.4375rem 0.375rem rgba(0,0,0,0.29) ;height:16.9375rem;width:19.3125rem;top:40.3125rem;left:27.875rem;display:block; }
#DsTDZTQO9Mwnsi7Jlos95gpZadH0uJfM { color:#ffffff;display:block;width:16.8115rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:49.310302734375rem;left:29.09423828125rem;height:6.171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bbDMgsGxkk4fpfAzw6ETrMgxNT6PfJvz { 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:4.75rem;width:5.375rem;top:43rem;left:34.875rem;overflow:hidden;display:block; }
#GC4IWkTJohNWOUJo7bVcltIbfR9We2VH { position:absolute;display:block;z-index:15013;background-color:#ffa800;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:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.4375rem 0.4375rem 0.375rem rgba(0,0,0,0.29) ;height:16.9375rem;width:19.3125rem;top:30.5625rem;left:52.875rem;display:block; }
#FAWmmLVE4voGX0oyC2fPv3fNadAcu6aa { color:#333333;display:block;width:17.124rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:39.765625rem;left:53.936767578125rem;height:6.171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gAOJhlKisEvUWXve3P7xQDKnPnNwiEco { position:absolute;display:block;z-index:15014;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:5.8125rem;width:7.5rem;top:32.75rem;left:58.75rem;overflow:hidden;display:block; }
#wRbfyD9vBi6ucgb08nIAW7umGStBqOvT { background-color:#177a62;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.875rem;height:3.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:60.5625rem;left:21.5625rem;display:block; }
#nWVPzU67dF2RLnE7xR7EK6diMgrqwfrX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iL9biGoCI8dITPk6LRf0k8hqR7D6AlZe { position:absolute;display:block;z-index:15016;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:20.5rem;width:19.8125rem;top:16.5625rem;left:27.59375rem;overflow:hidden;display:block; }
#pqTXlXZEZnQrbnVVEPuwyXkHpaq55Bro { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcd200;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:none; }#pqTXlXZEZnQrbnVVEPuwyXkHpaq55Bro > .row .container { border-width: 0; border-radius: 0; }#pqTXlXZEZnQrbnVVEPuwyXkHpaq55Bro > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pqTXlXZEZnQrbnVVEPuwyXkHpaq55Bro > .row .container { font-size:0.875rem;font-family:arial;height:63.75rem;width:75rem;position:relative;display:none; }#Fyh62vnIe31sveCoxWFA62EkO1lVs4nE { 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:16.25rem;width:29.5rem;top:32.4375rem;left:10.9375rem;overflow:hidden;display:block; }
#iVNxpq62GIMzskIii6uOWkF8huHc29v2 { position:absolute;display:block;z-index:14999;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:34.875rem;width:24.6875rem;top:13.0625rem;left:2.3125rem;overflow:hidden;display:block; }
#voqckG9P2WRVhlACsFxSolT6vwLXGGko { position:absolute;display:block;z-index:15001;background-color:#bf0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.8125rem;width:12.8125rem;top:14.9375rem;left:24.5625rem;display:block; }
#XRSt0e8OF8EzkyTXrBMqns31ACxN8lm9 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:19.9375rem;left:24.6875rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#gPHrvEZT32keGAQil7DqwFA8TIxr80oT { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:18.3125rem;left:24.6875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#HereL3pd20ETCs3OJesyEvWpMVtw5sTK { position:absolute;display:block;z-index:15012;background-color:#f3a83a;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:5rem;top:19.0625rem;left:31.3125rem;display:block; }
#A7nubQaByU5vbE7RDX8v7IdfygiuG2IW { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:21.875rem;left:24.6875rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wu4cTMfmPJAum35auT9C4wswehqbaet4 { background-color:#ffa800;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.875rem;height:3.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:51.625rem;left:21.5625rem;display:block; }
#DZ5ZEnwg99Wy9IRuDd3aVTHtKokPXWOA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LVQ0O6xuCEInXM7oOMRqFsBl8CarrCB5 { position:absolute;display:block;z-index:15013;background-color:#000000;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:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:25.625rem;width:30.25rem;top:13.375rem;left:41.3125rem;display:block; }
#yPwHuiryJEJ6DmODsJzNXvlwvm4CgM0C { color:#ffffff;display:block;width:27.25rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:14.9375rem;left:43.625rem;height:18.0125rem;overflow:hidden;display:block; }#yPwHuiryJEJ6DmODsJzNXvlwvm4CgM0C li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#yPwHuiryJEJ6DmODsJzNXvlwvm4CgM0C li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e1bc1b88-3854-4a20-bfb3-3eb81c956550/ligreen.svg); }
#F62Wf6ivhqlFhUfSgIl9Chpw5N0gnuWS { color:#ffffff;display:block;width:47.25rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7rem;left:13.875rem;height:2.6818875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a2stQqxJ1lA8Ieo3i8ZbKdawVF1K9gMc { position:relative;display:none; }#a2stQqxJ1lA8Ieo3i8ZbKdawVF1K9gMc { border-width: 0; border-radius: 0; }#a2stQqxJ1lA8Ieo3i8ZbKdawVF1K9gMc > .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; }#a2stQqxJ1lA8Ieo3i8ZbKdawVF1K9gMc > .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:38.6875rem;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; }#hTKR2Xg69NTZ1S1mUNnRMCLey5XhhzSh { color:#000000;display:block;width:41.5625rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7rem;left:16.75rem;height:5.36376875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fil7yRhluBwB1prnSiwVZEDqetTBPg4S { 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:3.6875rem;width:21.125rem;top:14.5rem;left:26.9375rem;overflow:hidden;display:block; }
#NZ4Ut5zvSPhuuBBQV1m6l2aTJLrVtw7W { color:#000000;display:block;width:56.625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:20.625rem;left:9.1875rem;height:10.80075rem;text-align:center;text-align-last:center;display:block; }
#TTFaIaaqTwfdl9dPo4dGXE8yFrgO9rmW { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffa800;border-left:0.1875rem solid #ffa800;border-right:0.1875rem solid #ffa800;border-bottom:0.1875rem solid #ffa800;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:31rem;width:66.75rem;top:3.875rem;left:4.125rem;display:block; }
#iDqGmfxb7Ty4SI6gAoshW6P3gqUPDah4 { position:relative;display:block; }#iDqGmfxb7Ty4SI6gAoshW6P3gqUPDah4 { background-color: transparent; background-image: none; }#iDqGmfxb7Ty4SI6gAoshW6P3gqUPDah4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDqGmfxb7Ty4SI6gAoshW6P3gqUPDah4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDqGmfxb7Ty4SI6gAoshW6P3gqUPDah4 > .row .container > .video-iframe-container { display: none; }#iDqGmfxb7Ty4SI6gAoshW6P3gqUPDah4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDqGmfxb7Ty4SI6gAoshW6P3gqUPDah4 > .row > .video-iframe-container { display: none; }#iDqGmfxb7Ty4SI6gAoshW6P3gqUPDah4 > .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); }#iDqGmfxb7Ty4SI6gAoshW6P3gqUPDah4 { border-width: 0; border-radius: 0; }#iDqGmfxb7Ty4SI6gAoshW6P3gqUPDah4 > .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; }#iDqGmfxb7Ty4SI6gAoshW6P3gqUPDah4 > .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:0.9375rem;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; }@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #vFncXTXe3lC8kfWvyABMhM3PyxmO07KA { display:block; }#vFncXTXe3lC8kfWvyABMhM3PyxmO07KA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #irXnwSBU7MCQxMNolcTHtWaQ8MrNhyTF { width:12.9375rem;height:4.625rem;top:1.2489149570465rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zPu9nkEo15Uv3NeyQfPJVe1LKqBPTcH0 { display:block; }#zPu9nkEo15Uv3NeyQfPJVe1LKqBPTcH0 > .row .container { width:47.75rem;height:71.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PX3o5HKn7E3RTOz7sHl4CZavmhU2wdVI { width:32.625rem;height:9.44825rem;top:2.3604779243469rem;left:7.5625000894069rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #VpfgnNvvbM32f1HO0xZHqIUAw43sJZGq { width:27.6245rem;height:4.74975625rem;top:59.334716796875rem;left:10.062255859375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o2c8sefgLslhWArXhXZA1Dh2l2czIACP { display:block; }
 }@media only screen and (max-width: 1199px) { #htLETt7clDwGkIZgSWmTXM5zHvLPt0Ps { width:36.932375rem;height:8.3984375rem;top:47.79296875rem;left:5.40771484375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #Q4mdiJLD3d9BR0HLlEgpUtALuDnXDhPf { width:12.5rem;height:0;top:36.9375rem;left:17.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Q8AfmgFuAo0Ai7cklTvNreqS4FX1tDQ6 { width:17.5rem;height:2.5rem;top:36.5rem;left:15.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #IKTT8wLfFiakbcaq9s58TddTxhzAVTAA { width:24.6875rem;height:1.25rem;top:30.095703125rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #miMKoiabIbp3h1FMVal582nMqodsDflt { width:24.6875rem;height:1.25rem;top:30.095703125rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #kKTTJog8Ri1SmsQASeCw08y2W8wsn1T3 { width:19.875rem;height:33rem;top:12.5rem;left:12rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZTdhEszHVbc6w2NbcwrFfCPBg6LGTTlu { width:27.6245rem;height:4.74975625rem;top:59.334716796875rem;left:10.062255859375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #GWrolfIv7DxdnsmQPJnb2tt4vNcM2VK3 { display:block; }
 }@media only screen and (max-width: 1199px) { #ZgEP6aEOrDrzc7fRBUqNHinWvsV7BDey { display:block; }#ZgEP6aEOrDrzc7fRBUqNHinWvsV7BDey > .row .container { width:47.75rem;height:117.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uhiXQo0Aeq1llUQSsTTEAeyWBPQ4fph7 { width:39.9365rem;height:17.6171875rem;top:18.443603515625rem;left:3.905029296875rem;font-size:1.3125rem;display:block; }#uhiXQo0Aeq1llUQSsTTEAeyWBPQ4fph7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/acee482f-e170-46c9-8162-01c81b32d604/Ellipse3.svg); }
 }@media only screen and (max-width: 1199px) { #pP7qvzT2A00dRgsm0rwEDMQiVuLb1Ul3 { width:41.499rem;height:5.2478rem;top:10.186767578125rem;left:2.779541015625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HlL1VbzPSItN1xJrGhd7ToriPEAzizSm { width:22.6245rem;height:4.0625rem;top:97.996826171875rem;left:3.905029296875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wv7wA1VAfEvrDEVRDttfoFaQiH0TyzE8 { display:block; }
 }@media only screen and (max-width: 1199px) { #mD6SmmbLz0cJdzJwtCfW1LrW9klOLRDc { width:39.9353125rem;height:5.36376875rem;top:2.694091796875rem;left:2.779541015625rem;font-size:2.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #mBIEHZixP8zvEasCT8S6egCMIbr88Jd7 { width:23.81225rem;height:9.375rem;top:84.998779296875rem;left:3.905029296875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #et9BgGAlp35hDBnsRI1oaseKdTGeCqAq { width:39.9353125rem;height:2.6818875rem;top:78.12255859375rem;left:3.90625rem;font-size:2.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #iOkJo2UQWhGLaPNFU0SUdpDCTdlJavu3 { width:23.8733125rem;height:33.9978125rem;top:75.76171875rem;left:23.875732421875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lFmv8MaZNyDHfuG9aBu3bitmDkQo1yhQ { width:23.49975rem;height:5.06225625rem;top:76.932373046875rem;left:6.981201171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DZ33DOvppW1I4Ipk31uTQrcEaKb9wCFU { width:21.875rem;height:5.06225625rem;top:76.932373046875rem;left:8.60595703125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ew5UdX1kXJ7XC0a5RT70v1XyiHmDPAKy { width:32.6855625rem;height:36.4978125rem;top:39.263916015625rem;left:7.18505859375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UgXz3gnIWWuNOe73WNH3w2RUuOu4erVR { width:42.1875rem;height:4.74975625rem;top:115.375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AkmOWUqcTDudN2EXMDV49MKFwyopoKuI { width:46.3745rem;height:2.84375rem;top:116.3125rem;left:1.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EVh6OR6EDQKSPqXZcu1uWZfQETn9tsUF { width:22.6245rem;height:4.0625rem;top:97.996826171875rem;left:3.905029296875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #aRfmeakr3tqNtIOeS480GxC8Z3H9T27M { display:block; }
 }@media only screen and (max-width: 1199px) { #mzaTsqUXObE9SBKOTn6qlvqlPShlhtzp { display:block; }#mzaTsqUXObE9SBKOTn6qlvqlPShlhtzp > .row .container { width:47.75rem;height:51.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CmP3gSMkEDveQcSUxpsvkw7aAw71bDHe { width:16.375rem;height:16.3125rem;top:9rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xtrOn5gOqwxZqObtViva9v4M4eQB8t8H { width:4.6875rem;height:6.25rem;top:5.8125rem;left:14.6875rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CwV4oOUBhZUGWxHLo1t5Cg9Ccfw55npx { width:4.6875rem;height:6.25rem;top:5.8125rem;left:38.6875rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aen3ZIJGqDtFP1ARNIBoNdF17P0ELeUE { width:16.375rem;height:16.3125rem;top:29.1875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HM6bPepRXpvNZuTsd5edPpn0Pn8Z17ke { width:4.6875rem;height:6.25rem;top:25.311719417572rem;left:15.062500357628rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I0sOqatDcFLfuR7MlLrfy7dK5xxcksZm { width:16.375rem;height:16.3125rem;top:29.187500953674rem;left:27.093750357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sNXD2wxFbMgaes8TFgkJdpeAMA8QyRnL { width:4.6875rem;height:6.25rem;top:25.3125rem;left:39.0625rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UU63pGrqCTTgAI2CQ2JT8JhnwP307rkG { width:16.375rem;height:16.3125rem;top:9rem;left:27rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dW3FoLE3iCdPmpvyVaIObapWVvochMJ9 { width:15.7495rem;height:3.25rem;top:12.061767578125rem;left:3.311767578125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jy2KWHeRPAhJQs8ZRfNGogCuuxbAMVV5 { width:15.06225rem;height:7.19725rem;top:16.015625rem;left:3.966064453125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #RwJs4B5xJbKkg6TS7qOmH50FJpkhplnV { width:15.18675rem;height:3.25rem;top:12.061767578125rem;left:27.685546875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rNNvbTmcQD61FnAKWtTvyiGBEMBOeFDm { width:13.8110625rem;height:7.19725rem;top:16.015625rem;left:28.3740234375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #nSiTCZ8leHuFnCmtRDam2JuV9vuRxqvJ { width:15.625rem;height:4.875rem;top:31.561279296875rem;left:3.685302734375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MtDxZtV0dzZc3RvTLbVpxQ0KxKcPv9Sm { width:13.8110625rem;height:5.39795rem;top:37.178955078125rem;left:4.59228515625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #fHALTdeNnGBSWdZq4IEahxh9gW3G8Feo { width:13.62425rem;height:4.875rem;top:31.561279296875rem;left:28.468017578125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TqAiW7V0RZfNXnAxLw0V1cSuyAN7os7d { width:13.8110625rem;height:5.39795rem;top:37.178955078125rem;left:28.3740234375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #NZpu0ZTatJfFMa0g6AA7aqPPdiOds5wR { width:27.625rem;height:4.75rem;top:65.875rem;left:10.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #pdA0TLAJNDXyaHogczF2bvNvklvcRoqb { display:block; }
 }@media only screen and (max-width: 1199px) { #TQlTo0DxphVsOUzlTZBWyHQIKzRg8EdG { width:18.125rem;height:18.125rem;top:21.0625rem;left:17.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #E6reGDHrLNv0HXEtfNIM7dJGxTanHxrW { display:block; }#E6reGDHrLNv0HXEtfNIM7dJGxTanHxrW > .row .container { width:47.75rem;height:54.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DG13VqGenNNML5uFbI3WBlAneof2Nn1T { width:22.37425rem;height:35.5615rem;top:13.248291015625rem;left:0.684814453125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UIrEcI5TuQPRemT453cBMobKlWTqcaLk { width:22.5625rem;height:35.4375rem;top:13.248291015625rem;left:24.185791015625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vR0qZt7Deydont00vQJM6rETA18puJiq { width:16.43675rem;height:1.7858875rem;top:15.13916015625rem;left:28.623046875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LztcoC9mVuTSVftyA7kDCNng5gZL6ELg { width:27.625rem;height:4.75rem;top:65.875rem;left:10.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #XpNuZq1x3GvOuPMm11cuRu2r4rXQ8Vgn { display:block; }
 }@media only screen and (max-width: 1199px) { #rRIeTzSHQ46u9LTPBM63leT3voshTdI0 { width:18.125rem;height:18.125rem;top:47.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #IL2673WCTQ7tbXODil2mmhLowtvkdHRG { width:46.3745rem;height:5.6860375rem;top:2.686767578125rem;left:0.684814453125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q60cFWi5JzKPZapOHaldu0uK5XJTG8q4 { width:21rem;height:4.9375rem;top:27.9375rem;left:26.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #wBTVKwPib5ZPqcGWm7aTPGT0dbyrARhT { width:19.0625rem;height:4.875rem;top:29.625rem;left:27.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ilrMfNiEZ68TPXz1Ct5Lt66UbUFWXhC8 { width:13.2495rem;height:1.7858875rem;top:15.13916015625rem;left:5.245361328125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NUBLO33zlM7y41Too9L58ROTSQDbQZmb { width:19.4995rem;height:2.92480625rem;top:19.810791015625rem;left:25.716552734375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F1iUViuiPiQ4tkmvqtKxxSBIHLAL7H9D { width:24.1875rem;height:0.0625rem;top:25.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #L2iHuU7yrL1sXG8v4s8cIOVKukxQOpex { width:19.375rem;height:4.38720625rem;top:24.124755859375rem;left:25.77880859375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bPGSa4OuQQK0BSTpFsMyHybP84xHeIxm { width:24.1875rem;height:0.0625rem;top:31rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #dzPWQ7nyQcyer702ISlx47EqJdVBykIu { width:15.81175rem;height:2.92480625rem;top:29.971923828125rem;left:25.716552734375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jta6o75JaiulXnhTTL2zepvcpO74DRib { width:16.74925rem;height:4.38720625rem;top:35.00732421875rem;left:25.716552734375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ArB0ky0goCNkgfW5dXAAwPfce2FWgeLw { width:18.9978125rem;height:2.92480625rem;top:19.810791015625rem;left:2.371826171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bQQBaCC4TJXyOlyvTUuSQKJH270oB2U9 { width:19.12475rem;height:4.38720625rem;top:24.124755859375rem;left:2.30712890625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xT1UGkZ1LvJahBVRvcwZDmaCTSqsXW2I { width:20.437rem;height:4.38720625rem;top:29.97265625rem;left:2.511474609375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UlZccO9q8FkggiDKwXl5ZS32RpgXr7za { width:24.1875rem;height:0.0625rem;top:42.8125rem;left:23.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #N6d6KbTf8xz00qHotJrBTPXl7VD9CgHU { width:18.1875rem;height:2.92480625rem;top:41.798095703125rem;left:2.30712890625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sqplcT3VuE4kf74Pin4C6BwWTxxoq8sR { width:19.3115rem;height:4.38720625rem;top:35.8154296875rem;left:2.21435546875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NXs1PFrMWpBJ2o0zvn3So25NM26UVRyu { width:24.125rem;height:0.062096290750196rem;top:37.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tt2Li25OnBKcCfx8FgCyo0QxAsnGEOFZ { width:24.125rem;height:0.062096290750196rem;top:37.875rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g29vf1pKXtP9mZa1sn9dl2QOOy417s06 { width:24.125rem;height:0.062096290750196rem;top:37.875rem;left:23.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #sPpwsJwQZfAf4kBhpeCGc3ksC8ZnlUfe { width:24.125rem;height:0.062096290750196rem;top:37.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #B52MQIycAqTMcImuuazMi8PAFvI2xaRF { width:24.125rem;height:0.062096290750196rem;top:30.9375rem;left:23.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #eNaImCobcFsdZbTThuHhNyLg3TWU8QOR { width:24.125rem;height:0.06209933961801rem;top:25rem;left:23.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #bfkKtQ7umM3wr5XWReVBFuhI07soTipp { display:block; }#bfkKtQ7umM3wr5XWReVBFuhI07soTipp > .row .container { width:47.75rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qVPXPyWT7wyEq1svHTcvhTIV3XHtinX7 { width:37.5rem;height:3.898925rem;top:4.9416670799256rem;left:5.1250000894069rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EJAs5xBpvTDPaZNdq3W8Cr2VQqah4x0x { width:17.5rem;height:2.5rem;top:1.4375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KBx0Jm0uo6dH5ckqqntt5ydMmGf5TNZx { width:12.5rem;height:1.625rem;top:1.875rem;left:17.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BcgeqHfKxp5nORsLtSKwDhqpKuxnEWMv { display:block; }#BcgeqHfKxp5nORsLtSKwDhqpKuxnEWMv > .row .container { width:47.75rem;height:45.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #EN9NBCFBt1reEPSkgZApIcqMTQATVRtb { width:47.75rem;height:21.75rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AKyOz1IRMCocL0HaPeZhTRrTRCeuLJH3 { width:38.75rem;height:3.8964875rem;top:39.43603515625rem;left:5.43701171875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #qGu4PRoqZh6VNyIoA3lRWz6oHrlgwhw8 { width:27.625rem;height:4.75rem;top:65.875rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m5xKKSI49R6TAC6SFnhHrL5iZT3xNc52 { display:block; }
 }@media only screen and (max-width: 1199px) { #Z1qROCyHvCvwBzDm9y2Gl6LddfGxUZnt { display:none; }#Z1qROCyHvCvwBzDm9y2Gl6LddfGxUZnt > .row .container { width:47.75rem;height:54.3125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #G4C0d2TGyTMgfbqWpin9OIAvx13wRTVn { width:37.37425rem;height:1.7858875rem;top:3.49853515625rem;left:5.185546875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pfSrBguDtUEAA65EDSRiW6ePi7pMMFhv { width:22.5625rem;height:40.8125rem;top:8.624267578125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RnwkZIhoSZEq8GQoSiBQpFWSDUaFCsmw { width:22.5rem;height:5.875rem;top:8.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UP4BwTzvl1PKVITXxLtxbLsk6Trsl7gf { width:15.9375rem;height:1.9494625rem;top:9.875rem;left:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c3mvtucRchITt0bTMV23tNkoc1XLCap4 { width:18.4375rem;height:1.298825rem;top:12.4375rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VhPmBsZ3ckXB5tsCfqUgw57acOsp2FxI { width:12.5rem;height:3.16894375rem;top:15.74951171875rem;left:4.49951171875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F4RkZp4bHv51npdHtTTUW0pFCkk4TfXo { width:18.6853125rem;height:20.88625rem;top:21.822509765625rem;left:2.640380859375rem;font-size:1rem;display:block; }#F4RkZp4bHv51npdHtTTUW0pFCkk4TfXo li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/HxzBTD14/ikona_check_czarna.svg); }
 }@media only screen and (max-width: 1199px) { #MTqwSzrpZh0x07Ri4D4Hx1xwcTnEeUg9 { width:22.5rem;height:5.875rem;top:8.75rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lf6uTTmbD9SWtHWvCqVCpOgX1XTTuywA { width:15.9375rem;height:1.9494625rem;top:9.6875rem;left:27.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xWiEX0rTEKl70cGTqqigWr6TN21stCv3 { width:18.4375rem;height:1.298825rem;top:18.917236328125rem;left:1.45263671875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OELtNfTfeeZ7X5UmGalRLEpmKpMV9ZPk { width:22.5625rem;height:40.6875rem;top:8.623046875rem;left:24.42138671875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Io31qhT8JhaT31FBbNVtTBdKx6pWxrPo { width:17.5rem;height:3.4375rem;top:44.217529296875rem;left:3.233642578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ULC2zoWPCn0HyFPV18aBV5niFyS2SpKh { display:block; }
 }@media only screen and (max-width: 1199px) { #xvsikk84x8Zv9VAiCtd11OtVIKLzg9nN { width:17.5rem;height:3.4375rem;top:44.217529296875rem;left:26.99951171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fXU9otB3twFdfZCKTTrzWXWBByakN1Zz { display:block; }
 }@media only screen and (max-width: 1199px) { #J8RZzUknScJNL8tQi6BoQTNSMAoAtFzr { width:2.37426875rem;height:2.37426875rem;top:44.74853515625rem;left:16.99951171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tewsGxxZUH4zrALpxFwXO7p31GHqO4mL { width:2.37426875rem;height:2.37426875rem;top:44.74853515625rem;left:41.390380859375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TrASmQycItVai4FJ9oqL6URZz7TofvC3 { width:18.4375rem;height:1.298825rem;top:12.435302734375rem;left:2.764892578125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hGbwx5c9nSLuyLGBEdTT4yFZJ6M3FlUn { width:18.4375rem;height:1.298825rem;top:12.435302734375rem;left:26.99951171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tns2ZDb1QE97wM4ug1gwRh39DFmgv0Dq { width:12.5rem;height:3.16894375rem;top:15.74951171875rem;left:30.13671875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LJXb77m6lHMWI7y8w6OXkpvd4h0u6map { width:18.4375rem;height:1.298825rem;top:18.917236328125rem;left:26.99951171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SkHBe3I6aehqhuJnBrW6v1ulQB3E9EQk { width:16.687rem;height:0.062255875rem;top:37.498779296875rem;left:3.87451171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rbKsn3QZUgVyvNuMihmvcextoVgPv22K { width:16.687rem;height:0.062255875rem;top:33.81103515625rem;left:3.87451171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qimKQg7UVrgGkOFHzUyBBSvbxbKBGnGF { width:16.687rem;height:0.062255875rem;top:29.45068359375rem;left:3.87451171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aZwrpkmoTp6ipmHG0irvEuam7KkNzgbS { width:16.687rem;height:0.062255875rem;top:25.37353515625rem;left:3.87451171875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P8lhH6d0uLMlU7qrENkrkV3SonwGpSUw { width:16.687rem;height:0.062255875rem;top:33.81103515625rem;left:27.40478515625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pFcfeTx0tsdBbk2zAXULwGycXvTKVatW { width:16.687rem;height:0.062255875rem;top:29.450927734375rem;left:27.373046875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dExeSc9pAvtvSVkJruSZGIS5HRWRUvgs { width:16.687rem;height:0.062255875rem;top:25.37353515625rem;left:27.40478515625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MR0s4XcrckqLBXu3foWtlBkZc7iAKM9T { width:18.6853125rem;height:19.4873125rem;top:21.822509765625rem;left:26.40625rem;font-size:1rem;z-index:15007;display:block; }#MR0s4XcrckqLBXu3foWtlBkZc7iAKM9T li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/HxzBTD14/ikona_check_czarna.svg); }
 }@media only screen and (max-width: 1199px) { #WKeKlyTXzIRtcrtc0mkdM62p1RJgBphP { width:16.6858125rem;height:0.062255875rem;top:37.498779296875rem;left:27.406005859375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BAwLITEXS8aD3DCEdkGCqxbEIZgolIck { display:none; }#BAwLITEXS8aD3DCEdkGCqxbEIZgolIck > .row .container { width:47.75rem;height:129.3125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #HAR264CtRkrTv2ux5gThK4brKTqo2CDX { width:47.75rem;height:2.15698125rem;top:1.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NVTv11bSgCaoHvFMACEMVl48eacRraVm { width:19.3125rem;height:16.9375rem;top:6.125rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hr5KQfzfmcXOO4Hg5dQkUSGOJxdngQhI { width:5.375rem;height:5.5625rem;top:8.5625rem;left:21.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LRL9BpzgPzRE96mB8fDb4X9iTZuDNfCN { width:15.5rem;height:6.171875rem;top:15.8125rem;left:16.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TtyFk55BzSJecpQ0CHRT0x4RWlAqmW7r { width:19.3125rem;height:16.9375rem;top:24.4375rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZHWJrEsToxHofIgGZWyvZcFfG5kHTmwf { width:15.5rem;height:4.62890625rem;top:33.6875rem;left:16.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TWtacx79JoeD5QqLltwAtadxALg6Otnp { width:5.375rem;height:5.375rem;top:26.75rem;left:21.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HKdELUUaBisznnEFr7im3a6iTJQqrdOV { width:19.3125rem;height:16.9375rem;top:42.875rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R8OHJe5aKbxLw6yMBlG5sRpnPpqn8VrZ { width:15.9375rem;height:4.62890625rem;top:51.875rem;left:15.916015625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xsDQGJJGxSTZoybVohpuAx1oGg9tOtnE { width:4.25rem;height:5.375rem;top:45.3125rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lqrVeRRlUpNLtw65987rBpMoEKTcwIrZ { width:19.3125rem;height:16.9375rem;top:61.375rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DsTDZTQO9Mwnsi7Jlos95gpZadH0uJfM { width:15.4980625rem;height:6.171875rem;top:69.810546875rem;left:15.916015625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bbDMgsGxkk4fpfAzw6ETrMgxNT6PfJvz { width:5.375rem;height:4.75rem;top:63.8125rem;left:21.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GC4IWkTJohNWOUJo7bVcltIbfR9We2VH { width:19.3125rem;height:16.9375rem;top:79.8125rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FAWmmLVE4voGX0oyC2fPv3fNadAcu6aa { width:15.5rem;height:6.171875rem;top:88.125rem;left:16.78125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gAOJhlKisEvUWXve3P7xQDKnPnNwiEco { width:6.6875rem;height:5.1875rem;top:82.125rem;left:21.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wRbfyD9vBi6ucgb08nIAW7umGStBqOvT { width:25.375rem;height:3.5625rem;top:123.75rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nWVPzU67dF2RLnE7xR7EK6diMgrqwfrX { display:block; }
 }@media only screen and (max-width: 1199px) { #iL9biGoCI8dITPk6LRf0k8hqR7D6AlZe { width:19.75rem;height:20.4375rem;top:100.5625rem;left:14rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pqTXlXZEZnQrbnVVEPuwyXkHpaq55Bro { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dd29f941-6f4b-4f1f-a456-b1d4ba1e2fd7/bg2middle.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#pqTXlXZEZnQrbnVVEPuwyXkHpaq55Bro.adaptive-delivery-prevent-bg, #pqTXlXZEZnQrbnVVEPuwyXkHpaq55Bro.lazyload, #pqTXlXZEZnQrbnVVEPuwyXkHpaq55Bro.lazyloading { background-image: none; }#pqTXlXZEZnQrbnVVEPuwyXkHpaq55Bro > .row .container { width:47.75rem;height:76.125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #Fyh62vnIe31sveCoxWFA62EkO1lVs4nE { width:23.8125rem;height:13.0625rem;top:24.75rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iVNxpq62GIMzskIii6uOWkF8huHc29v2 { width:18.5rem;height:26.1875rem;top:11rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #voqckG9P2WRVhlACsFxSolT6vwLXGGko { width:12.8125rem;height:12.8125rem;top:11rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XRSt0e8OF8EzkyTXrBMqns31ACxN8lm9 { width:12.5rem;height:1.95rem;top:15.9375rem;left:26.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gPHrvEZT32keGAQil7DqwFA8TIxr80oT { width:12.5rem;height:1.625rem;top:14.3125rem;left:26.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HereL3pd20ETCs3OJesyEvWpMVtw5sTK { width:4.375rem;height:0.1875rem;top:15.0625rem;left:33rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A7nubQaByU5vbE7RDX8v7IdfygiuG2IW { width:12.5rem;height:2.92480625rem;top:17.875rem;left:26.3125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wu4cTMfmPJAum35auT9C4wswehqbaet4 { width:27.375rem;height:4.8125rem;top:67.875rem;left:10.1875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 1199px) { #DZ5ZEnwg99Wy9IRuDd3aVTHtKokPXWOA { display:block; }
 }@media only screen and (max-width: 1199px) { #LVQ0O6xuCEInXM7oOMRqFsBl8CarrCB5 { width:30.25rem;height:25.625rem;top:40.5rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yPwHuiryJEJ6DmODsJzNXvlwvm4CgM0C { width:27.3125rem;height:18.0078125rem;top:43rem;left:10.21875rem;font-size:1.1875rem;display:block; }#yPwHuiryJEJ6DmODsJzNXvlwvm4CgM0C li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e1bc1b88-3854-4a20-bfb3-3eb81c956550/ligreen.svg); }
 }@media only screen and (max-width: 1199px) { #F62Wf6ivhqlFhUfSgIl9Chpw5N0gnuWS { width:47.25rem;height:1.86889375rem;top:5.37890625rem;left:0.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a2stQqxJ1lA8Ieo3i8ZbKdawVF1K9gMc { display:none; }#a2stQqxJ1lA8Ieo3i8ZbKdawVF1K9gMc > .row .container { width:47.75rem;height:39.3125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #hTKR2Xg69NTZ1S1mUNnRMCLey5XhhzSh { width:41.5625rem;height:3.73779375rem;top:5.875rem;left:3.09375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fil7yRhluBwB1prnSiwVZEDqetTBPg4S { width:21.125rem;height:3.6875rem;top:11.375rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NZ4Ut5zvSPhuuBBQV1m6l2aTJLrVtw7W { width:42.125rem;height:13.88675rem;top:17.1875rem;left:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TTFaIaaqTwfdl9dPo4dGXE8yFrgO9rmW { width:47.75rem;height:31rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iDqGmfxb7Ty4SI6gAoshW6P3gqUPDah4 { display:block; }#iDqGmfxb7Ty4SI6gAoshW6P3gqUPDah4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vFncXTXe3lC8kfWvyABMhM3PyxmO07KA { display:block; }#vFncXTXe3lC8kfWvyABMhM3PyxmO07KA > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #irXnwSBU7MCQxMNolcTHtWaQ8MrNhyTF { width:13.625rem;height:4.87011875rem;top:1.376953125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPu9nkEo15Uv3NeyQfPJVe1LKqBPTcH0 { display:block; }#zPu9nkEo15Uv3NeyQfPJVe1LKqBPTcH0 > .row .container { width:20rem;height:61.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PX3o5HKn7E3RTOz7sHl4CZavmhU2wdVI { width:20rem;height:10.5rem;top:2.127685546875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpfgnNvvbM32f1HO0xZHqIUAw43sJZGq { width:14.43725rem;height:2.749025rem;top:52.5927734375rem;left:2.779541015625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #o2c8sefgLslhWArXhXZA1Dh2l2czIACP { display:block; }
 }@media only screen and (max-width: 763px) { #htLETt7clDwGkIZgSWmTXM5zHvLPt0Ps { width:20rem;height:8.75rem;top:15.37109375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4mdiJLD3d9BR0HLlEgpUtALuDnXDhPf { width:19.25rem;height:0;top:87.223640625rem;left:0.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q8AfmgFuAo0Ai7cklTvNreqS4FX1tDQ6 { width:18.4375rem;height:2.5rem;top:90.097923278806rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #IKTT8wLfFiakbcaq9s58TddTxhzAVTAA { width:12.5rem;height:0.625rem;top:20.75rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #miMKoiabIbp3h1FMVal582nMqodsDflt { width:20rem;height:0.4rem;top:14.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kKTTJog8Ri1SmsQASeCw08y2W8wsn1T3 { width:14.87425rem;height:24.74975rem;top:26.466064453125rem;left:2.562255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTdhEszHVbc6w2NbcwrFfCPBg6LGTTlu { width:14.87425rem;height:2.749025rem;top:53.687744140625rem;left:2.562255859375rem;font-size:1rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #GWrolfIv7DxdnsmQPJnb2tt4vNcM2VK3 { display:block; }
 }@media only screen and (max-width: 763px) { #ZgEP6aEOrDrzc7fRBUqNHinWvsV7BDey { display:block; }#ZgEP6aEOrDrzc7fRBUqNHinWvsV7BDey > .row .container { width:20rem;height:100.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uhiXQo0Aeq1llUQSsTTEAeyWBPQ4fph7 { width:18.75rem;height:23.8125rem;top:21.748046875rem;left:0.625rem;font-size:1.125rem;display:block; }#uhiXQo0Aeq1llUQSsTTEAeyWBPQ4fph7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/acee482f-e170-46c9-8162-01c81b32d604/Ellipse3.svg); }
 }@media only screen and (max-width: 763px) { #pP7qvzT2A00dRgsm0rwEDMQiVuLb1Ul3 { width:18.374rem;height:9.4453125rem;top:9.569091796875rem;left:0.81298828125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HlL1VbzPSItN1xJrGhd7ToriPEAzizSm { width:18.9978125rem;height:2.9370125rem;top:100.029296875rem;left:1.0009765625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wv7wA1VAfEvrDEVRDttfoFaQiH0TyzE8 { display:block; }
 }@media only screen and (max-width: 763px) { #mD6SmmbLz0cJdzJwtCfW1LrW9klOLRDc { width:19.1858125rem;height:6.82325rem;top:1.62353515625rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mBIEHZixP8zvEasCT8S6egCMIbr88Jd7 { width:17.37425rem;height:10.125rem;top:79.681396484375rem;left:1.31103515625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #et9BgGAlp35hDBnsRI1oaseKdTGeCqAq { width:17.5rem;height:4.548825rem;top:73.10791015625rem;left:1.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOkJo2UQWhGLaPNFU0SUdpDCTdlJavu3 { width:18.31175rem;height:26.062rem;top:46.44287109375rem;left:0.84228515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFmv8MaZNyDHfuG9aBu3bitmDkQo1yhQ { width:20rem;height:4.3085106382979rem;top:117.3681625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DZ33DOvppW1I4Ipk31uTQrcEaKb9wCFU { width:20rem;height:4.6276875rem;top:103.68041992188rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ew5UdX1kXJ7XC0a5RT70v1XyiHmDPAKy { width:20rem;height:22.37425rem;top:48.02978515625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UgXz3gnIWWuNOe73WNH3w2RUuOu4erVR { width:20rem;height:4.75rem;top:96.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkmOWUqcTDudN2EXMDV49MKFwyopoKuI { width:20rem;height:1.9494625rem;top:97.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVh6OR6EDQKSPqXZcu1uWZfQETn9tsUF { width:15.18675rem;height:2.9370125rem;top:90.872802734375rem;left:2.406005859375rem;font-size:1.0625rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #aRfmeakr3tqNtIOeS480GxC8Z3H9T27M { display:block; }
 }@media only screen and (max-width: 763px) { #mzaTsqUXObE9SBKOTn6qlvqlPShlhtzp { display:block; }#mzaTsqUXObE9SBKOTn6qlvqlPShlhtzp > .row .container { width:20rem;height:91rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CmP3gSMkEDveQcSUxpsvkw7aAw71bDHe { width:20rem;height:17rem;top:8.2499961853025rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtrOn5gOqwxZqObtViva9v4M4eQB8t8H { width:4.6875rem;height:6.25rem;top:4.8125rem;left:7.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CwV4oOUBhZUGWxHLo1t5Cg9Ccfw55npx { width:4.6875rem;height:6.25rem;top:25.249218940735rem;left:8.1875003576281rem;text-align:center;text-align-last:center;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aen3ZIJGqDtFP1ARNIBoNdF17P0ELeUE { width:20rem;height:16.3125rem;top:50.78750038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM6bPepRXpvNZuTsd5edPpn0Pn8Z17ke { width:4.6875rem;height:6.25rem;top:46.637499809265rem;left:7.6562503576281rem;text-align:center;text-align-last:center;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0sOqatDcFLfuR7MlLrfy7dK5xxcksZm { width:20rem;height:16.3125rem;top:71.762499809262rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNXD2wxFbMgaes8TFgkJdpeAMA8QyRnL { width:4.6875rem;height:6.25rem;top:67.825000762938rem;left:7.6562503576281rem;text-align:center;text-align-last:center;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UU63pGrqCTTgAI2CQ2JT8JhnwP307rkG { width:20rem;height:16.3125rem;top:29.006249904633rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dW3FoLE3iCdPmpvyVaIObapWVvochMJ9 { width:15.2478125rem;height:3.25rem;top:11.842041015625rem;left:2.37548828125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jy2KWHeRPAhJQs8ZRfNGogCuuxbAMVV5 { width:15.4980625rem;height:7.19925rem;top:15.634765625rem;left:2.249755859375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwJs4B5xJbKkg6TS7qOmH50FJpkhplnV { width:15.2478125rem;height:3.25rem;top:32.59033203125rem;left:2.37548828125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rNNvbTmcQD61FnAKWtTvyiGBEMBOeFDm { width:15.4980625rem;height:5.3994125rem;top:36.4599609375rem;left:2.249755859375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSiTCZ8leHuFnCmtRDam2JuV9vuRxqvJ { width:15.9985625rem;height:4.875rem;top:54.091796875rem;left:1.99951171875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MtDxZtV0dzZc3RvTLbVpxQ0KxKcPv9Sm { width:15.4980625rem;height:5.3994125rem;top:59.732666015625rem;left:2.249755859375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHALTdeNnGBSWdZq4IEahxh9gW3G8Feo { width:15.2478125rem;height:3.25rem;top:75.028076171875rem;left:2.37548828125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TqAiW7V0RZfNXnAxLw0V1cSuyAN7os7d { width:15.4980625rem;height:5.3994125rem;top:79.068603515625rem;left:2.78076171875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZpu0ZTatJfFMa0g6AA7aqPPdiOds5wR { width:19rem;height:4.75rem;top:29.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pdA0TLAJNDXyaHogczF2bvNvklvcRoqb { display:block; }
 }@media only screen and (max-width: 763px) { #TQlTo0DxphVsOUzlTZBWyHQIKzRg8EdG { width:18.125rem;height:18.125rem;top:21.0625rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #E6reGDHrLNv0HXEtfNIM7dJGxTanHxrW { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(180deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(180deg, #ffffff, #ffffff);background-image: -o-linear-gradient(180deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #ffffff, #ffffff);background-size:auto !important;display:block; }#E6reGDHrLNv0HXEtfNIM7dJGxTanHxrW > .row .container { background-color: transparent; background-image: none; }#E6reGDHrLNv0HXEtfNIM7dJGxTanHxrW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6reGDHrLNv0HXEtfNIM7dJGxTanHxrW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6reGDHrLNv0HXEtfNIM7dJGxTanHxrW > .row .container > .video-iframe-container { display: none; }#E6reGDHrLNv0HXEtfNIM7dJGxTanHxrW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6reGDHrLNv0HXEtfNIM7dJGxTanHxrW > .row > .video-iframe-container { display: none; }#E6reGDHrLNv0HXEtfNIM7dJGxTanHxrW > .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); }#E6reGDHrLNv0HXEtfNIM7dJGxTanHxrW > .row .container { width:20rem;height:80.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DG13VqGenNNML5uFbI3WBlAneof2Nn1T { width:20rem;height:32.8125rem;top:43.289794921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIrEcI5TuQPRemT453cBMobKlWTqcaLk { width:20rem;height:26rem;top:15.186767578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vR0qZt7Deydont00vQJM6rETA18puJiq { width:19.0625rem;height:1.7871125rem;top:16.8603515625rem;left:0.46875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LztcoC9mVuTSVftyA7kDCNng5gZL6ELg { width:19rem;height:4.75rem;top:114.1989375rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XpNuZq1x3GvOuPMm11cuRu2r4rXQ8Vgn { display:block; }
 }@media only screen and (max-width: 763px) { #rRIeTzSHQ46u9LTPBM63leT3voshTdI0 { width:18.125rem;height:18.125rem;top:131.21040649414rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IL2673WCTQ7tbXODil2mmhLowtvkdHRG { width:20rem;height:9.097625rem;top:2.880859375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q60cFWi5JzKPZapOHaldu0uK5XJTG8q4 { width:20rem;height:3.9375rem;top:60.4375rem;left:0rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #wBTVKwPib5ZPqcGWm7aTPGT0dbyrARhT { width:16.125rem;height:0;top:60.9375rem;left:1.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #ilrMfNiEZ68TPXz1Ct5Lt66UbUFWXhC8 { width:20rem;height:1.7871125rem;top:45.06103515625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NUBLO33zlM7y41Too9L58ROTSQDbQZmb { width:18.625rem;height:2.923825rem;top:20.5rem;left:1.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F1iUViuiPiQ4tkmvqtKxxSBIHLAL7H9D { width:20rem;height:0.0512695rem;top:28.6962890625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #L2iHuU7yrL1sXG8v4s8cIOVKukxQOpex { width:18.31175rem;height:4.38574375rem;top:29.4375rem;left:1.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bPGSa4OuQQK0BSTpFsMyHybP84xHeIxm { width:20rem;height:0.0512695rem;top:24.447021484375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dzPWQ7nyQcyer702ISlx47EqJdVBykIu { width:17.875rem;height:2.923825rem;top:25.186767578125rem;left:1.312255859375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Jta6o75JaiulXnhTTL2zepvcpO74DRib { width:18.562rem;height:2.923825rem;top:35.125rem;left:1.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ArB0ky0goCNkgfW5dXAAwPfce2FWgeLw { width:18.8745rem;height:2.923825rem;top:48.756103515625rem;left:1.12548828125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bQQBaCC4TJXyOlyvTUuSQKJH270oB2U9 { width:18.18725rem;height:4.38574375rem;top:52.88232421875rem;left:1.154541015625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xT1UGkZ1LvJahBVRvcwZDmaCTSqsXW2I { width:18.8745rem;height:4.38574375rem;top:58.509765625rem;left:1.12548828125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UlZccO9q8FkggiDKwXl5ZS32RpgXr7za { width:20rem;height:0.0512695rem;top:89.44580078125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #N6d6KbTf8xz00qHotJrBTPXl7VD9CgHU { width:16.8115rem;height:2.923825rem;top:64.13232421875rem;left:1.12451171875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sqplcT3VuE4kf74Pin4C6BwWTxxoq8sR { width:18.4375rem;height:4.38574375rem;top:68.383056640625rem;left:1.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NXs1PFrMWpBJ2o0zvn3So25NM26UVRyu { width:20rem;height:0.05147879025923rem;top:34.495849609375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tt2Li25OnBKcCfx8FgCyo0QxAsnGEOFZ { width:20rem;height:0.05147879025923rem;top:37.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #g29vf1pKXtP9mZa1sn9dl2QOOy417s06 { width:20rem;height:0.05147879025923rem;top:37.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sPpwsJwQZfAf4kBhpeCGc3ksC8ZnlUfe { width:20rem;height:0.05147879025923rem;top:37.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #B52MQIycAqTMcImuuazMi8PAFvI2xaRF { width:20rem;height:0.05147879025923rem;top:30.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eNaImCobcFsdZbTThuHhNyLg3TWU8QOR { width:20rem;height:0.051481317818039rem;top:25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bfkKtQ7umM3wr5XWReVBFuhI07soTipp { display:block; }#bfkKtQ7umM3wr5XWReVBFuhI07soTipp > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qVPXPyWT7wyEq1svHTcvhTIV3XHtinX7 { width:20rem;height:5.1181625rem;top:6.0031261444092rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJAs5xBpvTDPaZNdq3W8Cr2VQqah4x0x { width:17.5rem;height:2.3125rem;top:1.8447914123535rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBx0Jm0uo6dH5ckqqntt5ydMmGf5TNZx { width:18.1875rem;height:1.4625rem;top:2.28125rem;left:0.90625005960463rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcgeqHfKxp5nORsLtSKwDhqpKuxnEWMv { display:block; }#BcgeqHfKxp5nORsLtSKwDhqpKuxnEWMv > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EN9NBCFBt1reEPSkgZApIcqMTQATVRtb { width:20rem;height:21.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKyOz1IRMCocL0HaPeZhTRrTRCeuLJH3 { width:20rem;height:6.499rem;top:32.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGu4PRoqZh6VNyIoA3lRWz6oHrlgwhw8 { width:19rem;height:3.1875rem;top:40.9375rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5xKKSI49R6TAC6SFnhHrL5iZT3xNc52 { display:block; }
 }@media only screen and (max-width: 763px) { #Z1qROCyHvCvwBzDm9y2Gl6LddfGxUZnt { display:none; }#Z1qROCyHvCvwBzDm9y2Gl6LddfGxUZnt > .row .container { width:20rem;height:110.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #G4C0d2TGyTMgfbqWpin9OIAvx13wRTVn { width:20rem;height:3.571775rem;top:1.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfSrBguDtUEAA65EDSRiW6ePi7pMMFhv { width:20rem;height:27.25rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnwkZIhoSZEq8GQoSiBQpFWSDUaFCsmw { width:20rem;height:5.875rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UP4BwTzvl1PKVITXxLtxbLsk6Trsl7gf { width:15.9375rem;height:1.9494625rem;top:9.25rem;left:2.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3mvtucRchITt0bTMV23tNkoc1XLCap4 { width:18.4375rem;height:1.29980625rem;top:11.75rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhPmBsZ3ckXB5tsCfqUgw57acOsp2FxI { width:12.5rem;height:2.5996125rem;top:15.1875rem;left:3.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4RkZp4bHv51npdHtTTUW0pFCkk4TfXo { width:18.6875rem;height:20.88625rem;top:20.25rem;left:1.3125rem;font-size:1rem;display:block; }#F4RkZp4bHv51npdHtTTUW0pFCkk4TfXo li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/HxzBTD14/ikona_check_czarna.svg); }
 }@media only screen and (max-width: 763px) { #MTqwSzrpZh0x07Ri4D4Hx1xwcTnEeUg9 { width:20rem;height:5.875rem;top:36rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lf6uTTmbD9SWtHWvCqVCpOgX1XTTuywA { width:15.9375rem;height:1.9494625rem;top:37rem;left:2.03125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWiEX0rTEKl70cGTqqigWr6TN21stCv3 { width:18.4375rem;height:1.29980625rem;top:39.75rem;left:0.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OELtNfTfeeZ7X5UmGalRLEpmKpMV9ZPk { width:20rem;height:27.25rem;top:36rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Io31qhT8JhaT31FBbNVtTBdKx6pWxrPo { width:17.5rem;height:3.4375rem;top:29.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULC2zoWPCn0HyFPV18aBV5niFyS2SpKh { display:block; }
 }@media only screen and (max-width: 763px) { #xvsikk84x8Zv9VAiCtd11OtVIKLzg9nN { width:17.5rem;height:3.4375rem;top:57.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXU9otB3twFdfZCKTTrzWXWBByakN1Zz { display:block; }
 }@media only screen and (max-width: 763px) { #J8RZzUknScJNL8tQi6BoQTNSMAoAtFzr { width:2.375rem;height:2.375rem;top:30.3125rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tewsGxxZUH4zrALpxFwXO7p31GHqO4mL { width:2.375rem;height:2.375rem;top:58.46875rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrASmQycItVai4FJ9oqL6URZz7TofvC3 { width:18.4375rem;height:1.13769375rem;top:89.240724609375rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGbwx5c9nSLuyLGBEdTT4yFZJ6M3FlUn { width:18.4375rem;height:1.13769375rem;top:91.627199609375rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tns2ZDb1QE97wM4ug1gwRh39DFmgv0Dq { width:12.5rem;height:2.598875rem;top:64.655755859375rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJXb77m6lHMWI7y8w6OXkpvd4h0u6map { width:18.4375rem;height:1.298825rem;top:94.013674609375rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkHBe3I6aehqhuJnBrW6v1ulQB3E9EQk { width:16.6875rem;height:0.0625rem;top:107.06128085938rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbKsn3QZUgVyvNuMihmvcextoVgPv22K { width:16.6875rem;height:0.0625rem;top:105.74878085938rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qimKQg7UVrgGkOFHzUyBBSvbxbKBGnGF { width:16.6875rem;height:0.0625rem;top:104.43628085938rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZwrpkmoTp6ipmHG0irvEuam7KkNzgbS { width:16.6875rem;height:0.0625rem;top:103.12378085938rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8lhH6d0uLMlU7qrENkrkV3SonwGpSUw { width:16.6875rem;height:0.0625rem;top:100.49878085938rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFcfeTx0tsdBbk2zAXULwGycXvTKVatW { width:16.6875rem;height:0.0625rem;top:99.186280859375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dExeSc9pAvtvSVkJruSZGIS5HRWRUvgs { width:16.6875rem;height:0.0625rem;top:97.873780859375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR0s4XcrckqLBXu3foWtlBkZc7iAKM9T { width:19.6875rem;height:19.4873125rem;top:68.503412109375rem;left:0.125rem;font-size:1rem;display:block; }#MR0s4XcrckqLBXu3foWtlBkZc7iAKM9T li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/HxzBTD14/ikona_check_czarna.svg); }
 }@media only screen and (max-width: 763px) { #WKeKlyTXzIRtcrtc0mkdM62p1RJgBphP { width:16.6875rem;height:0.0625rem;top:96.561280859375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAwLITEXS8aD3DCEdkGCqxbEIZgolIck { display:none; }#BAwLITEXS8aD3DCEdkGCqxbEIZgolIck > .row .container { width:20rem;height:118.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HAR264CtRkrTv2ux5gThK4brKTqo2CDX { width:20rem;height:6.46875rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVTv11bSgCaoHvFMACEMVl48eacRraVm { width:17rem;height:14.9375rem;top:10.125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hr5KQfzfmcXOO4Hg5dQkUSGOJxdngQhI { width:5.375rem;height:5.5625rem;top:11.875rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRL9BpzgPzRE96mB8fDb4X9iTZuDNfCN { width:15.5rem;height:3.8994125rem;top:18.8125rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtyFk55BzSJecpQ0CHRT0x4RWlAqmW7r { width:17rem;height:14.9375rem;top:26.625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHWJrEsToxHofIgGZWyvZcFfG5kHTmwf { width:15.5rem;height:2.5996125rem;top:35.5rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWtacx79JoeD5QqLltwAtadxALg6Otnp { width:5.375rem;height:5.375rem;top:28.5625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKdELUUaBisznnEFr7im3a6iTJQqrdOV { width:17rem;height:14.9375rem;top:42.875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8OHJe5aKbxLw6yMBlG5sRpnPpqn8VrZ { width:15.5rem;height:3.8994125rem;top:51.6875rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsDQGJJGxSTZoybVohpuAx1oGg9tOtnE { width:4.25rem;height:5.375rem;top:44.75rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqrVeRRlUpNLtw65987rBpMoEKTcwIrZ { width:17rem;height:14.9375rem;top:59.0625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsTDZTQO9Mwnsi7Jlos95gpZadH0uJfM { width:15rem;height:5.19921875rem;top:67.373046875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbDMgsGxkk4fpfAzw6ETrMgxNT6PfJvz { width:5.375rem;height:4.75rem;top:61.5625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GC4IWkTJohNWOUJo7bVcltIbfR9We2VH { width:17rem;height:14.9375rem;top:75.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAWmmLVE4voGX0oyC2fPv3fNadAcu6aa { width:13.875rem;height:5.19921875rem;top:84.0625rem;left:3.0625001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAOJhlKisEvUWXve3P7xQDKnPnNwiEco { width:6.1875rem;height:4.8125rem;top:78.125rem;left:6.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRbfyD9vBi6ucgb08nIAW7umGStBqOvT { width:17.1875rem;height:2.8125rem;top:114.875rem;left:1.40625rem;font-size:1rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWVPzU67dF2RLnE7xR7EK6diMgrqwfrX { display:block; }
 }@media only screen and (max-width: 763px) { #iL9biGoCI8dITPk6LRf0k8hqR7D6AlZe { width:17.25rem;height:17.8125rem;top:94.0625rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqTXlXZEZnQrbnVVEPuwyXkHpaq55Bro { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/38109008-267b-4a19-bb18-91d9a14e77bc/middlemobile.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:none; }#pqTXlXZEZnQrbnVVEPuwyXkHpaq55Bro.adaptive-delivery-prevent-bg, #pqTXlXZEZnQrbnVVEPuwyXkHpaq55Bro.lazyload, #pqTXlXZEZnQrbnVVEPuwyXkHpaq55Bro.lazyloading { background-image: none; }#pqTXlXZEZnQrbnVVEPuwyXkHpaq55Bro > .row .container { width:20rem;height:74.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Fyh62vnIe31sveCoxWFA62EkO1lVs4nE { width:17.8125rem;height:9.6875rem;top:21.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVNxpq62GIMzskIii6uOWkF8huHc29v2 { width:12.4375rem;height:17.625rem;top:13.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #voqckG9P2WRVhlACsFxSolT6vwLXGGko { width:8.625rem;height:8.625rem;top:13.3125rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRSt0e8OF8EzkyTXrBMqns31ACxN8lm9 { width:12.5rem;height:1.3rem;top:17rem;left:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPHrvEZT32keGAQil7DqwFA8TIxr80oT { width:5.9375rem;height:2.2734375rem;top:14.5rem;left:10.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HereL3pd20ETCs3OJesyEvWpMVtw5sTK { width:3.125rem;height:0.1875rem;top:16.125rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7nubQaByU5vbE7RDX8v7IdfygiuG2IW { width:12.5rem;height:2.0317375rem;top:18.3125rem;left:7.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wu4cTMfmPJAum35auT9C4wswehqbaet4 { width:17.1875rem;height:2.8125rem;top:63.25rem;left:1.40625rem;font-size:1rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZ5ZEnwg99Wy9IRuDd3aVTHtKokPXWOA { display:block; }
 }@media only screen and (max-width: 763px) { #LVQ0O6xuCEInXM7oOMRqFsBl8CarrCB5 { width:20rem;height:24.4375rem;top:35.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPwHuiryJEJ6DmODsJzNXvlwvm4CgM0C { width:18.875rem;height:20.4081875rem;top:37.0625rem;left:0.5625rem;font-size:1rem;display:block; }#yPwHuiryJEJ6DmODsJzNXvlwvm4CgM0C li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e1bc1b88-3854-4a20-bfb3-3eb81c956550/ligreen.svg); }
 }@media only screen and (max-width: 763px) { #F62Wf6ivhqlFhUfSgIl9Chpw5N0gnuWS { width:20rem;height:3.736325rem;top:6.3125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2stQqxJ1lA8Ieo3i8ZbKdawVF1K9gMc { display:none; }#a2stQqxJ1lA8Ieo3i8ZbKdawVF1K9gMc > .row .container { width:20rem;height:42.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hTKR2Xg69NTZ1S1mUNnRMCLey5XhhzSh { width:17rem;height:7.4755625rem;top:3.5625rem;left:1.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fil7yRhluBwB1prnSiwVZEDqetTBPg4S { width:14.625rem;height:2.5rem;top:12rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZ4Ut5zvSPhuuBBQV1m6l2aTJLrVtw7W { width:18.125rem;height:23.378875rem;top:16.25rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTFaIaaqTwfdl9dPo4dGXE8yFrgO9rmW { width:19.625rem;height:38.6875rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDqGmfxb7Ty4SI6gAoshW6P3gqUPDah4 { display:block; }#iDqGmfxb7Ty4SI6gAoshW6P3gqUPDah4 > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }