.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#999999;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#AEJG98Lvw8i7qkoZfRzPu1R9CBxaUK4v { z-index:;position:relative;display:block; }#AEJG98Lvw8i7qkoZfRzPu1R9CBxaUK4v { background-color: transparent; background-image: none; }#AEJG98Lvw8i7qkoZfRzPu1R9CBxaUK4v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEJG98Lvw8i7qkoZfRzPu1R9CBxaUK4v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEJG98Lvw8i7qkoZfRzPu1R9CBxaUK4v > .row .container > .video-iframe-container { display: none; }#AEJG98Lvw8i7qkoZfRzPu1R9CBxaUK4v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEJG98Lvw8i7qkoZfRzPu1R9CBxaUK4v > .row > .video-iframe-container { display: none; }#AEJG98Lvw8i7qkoZfRzPu1R9CBxaUK4v > .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); }#AEJG98Lvw8i7qkoZfRzPu1R9CBxaUK4v { border-width: 0; border-radius: 0; }#AEJG98Lvw8i7qkoZfRzPu1R9CBxaUK4v > .row .container { background-color:#f1f0ea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:18.0625rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#BfvIvbWc6ORLr7UXClsxGXFtdIWGH31T { color:#00a946;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:12.9375rem;left:0rem;height:2.1125rem;text-align:center;text-align-last:center;display:block; }
#QVnwTmiAdz1ssHz5fwdA5O6xKPFofKOb { color:#000000;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:9.5rem;left:0rem;height:2.1125rem;text-align:center;text-align-last:center;display:block; }
#PtD7nIsn2zaf0R6ZVGBzg94mgrx4Ne0e { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.25rem;top:1.5rem;left:27.375rem;overflow:hidden;display:block; }
#UwpZyzFkbTI4hQXOp21hTE5h4RGDv77d { position:relative;display:block; }#UwpZyzFkbTI4hQXOp21hTE5h4RGDv77d { background-color: transparent; background-image: none; }#UwpZyzFkbTI4hQXOp21hTE5h4RGDv77d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UwpZyzFkbTI4hQXOp21hTE5h4RGDv77d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UwpZyzFkbTI4hQXOp21hTE5h4RGDv77d > .row .container > .video-iframe-container { display: none; }#UwpZyzFkbTI4hQXOp21hTE5h4RGDv77d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UwpZyzFkbTI4hQXOp21hTE5h4RGDv77d > .row > .video-iframe-container { display: none; }#UwpZyzFkbTI4hQXOp21hTE5h4RGDv77d > .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); }#UwpZyzFkbTI4hQXOp21hTE5h4RGDv77d { border-width: 0; border-radius: 0; }#UwpZyzFkbTI4hQXOp21hTE5h4RGDv77d > .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; }#UwpZyzFkbTI4hQXOp21hTE5h4RGDv77d > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ce0000;background-image:none;font-size:0.875rem;font-family:arial;height:24.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#q7RLrQcCWvxlQA0Z7O8AUTehlZVyCaUD { color:#ffffff;display:block;width:57.12425rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.4613282680512rem;left:2.87109375rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#e53cxAZ9RGlx4hNhcaEGW1hb1kwwtVsy { color:#e5e5e5;display:block;width:49.749625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:16.081640005112rem;left:6.556640625rem;height:5.85rem;text-align:center;text-align-last:center;display:block; }
#waMJtLRlui3uuld8rHocTIuqZnxbTXUa { color:#ffffff;display:block;width:57.12425rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:2.6831970214844rem;left:2.8746109008789rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kid7J6H7tkRKgwuVB4IFdyVZgk2srSNG { position:relative;display:block; }#kid7J6H7tkRKgwuVB4IFdyVZgk2srSNG { background-color: transparent; background-image: none; }#kid7J6H7tkRKgwuVB4IFdyVZgk2srSNG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kid7J6H7tkRKgwuVB4IFdyVZgk2srSNG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kid7J6H7tkRKgwuVB4IFdyVZgk2srSNG > .row .container > .video-iframe-container { display: none; }#kid7J6H7tkRKgwuVB4IFdyVZgk2srSNG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kid7J6H7tkRKgwuVB4IFdyVZgk2srSNG > .row > .video-iframe-container { display: none; }#kid7J6H7tkRKgwuVB4IFdyVZgk2srSNG > .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); }#kid7J6H7tkRKgwuVB4IFdyVZgk2srSNG { border-width: 0; border-radius: 0; }#kid7J6H7tkRKgwuVB4IFdyVZgk2srSNG > .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; }#kid7J6H7tkRKgwuVB4IFdyVZgk2srSNG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f0ea;background-image:none;font-size:0.875rem;font-family:arial;height:126.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cXkmPrgspDr2B4bKlOvOVgs8mFMXekBx { color:#000000;display:block;width:59.74925rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:2.7164039611816rem;left:0.24960708618164rem;height:1.925rem;text-align:center;text-align-last:center;display:block; }
#FPI8uDekEB79XvocZryQgp40UDuwXr0l { color:#000000;display:block;width:34.3125rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:14.575778961182rem;left:3.6199188232422rem;height:16.81875rem;text-align:center;text-align-last:center;display:block; }
#an5IDdwBASo6PPQyceXkbMscCLb4xGT0 { color:#766d8a;display:block;width:56.625rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:53.935932159424rem;left:2.25rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#cOHBlfrzVhsebMta9bA3ntEK1Bd5i4gF { color:#131313;display:block;width:51.12425rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:27.939843177796rem;left:6.0093765258789rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#SUi7wPTIrpqR8t66uTp2kwvc4wTanyT4 { color:#000000;display:block;width:45rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:60.437496185302rem;left:7.9957008361819rem;height:3.0875rem;text-align:center;text-align-last:center;display:block; }
#HAXCsZnAdoDOIetJTQcZeMs6HsTIeLtF { color:#000000;display:block;width:45rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:65.562107086181rem;left:7.7496070861819rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KlnlQKVZiDTaTpqrzh5hcpPv4lX74N0w { color:#4c6958;display:block;width:50.25rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:71.3710899353rem;left:4.875rem;height:3.7375rem;text-align:center;text-align-last:center;display:block; }
#xQrxcoVI2NO9SsCVRodetXPKZsxZJO6V { color:#4c6958;display:block;width:20.312125rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:111.24998855591rem;left:35.905075073243rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SUZIW9KDRxCF9zFcMJRl4xu5hxuWWPMp { color:rgba(0,0,0,0.71);display:block;width:52.125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:76.812099456787rem;left:4.125rem;height:6.3rem;text-align:center;text-align-last:center;display:block; }
#KXc8erEHQAn8vHMugOoJ738HEIhMDCqJ { color:#766d8a;display:block;width:34.625rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:88.311710357669rem;left:4.1871070861816rem;height:2.1125rem;display:block; }
#k4RVm2t3Gb2nTDy5ReKNGVANidZN0FEK { color:#000000;display:block;width:28rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:91.810939788819rem;left:4.3125rem;height:25.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v2FXaXNfyC6Bni5TCUWRnLJATKTTdpev { 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:25rem;width:17.75rem;top:85.623441696169rem;left:36.090621948243rem;overflow:hidden;display:block; }
#M5UFI1WIcXDUWHL40iGB0UypJssGQk3w { color:#000000;display:block;width:55.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:6.2871055603025rem;left:2.87109375rem;height:3.5rem;text-align:center;text-align-last:center;display:block; }
#FTQ06t7Szp8xoA9GV3aXUpVwStpPtdOf { color:#000000;display:block;width:51.624625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:12.880078792572rem;left:6.0093765258789rem;height:8.9296875rem;text-align:center;text-align-last:center;display:none; }
#s6UHwWtJIPqR74e0UnlKJzTnnuyWSqor { color:#000000;display:block;width:51.624625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:12.880078792572rem;left:6.0093765258789rem;height:8.9296875rem;text-align:center;text-align-last:center;display:none; }
#nyE0xtiKfu9IuTI24vcReuTgtBdKtB3K { color:#585657;display:block;width:59.75rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:2.5933594703674rem;left:0.19921875rem;height:1.92421875rem;text-align:center;text-align-last:center;display:none; }
#k3kwLWc5l8irr9Xq7lZgqFEX8CRf2ZqV { color:#000000;display:block;width:51.124rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:42.062496185302rem;left:4.6875rem;height:2.7625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ePBOkUWveqwR3B8qIaKkF7HKKCJa4IO1 { color:#766d8a;display:block;width:51.124rem;position:absolute;font-family:poppins;font-size:5.625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:46.124217987061rem;left:5.1527328491211rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UxoTxTV1SlFigsxganlAaZVVMrOr6cDz { position:absolute;display:block;z-index:15009;border-top:0.1875rem solid #aeaeae;border-left:0.1875rem solid #aeaeae;border-right:0.1875rem solid #aeaeae;border-bottom:0.1875rem solid #aeaeae;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.9991875rem;width:15.3116875rem;top:12.508590698243rem;left:41.314453125rem;overflow:hidden;display:block; }
#KHAkIRl15dWApJr1MfypBrzk5v5VPrXi { background-color:#579e00;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:36.612892150879rem;left:35.061332702637rem;display:none; }
#PLXrHSHLBNeFwHD6hfykwVmiPsfFJmwR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VgCVVLayNhVNh6sEDK94y6CQGAWhIZsp { color:#000000;display:block;width:49.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:120.76250457764rem;left:5.84375rem;height:1.8rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W1X3OToIMQrCVqrLw01vqPeXCR6zNa4G { 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:37.5rem;width:37.5rem;display:none; }
#QB0uyGJ0bJKvBc1Q9O3eM3hF9apXaI2m { position:relative;display:block; }#QB0uyGJ0bJKvBc1Q9O3eM3hF9apXaI2m { background-color: transparent; background-image: none; }#QB0uyGJ0bJKvBc1Q9O3eM3hF9apXaI2m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QB0uyGJ0bJKvBc1Q9O3eM3hF9apXaI2m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QB0uyGJ0bJKvBc1Q9O3eM3hF9apXaI2m > .row .container > .video-iframe-container { display: none; }#QB0uyGJ0bJKvBc1Q9O3eM3hF9apXaI2m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QB0uyGJ0bJKvBc1Q9O3eM3hF9apXaI2m > .row > .video-iframe-container { display: none; }#QB0uyGJ0bJKvBc1Q9O3eM3hF9apXaI2m > .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); }#QB0uyGJ0bJKvBc1Q9O3eM3hF9apXaI2m { border-width: 0; border-radius: 0; }#QB0uyGJ0bJKvBc1Q9O3eM3hF9apXaI2m > .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; }#QB0uyGJ0bJKvBc1Q9O3eM3hF9apXaI2m > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#766d8a;background-image:none;font-size:0.875rem;font-family:arial;height:37.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iTbxmNWuOBm5RFP07F7ROHB7hXElTomC { color:rgba(241,240,234,0.77);display:block;width:51.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.8369140625rem;left:4.3212890625rem;height:1.6253875rem;display:block; }
#VKFmTgBlInJl7lHZTXTtQUGnWc5cuwSv { color:rgba(241,240,234,0.77);display:block;width:38.25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:5.126953125rem;left:4.3212890625rem;height:2.45rem;display:block; }
#kWOyOAn1o2aePa7hZLHILk8E8ZzxOEkM { color:rgba(241,240,234,0.77);display:block;width:36.1240234375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:13.044921875rem;left:4.3212890625rem;height:;overflow:hidden;display:block; }#kWOyOAn1o2aePa7hZLHILk8E8ZzxOEkM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kWOyOAn1o2aePa7hZLHILk8E8ZzxOEkM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/lmubDeOL/Zrzut_ekranu_2021_07_13_o_10.24.55.png); }
#gfmq4CgqqfakmSy357BpDSlXTJLBK7Tm { color:rgba(241,240,234,0.77);display:block;width:33.6240234375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.607421875rem;left:4.3212890625rem;height:3.25078125rem;display:block; }
#ErQD4sFgHqSg8EB0U6SFB5vSHa67JpNx { position:relative;display:block; }#ErQD4sFgHqSg8EB0U6SFB5vSHa67JpNx { background-color: transparent; background-image: none; }#ErQD4sFgHqSg8EB0U6SFB5vSHa67JpNx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ErQD4sFgHqSg8EB0U6SFB5vSHa67JpNx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ErQD4sFgHqSg8EB0U6SFB5vSHa67JpNx > .row .container > .video-iframe-container { display: none; }#ErQD4sFgHqSg8EB0U6SFB5vSHa67JpNx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ErQD4sFgHqSg8EB0U6SFB5vSHa67JpNx > .row > .video-iframe-container { display: none; }#ErQD4sFgHqSg8EB0U6SFB5vSHa67JpNx > .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); }#ErQD4sFgHqSg8EB0U6SFB5vSHa67JpNx { border-width: 0; border-radius: 0; }#ErQD4sFgHqSg8EB0U6SFB5vSHa67JpNx > .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; }#ErQD4sFgHqSg8EB0U6SFB5vSHa67JpNx > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f0ea;background-image:none;font-size:0.875rem;font-family:arial;height:96.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Xt2nHA1fysaM7JFHsTe4c2J4Cm2g5V9o { color:#353535;display:block;width:59.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.3406238555908rem;left:0.0031242370605469rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#kf21yrWsh8OCTHXbTLi2nv3ZWoyV8mMm { color:#000000;display:block;width:45.625rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:5.0859375rem;left:7.875rem;height:6.825rem;text-align:center;text-align-last:center;display:block; }
#CfVfkQUNTyckTizc7ghfFB6uqsVgCLWE { color:#000000;display:block;width:24.5625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:16.125rem;left:4.6875rem;height:3.575rem;text-align:left;text-align-last:left;display:block; }
#QT8eFXSeWf29yabMewzgMMuRoZKhE1Zq { color:#000000;display:block;width:24.624625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:21.5625rem;left:4.625rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HVm5R82P2kJiHuaTwydK9KDoOFpCQOIo { position:absolute;display:block;z-index:15005;border-top:0.3125rem solid #d5e5e5;border-left:0.3125rem solid #d5e5e5;border-right:0.3125rem solid #d5e5e5;border-bottom:0.3125rem solid #d5e5e5;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:21.75rem;top:35.1484375rem;left:4.6875rem;overflow:hidden;display:block; }
#oGN8XJcs0GdW2s7udUxJF8uXcsQDfGBW { color:#000000;display:block;width:23.687125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:40.9541015625rem;left:32.4375rem;height:6rem;font-style:normal;display:block; }
#Qc6gDngcgnUs4fqI5SFPSb5BdtacoecM { position:absolute;display:block;z-index:15008;border-top:0.3125rem solid #d5e5e5;border-left:0.3125rem solid #d5e5e5;border-right:0.3125rem solid #d5e5e5;border-bottom:0.3125rem solid #d5e5e5;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.25rem;width:21.4375rem;top:15.622665405274rem;left:32.4375rem;overflow:hidden;display:block; }
#rnpfILO5TkrByxlGT4NPaVnTTTISVfRW { color:#000000;display:block;width:17.5rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:35.810154438019rem;left:32.4375rem;height:3.575rem;display:block; }
#oVb9DtOdJW4EDAyb4BgQqOBFOr8OkLI4 { position:absolute;display:block;z-index:15008;border-top:0.3125rem solid #d5e5e5;border-left:0.3125rem solid #d5e5e5;border-right:0.3125rem solid #d5e5e5;border-bottom:0.3125rem solid #d5e5e5;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.75rem;width:22.125rem;top:53.6474609375rem;left:32.4375rem;overflow:hidden;display:block; }
#uuuN45vO9qUO4vLh4p6ZT0glGVANztTP { color:#000000;display:block;width:22.81175rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:59.203125rem;left:4.623046875rem;height:6rem;font-style:normal;display:block; }
#wKlskFrKfCTbJBrdQsWa0TdpgBWxqQEA { color:#000000;display:block;width:25.62425rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:53.6474609375rem;left:4.623046875rem;height:3.575rem;display:block; }
#y3Gq9wnqZPTCJNerRkeBgwBzCt6gpxAm { position:absolute;display:block;z-index:15006;border-top:0.3125rem solid #d5e5e5;border-left:0.3125rem solid #d5e5e5;border-right:0.3125rem solid #d5e5e5;border-bottom:0.3125rem solid #d5e5e5;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:21.75rem;top:74.1875rem;left:4.6875rem;overflow:hidden;display:block; }
#mQZIAq3i9wD4GCdCl0BAocbwocf72DT1 { color:#000000;display:block;width:24.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:78.062515258787rem;left:32.4375rem;height:6rem;font-style:normal;display:block; }
#PXbR3Z7VGuJEnmGLhJ8l3bOhBwUZlucn { color:#000000;display:block;width:24.5625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:74.1875rem;left:32.4375rem;height:1.625rem;display:block; }
#WfD4qUxWTiWUwrDDimbO9TMrWN8kpSXv { position:relative;display:block; }#WfD4qUxWTiWUwrDDimbO9TMrWN8kpSXv { background-color: transparent; background-image: none; }#WfD4qUxWTiWUwrDDimbO9TMrWN8kpSXv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfD4qUxWTiWUwrDDimbO9TMrWN8kpSXv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfD4qUxWTiWUwrDDimbO9TMrWN8kpSXv > .row .container > .video-iframe-container { display: none; }#WfD4qUxWTiWUwrDDimbO9TMrWN8kpSXv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfD4qUxWTiWUwrDDimbO9TMrWN8kpSXv > .row > .video-iframe-container { display: none; }#WfD4qUxWTiWUwrDDimbO9TMrWN8kpSXv > .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); }#WfD4qUxWTiWUwrDDimbO9TMrWN8kpSXv { border-width: 0; border-radius: 0; }#WfD4qUxWTiWUwrDDimbO9TMrWN8kpSXv > .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; }#WfD4qUxWTiWUwrDDimbO9TMrWN8kpSXv > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#766d8a;background-image:none;font-size:0.875rem;font-family:arial;height:44.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#y8BEgsZtZUTNdF3b5olBs420om13di5T { color:#f1f0ea;display:block;width:60rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.3550720214844rem;left:0rem;height:2.68125rem;text-align:center;text-align-last:center;display:block; }
#lteznsRW76AIZEp2tLBkeIgfqitAFkZu { color:#ce0000;display:block;width:13.5rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:36.75rem;left:7.6875rem;height:0;text-align:center;text-align-last:center;display:none; }
#JayIqiWSek5lsGr7x3Eb9T5fkarnbNLO { color:#000000;display:block;width:12.49925rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:39.884376525879rem;left:8.248046875rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#i6TTzdRdL5DE6vXRJlak9pMTrQ8FTGhq { color:#579e00;display:block;width:13.749625rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:42.033985137939rem;left:7.5621109008787rem;height:0;text-align:center;text-align-last:center;display:none; }
#WVXFair5J3zWHQnoLOsZONmNOdcazReo { color:rgba(241,240,234,0.77);display:block;width:27.9375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:20.623832702637rem;left:2.625rem;height:;overflow:hidden;text-align:left;text-align-last:left;display:block; }#WVXFair5J3zWHQnoLOsZONmNOdcazReo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WVXFair5J3zWHQnoLOsZONmNOdcazReo li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/lmubDeOL/Zrzut_ekranu_2021_07_13_o_10.24.55.png); }
#nSmZOmaBae9yyhousMD2VT9qemEm3OPn { position:absolute;display:block;z-index:15006;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:25.6875rem;width:25.6875rem;top:8.703125rem;left:33.243751525879rem;overflow:hidden;display:block; }
#gCptWSCzMi4yvmZl9LwalHlatu7X9G4V { background-color:#579e00;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:poppins;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.562125rem;height:4.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:35.767942428589rem;left:33.309379577637rem;display:block; }
#uKciQK4fEAX9e3FuBJ7ifaZTU4up4Wp8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K0GUHGmMFF3MG8w7I67sWufClfEpZsoe { color:rgba(0,0,0,0.77);display:block;width:25.4375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:37.6875rem;left:3.9375rem;height:2.45rem;overflow:hidden;display:block; }#K0GUHGmMFF3MG8w7I67sWufClfEpZsoe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#K0GUHGmMFF3MG8w7I67sWufClfEpZsoe li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/lmubDeOL/Zrzut_ekranu_2021_07_13_o_10.24.55.png); }
#Jr5Tlu6k6TMdAaffOhsQKhUkA5zpKZim { color:rgba(241,240,234,0.77);display:block;width:23.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:35.562118530274rem;left:3.9375rem;height:1.3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#hSxpM5w2ZtIELSO9HtEdVZkR3l2LpGBU { box-sizing:content-box;height:0.125rem;width:9.25rem;position:absolute;display:block;z-index:15008;background-color:#ce0000;background-image:none;top:37.9375rem;left:9.8125rem;display:none; }
#HewXP9pI0GmdmRhR1J1OUH3nk0FbCQ5G { color:#ce0000;display:block;width:13.5rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:8.1875009536744rem;left:10.25rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#rC6IhJ803NWimXggvDTgKMnTicpWpvVS { color:#ffd8d8;display:block;width:12.49925rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:12.187500953674rem;left:10.5rem;height:2.68125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#USu3IqADWP9TNge6pi0WTo5Tp7VfKCF8 { box-sizing:content-box;height:0.25rem;width:13.8125rem;position:absolute;display:block;z-index:15016;background-color:#ce0000;background-image:none;top:10.0625rem;left:9.6875rem;display:block; }
#JOseKvwd8cDJ9o8l9yR0woMf7D9qIMlH { color:#a8ff3e;display:block;width:13.875rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:15.873436927796rem;left:9.625rem;height:2.7625rem;text-align:center;text-align-last:center;display:block; }
#fS7LOCfDI6LwPt5WasrnprdFs8lypRCP { position:relative;display:block; }#fS7LOCfDI6LwPt5WasrnprdFs8lypRCP { background-color: transparent; background-image: none; }#fS7LOCfDI6LwPt5WasrnprdFs8lypRCP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fS7LOCfDI6LwPt5WasrnprdFs8lypRCP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fS7LOCfDI6LwPt5WasrnprdFs8lypRCP > .row .container > .video-iframe-container { display: none; }#fS7LOCfDI6LwPt5WasrnprdFs8lypRCP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fS7LOCfDI6LwPt5WasrnprdFs8lypRCP > .row > .video-iframe-container { display: none; }#fS7LOCfDI6LwPt5WasrnprdFs8lypRCP > .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); }#fS7LOCfDI6LwPt5WasrnprdFs8lypRCP { border-width: 0; border-radius: 0; }#fS7LOCfDI6LwPt5WasrnprdFs8lypRCP > .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; }#fS7LOCfDI6LwPt5WasrnprdFs8lypRCP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ce0000;background-image:none;font-size:0.875rem;font-family:arial;height:16.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Dqh3iSINxpORpzK1bZTrAgM4teZLT72E { color:rgba(255,255,255,0.77);display:block;width:60rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.375rem;left:0rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#v6qT53XQIcWwlDrxxxKW5Uo4zai1OlH3 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.625rem;left:0rem;height:2.68125rem;text-align:center;text-align-last:center;display:block; }
#UTZVTEheGX8DAxLc4L21LScyMvTMFsbK .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#UTZVTEheGX8DAxLc4L21LScyMvTMFsbK .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:arial;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }
#UTZVTEheGX8DAxLc4L21LScyMvTMFsbK .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:arial;font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#UTZVTEheGX8DAxLc4L21LScyMvTMFsbK { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;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;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:8.7625007629394rem;left:20.9375rem;z-index:15005; }
#UTZVTEheGX8DAxLc4L21LScyMvTMFsbK #M1WuhQ0XHDSTJhVm2RoLzySce7dTXUiT { display:flex;position:relative;top:0rem;left:0rem; }
#UTZVTEheGX8DAxLc4L21LScyMvTMFsbK #WOMw3sN0bs79vFQ7VKfH8dbi5GvVustG { width:auto; }
#UTZVTEheGX8DAxLc4L21LScyMvTMFsbK #fev5nttTGWG2IyNdWP4T1ZG8bK4gOWri {  }
#UTZVTEheGX8DAxLc4L21LScyMvTMFsbK #q02o1KMR93w2mlXr5sf8ItkJOXCUrtHi { display:flex;position:relative;top:0rem;left:0rem; }
#UTZVTEheGX8DAxLc4L21LScyMvTMFsbK #MHERMDS6nDlyf5tQOP2AXJmfbg205ffk {  }
#UTZVTEheGX8DAxLc4L21LScyMvTMFsbK #JCkkgUySqybmEmfgzzD3BzV5hwfoob33 {  }
#UTZVTEheGX8DAxLc4L21LScyMvTMFsbK #MSastar5KT97Wx6ohTZV1C5Kt76LLkbJ { display:flex;position:relative;top:0rem;left:0rem; }
#UTZVTEheGX8DAxLc4L21LScyMvTMFsbK #dllgJq1lBn5EF0Lxi93JnhPMvVbUwr8O {  }
#UTZVTEheGX8DAxLc4L21LScyMvTMFsbK #p3EK2iwxX4xEQQ5lq2VOp0QVp0S7Rw3E {  }
#UTZVTEheGX8DAxLc4L21LScyMvTMFsbK #vkZmJpiWbEvuvHczbUV8dTIuJ1CZTkUJ { display:flex;position:relative;top:0rem;left:0rem; }
#UTZVTEheGX8DAxLc4L21LScyMvTMFsbK #uuZBSeBQcgzsdQJhzn4XE0iADNm8sL82 {  }
#UTZVTEheGX8DAxLc4L21LScyMvTMFsbK #TMRhb2vo71QDJmevzVTRHCuWLifBrpEK {  }
#unBWyTCuOeyskBo7qEXL1tRCyNcWEE7O { position:relative;display:block; }#unBWyTCuOeyskBo7qEXL1tRCyNcWEE7O { background-color: transparent; background-image: none; }#unBWyTCuOeyskBo7qEXL1tRCyNcWEE7O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#unBWyTCuOeyskBo7qEXL1tRCyNcWEE7O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#unBWyTCuOeyskBo7qEXL1tRCyNcWEE7O > .row .container > .video-iframe-container { display: none; }#unBWyTCuOeyskBo7qEXL1tRCyNcWEE7O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#unBWyTCuOeyskBo7qEXL1tRCyNcWEE7O > .row > .video-iframe-container { display: none; }#unBWyTCuOeyskBo7qEXL1tRCyNcWEE7O > .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); }#unBWyTCuOeyskBo7qEXL1tRCyNcWEE7O { border-width: 0; border-radius: 0; }#unBWyTCuOeyskBo7qEXL1tRCyNcWEE7O > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#unBWyTCuOeyskBo7qEXL1tRCyNcWEE7O > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f0ea;background-image:none;font-size:0.875rem;font-family:arial;height:47.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#XpuSIp73ZsZhDXkLOK848ZSzUCtCzMDB { color:#000000;display:block;width:34.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:25.125rem;left:25.375rem;height:;display:block; }#XpuSIp73ZsZhDXkLOK848ZSzUCtCzMDB li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#XpuSIp73ZsZhDXkLOK848ZSzUCtCzMDB li:before{  }
#uzzX2Ew6yA30e5w4zfhTNQ1J6BxT00xt { position:absolute;display:block;z-index:15028;background-color:#f5f5f5;background-image:url("https://images.assets-landingi.com/uc/c77d6528-18ba-4c52-b8cf-953844b4c8f0/mateusz.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:34.8125rem;width:24.5625rem;top:8.5rem;left:0rem;display:block; }#uzzX2Ew6yA30e5w4zfhTNQ1J6BxT00xt.adaptive-delivery-prevent-bg, #uzzX2Ew6yA30e5w4zfhTNQ1J6BxT00xt.lazyload, #uzzX2Ew6yA30e5w4zfhTNQ1J6BxT00xt.lazyloading { background-image: none; }
#Mve1fdEz9P5ZuVLEnvPkDcN1o7fG7tZa { position:absolute;display:block;z-index:15031;background-color:#f5f5f5;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:4.875rem;width:16.5625rem;top:17.9375rem;left:25.5625rem;display:block; }
#RlCtNxKRprMEBlkKhpfJh0pJKDZ90tyU { position:absolute;display:block;z-index:15033;background-color:#f5f5f5;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:4.875rem;width:16.5625rem;top:17.6875rem;left:43.4375rem;display:block; }
#PkmUhnnh97agq9tHvNx6AGsaAlhDD4nH { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:19rem;left:34.8125rem;height:2.7625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Mm3AwNAV9piT4g1A5Tn1fcozsu9g8zED { color:#766d8a;display:block;width:8.5rem;position:absolute;font-family:arial;font-size:3rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:18.4375rem;left:25.75rem;height:3.9rem;font-style:normal;display:block; }
#xK3H1wJy2fiDuDRsPeNvDbZquSoUtM28 { color:#000000;display:block;width:11.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:18.5rem;left:47.9375rem;height:6.5rem;font-style:normal;display:block; }
#UrCMTDrcSW2ynL2KORBRQv5xgtyp4nyF { color:#766d8a;display:block;width:6.5625rem;position:absolute;font-family:arial;font-size:3rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:18.1875rem;left:44.0625rem;height:3.9rem;font-style:normal;display:block; }
#GbZ1nFX2WVeciiFSra37NJh5hmXmRnP1 { color:#101010;display:block;width:23.625rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:8rem;left:25.5625rem;height:2.6rem;font-style:normal;display:block; }
#AT4qiQFrGwPhNbX3ABz4rzE7EecvhsR2 { position:absolute;display:block;z-index:15030;background-color:#f5f5f5;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:4.875rem;width:16.5625rem;top:11.625rem;left:25.5625rem;display:block; }
#PG3cWO0lyyIOEJTK3Scv83JnoxSOHzy8 { position:absolute;display:block;z-index:15032;background-color:#f5f5f5;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:4.875rem;width:16.5625rem;top:11.375rem;left:43.4375rem;display:block; }
#wbF3vEslVExQpe3Q7rLu6SNwuEzvG56T { color:#766d8a;display:block;width:3.5rem;position:absolute;font-family:arial;font-size:3rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:12.125rem;left:25.5625rem;height:3.9rem;font-style:normal;display:block; }
#AB76AyhVCXTlchV3HlgZyRrNu0NRxTS6 { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:12.625rem;left:33.625rem;height:2.925rem;font-style:normal;display:block; }
#AIOcRIhwFbmONe3nyJqv4s7CxgbMp11A { color:#000000;display:block;width:9.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:12.625rem;left:50rem;height:2.925rem;font-style:normal;display:block; }
#vRQ9mH0PbTRlfZkobRXKiHw6aT1tJn9M { color:#766d8a;display:block;width:2.9375rem;position:absolute;font-family:arial;font-size:3rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:11.875rem;left:44.0625rem;height:3.9rem;font-style:normal;display:block; }
#IJzVQ7XIIld4VvVAyFQUpTWWiA144EON { color:#101010;display:block;width:48.1875rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:1.9375rem;left:3.75rem;height:2.925rem;font-style:normal;display:block; }
#vZm0fOpHM09X6xR06PeJDdyzAT1TQmbh { 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:3rem;width:3.0625rem;top:1.6875rem;left:0rem;overflow:hidden;display:block; }
#hNOVrUUMTtetDhQQZzlVJ6PIDynSO3pa { position:relative;display:block; }#hNOVrUUMTtetDhQQZzlVJ6PIDynSO3pa { background-color: transparent; background-image: none; }#hNOVrUUMTtetDhQQZzlVJ6PIDynSO3pa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNOVrUUMTtetDhQQZzlVJ6PIDynSO3pa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNOVrUUMTtetDhQQZzlVJ6PIDynSO3pa > .row .container > .video-iframe-container { display: none; }#hNOVrUUMTtetDhQQZzlVJ6PIDynSO3pa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNOVrUUMTtetDhQQZzlVJ6PIDynSO3pa > .row > .video-iframe-container { display: none; }#hNOVrUUMTtetDhQQZzlVJ6PIDynSO3pa > .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); }#hNOVrUUMTtetDhQQZzlVJ6PIDynSO3pa { border-width: 0; border-radius: 0; }#hNOVrUUMTtetDhQQZzlVJ6PIDynSO3pa > .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; }#hNOVrUUMTtetDhQQZzlVJ6PIDynSO3pa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f0ea;background-image:none;font-size:0.875rem;font-family:arial;height:47.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mgzmeJs5HIgP9LEGIzvV2iEUk80e90Jw { color:rgba(0,0,0,0.77);display:block;width:60rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.8117370605469rem;left:0rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#ZhlfJTSBsREeCC6BTH5XRydqpE6arlrU { color:#000000;display:block;width:60rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.0617370605469rem;left:0rem;height:2.68125rem;text-align:center;text-align-last:center;display:block; }
#PtDrg2ARIz9crTqlyGmdMxb6svreT02O .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#PtDrg2ARIz9crTqlyGmdMxb6svreT02O .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2d1d1;background-image:none;color:#766d8a;padding-top:0.549375rem;padding-right:0.485625rem;padding-bottom:0.549375rem;padding-left:0.485625rem;display:block;align-items:center;width:2.915625rem;min-width:2.915625rem;height:2.953125rem;position:relative;font-family:arial;font-size:2.1975rem;font-weight:700;line-height:47.25px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PtDrg2ARIz9crTqlyGmdMxb6svreT02O .widget-text.counter-label { background-color:;background-image:none;color:#9b9b9b;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.343125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.8875rem;height:1.1675rem;position:relative;font-family:arial;font-size:0.824375rem;font-weight:700;line-height:18.68px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#PtDrg2ARIz9crTqlyGmdMxb6svreT02O { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;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;box-shadow: none;display:flex;justify-content:space-between;width:19.875rem;height:5.4375rem;padding-top:0.06875rem;padding-right:0.069375rem;padding-bottom:0.06875rem;padding-left:0.069375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:8.1968765258787rem;left:19.990623474121rem;z-index:15005; }
#PtDrg2ARIz9crTqlyGmdMxb6svreT02O #bZTnDoqGHKRowOFWfCLsl79fZSk3eSyV { display:flex;position:relative;top:0rem;left:0rem; }
#PtDrg2ARIz9crTqlyGmdMxb6svreT02O #TRM5bD8KIAV8GAIVZQon8eMTeXGcEFgS { width:auto; }
#PtDrg2ARIz9crTqlyGmdMxb6svreT02O #N03KsGSPMTRTtQ6vit3JkyApw2C9Ohkx {  }
#PtDrg2ARIz9crTqlyGmdMxb6svreT02O #TGgzIwfbMUU3beTb8qL8qt2Bx5ChkeKW { display:flex;position:relative;top:0rem;left:0rem; }
#PtDrg2ARIz9crTqlyGmdMxb6svreT02O #rM2VinqxX4lnTHhHLHTwpcRslqgrHLFZ {  }
#PtDrg2ARIz9crTqlyGmdMxb6svreT02O #Tt3GiakXpHg4GKB9uHS13BNAWmOO3lLR {  }
#PtDrg2ARIz9crTqlyGmdMxb6svreT02O #FgE5chvC4rPKic66o0OXVlX5GfULGCkS { display:flex;position:relative;top:0rem;left:0rem; }
#PtDrg2ARIz9crTqlyGmdMxb6svreT02O #uGWkZtImUGUH12dBBCa7Tx11pFrUPsVy {  }
#PtDrg2ARIz9crTqlyGmdMxb6svreT02O #ZDm8aNUW2LyDVeXperfoRoadQdKvd9F2 {  }
#PtDrg2ARIz9crTqlyGmdMxb6svreT02O #pI2vUtGSAGf55rtPI6pKIKTnJ9MRH9un { display:flex;position:relative;top:0rem;left:0rem; }
#PtDrg2ARIz9crTqlyGmdMxb6svreT02O #aGdqGiy9Jzbahyo0Ip6qnwJFblfK8Ros {  }
#PtDrg2ARIz9crTqlyGmdMxb6svreT02O #dtAFRWBKHDOt9T69eV0lPlN2zPTQeRDt {  }
#FzN5Rt4ecl90stJvBGlJsq1cWHxX9VZP { color:#ce0000;display:block;width:13.5rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:15.185943603516rem;left:23.25rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#h7X3ihwvhVRpp2EwK9hChS21oU1dgpTx { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:18.875rem;left:23.748435974121rem;height:2.68125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T0eLT4IS3UlbFTxZbZbES7Bo3B6eBOTd { color:#579e00;display:block;width:13.875rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:22.185943603516rem;left:23.0625rem;height:2.7625rem;text-align:center;text-align-last:center;display:block; }
#lwlpwVx06TCN93vcaCKNlkBWheDrW62f { box-sizing:content-box;height:0.25rem;width:13.8125rem;position:absolute;display:block;z-index:15012;background-color:#ce0000;background-image:none;top:16.748443603516rem;left:23.123435974121rem;display:block; }
#ddhhEq8nTSRVewzQGHDpqh5xcTTQHxoe { background-color:#579e00;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:poppins;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:49.8125rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:26.303131103516rem;left:6.1242179870606rem;display:block; }
#S0eZCTZuEsGSED8fBANMAMQIce3yMa8l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#woOdZu0GG56TQOnoNy1kXRUnsWahxhSv { color:rgba(0,0,0,0.77);display:block;width:60rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:30.550003051757rem;left:0rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#iTaq5LrXrI8NnewogmgRorevP7XRAAgZ { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:50.25rem;top:33.541015625rem;left:5.90625rem;overflow:hidden;display:block; }
#IkTmfa8TgaJLno0pXrZ5SQGsilRiJ0DZ { color:#ce0000;display:block;width:13.5rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.5625rem;left:10.3125rem;height:3.65625rem;text-align:center;text-align-last:center;display:none; }
#qyoJfcSdPTUwHWCCh67sBka6at7o4euo { box-sizing:content-box;height:0.25rem;width:13.8125rem;position:absolute;display:block;z-index:15008;background-color:#ce0000;background-image:none;top:11.171875476837rem;left:10.15625rem;display:none; }
#x8URSC03IAzBTsA6omuCudbXh5BXx8Tm { position:relative;display:block; }#x8URSC03IAzBTsA6omuCudbXh5BXx8Tm { background-color: transparent; background-image: none; }#x8URSC03IAzBTsA6omuCudbXh5BXx8Tm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x8URSC03IAzBTsA6omuCudbXh5BXx8Tm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x8URSC03IAzBTsA6omuCudbXh5BXx8Tm > .row .container > .video-iframe-container { display: none; }#x8URSC03IAzBTsA6omuCudbXh5BXx8Tm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x8URSC03IAzBTsA6omuCudbXh5BXx8Tm > .row > .video-iframe-container { display: none; }#x8URSC03IAzBTsA6omuCudbXh5BXx8Tm > .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); }#x8URSC03IAzBTsA6omuCudbXh5BXx8Tm { border-width: 0; border-radius: 0; }#x8URSC03IAzBTsA6omuCudbXh5BXx8Tm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x8URSC03IAzBTsA6omuCudbXh5BXx8Tm > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#766d8a;background-image:none;font-size:0.875rem;font-family:arial;height:4.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#l4McGfJQBzgTkuH8Re1X9nVTQmPaLVqI { color:#ffffff;display:block;width:33.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.4683532714844rem;left:1.25rem;height:1.3rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AEJG98Lvw8i7qkoZfRzPu1R9CBxaUK4v { display:block; }#AEJG98Lvw8i7qkoZfRzPu1R9CBxaUK4v > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BfvIvbWc6ORLr7UXClsxGXFtdIWGH31T { width:47.75rem;height:2.0625rem;top:12.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVnwTmiAdz1ssHz5fwdA5O6xKPFofKOb { width:47.75rem;height:2.0625rem;top:9.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtD7nIsn2zaf0R6ZVGBzg94mgrx4Ne0e { width:5.25rem;height:5.25rem;top:1.5rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwpZyzFkbTI4hQXOp21hTE5h4RGDv77d { display:block; }#UwpZyzFkbTI4hQXOp21hTE5h4RGDv77d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q7RLrQcCWvxlQA0Z7O8AUTehlZVyCaUD { width:47.75rem;height:5.6875rem;top:7.4375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e53cxAZ9RGlx4hNhcaEGW1hb1kwwtVsy { width:47.75rem;height:5.8125rem;top:16.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #waMJtLRlui3uuld8rHocTIuqZnxbTXUa { width:47.75rem;height:2.25rem;top:2.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kid7J6H7tkRKgwuVB4IFdyVZgk2srSNG { display:block; }#kid7J6H7tkRKgwuVB4IFdyVZgk2srSNG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cXkmPrgspDr2B4bKlOvOVgs8mFMXekBx { width:47.75rem;height:1.875rem;top:2.6875rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FPI8uDekEB79XvocZryQgp40UDuwXr0l { width:34.3125rem;height:16.8125rem;top:14.5625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #an5IDdwBASo6PPQyceXkbMscCLb4xGT0 { width:47.75rem;height:3.375rem;top:53.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOHBlfrzVhsebMta9bA3ntEK1Bd5i4gF { width:47.75rem;height:2.4375rem;top:27.9375rem;left:0rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SUi7wPTIrpqR8t66uTp2kwvc4wTanyT4 { width:45rem;height:3.0625rem;top:60.375rem;left:1.8707008361816rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAXCsZnAdoDOIetJTQcZeMs6HsTIeLtF { width:45rem;height:3.0625rem;top:65.5rem;left:1.6246070861816rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlnlQKVZiDTaTpqrzh5hcpPv4lX74N0w { width:47.75rem;height:3.6875rem;top:71.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQrxcoVI2NO9SsCVRodetXPKZsxZJO6V { width:20.25rem;height:3.875rem;top:111.1875rem;left:27.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUZIW9KDRxCF9zFcMJRl4xu5hxuWWPMp { width:47.75rem;height:6.25rem;top:76.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXc8erEHQAn8vHMugOoJ738HEIhMDCqJ { width:34.625rem;height:2.0625rem;top:88.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4RVm2t3Gb2nTDy5ReKNGVANidZN0FEK { width:28rem;height:25.5rem;top:91.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2FXaXNfyC6Bni5TCUWRnLJATKTTdpev { width:17.75rem;height:25rem;top:85.5625rem;left:29.965621948243rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5UFI1WIcXDUWHL40iGB0UypJssGQk3w { width:47.75rem;height:3.5rem;top:6.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTQ06t7Szp8xoA9GV3aXUpVwStpPtdOf { width:19.9375rem;height:4.375rem;top:46.3125rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #s6UHwWtJIPqR74e0UnlKJzTnnuyWSqor { width:19.9375rem;height:13.125rem;top:51.625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nyE0xtiKfu9IuTI24vcReuTgtBdKtB3K { width:19.9375rem;height:4.3125rem;top:1.9375rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #k3kwLWc5l8irr9Xq7lZgqFEX8CRf2ZqV { width:47.75rem;height:2.75rem;top:42rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ePBOkUWveqwR3B8qIaKkF7HKKCJa4IO1 { width:47.75rem;height:6.75rem;top:46.0625rem;left:0rem;font-size:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UxoTxTV1SlFigsxganlAaZVVMrOr6cDz { width:15.25rem;height:22.90709130543rem;top:12.5rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHAkIRl15dWApJr1MfypBrzk5v5VPrXi { width:23.5rem;height:3.4375rem;top:36.5625rem;left:24.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #PLXrHSHLBNeFwHD6hfykwVmiPsfFJmwR { display:block; }
 }@media only screen and (max-width: 763px) { #VgCVVLayNhVNh6sEDK94y6CQGAWhIZsp { width:47.75rem;height:1.75rem;top:120.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1X3OToIMQrCVqrLw01vqPeXCR6zNa4G { width:37.5rem;height:37.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QB0uyGJ0bJKvBc1Q9O3eM3hF9apXaI2m { display:block; }#QB0uyGJ0bJKvBc1Q9O3eM3hF9apXaI2m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTbxmNWuOBm5RFP07F7ROHB7hXElTomC { width:47.75rem;height:1.625rem;top:2.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKFmTgBlInJl7lHZTXTtQUGnWc5cuwSv { width:38.25rem;height:2.4375rem;top:5.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWOyOAn1o2aePa7hZLHILk8E8ZzxOEkM { width:36.0625rem;height:;top:13rem;left:0rem;font-size:1rem;display:block; }#kWOyOAn1o2aePa7hZLHILk8E8ZzxOEkM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/lmubDeOL/Zrzut_ekranu_2021_07_13_o_10.24.55.png); }
 }@media only screen and (max-width: 763px) { #gfmq4CgqqfakmSy357BpDSlXTJLBK7Tm { width:33.5625rem;height:3.25rem;top:8.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErQD4sFgHqSg8EB0U6SFB5vSHa67JpNx { display:block; }#ErQD4sFgHqSg8EB0U6SFB5vSHa67JpNx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xt2nHA1fysaM7JFHsTe4c2J4Cm2g5V9o { width:47.75rem;height:1.3125rem;top:2.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf21yrWsh8OCTHXbTLi2nv3ZWoyV8mMm { width:45.625rem;height:6.8125rem;top:5.0625rem;left:1.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfVfkQUNTyckTizc7ghfFB6uqsVgCLWE { width:24.5625rem;height:3.5625rem;top:16.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT8eFXSeWf29yabMewzgMMuRoZKhE1Zq { width:24.5625rem;height:7.4375rem;top:21.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVm5R82P2kJiHuaTwydK9KDoOFpCQOIo { width:21.75rem;height:14.5rem;top:35.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGN8XJcs0GdW2s7udUxJF8uXcsQDfGBW { width:23.625rem;height:5.9375rem;top:40.9375rem;left:24.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qc6gDngcgnUs4fqI5SFPSb5BdtacoecM { width:21.4375rem;height:14.250249275498rem;top:15.5625rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnpfILO5TkrByxlGT4NPaVnTTTISVfRW { width:17.5rem;height:3.5625rem;top:35.75rem;left:26.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVb9DtOdJW4EDAyb4BgQqOBFOr8OkLI4 { width:22.125rem;height:14.75rem;top:53.625rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuuN45vO9qUO4vLh4p6ZT0glGVANztTP { width:22.75rem;height:5.9375rem;top:59.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKlskFrKfCTbJBrdQsWa0TdpgBWxqQEA { width:25.5625rem;height:3.5625rem;top:53.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3Gq9wnqZPTCJNerRkeBgwBzCt6gpxAm { width:21.75rem;height:14.5rem;top:74.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQZIAq3i9wD4GCdCl0BAocbwocf72DT1 { width:24.75rem;height:6rem;top:78.0625rem;left:22.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXbR3Z7VGuJEnmGLhJ8l3bOhBwUZlucn { width:24.5625rem;height:1.625rem;top:74.1875rem;left:23.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfD4qUxWTiWUwrDDimbO9TMrWN8kpSXv { display:block; }#WfD4qUxWTiWUwrDDimbO9TMrWN8kpSXv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y8BEgsZtZUTNdF3b5olBs420om13di5T { width:47.75rem;height:2.625rem;top:2.3125rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lteznsRW76AIZEp2tLBkeIgfqitAFkZu { width:13.5rem;height:2.5625rem;top:36.75rem;left:1.5625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #JayIqiWSek5lsGr7x3Eb9T5fkarnbNLO { width:12.4375rem;height:1.75rem;top:39.875rem;left:2.123046875rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #i6TTzdRdL5DE6vXRJlak9pMTrQ8FTGhq { width:13.6875rem;height:2.875rem;top:42rem;left:1.4371109008789rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #WVXFair5J3zWHQnoLOsZONmNOdcazReo { width:27.9375rem;height:;top:20.5625rem;left:0rem;font-size:0.875rem;display:block; }#WVXFair5J3zWHQnoLOsZONmNOdcazReo li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/lmubDeOL/Zrzut_ekranu_2021_07_13_o_10.24.55.png); }
 }@media only screen and (max-width: 763px) { #nSmZOmaBae9yyhousMD2VT9qemEm3OPn { width:25.6875rem;height:25.6875rem;top:8.6875rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCptWSCzMi4yvmZl9LwalHlatu7X9G4V { width:25.5rem;height:4.5rem;top:35.75rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKciQK4fEAX9e3FuBJ7ifaZTU4up4Wp8 { display:block; }
 }@media only screen and (max-width: 763px) { #K0GUHGmMFF3MG8w7I67sWufClfEpZsoe { width:25.4375rem;height:2.4375rem;top:37.6875rem;left:0rem;font-size:0.875rem;display:block; }#K0GUHGmMFF3MG8w7I67sWufClfEpZsoe li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/lmubDeOL/Zrzut_ekranu_2021_07_13_o_10.24.55.png); }
 }@media only screen and (max-width: 763px) { #Jr5Tlu6k6TMdAaffOhsQKhUkA5zpKZim { width:23.0625rem;height:1.25rem;top:35.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSxpM5w2ZtIELSO9HtEdVZkR3l2LpGBU { width:9.1875rem;height:0.0625rem;top:37.9375rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HewXP9pI0GmdmRhR1J1OUH3nk0FbCQ5G { width:13.5rem;height:3.625rem;top:8.1875rem;left:4.125rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rC6IhJ803NWimXggvDTgKMnTicpWpvVS { width:12.4375rem;height:2.625rem;top:12.1875rem;left:4.375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #USu3IqADWP9TNge6pi0WTo5Tp7VfKCF8 { width:13.8125rem;height:0.25rem;top:10.0625rem;left:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JOseKvwd8cDJ9o8l9yR0woMf7D9qIMlH { width:13.875rem;height:2.75rem;top:15.8125rem;left:3.5rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fS7LOCfDI6LwPt5WasrnprdFs8lypRCP { display:block; }#fS7LOCfDI6LwPt5WasrnprdFs8lypRCP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dqh3iSINxpORpzK1bZTrAgM4teZLT72E { width:47.75rem;height:1.25rem;top:2.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6qT53XQIcWwlDrxxxKW5Uo4zai1OlH3 { width:47.75rem;height:2.625rem;top:4.625rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTZVTEheGX8DAxLc4L21LScyMvTMFsbK .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UTZVTEheGX8DAxLc4L21LScyMvTMFsbK .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#UTZVTEheGX8DAxLc4L21LScyMvTMFsbK .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#UTZVTEheGX8DAxLc4L21LScyMvTMFsbK { width:18rem;height:5.0625rem;display:flex;top:11.9375rem;left:18.324996948243rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #UTZVTEheGX8DAxLc4L21LScyMvTMFsbK #M1WuhQ0XHDSTJhVm2RoLzySce7dTXUiT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UTZVTEheGX8DAxLc4L21LScyMvTMFsbK #WOMw3sN0bs79vFQ7VKfH8dbi5GvVustG {  }
 }@media only screen and (max-width: 763px) { #UTZVTEheGX8DAxLc4L21LScyMvTMFsbK #fev5nttTGWG2IyNdWP4T1ZG8bK4gOWri {  }
 }@media only screen and (max-width: 763px) { #UTZVTEheGX8DAxLc4L21LScyMvTMFsbK #q02o1KMR93w2mlXr5sf8ItkJOXCUrtHi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UTZVTEheGX8DAxLc4L21LScyMvTMFsbK #MHERMDS6nDlyf5tQOP2AXJmfbg205ffk {  }
 }@media only screen and (max-width: 763px) { #UTZVTEheGX8DAxLc4L21LScyMvTMFsbK #JCkkgUySqybmEmfgzzD3BzV5hwfoob33 {  }
 }@media only screen and (max-width: 763px) { #UTZVTEheGX8DAxLc4L21LScyMvTMFsbK #MSastar5KT97Wx6ohTZV1C5Kt76LLkbJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UTZVTEheGX8DAxLc4L21LScyMvTMFsbK #dllgJq1lBn5EF0Lxi93JnhPMvVbUwr8O {  }
 }@media only screen and (max-width: 763px) { #UTZVTEheGX8DAxLc4L21LScyMvTMFsbK #p3EK2iwxX4xEQQ5lq2VOp0QVp0S7Rw3E {  }
 }@media only screen and (max-width: 763px) { #UTZVTEheGX8DAxLc4L21LScyMvTMFsbK #vkZmJpiWbEvuvHczbUV8dTIuJ1CZTkUJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UTZVTEheGX8DAxLc4L21LScyMvTMFsbK #uuZBSeBQcgzsdQJhzn4XE0iADNm8sL82 {  }
 }@media only screen and (max-width: 763px) { #UTZVTEheGX8DAxLc4L21LScyMvTMFsbK #TMRhb2vo71QDJmevzVTRHCuWLifBrpEK {  }
 }@media only screen and (max-width: 763px) { #unBWyTCuOeyskBo7qEXL1tRCyNcWEE7O { display:block; }#unBWyTCuOeyskBo7qEXL1tRCyNcWEE7O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XpuSIp73ZsZhDXkLOK848ZSzUCtCzMDB { width:34.625rem;height:;top:25.125rem;left:13.125rem;font-size:1rem;display:block; }#XpuSIp73ZsZhDXkLOK848ZSzUCtCzMDB li:before{  }
 }@media only screen and (max-width: 763px) { #uzzX2Ew6yA30e5w4zfhTNQ1J6BxT00xt { width:24.5625rem;height:34.8125rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mve1fdEz9P5ZuVLEnvPkDcN1o7fG7tZa { width:16.5625rem;height:4.875rem;top:17.875rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlCtNxKRprMEBlkKhpfJh0pJKDZ90tyU { width:16.5625rem;height:4.875rem;top:17.625rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkmUhnnh97agq9tHvNx6AGsaAlhDD4nH { width:8.6875rem;height:2.75rem;top:19rem;left:28.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mm3AwNAV9piT4g1A5Tn1fcozsu9g8zED { width:8.5rem;height:3.875rem;top:18.4375rem;left:19.625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #xK3H1wJy2fiDuDRsPeNvDbZquSoUtM28 { width:11.25rem;height:3.75rem;top:18.5rem;left:36.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrCMTDrcSW2ynL2KORBRQv5xgtyp4nyF { width:6.5625rem;height:3.875rem;top:18.1875rem;left:37.9375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbZ1nFX2WVeciiFSra37NJh5hmXmRnP1 { width:23.625rem;height:2.5625rem;top:8rem;left:19.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT4qiQFrGwPhNbX3ABz4rzE7EecvhsR2 { width:16.5625rem;height:4.875rem;top:11.5625rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PG3cWO0lyyIOEJTK3Scv83JnoxSOHzy8 { width:16.5625rem;height:4.875rem;top:11.3125rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbF3vEslVExQpe3Q7rLu6SNwuEzvG56T { width:3.5rem;height:3.875rem;top:12.125rem;left:19.4375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #AB76AyhVCXTlchV3HlgZyRrNu0NRxTS6 { width:11.8125rem;height:2.875rem;top:12.625rem;left:27.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIOcRIhwFbmONe3nyJqv4s7CxgbMp11A { width:9.75rem;height:2.875rem;top:12.625rem;left:38rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRQ9mH0PbTRlfZkobRXKiHw6aT1tJn9M { width:2.9375rem;height:11.625rem;top:11.875rem;left:37.9375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJzVQ7XIIld4VvVAyFQUpTWWiA144EON { width:47.75rem;height:2.875rem;top:1.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZm0fOpHM09X6xR06PeJDdyzAT1TQmbh { width:3.0625rem;height:3rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNOVrUUMTtetDhQQZzlVJ6PIDynSO3pa { display:block; }#hNOVrUUMTtetDhQQZzlVJ6PIDynSO3pa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mgzmeJs5HIgP9LEGIzvV2iEUk80e90Jw { width:47.75rem;height:1.25rem;top:1.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhlfJTSBsREeCC6BTH5XRydqpE6arlrU { width:47.75rem;height:2.625rem;top:4rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtDrg2ARIz9crTqlyGmdMxb6svreT02O .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PtDrg2ARIz9crTqlyGmdMxb6svreT02O .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#PtDrg2ARIz9crTqlyGmdMxb6svreT02O .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#PtDrg2ARIz9crTqlyGmdMxb6svreT02O { width:18rem;height:5.0625rem;display:flex;top:11.9375rem;left:18.324996948243rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #PtDrg2ARIz9crTqlyGmdMxb6svreT02O #bZTnDoqGHKRowOFWfCLsl79fZSk3eSyV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PtDrg2ARIz9crTqlyGmdMxb6svreT02O #TRM5bD8KIAV8GAIVZQon8eMTeXGcEFgS {  }
 }@media only screen and (max-width: 763px) { #PtDrg2ARIz9crTqlyGmdMxb6svreT02O #N03KsGSPMTRTtQ6vit3JkyApw2C9Ohkx {  }
 }@media only screen and (max-width: 763px) { #PtDrg2ARIz9crTqlyGmdMxb6svreT02O #TGgzIwfbMUU3beTb8qL8qt2Bx5ChkeKW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PtDrg2ARIz9crTqlyGmdMxb6svreT02O #rM2VinqxX4lnTHhHLHTwpcRslqgrHLFZ {  }
 }@media only screen and (max-width: 763px) { #PtDrg2ARIz9crTqlyGmdMxb6svreT02O #Tt3GiakXpHg4GKB9uHS13BNAWmOO3lLR {  }
 }@media only screen and (max-width: 763px) { #PtDrg2ARIz9crTqlyGmdMxb6svreT02O #FgE5chvC4rPKic66o0OXVlX5GfULGCkS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PtDrg2ARIz9crTqlyGmdMxb6svreT02O #uGWkZtImUGUH12dBBCa7Tx11pFrUPsVy {  }
 }@media only screen and (max-width: 763px) { #PtDrg2ARIz9crTqlyGmdMxb6svreT02O #ZDm8aNUW2LyDVeXperfoRoadQdKvd9F2 {  }
 }@media only screen and (max-width: 763px) { #PtDrg2ARIz9crTqlyGmdMxb6svreT02O #pI2vUtGSAGf55rtPI6pKIKTnJ9MRH9un { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PtDrg2ARIz9crTqlyGmdMxb6svreT02O #aGdqGiy9Jzbahyo0Ip6qnwJFblfK8Ros {  }
 }@media only screen and (max-width: 763px) { #PtDrg2ARIz9crTqlyGmdMxb6svreT02O #dtAFRWBKHDOt9T69eV0lPlN2zPTQeRDt {  }
 }@media only screen and (max-width: 763px) { #FzN5Rt4ecl90stJvBGlJsq1cWHxX9VZP { width:13.5rem;height:3.625rem;top:15.125rem;left:17.125rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #h7X3ihwvhVRpp2EwK9hChS21oU1dgpTx { width:12.5rem;height:2.625rem;top:18.875rem;left:17.623435974121rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0eLT4IS3UlbFTxZbZbES7Bo3B6eBOTd { width:13.875rem;height:2.75rem;top:22.125rem;left:16.9375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwlpwVx06TCN93vcaCKNlkBWheDrW62f { width:13.8125rem;height:0.25rem;top:16.6875rem;left:16.998435974121rem;display:none; }
 }@media only screen and (max-width: 763px) { #ddhhEq8nTSRVewzQGHDpqh5xcTTQHxoe { width:46.75rem;height:3.4375rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0eZCTZuEsGSED8fBANMAMQIce3yMa8l { display:block; }
 }@media only screen and (max-width: 763px) { #woOdZu0GG56TQOnoNy1kXRUnsWahxhSv { width:47.75rem;height:1.25rem;top:30.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTaq5LrXrI8NnewogmgRorevP7XRAAgZ { width:47.75rem;height:11.224813432836rem;top:33.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkTmfa8TgaJLno0pXrZ5SQGsilRiJ0DZ { width:13.5rem;height:3.625rem;top:9.5625rem;left:4.1875rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qyoJfcSdPTUwHWCCh67sBka6at7o4euo { width:13.8125rem;height:0.25rem;top:11.125rem;left:4.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #x8URSC03IAzBTsA6omuCudbXh5BXx8Tm { display:block; }#x8URSC03IAzBTsA6omuCudbXh5BXx8Tm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l4McGfJQBzgTkuH8Re1X9nVTQmPaLVqI { width:33.5625rem;height:1.25rem;top:1.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AEJG98Lvw8i7qkoZfRzPu1R9CBxaUK4v { background-color:#f1f0ea;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;display:block; }#AEJG98Lvw8i7qkoZfRzPu1R9CBxaUK4v > .row .container { background-color: transparent; background-image: none; }#AEJG98Lvw8i7qkoZfRzPu1R9CBxaUK4v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEJG98Lvw8i7qkoZfRzPu1R9CBxaUK4v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEJG98Lvw8i7qkoZfRzPu1R9CBxaUK4v > .row .container > .video-iframe-container { display: none; }#AEJG98Lvw8i7qkoZfRzPu1R9CBxaUK4v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEJG98Lvw8i7qkoZfRzPu1R9CBxaUK4v > .row > .video-iframe-container { display: none; }#AEJG98Lvw8i7qkoZfRzPu1R9CBxaUK4v > .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); }#AEJG98Lvw8i7qkoZfRzPu1R9CBxaUK4v > .row .container { border-width: 0; border-radius: 0; }#AEJG98Lvw8i7qkoZfRzPu1R9CBxaUK4v > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#AEJG98Lvw8i7qkoZfRzPu1R9CBxaUK4v > .row .container { width:20rem;height:23.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BfvIvbWc6ORLr7UXClsxGXFtdIWGH31T { width:20rem;height:4.225rem;top:15rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVnwTmiAdz1ssHz5fwdA5O6xKPFofKOb { width:20rem;height:4.225rem;top:8.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtD7nIsn2zaf0R6ZVGBzg94mgrx4Ne0e { width:3.25rem;height:3.25rem;top:2.8500366210938rem;left:8.3750001788137rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwpZyzFkbTI4hQXOp21hTE5h4RGDv77d { background-color:#ce0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UwpZyzFkbTI4hQXOp21hTE5h4RGDv77d > .row .container { background-color: transparent; background-image: none; }#UwpZyzFkbTI4hQXOp21hTE5h4RGDv77d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UwpZyzFkbTI4hQXOp21hTE5h4RGDv77d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UwpZyzFkbTI4hQXOp21hTE5h4RGDv77d > .row .container > .video-iframe-container { display: none; }#UwpZyzFkbTI4hQXOp21hTE5h4RGDv77d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UwpZyzFkbTI4hQXOp21hTE5h4RGDv77d > .row > .video-iframe-container { display: none; }#UwpZyzFkbTI4hQXOp21hTE5h4RGDv77d > .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); }#UwpZyzFkbTI4hQXOp21hTE5h4RGDv77d > .row .container { border-width: 0; border-radius: 0; }#UwpZyzFkbTI4hQXOp21hTE5h4RGDv77d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UwpZyzFkbTI4hQXOp21hTE5h4RGDv77d > .row .container { width:20rem;height:28.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q7RLrQcCWvxlQA0Z7O8AUTehlZVyCaUD { width:19.99925rem;height:5.85rem;top:4.5843658447266rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e53cxAZ9RGlx4hNhcaEGW1hb1kwwtVsy { width:19.99925rem;height:13.78125rem;top:12.233203887939rem;left:0rem;font-size:1.3125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #waMJtLRlui3uuld8rHocTIuqZnxbTXUa { width:19.99925rem;height:1.21875rem;top:1.5457000732422rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kid7J6H7tkRKgwuVB4IFdyVZgk2srSNG { background-color:#f1f0ea;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kid7J6H7tkRKgwuVB4IFdyVZgk2srSNG > .row .container { background-color: transparent; background-image: none; }#kid7J6H7tkRKgwuVB4IFdyVZgk2srSNG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kid7J6H7tkRKgwuVB4IFdyVZgk2srSNG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kid7J6H7tkRKgwuVB4IFdyVZgk2srSNG > .row .container > .video-iframe-container { display: none; }#kid7J6H7tkRKgwuVB4IFdyVZgk2srSNG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kid7J6H7tkRKgwuVB4IFdyVZgk2srSNG > .row > .video-iframe-container { display: none; }#kid7J6H7tkRKgwuVB4IFdyVZgk2srSNG > .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); }#kid7J6H7tkRKgwuVB4IFdyVZgk2srSNG > .row .container { border-width: 0; border-radius: 0; }#kid7J6H7tkRKgwuVB4IFdyVZgk2srSNG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kid7J6H7tkRKgwuVB4IFdyVZgk2srSNG > .row .container { width:20rem;height:217.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cXkmPrgspDr2B4bKlOvOVgs8mFMXekBx { width:19.99925rem;height:8.625rem;top:1.5597648620606rem;left:0rem;font-size:1.4375rem;line-height:1.5;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #FPI8uDekEB79XvocZryQgp40UDuwXr0l { width:19.99925rem;height:0;top:38.475001335144rem;left:0rem;font-size:1.25rem;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #an5IDdwBASo6PPQyceXkbMscCLb4xGT0 { width:19.9984375rem;height:7.96875rem;top:88.562499046325rem;left:0rem;font-size:1.0625rem;color:#766d8a;font-weight:300;font-style:normal;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #cOHBlfrzVhsebMta9bA3ntEK1Bd5i4gF { width:19.99925rem;height:0;top:54.353909492492rem;left:0rem;font-size:1.8125rem;font-weight:700;font-style:italic;display:none; }
 }@media only screen and (max-width: 763px) { #SUi7wPTIrpqR8t66uTp2kwvc4wTanyT4 { width:19.9984375rem;height:5.0625rem;top:81.12500190735rem;left:0rem;font-size:1.125rem;line-height:1.5;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HAXCsZnAdoDOIetJTQcZeMs6HsTIeLtF { width:17.375rem;height:7.125rem;top:98.62499809265rem;left:1.3125000596046rem;font-size:1.1875rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KlnlQKVZiDTaTpqrzh5hcpPv4lX74N0w { width:19.374rem;height:3.9rem;top:108.1875rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQrxcoVI2NO9SsCVRodetXPKZsxZJO6V { width:19.9984375rem;height:4.55rem;top:145.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUZIW9KDRxCF9zFcMJRl4xu5hxuWWPMp { width:19.2484375rem;height:7.4375rem;top:115.375rem;left:0.375rem;font-size:1.0625rem;color:#ce0000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KXc8erEHQAn8vHMugOoJ738HEIhMDCqJ { width:20rem;height:4.3875rem;top:156.0625rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k4RVm2t3Gb2nTDy5ReKNGVANidZN0FEK { width:19.5rem;height:35.2rem;top:163.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2FXaXNfyC6Bni5TCUWRnLJATKTTdpev { width:14.25rem;height:19.9375rem;top:184.38750457764rem;left:2.8749999403954rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #M5UFI1WIcXDUWHL40iGB0UypJssGQk3w { width:19.5625rem;height:11.8125rem;top:8.18594121933rem;left:0rem;font-size:1.3125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #FTQ06t7Szp8xoA9GV3aXUpVwStpPtdOf { width:19.9984375rem;height:5.3625rem;top:50.750001430511rem;left:0rem;font-size:1.375rem;font-weight:700;font-style:normal;z-index:15002;text-align:center;text-align-last:center;color:#766d8a;display:block; }
 }@media only screen and (max-width: 763px) { #s6UHwWtJIPqR74e0UnlKJzTnnuyWSqor { width:19.9984375rem;height:11.05rem;top:58.375rem;left:0rem;font-size:1.0625rem;font-weight:300;font-style:normal;z-index:15002;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nyE0xtiKfu9IuTI24vcReuTgtBdKtB3K { width:19.99925rem;height:4.3125rem;top:1.9699220657349rem;left:0rem;font-size:1.4375rem;line-height:1.5;font-weight:700;font-style:normal;z-index:15001;color:rgba(0,0,0,0.77);display:block; }
 }@media only screen and (max-width: 763px) { #k3kwLWc5l8irr9Xq7lZgqFEX8CRf2ZqV { width:19.99925rem;height:1.38125rem;top:74.5rem;left:0rem;font-size:1.0625rem;font-weight:300;font-style:normal;z-index:15004;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ePBOkUWveqwR3B8qIaKkF7HKKCJa4IO1 { width:19.99925rem;height:3.525rem;top:76.625rem;left:0rem;font-size:2.9375rem;font-weight:700;font-style:italic;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #UxoTxTV1SlFigsxganlAaZVVMrOr6cDz { width:16.0625rem;height:24.125rem;top:23.437499523163rem;left:1.6687499880791rem;border-top:0.375rem solid #d5e5e5;border-left:0.375rem solid #d5e5e5;border-right:0.375rem solid #d5e5e5;border-bottom:0.375rem solid #d5e5e5;display:block; }
 }@media only screen and (max-width: 763px) { #KHAkIRl15dWApJr1MfypBrzk5v5VPrXi { width:19.5rem;height:3.436525rem;top:201.875rem;left:0.25rem;z-index:15008;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLXrHSHLBNeFwHD6hfykwVmiPsfFJmwR { display:block; }
 }@media only screen and (max-width: 763px) { #VgCVVLayNhVNh6sEDK94y6CQGAWhIZsp { width:20rem;height:5.4rem;top:207.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W1X3OToIMQrCVqrLw01vqPeXCR6zNa4G { top:124.6875rem;left:0rem;width:20rem;height:20rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QB0uyGJ0bJKvBc1Q9O3eM3hF9apXaI2m { background-color:#766d8a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QB0uyGJ0bJKvBc1Q9O3eM3hF9apXaI2m > .row .container { background-color: transparent; background-image: none; }#QB0uyGJ0bJKvBc1Q9O3eM3hF9apXaI2m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QB0uyGJ0bJKvBc1Q9O3eM3hF9apXaI2m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QB0uyGJ0bJKvBc1Q9O3eM3hF9apXaI2m > .row .container > .video-iframe-container { display: none; }#QB0uyGJ0bJKvBc1Q9O3eM3hF9apXaI2m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QB0uyGJ0bJKvBc1Q9O3eM3hF9apXaI2m > .row > .video-iframe-container { display: none; }#QB0uyGJ0bJKvBc1Q9O3eM3hF9apXaI2m > .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); }#QB0uyGJ0bJKvBc1Q9O3eM3hF9apXaI2m > .row .container { border-width: 0; border-radius: 0; }#QB0uyGJ0bJKvBc1Q9O3eM3hF9apXaI2m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QB0uyGJ0bJKvBc1Q9O3eM3hF9apXaI2m > .row .container { width:20rem;height:57rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTbxmNWuOBm5RFP07F7ROHB7hXElTomC { width:19.62425rem;height:2.925rem;top:2.435546875rem;left:0.18632814288139rem;font-size:1.125rem;text-align:center;text-align-last:center;color:rgba(241,240,234,0.9);display:block; }
 }@media only screen and (max-width: 763px) { #VKFmTgBlInJl7lHZTXTtQUGnWc5cuwSv { width:18.49925rem;height:7.875rem;top:6.55507850647rem;left:0.74882814288138rem;font-size:1.125rem;text-align:center;text-align-last:center;color:rgba(241,240,234,0.9);display:block; }
 }@media only screen and (max-width: 763px) { #kWOyOAn1o2aePa7hZLHILk8E8ZzxOEkM { width:19.8115rem;height:31.875rem;top:21.998046875rem;left:0.1884765625rem;font-size:1rem;line-height:1.5;color:rgba(241,240,234,0.9);display:block; }#kWOyOAn1o2aePa7hZLHILk8E8ZzxOEkM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/lmubDeOL/Zrzut_ekranu_2021_07_13_o_10.24.55.png); }
 }@media only screen and (max-width: 763px) { #gfmq4CgqqfakmSy357BpDSlXTJLBK7Tm { width:19.4355625rem;height:4.3875rem;top:15.9970703125rem;left:0.28125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ErQD4sFgHqSg8EB0U6SFB5vSHa67JpNx { background-color:#f1f0ea;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ErQD4sFgHqSg8EB0U6SFB5vSHa67JpNx > .row .container { background-color: transparent; background-image: none; }#ErQD4sFgHqSg8EB0U6SFB5vSHa67JpNx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ErQD4sFgHqSg8EB0U6SFB5vSHa67JpNx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ErQD4sFgHqSg8EB0U6SFB5vSHa67JpNx > .row .container > .video-iframe-container { display: none; }#ErQD4sFgHqSg8EB0U6SFB5vSHa67JpNx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ErQD4sFgHqSg8EB0U6SFB5vSHa67JpNx > .row > .video-iframe-container { display: none; }#ErQD4sFgHqSg8EB0U6SFB5vSHa67JpNx > .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); }#ErQD4sFgHqSg8EB0U6SFB5vSHa67JpNx > .row .container { border-width: 0; border-radius: 0; }#ErQD4sFgHqSg8EB0U6SFB5vSHa67JpNx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ErQD4sFgHqSg8EB0U6SFB5vSHa67JpNx > .row .container { width:20rem;height:139.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xt2nHA1fysaM7JFHsTe4c2J4Cm2g5V9o { width:20rem;height:1.3rem;top:2.0609374046326rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf21yrWsh8OCTHXbTLi2nv3ZWoyV8mMm { width:19.999rem;height:8.3125rem;top:4.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfVfkQUNTyckTizc7ghfFB6uqsVgCLWE { width:19.374rem;height:3.25rem;top:32rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QT8eFXSeWf29yabMewzgMMuRoZKhE1Zq { width:19.5rem;height:9rem;top:36.375rem;left:0.21875rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #HVm5R82P2kJiHuaTwydK9KDoOFpCQOIo { width:18.125rem;height:12.0625rem;top:47.4375rem;left:0.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oGN8XJcs0GdW2s7udUxJF8uXcsQDfGBW { width:18.75rem;height:7.5rem;top:66.75rem;left:0.625rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Qc6gDngcgnUs4fqI5SFPSb5BdtacoecM { width:18rem;height:11.9375rem;top:17.875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnpfILO5TkrByxlGT4NPaVnTTTISVfRW { width:16.999rem;height:3.25rem;top:62.0625rem;left:1.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oVb9DtOdJW4EDAyb4BgQqOBFOr8OkLI4 { width:18.3125rem;height:12.1875rem;top:78rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuuN45vO9qUO4vLh4p6ZT0glGVANztTP { width:18.75rem;height:7.5rem;top:97.062515258787rem;left:0.625rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #wKlskFrKfCTbJBrdQsWa0TdpgBWxqQEA { width:17.749rem;height:3.25rem;top:92.1875rem;left:1.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y3Gq9wnqZPTCJNerRkeBgwBzCt6gpxAm { width:18.4375rem;height:12.25rem;top:108.25rem;left:0.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mQZIAq3i9wD4GCdCl0BAocbwocf72DT1 { width:19.3734375rem;height:7.5rem;top:128rem;left:0.3125rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #PXbR3Z7VGuJEnmGLhJ8l3bOhBwUZlucn { width:17.499rem;height:3.575rem;top:122.5625rem;left:1.25rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WfD4qUxWTiWUwrDDimbO9TMrWN8kpSXv { background-color:#766d8a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WfD4qUxWTiWUwrDDimbO9TMrWN8kpSXv > .row .container { background-color: transparent; background-image: none; }#WfD4qUxWTiWUwrDDimbO9TMrWN8kpSXv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfD4qUxWTiWUwrDDimbO9TMrWN8kpSXv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfD4qUxWTiWUwrDDimbO9TMrWN8kpSXv > .row .container > .video-iframe-container { display: none; }#WfD4qUxWTiWUwrDDimbO9TMrWN8kpSXv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfD4qUxWTiWUwrDDimbO9TMrWN8kpSXv > .row > .video-iframe-container { display: none; }#WfD4qUxWTiWUwrDDimbO9TMrWN8kpSXv > .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); }#WfD4qUxWTiWUwrDDimbO9TMrWN8kpSXv > .row .container { border-width: 0; border-radius: 0; }#WfD4qUxWTiWUwrDDimbO9TMrWN8kpSXv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WfD4qUxWTiWUwrDDimbO9TMrWN8kpSXv > .row .container { width:20rem;height:77.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y8BEgsZtZUTNdF3b5olBs420om13di5T { width:19.99925rem;height:5.2rem;top:1.8117198944092rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lteznsRW76AIZEp2tLBkeIgfqitAFkZu { width:13.5rem;height:3.0875rem;top:58rem;left:3.25rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JayIqiWSek5lsGr7x3Eb9T5fkarnbNLO { width:12.5rem;height:2.6rem;top:61.3125rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6TTzdRdL5DE6vXRJlak9pMTrQ8FTGhq { width:13.875rem;height:2.7625rem;top:64.375rem;left:2.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVXFair5J3zWHQnoLOsZONmNOdcazReo { width:19.6875rem;height:17.75rem;top:9.124218940735rem;left:0rem;font-size:1rem;display:block; }#WVXFair5J3zWHQnoLOsZONmNOdcazReo li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/lmubDeOL/Zrzut_ekranu_2021_07_13_o_10.24.55.png); }
 }@media only screen and (max-width: 763px) { #nSmZOmaBae9yyhousMD2VT9qemEm3OPn { width:19rem;height:19rem;top:38.125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCptWSCzMi4yvmZl9LwalHlatu7X9G4V { width:19rem;height:3.4375rem;top:68.875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKciQK4fEAX9e3FuBJ7ifaZTU4up4Wp8 { display:block; }
 }@media only screen and (max-width: 763px) { #K0GUHGmMFF3MG8w7I67sWufClfEpZsoe { width:19.99925rem;height:4.2rem;top:31.375rem;left:0rem;font-size:1rem;display:block; }#K0GUHGmMFF3MG8w7I67sWufClfEpZsoe li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/lmubDeOL/Zrzut_ekranu_2021_07_13_o_10.24.55.png); }
 }@media only screen and (max-width: 763px) { #Jr5Tlu6k6TMdAaffOhsQKhUkA5zpKZim { width:19.43675rem;height:1.3rem;top:29rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSxpM5w2ZtIELSO9HtEdVZkR3l2LpGBU { width:10rem;height:0.25rem;top:59.375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HewXP9pI0GmdmRhR1J1OUH3nk0FbCQ5G { width:13.5rem;height:auto;top:8.1875rem;left:3.25rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #rC6IhJ803NWimXggvDTgKMnTicpWpvVS { width:12.437125rem;height:0;top:81.686332394406rem;left:3.75rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #USu3IqADWP9TNge6pi0WTo5Tp7VfKCF8 { width:13.8125rem;height:0.25rem;top:10.0625rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JOseKvwd8cDJ9o8l9yR0woMf7D9qIMlH { width:13.875rem;height:0;top:85.373832394406rem;left:3.0625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #fS7LOCfDI6LwPt5WasrnprdFs8lypRCP { background-color:#ce0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fS7LOCfDI6LwPt5WasrnprdFs8lypRCP > .row .container { background-color: transparent; background-image: none; }#fS7LOCfDI6LwPt5WasrnprdFs8lypRCP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fS7LOCfDI6LwPt5WasrnprdFs8lypRCP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fS7LOCfDI6LwPt5WasrnprdFs8lypRCP > .row .container > .video-iframe-container { display: none; }#fS7LOCfDI6LwPt5WasrnprdFs8lypRCP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fS7LOCfDI6LwPt5WasrnprdFs8lypRCP > .row > .video-iframe-container { display: none; }#fS7LOCfDI6LwPt5WasrnprdFs8lypRCP > .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); }#fS7LOCfDI6LwPt5WasrnprdFs8lypRCP > .row .container { border-width: 0; border-radius: 0; }#fS7LOCfDI6LwPt5WasrnprdFs8lypRCP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fS7LOCfDI6LwPt5WasrnprdFs8lypRCP > .row .container { width:20rem;height:19.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dqh3iSINxpORpzK1bZTrAgM4teZLT72E { width:20rem;height:2.7625rem;top:13.750000715256rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6qT53XQIcWwlDrxxxKW5Uo4zai1OlH3 { width:20rem;height:2.6rem;top:1.8489433228969rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTZVTEheGX8DAxLc4L21LScyMvTMFsbK .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UTZVTEheGX8DAxLc4L21LScyMvTMFsbK .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#UTZVTEheGX8DAxLc4L21LScyMvTMFsbK .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#UTZVTEheGX8DAxLc4L21LScyMvTMFsbK { width:18rem;height:5.0625rem;display:flex;top:6.8124804496762rem;left:0.9375rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #UTZVTEheGX8DAxLc4L21LScyMvTMFsbK #M1WuhQ0XHDSTJhVm2RoLzySce7dTXUiT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UTZVTEheGX8DAxLc4L21LScyMvTMFsbK #WOMw3sN0bs79vFQ7VKfH8dbi5GvVustG {  }
 }@media only screen and (max-width: 763px) { #UTZVTEheGX8DAxLc4L21LScyMvTMFsbK #fev5nttTGWG2IyNdWP4T1ZG8bK4gOWri {  }
 }@media only screen and (max-width: 763px) { #UTZVTEheGX8DAxLc4L21LScyMvTMFsbK #q02o1KMR93w2mlXr5sf8ItkJOXCUrtHi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UTZVTEheGX8DAxLc4L21LScyMvTMFsbK #MHERMDS6nDlyf5tQOP2AXJmfbg205ffk {  }
 }@media only screen and (max-width: 763px) { #UTZVTEheGX8DAxLc4L21LScyMvTMFsbK #JCkkgUySqybmEmfgzzD3BzV5hwfoob33 {  }
 }@media only screen and (max-width: 763px) { #UTZVTEheGX8DAxLc4L21LScyMvTMFsbK #MSastar5KT97Wx6ohTZV1C5Kt76LLkbJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UTZVTEheGX8DAxLc4L21LScyMvTMFsbK #dllgJq1lBn5EF0Lxi93JnhPMvVbUwr8O {  }
 }@media only screen and (max-width: 763px) { #UTZVTEheGX8DAxLc4L21LScyMvTMFsbK #p3EK2iwxX4xEQQ5lq2VOp0QVp0S7Rw3E {  }
 }@media only screen and (max-width: 763px) { #UTZVTEheGX8DAxLc4L21LScyMvTMFsbK #vkZmJpiWbEvuvHczbUV8dTIuJ1CZTkUJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UTZVTEheGX8DAxLc4L21LScyMvTMFsbK #uuZBSeBQcgzsdQJhzn4XE0iADNm8sL82 {  }
 }@media only screen and (max-width: 763px) { #UTZVTEheGX8DAxLc4L21LScyMvTMFsbK #TMRhb2vo71QDJmevzVTRHCuWLifBrpEK {  }
 }@media only screen and (max-width: 763px) { #unBWyTCuOeyskBo7qEXL1tRCyNcWEE7O { background-color:#f1f0ea;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#unBWyTCuOeyskBo7qEXL1tRCyNcWEE7O > .row .container { background-color: transparent; background-image: none; }#unBWyTCuOeyskBo7qEXL1tRCyNcWEE7O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#unBWyTCuOeyskBo7qEXL1tRCyNcWEE7O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#unBWyTCuOeyskBo7qEXL1tRCyNcWEE7O > .row .container > .video-iframe-container { display: none; }#unBWyTCuOeyskBo7qEXL1tRCyNcWEE7O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#unBWyTCuOeyskBo7qEXL1tRCyNcWEE7O > .row > .video-iframe-container { display: none; }#unBWyTCuOeyskBo7qEXL1tRCyNcWEE7O > .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); }#unBWyTCuOeyskBo7qEXL1tRCyNcWEE7O > .row .container { border-width: 0; border-radius: 0; }#unBWyTCuOeyskBo7qEXL1tRCyNcWEE7O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#unBWyTCuOeyskBo7qEXL1tRCyNcWEE7O > .row .container { width:20rem;height:100.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XpuSIp73ZsZhDXkLOK848ZSzUCtCzMDB { width:20rem;height:26.2125rem;top:68.375rem;left:0rem;font-size:1rem;font-family:poppins;font-weight:300;font-style:normal;display:block; }#XpuSIp73ZsZhDXkLOK848ZSzUCtCzMDB li:before{  }
 }@media only screen and (max-width: 763px) { #uzzX2Ew6yA30e5w4zfhTNQ1J6BxT00xt { width:20rem;height:29.1875rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mve1fdEz9P5ZuVLEnvPkDcN1o7fG7tZa { width:16.5625rem;height:4.875rem;top:55.125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlCtNxKRprMEBlkKhpfJh0pJKDZ90tyU { width:16.5625rem;height:4.875rem;top:61.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkmUhnnh97agq9tHvNx6AGsaAlhDD4nH { width:8.5625rem;height:2.925rem;top:56.125rem;left:8.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mm3AwNAV9piT4g1A5Tn1fcozsu9g8zED { width:7.125rem;height:2.6rem;top:56.28125rem;left:2.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xK3H1wJy2fiDuDRsPeNvDbZquSoUtM28 { width:10rem;height:3.4125rem;top:62.25rem;left:7.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrCMTDrcSW2ynL2KORBRQv5xgtyp4nyF { width:4.3125rem;height:2.6rem;top:62.40625rem;left:3.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbZ1nFX2WVeciiFSra37NJh5hmXmRnP1 { width:20rem;height:2.6rem;top:39.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #AT4qiQFrGwPhNbX3ABz4rzE7EecvhsR2 { width:16.5625rem;height:4.875rem;top:42.875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PG3cWO0lyyIOEJTK3Scv83JnoxSOHzy8 { width:16.5625rem;height:4.875rem;top:49rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbF3vEslVExQpe3Q7rLu6SNwuEzvG56T { width:2.9375rem;height:2.6rem;top:44.03125rem;left:3.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AB76AyhVCXTlchV3HlgZyRrNu0NRxTS6 { width:11.8125rem;height:2.925rem;top:43.875rem;left:8.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIOcRIhwFbmONe3nyJqv4s7CxgbMp11A { width:11.8125rem;height:2.925rem;top:50rem;left:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRQ9mH0PbTRlfZkobRXKiHw6aT1tJn9M { width:2.9375rem;height:2.6rem;top:50rem;left:3.15625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJzVQ7XIIld4VvVAyFQUpTWWiA144EON { width:16.3125rem;height:1.86875rem;top:4.1875rem;left:3.6875rem;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZm0fOpHM09X6xR06PeJDdyzAT1TQmbh { width:3.0625rem;height:3rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNOVrUUMTtetDhQQZzlVJ6PIDynSO3pa { background-color:#f1f0ea;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hNOVrUUMTtetDhQQZzlVJ6PIDynSO3pa > .row .container { background-color: transparent; background-image: none; }#hNOVrUUMTtetDhQQZzlVJ6PIDynSO3pa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNOVrUUMTtetDhQQZzlVJ6PIDynSO3pa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNOVrUUMTtetDhQQZzlVJ6PIDynSO3pa > .row .container > .video-iframe-container { display: none; }#hNOVrUUMTtetDhQQZzlVJ6PIDynSO3pa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNOVrUUMTtetDhQQZzlVJ6PIDynSO3pa > .row > .video-iframe-container { display: none; }#hNOVrUUMTtetDhQQZzlVJ6PIDynSO3pa > .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); }#hNOVrUUMTtetDhQQZzlVJ6PIDynSO3pa > .row .container { border-width: 0; border-radius: 0; }#hNOVrUUMTtetDhQQZzlVJ6PIDynSO3pa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hNOVrUUMTtetDhQQZzlVJ6PIDynSO3pa > .row .container { width:20rem;height:42.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mgzmeJs5HIgP9LEGIzvV2iEUk80e90Jw { width:20rem;height:1.30078125rem;top:3.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhlfJTSBsREeCC6BTH5XRydqpE6arlrU { width:20rem;height:2.35625rem;top:5.9375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtDrg2ARIz9crTqlyGmdMxb6svreT02O .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PtDrg2ARIz9crTqlyGmdMxb6svreT02O .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#PtDrg2ARIz9crTqlyGmdMxb6svreT02O .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#PtDrg2ARIz9crTqlyGmdMxb6svreT02O { width:18rem;height:5.0625rem;display:flex;top:9.5625rem;left:0.9375rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #PtDrg2ARIz9crTqlyGmdMxb6svreT02O #bZTnDoqGHKRowOFWfCLsl79fZSk3eSyV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PtDrg2ARIz9crTqlyGmdMxb6svreT02O #TRM5bD8KIAV8GAIVZQon8eMTeXGcEFgS {  }
 }@media only screen and (max-width: 763px) { #PtDrg2ARIz9crTqlyGmdMxb6svreT02O #N03KsGSPMTRTtQ6vit3JkyApw2C9Ohkx {  }
 }@media only screen and (max-width: 763px) { #PtDrg2ARIz9crTqlyGmdMxb6svreT02O #TGgzIwfbMUU3beTb8qL8qt2Bx5ChkeKW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PtDrg2ARIz9crTqlyGmdMxb6svreT02O #rM2VinqxX4lnTHhHLHTwpcRslqgrHLFZ {  }
 }@media only screen and (max-width: 763px) { #PtDrg2ARIz9crTqlyGmdMxb6svreT02O #Tt3GiakXpHg4GKB9uHS13BNAWmOO3lLR {  }
 }@media only screen and (max-width: 763px) { #PtDrg2ARIz9crTqlyGmdMxb6svreT02O #FgE5chvC4rPKic66o0OXVlX5GfULGCkS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PtDrg2ARIz9crTqlyGmdMxb6svreT02O #uGWkZtImUGUH12dBBCa7Tx11pFrUPsVy {  }
 }@media only screen and (max-width: 763px) { #PtDrg2ARIz9crTqlyGmdMxb6svreT02O #ZDm8aNUW2LyDVeXperfoRoadQdKvd9F2 {  }
 }@media only screen and (max-width: 763px) { #PtDrg2ARIz9crTqlyGmdMxb6svreT02O #pI2vUtGSAGf55rtPI6pKIKTnJ9MRH9un { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PtDrg2ARIz9crTqlyGmdMxb6svreT02O #aGdqGiy9Jzbahyo0Ip6qnwJFblfK8Ros {  }
 }@media only screen and (max-width: 763px) { #PtDrg2ARIz9crTqlyGmdMxb6svreT02O #dtAFRWBKHDOt9T69eV0lPlN2zPTQeRDt {  }
 }@media only screen and (max-width: 763px) { #FzN5Rt4ecl90stJvBGlJsq1cWHxX9VZP { width:13.5rem;height:0;top:17.1875rem;left:3.2496094405651rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #h7X3ihwvhVRpp2EwK9hChS21oU1dgpTx { width:12.5rem;height:2.4375rem;top:20.25rem;left:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0eLT4IS3UlbFTxZbZbES7Bo3B6eBOTd { width:13.875rem;height:2.6rem;top:23.4375rem;left:3.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwlpwVx06TCN93vcaCKNlkBWheDrW62f { width:13.8125rem;height:0.125rem;top:18.625rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ddhhEq8nTSRVewzQGHDpqh5xcTTQHxoe { width:19rem;height:3.4375rem;top:27.498840332031rem;left:0.49804690480232rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0eZCTZuEsGSED8fBANMAMQIce3yMa8l { display:block; }
 }@media only screen and (max-width: 763px) { #woOdZu0GG56TQOnoNy1kXRUnsWahxhSv { width:19.5rem;height:1.05625rem;top:31.685943603516rem;left:0.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTaq5LrXrI8NnewogmgRorevP7XRAAgZ { width:19.99925rem;height:4.70039375rem;top:35.061330318451rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkTmfa8TgaJLno0pXrZ5SQGsilRiJ0DZ { width:13.5rem;height:3.0875rem;top:16.5625rem;left:3.25rem;font-size:2.375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #qyoJfcSdPTUwHWCCh67sBka6at7o4euo { width:10rem;height:0.25rem;top:17.9375rem;left:5.1875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #x8URSC03IAzBTsA6omuCudbXh5BXx8Tm { background-color:#766d8a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x8URSC03IAzBTsA6omuCudbXh5BXx8Tm > .row .container { background-color: transparent; background-image: none; }#x8URSC03IAzBTsA6omuCudbXh5BXx8Tm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x8URSC03IAzBTsA6omuCudbXh5BXx8Tm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x8URSC03IAzBTsA6omuCudbXh5BXx8Tm > .row .container > .video-iframe-container { display: none; }#x8URSC03IAzBTsA6omuCudbXh5BXx8Tm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x8URSC03IAzBTsA6omuCudbXh5BXx8Tm > .row > .video-iframe-container { display: none; }#x8URSC03IAzBTsA6omuCudbXh5BXx8Tm > .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); }#x8URSC03IAzBTsA6omuCudbXh5BXx8Tm > .row .container { border-width: 0; border-radius: 0; }#x8URSC03IAzBTsA6omuCudbXh5BXx8Tm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x8URSC03IAzBTsA6omuCudbXh5BXx8Tm > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l4McGfJQBzgTkuH8Re1X9nVTQmPaLVqI { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }