.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#ffffff;background-image:none;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fc58b204-d8b7-4951-87e6-9bb25dce1a4f/tlo_M_B_KV.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:"open sans";height:42.5rem;width:75rem;overflow:visible;position:relative;display:block; }#Jq5v1uexLIeVuZa4DQmTnIIuULkkXkTS { color:#ffffff;display:block;width:60.625rem;position:absolute;font-family:signika;font-size:4.25rem;font-weight:400;z-index:15000;line-height:1.1;letter-spacing:0;top:12.25rem;left:7.5rem;height:9.35rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M8imM4dbVyaTOr2NyBX2laO7zo2M1szP { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:3.25rem;left:54.875rem;display:block; }
#b9969ftiba2QopTq8g88zVVyiWr3l023 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CtG1HdIR7AA2TAJwmQvCAzIM5JBrZV7H { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.3125rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.25rem;left:64.1875rem;display:block; }
#zcsT0xxtxkxxWbiyclTqcElbdpqT9byh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mdrC3qnNqifUR3y1ouHZs7yrpJHmwV7o { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.3125rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:3.25rem;left:69.6875rem;display:block; }
#FEp0wC6yPTyekGJM9sfSTIg5SRNbpZdI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o5GdqSaqlShNqMI6aT6X0OtDc0SsnNuh { color:#ffffff;display:block;width:75rem;position:absolute;font-family:signika;font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:26.875rem;left:-0.0625rem;height:6.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Us40uSPCgLb2VB0MX7UDBoTOlyvsruo0 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #14f692;border-left:0.0625rem solid #14f692;border-right:0.0625rem solid #14f692;border-bottom:0.0625rem solid #14f692;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;box-sizing:border-box;color:#14f692;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:signika;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:34.9375rem;left:30.71875rem;display:block; }
#SHywvMIDVrgyA0UQo5HdPS751yrw8ECl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QKMNEHKR5OsDuXkBANtEBT8x98hTQqIM { 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:4.6875rem;width:10.375rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#tEfWPOL4qaT1vzkLqd6pi6wCn9t70D9A { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:26.8125rem;top:20.84375rem;left:25.4375rem;overflow:hidden;display:block; }
#SmGA0ICCbUgAN6FABzCC5WJvELuW4Sxb { position:relative;display:block; }#SmGA0ICCbUgAN6FABzCC5WJvELuW4Sxb { background-color: transparent; background-image: none; }#SmGA0ICCbUgAN6FABzCC5WJvELuW4Sxb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmGA0ICCbUgAN6FABzCC5WJvELuW4Sxb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmGA0ICCbUgAN6FABzCC5WJvELuW4Sxb > .row .container > .video-iframe-container { display: none; }#SmGA0ICCbUgAN6FABzCC5WJvELuW4Sxb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmGA0ICCbUgAN6FABzCC5WJvELuW4Sxb > .row > .video-iframe-container { display: none; }#SmGA0ICCbUgAN6FABzCC5WJvELuW4Sxb > .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); }#SmGA0ICCbUgAN6FABzCC5WJvELuW4Sxb { border-width: 0; border-radius: 0; }#SmGA0ICCbUgAN6FABzCC5WJvELuW4Sxb > .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; }#SmGA0ICCbUgAN6FABzCC5WJvELuW4Sxb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ntqFF2TNVHLV15hsAo23rqEssSqzJaKr { color:#000000;display:block;width:75rem;position:absolute;font-family:signika;font-size:2.75rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:3.125rem;left:0rem;height:3.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nJSkrOhUMpO1dvLT9MbykBEIsAdwCUWy { color:#000000;display:block;width:15rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:16.75rem;left:1.875rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rDpTvnuryQ1VABq8EVTIM9L9o7fd5APJ { color:#000000;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:16.75rem;left:19.40625rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OKJQRrRkDFZg1yC65eW6QphTHk9eBBpv { box-sizing:content-box;height:4.625rem;width:4.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#14f692;background-image:none;top:11.1875rem;left:7.0625rem;display:block; }
#d39PkpDMfeSCRxvO3wfoNNTVfvkA37QA { box-sizing:content-box;height:4.625rem;width:4.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:#14f692;background-image:none;top:11.1875rem;left:25.84375rem;display:block; }
#HHVKrQUhaxv0pZfX0GoMFyb1y10yG5lz { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:10.25rem;left:28rem; }
#cfQ4V1gk3biS2QcNwZrOZIXstMeaVA8u { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:10.25rem;left:9.1875rem; }
#ksLmxAcBIQ5DyFFT2G6RUSkhvIm4gM5b { color:#000000;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:16.75rem;left:38.125rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ONcv1EzdD6WHkWiyarixLz3KKJuca3WW { box-sizing:content-box;height:4.625rem;width:4.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:#14f692;background-image:none;top:11.1875rem;left:44.5625rem;display:block; }
#eTTUZLqvIF7V7TdoNBZLA3op1SNWk1pi { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:10.25rem;left:46.75rem; }
#bXh2Vu9dpIdxXtO9rcu6dwCMnlfpVsNn { color:#000000;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:16.75rem;left:56.875rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lMblhJaesx334RThmtblGDCaRTtvrBSM { box-sizing:content-box;height:4.625rem;width:4.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:#14f692;background-image:none;top:11.1875rem;left:63.3125rem;display:block; }
#egX4im17DpoE6PcxWNy7QnLba2MdNboJ { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:10.46875rem;left:65.5rem; }
#WTgurpPyL31MOBblmw4RJLDSn0VK48Ey { position:relative;display:block; }#WTgurpPyL31MOBblmw4RJLDSn0VK48Ey { background-color: transparent; background-image: none; }#WTgurpPyL31MOBblmw4RJLDSn0VK48Ey::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTgurpPyL31MOBblmw4RJLDSn0VK48Ey > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTgurpPyL31MOBblmw4RJLDSn0VK48Ey > .row .container > .video-iframe-container { display: none; }#WTgurpPyL31MOBblmw4RJLDSn0VK48Ey > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTgurpPyL31MOBblmw4RJLDSn0VK48Ey > .row > .video-iframe-container { display: none; }#WTgurpPyL31MOBblmw4RJLDSn0VK48Ey > .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); }#WTgurpPyL31MOBblmw4RJLDSn0VK48Ey { border-width: 0; border-radius: 0; }#WTgurpPyL31MOBblmw4RJLDSn0VK48Ey > .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; }#WTgurpPyL31MOBblmw4RJLDSn0VK48Ey > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LMBXnCCFBiTvcnHvXMZ3iRSH7MZV7FSw { color:#000000;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:6.875rem;left:1.25rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MxoLMCxN7KzKsxbfdFJSTXee5ld636VM { color:#000000;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:6.875rem;left:19.4375rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wlrPmDmCTWaId1XAJoraOURO4yWTn6aF { box-sizing:content-box;height:4.625rem;width:4.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;background-color:#14f692;background-image:none;top:1rem;left:7.0625rem;display:block; }
#NrLv4JL44hmgSpv86DipAagHifACUuNg { box-sizing:content-box;height:4.625rem;width:4.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15024;background-color:#14f692;background-image:none;top:1rem;left:25.875rem;display:block; }
#LNZTt6DCFQfRT7FI2wvTHzZ2xeI0XbcW { color:#000000;display:block;width:15rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:6.875rem;left:39.375rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UBTotZtUoKNCTOfO5rcT95hob4vKC05C { box-sizing:content-box;height:4.625rem;width:4.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:#14f692;background-image:none;top:1rem;left:44.5625rem;display:block; }
#uTvU2tT3WRadaqxzHIcTVAPpOSVbKTmq { color:#000000;display:block;width:11.25rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:6.875rem;left:60rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZJtBVNQ7zIfzWQ0VSCiK29TuhBWvQQ6r { box-sizing:content-box;height:4.625rem;width:4.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15030;background-color:#14f692;background-image:none;top:1rem;left:63.3125rem;display:block; }
#mLw1TIcMBdpKovXrsbgSUN1mFSoaAdz2 { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:0rem;left:9.1875rem; }
#T9ywvovkdwE958HSk4ShEnFPVNlKZzZi { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:0rem;left:28rem; }
#DiT70FLJnWTlwgiCQF5XpK33fqTwZgpg { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:0rem;left:46.75rem; }
#nEVyVRPo3h7gOB5XNN4yUmDVndCulTPk { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:0rem;left:65.5rem; }
#fNkoZqM9MVvrKmhGTBTDgbaVTpJlfuq6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fNkoZqM9MVvrKmhGTBTDgbaVTpJlfuq6 > .row .container { background-color: transparent; background-image: none; }#fNkoZqM9MVvrKmhGTBTDgbaVTpJlfuq6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fNkoZqM9MVvrKmhGTBTDgbaVTpJlfuq6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fNkoZqM9MVvrKmhGTBTDgbaVTpJlfuq6 > .row .container > .video-iframe-container { display: none; }#fNkoZqM9MVvrKmhGTBTDgbaVTpJlfuq6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fNkoZqM9MVvrKmhGTBTDgbaVTpJlfuq6 > .row > .video-iframe-container { display: block; }#fNkoZqM9MVvrKmhGTBTDgbaVTpJlfuq6 > .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); }#fNkoZqM9MVvrKmhGTBTDgbaVTpJlfuq6 > .row .container { border-width: 0; border-radius: 0; }#fNkoZqM9MVvrKmhGTBTDgbaVTpJlfuq6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fNkoZqM9MVvrKmhGTBTDgbaVTpJlfuq6 > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#ThrIq6vf2ILy4CbTmK9yTekWbK7qzUKU .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; }
#ThrIq6vf2ILy4CbTmK9yTekWbK7qzUKU .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#14f692;background-image:none;box-shadow: 0.0625rem 0.25rem 2.1875rem rgba(0,0,0,0.2) ;color:#000000;padding-top:0.6325rem;padding-right:0.563125rem;padding-bottom:0.6325rem;padding-left:0.563125rem;display:block;align-items:center;width:3.379375rem;min-width:3.379375rem;height:3.4rem;position:relative;font-family:arial;font-size:2.53rem;font-weight:700;line-height:54.4px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ThrIq6vf2ILy4CbTmK9yTekWbK7qzUKU .widget-text.counter-label { background-color:;background-image:none;color:#01d8a9;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.395625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.505625rem;height:1.344375rem;position:relative;font-family:arial;font-size:0.94875rem;font-weight:700;line-height:21.51px;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; }
#ThrIq6vf2ILy4CbTmK9yTekWbK7qzUKU { 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:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:23.1875rem;height:6.4375rem;padding-top:0.079375rem;padding-right:0.080625rem;padding-bottom:0.079375rem;padding-left:0.080625rem;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:28.3125rem;left:25.826042175293rem;z-index:5000; }
#ThrIq6vf2ILy4CbTmK9yTekWbK7qzUKU #yxFCxQP80eTJ0bkE0iwiyTVAIKZglV45 { display:flex;position:relative;top:0rem;left:0rem; }
#ThrIq6vf2ILy4CbTmK9yTekWbK7qzUKU #x9PZfnIUyos90FttxtmDt8Bu5LxD8lAp { width:auto; }
#ThrIq6vf2ILy4CbTmK9yTekWbK7qzUKU #nNizUgoB3tPmTgXsqL0c3CIFiS9d615l {  }
#ThrIq6vf2ILy4CbTmK9yTekWbK7qzUKU #fxgSlQu50EQWB5koZHfAyvwbI555cncr { display:flex;position:relative;top:0rem;left:0rem; }
#ThrIq6vf2ILy4CbTmK9yTekWbK7qzUKU #LEgRs1T1RKmy0sv13g1kV8PntfvPgSQm {  }
#ThrIq6vf2ILy4CbTmK9yTekWbK7qzUKU #c8kDoL0NGL2VEOlfC8mixNn52CXim3zX {  }
#ThrIq6vf2ILy4CbTmK9yTekWbK7qzUKU #nf7NlSyLQI1QqS8o4pi1NMQW5Puv01V5 { display:flex;position:relative;top:0rem;left:0rem; }
#ThrIq6vf2ILy4CbTmK9yTekWbK7qzUKU #Nf0468OdzC1euQq7pSry62JtFHyETMWt {  }
#ThrIq6vf2ILy4CbTmK9yTekWbK7qzUKU #NBFTV5VQST0wSJs1CGX00c3WLfUntzSA {  }
#ThrIq6vf2ILy4CbTmK9yTekWbK7qzUKU #w3M9A8Agg4W9Polud4h79dHMkrKZJ6Ev { display:flex;position:relative;top:0rem;left:0rem; }
#ThrIq6vf2ILy4CbTmK9yTekWbK7qzUKU #McnKCmHCBuevIIpT22eFUmehTQfKWJNA {  }
#ThrIq6vf2ILy4CbTmK9yTekWbK7qzUKU #MMousQaDfqr8QEpOl795oKT3eAwFd3tf {  }
#Wceru8ng6DIgfQFrEJq7odfcJ1nQJmpr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#14f692;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Wceru8ng6DIgfQFrEJq7odfcJ1nQJmpr > .row .container { background-color: transparent; background-image: none; }#Wceru8ng6DIgfQFrEJq7odfcJ1nQJmpr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wceru8ng6DIgfQFrEJq7odfcJ1nQJmpr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wceru8ng6DIgfQFrEJq7odfcJ1nQJmpr > .row .container > .video-iframe-container { display: none; }#Wceru8ng6DIgfQFrEJq7odfcJ1nQJmpr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wceru8ng6DIgfQFrEJq7odfcJ1nQJmpr > .row > .video-iframe-container { display: none; }#Wceru8ng6DIgfQFrEJq7odfcJ1nQJmpr > .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); }#Wceru8ng6DIgfQFrEJq7odfcJ1nQJmpr > .row .container { border-width: 0; border-radius: 0; }#Wceru8ng6DIgfQFrEJq7odfcJ1nQJmpr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wceru8ng6DIgfQFrEJq7odfcJ1nQJmpr > .row .container { font-size:0.875rem;font-family:arial;height:33.4375rem;width:75rem;position:relative;display:block; }#uXVVsaTvhuL3XxpWbgwEHAX7wXV6Cpyy { color:#111111;display:block;width:11.9375rem;position:absolute;font-family:signika;font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:22.862499237061rem;left:8.84375rem;height:3.675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HKyJXHOQdqGHnhe3klwTXA0fmfgXXVsA { color:#000000;display:block;width:43.5625rem;position:absolute;font-family:signika;font-size:2.75rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:3.125rem;left:0rem;height:3.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l7Zn8wJ5wVDBermadai2JANDGZL8SQw4 { box-sizing:content-box;height:2rem;width:2rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:#000000;background-image:none;top:19.8125rem;left:13.8125rem;display:block; }
#O34VAzv98O6E95TzBla8478LMezpukFz { color:#000000;display:block;width:3.75rem;position:absolute;font-family:signika;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:17.012499809265rem;left:12.9375rem;height:1.95rem;font-style:normal;display:block; }
#PtaXMBz4s4V9OzLUfHHbJeN1QqXvUtAz { box-sizing:content-box;height:2rem;width:2rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:#000000;background-image:none;top:16.58749961853rem;left:26.375rem;display:block; }
#sbM3ldGl9cVgzvNUlIi0PPvvvM5tnrhC { box-sizing:content-box;height:2rem;width:2rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:#000000;background-image:none;top:20rem;left:40.75rem;display:block; }
#XJNXNosbgvTqZs2ISemxtkTsNOw0VCUy { box-sizing:content-box;height:2rem;width:2rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:#000000;background-image:none;top:13.987500190735rem;left:57.125rem;display:block; }
#aplW2TfPvpxvOr8DUQkLAUwg6n6JFbHM { color:#111111;display:block;width:11.9375rem;position:absolute;font-family:signika;font-size:1.3125rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:19.8125rem;left:21.40625rem;height:3.675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#li3R0Dz6vt5ID0nPVJ5S3PKG30rIt3Tp { color:#000000;display:block;width:3.75rem;position:absolute;font-family:signika;font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:13.39999961853rem;left:25.5rem;height:1.95rem;font-style:normal;display:block; }
#XTSM6GLbCVlnbMBqxioM6MqHNZBmNtGE { color:#000000;display:block;width:3.75rem;position:absolute;font-family:signika;font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:16.612500190735rem;left:39.875rem;height:1.95rem;font-style:normal;display:block; }
#znJU8Z205z2eLBrioLeruh0eRH80kLXq { color:#000000;display:block;width:3.75rem;position:absolute;font-family:signika;font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:11.512499809265rem;left:56.25rem;height:1.95rem;font-style:normal;display:block; }
#Okg5oHB9zWM9REIBxJTrBA2TFsFVSVn0 { color:#111111;display:block;width:11.625rem;position:absolute;font-family:signika;font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:23.487499237061rem;left:35.9375rem;height:3.675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lztDLpT2K5H7re6RhqNAFULTI53AwNz5 { color:#111111;display:block;width:7.1875rem;position:absolute;font-family:signika;font-size:1.3125rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:17.012499809265rem;left:54.53125rem;height:5.5125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AKVk5PZigNC9l69kA5IBKmEiIPcEXmeZ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:75rem;top:13.14999961853rem;left:0rem;overflow:hidden;display:block; }
#A7bPpars8gTWkhUDNwzmGLVF22sV6qgV { 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:123.875rem;width:18.75rem;display:none; }
#XWo3xU2IlhFdEn0QN5iBRxm7TxT9CnzK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d5188e05-df87-4c62-bd55-27dc8200d61d/LSS_zdjecia.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XWo3xU2IlhFdEn0QN5iBRxm7TxT9CnzK.adaptive-delivery-prevent-bg, #XWo3xU2IlhFdEn0QN5iBRxm7TxT9CnzK.lazyload, #XWo3xU2IlhFdEn0QN5iBRxm7TxT9CnzK.lazyloading { background-image: none; }#XWo3xU2IlhFdEn0QN5iBRxm7TxT9CnzK > .row .container { background-color: transparent; background-image: none; }#XWo3xU2IlhFdEn0QN5iBRxm7TxT9CnzK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XWo3xU2IlhFdEn0QN5iBRxm7TxT9CnzK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XWo3xU2IlhFdEn0QN5iBRxm7TxT9CnzK > .row .container > .video-iframe-container { display: none; }#XWo3xU2IlhFdEn0QN5iBRxm7TxT9CnzK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XWo3xU2IlhFdEn0QN5iBRxm7TxT9CnzK > .row > .video-iframe-container { display: none; }#XWo3xU2IlhFdEn0QN5iBRxm7TxT9CnzK > .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); }#XWo3xU2IlhFdEn0QN5iBRxm7TxT9CnzK > .row .container { border-width: 0; border-radius: 0; }#XWo3xU2IlhFdEn0QN5iBRxm7TxT9CnzK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XWo3xU2IlhFdEn0QN5iBRxm7TxT9CnzK > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#Z0Q3fksdEgMdHZFppLNxU2u2SwaotfJF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#153828;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Z0Q3fksdEgMdHZFppLNxU2u2SwaotfJF > .row .container { background-color: transparent; background-image: none; }#Z0Q3fksdEgMdHZFppLNxU2u2SwaotfJF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0Q3fksdEgMdHZFppLNxU2u2SwaotfJF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0Q3fksdEgMdHZFppLNxU2u2SwaotfJF > .row .container > .video-iframe-container { display: none; }#Z0Q3fksdEgMdHZFppLNxU2u2SwaotfJF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0Q3fksdEgMdHZFppLNxU2u2SwaotfJF > .row > .video-iframe-container { display: none; }#Z0Q3fksdEgMdHZFppLNxU2u2SwaotfJF > .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); }#Z0Q3fksdEgMdHZFppLNxU2u2SwaotfJF > .row .container { border-width: 0; border-radius: 0; }#Z0Q3fksdEgMdHZFppLNxU2u2SwaotfJF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z0Q3fksdEgMdHZFppLNxU2u2SwaotfJF > .row .container { font-size:0.875rem;font-family:arial;height:40.75rem;width:75rem;position:relative;display:block; }#Jo7mxKIX4xTLOFLQUV8zZDpcKSRWds8G { color:#ffffff;display:block;width:39.8125rem;position:absolute;font-family:signika;font-size:2.75rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:3.75rem;left:0rem;height:6.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Uh31dnMGmW5NlTTo5KEkn7mwPbObWIyU { box-sizing:content-box;height:0.1875rem;width:37.5rem;position:absolute;display:block;z-index:15006;background-color:#14f692;background-image:none;top:17.4375rem;left:37.125rem;display:block; }
#wpMg9bas6q98dRlKmNJA4PiTTEAIZJaT { color:#ffffff;display:block;width:35.0625rem;position:absolute;font-family:signika;font-size:3.25rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:19.4375rem;left:37.125rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EBcQOEVO1Wdl5rTKTqy8Trv9NuZP0oPV { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:25.5625rem;left:41.25rem;height:1.3rem;display:block; }
#CbiuWnFDznTR4Pd9g1bhZx55cVG3zbTG { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:signika;font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:27.28125rem;left:41.25rem;height:1.65rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IRtk2QGLpOtVqhWe5zDIPoD86xXbOTx0 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:26.03125rem;left:37.5rem; }
#DZ0fdE1LRRssmTXEKm2gN6O5set9SyRg { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:32.1875rem;left:37.5rem; }
#MGSxqwPTz0no70aTCpUDuXvqH5JZfduM { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:31.8125rem;left:41.25rem;height:1.3rem;display:block; }
#qk3Fn3I8pgLh1Id7mGGtQE5fmr16VUl4 { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:signika;font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:33.5625rem;left:41.25rem;height:1.65rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#raDxprEWoPPWTQE6Iv4KpPR08nTGFQeg { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.75rem;width:20.5625rem;top:11.8125rem;left:7rem;overflow:hidden;display:block; }
#lCtvUnCwfccvmmgaN6eaTRvxgRD34a3T { box-sizing:content-box;height:16.625rem;width:16.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:#14f692;background-image:none;top:14.868743896484rem;left:13.625rem;display:block; }
#S36m8qliFiMMsA0TBnCz32Es3rc5QfxF { box-sizing:content-box;height:0.1875rem;width:75rem;position:absolute;display:block;z-index:15015;background-color:rgba(255,255,255,0.1);background-image:none;top:40.5625rem;left:0rem;display:block; }
#RoXK6Ts0tlhCXoQLppwW51kZK0kBzcrT { color:#ffffff;display:block;width:34.875rem;position:absolute;font-family:signika;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:3.75rem;left:37.125rem;height:10.5rem;display:block; }
#aBz0WpZM6dlrcUVtwhguDer3K9HHGG0U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#153828;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#aBz0WpZM6dlrcUVtwhguDer3K9HHGG0U > .row .container { border-width: 0; border-radius: 0; }#aBz0WpZM6dlrcUVtwhguDer3K9HHGG0U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aBz0WpZM6dlrcUVtwhguDer3K9HHGG0U > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:none; }#kOqqxJwVJ4ZridkJitrRbtXTXTJAeo8M { color:#ffffff;display:block;width:39.8125rem;position:absolute;font-family:signika;font-size:2.75rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:3.125rem;left:35.1875rem;height:6.6rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#S7HoMO8wwGoZQRigRIvM1g5UeHg1TTpd { box-sizing:content-box;height:0.1875rem;width:37.5rem;position:absolute;display:block;z-index:15006;background-color:#14f692;background-image:none;top:12.75rem;left:37.125rem;display:block; }
#SSTTuI1rLiBmVHoGazTtw63yyZlWkWts { color:#ffffff;display:block;width:35.0625rem;position:absolute;font-family:signika;font-size:3.25rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:14.75rem;left:37.125rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qFlon8bTmWCvNyJNWpM3TWWFoK65mTqI { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:20.875rem;left:41.25rem;height:1.3rem;display:block; }
#sh1r6xuLfL0rfHZoIK7AxnKDCUKTbaXT { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:signika;font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:22.59375rem;left:41.25rem;height:1.65rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L2upPFOk4EaTAOS7spK4pHudSU2UcbFL { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:21.34375rem;left:37.5rem; }
#zZeegm5XSAUx60NmsV4qevRM5G2Xevu5 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:27.5rem;left:37.5rem; }
#a4k26Hx3awaJ2sMpqceyA108rlwXuQaE { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:27.125rem;left:41.25rem;height:1.3rem;display:block; }
#BMv6OXWMRo8STXEQgrt5ILmS52PtenON { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:signika;font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:28.875rem;left:41.25rem;height:1.65rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DtDbP3yR8d8nFinZRrT3pX8MNOZ9phkW { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.75rem;width:20.5625rem;top:7.125rem;left:7rem;overflow:hidden;display:block; }
#aO5hoz7uNDkwR8v9O9zkkslKIkLrisx5 { box-sizing:content-box;height:16.625rem;width:16.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:#14f692;background-image:none;top:10.181251525879rem;left:13.625rem;display:block; }
#veP5konyFD6rmum12AP7pGTTkwzcMyPw { box-sizing:content-box;height:0.1875rem;width:75rem;position:absolute;display:block;z-index:15015;background-color:rgba(255,255,255,0.1);background-image:none;top:35.875rem;left:0rem;display:block; }
#bWJsgyGDPnxRXN9gH5rCSWh7NG7ySbao { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#153828;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bWJsgyGDPnxRXN9gH5rCSWh7NG7ySbao > .row .container { background-color: transparent; background-image: none; }#bWJsgyGDPnxRXN9gH5rCSWh7NG7ySbao::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWJsgyGDPnxRXN9gH5rCSWh7NG7ySbao > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWJsgyGDPnxRXN9gH5rCSWh7NG7ySbao > .row .container > .video-iframe-container { display: none; }#bWJsgyGDPnxRXN9gH5rCSWh7NG7ySbao > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWJsgyGDPnxRXN9gH5rCSWh7NG7ySbao > .row > .video-iframe-container { display: none; }#bWJsgyGDPnxRXN9gH5rCSWh7NG7ySbao > .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); }#bWJsgyGDPnxRXN9gH5rCSWh7NG7ySbao > .row .container { border-width: 0; border-radius: 0; }#bWJsgyGDPnxRXN9gH5rCSWh7NG7ySbao > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bWJsgyGDPnxRXN9gH5rCSWh7NG7ySbao > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#TfNJKwnlJzs9x1KHQr9MxFJItLH8lkS8 { color:#ffffff;display:block;width:30.25rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:1.5625rem;left:0rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#u44b3GOWtwLryMvWrNbzRLRcrIc4pTmx { color:#ffffff;display:block;width:30.25rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:1.53125rem;left:44.75rem;height:1.0625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fc58b204-d8b7-4951-87e6-9bb25dce1a4f/tlo_M_B_KV.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.75rem;height:38.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Jq5v1uexLIeVuZa4DQmTnIIuULkkXkTS { width:40.4375rem;height:6.1875rem;top:14.0625rem;left:3.65625rem;font-size:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #M8imM4dbVyaTOr2NyBX2laO7zo2M1szP { width:9.1875rem;height:2.0625rem;top:2.1875rem;left:27.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b9969ftiba2QopTq8g88zVVyiWr3l023 { display:block; }
 }@media only screen and (max-width: 1199px) { #CtG1HdIR7AA2TAJwmQvCAzIM5JBrZV7H { width:5.3125rem;height:2.0625rem;top:2.1875rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zcsT0xxtxkxxWbiyclTqcElbdpqT9byh { display:block; }
 }@media only screen and (max-width: 1199px) { #mdrC3qnNqifUR3y1ouHZs7yrpJHmwV7o { width:5rem;height:2.0625rem;top:2.1875rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FEp0wC6yPTyekGJM9sfSTIg5SRNbpZdI { display:block; }
 }@media only screen and (max-width: 1199px) { #o5GdqSaqlShNqMI6aT6X0OtDc0SsnNuh { width:28.375rem;height:5.775rem;top:24.75rem;left:9.6875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #Us40uSPCgLb2VB0MX7UDBoTOlyvsruo0 { width:16.25rem;height:3.4375rem;top:32.25rem;left:24.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SHywvMIDVrgyA0UQo5HdPS751yrw8ECl { display:block; }
 }@media only screen and (max-width: 1199px) { #QKMNEHKR5OsDuXkBANtEBT8x98hTQqIM { width:8.25rem;height:3.75rem;top:1.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tEfWPOL4qaT1vzkLqd6pi6wCn9t70D9A { width:17.1875rem;height:2.125rem;top:19.8125rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SmGA0ICCbUgAN6FABzCC5WJvELuW4Sxb { display:block; }#SmGA0ICCbUgAN6FABzCC5WJvELuW4Sxb > .row .container { width:47.75rem;height:22.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ntqFF2TNVHLV15hsAo23rqEssSqzJaKr { width:47.75rem;height:2.85rem;top:2.5rem;left:0.0625rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #nJSkrOhUMpO1dvLT9MbykBEIsAdwCUWy { width:10.6875rem;height:6rem;top:14.5rem;left:0.625rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 1199px) { #rDpTvnuryQ1VABq8EVTIM9L9o7fd5APJ { width:10.6875rem;height:6rem;top:14.5rem;left:12.5625rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 1199px) { #OKJQRrRkDFZg1yC65eW6QphTHk9eBBpv { width:4.6875rem;height:4.6875rem;top:8.5625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d39PkpDMfeSCRxvO3wfoNNTVfvkA37QA { width:4.6875rem;height:4.6875rem;top:8.5625rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HHVKrQUhaxv0pZfX0GoMFyb1y10yG5lz { width:3.75rem;height:3.75rem;top:7.875rem;left:17.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cfQ4V1gk3biS2QcNwZrOZIXstMeaVA8u { width:3.75rem;height:3.75rem;top:7.875rem;left:5.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ksLmxAcBIQ5DyFFT2G6RUSkhvIm4gM5b { width:10.6875rem;height:4.5rem;top:14.5rem;left:24.375rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 1199px) { #ONcv1EzdD6WHkWiyarixLz3KKJuca3WW { width:4.6875rem;height:4.6875rem;top:8.5625rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eTTUZLqvIF7V7TdoNBZLA3op1SNWk1pi { width:3.75rem;height:3.75rem;top:7.875rem;left:28.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bXh2Vu9dpIdxXtO9rcu6dwCMnlfpVsNn { width:10.6875rem;height:6rem;top:14.5rem;left:36.4375rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 1199px) { #lMblhJaesx334RThmtblGDCaRTtvrBSM { width:4.6875rem;height:4.6875rem;top:8.5625rem;left:39.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #egX4im17DpoE6PcxWNy7QnLba2MdNboJ { width:3.75rem;height:3.75rem;top:7.875rem;left:41.625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WTgurpPyL31MOBblmw4RJLDSn0VK48Ey { display:block; }#WTgurpPyL31MOBblmw4RJLDSn0VK48Ey > .row .container { width:47.75rem;height:14.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LMBXnCCFBiTvcnHvXMZ3iRSH7MZV7FSw { width:10.6875rem;height:3rem;top:6.84375rem;left:0.625rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 1199px) { #MxoLMCxN7KzKsxbfdFJSTXee5ld636VM { width:10.6875rem;height:3rem;top:6.84375rem;left:12.5625rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 1199px) { #wlrPmDmCTWaId1XAJoraOURO4yWTn6aF { width:4.6875rem;height:4.6875rem;top:1rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NrLv4JL44hmgSpv86DipAagHifACUuNg { width:4.6875rem;height:4.6875rem;top:1rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LNZTt6DCFQfRT7FI2wvTHzZ2xeI0XbcW { width:10.6875rem;height:4.5rem;top:6.84375rem;left:24.5rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 1199px) { #UBTotZtUoKNCTOfO5rcT95hob4vKC05C { width:4.6875rem;height:4.6875rem;top:1rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uTvU2tT3WRadaqxzHIcTVAPpOSVbKTmq { width:9.125rem;height:3rem;top:6.84375rem;left:37.21875rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 1199px) { #ZJtBVNQ7zIfzWQ0VSCiK29TuhBWvQQ6r { width:4.6875rem;height:4.6875rem;top:1rem;left:39.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mLw1TIcMBdpKovXrsbgSUN1mFSoaAdz2 { width:3.75rem;height:3.75rem;top:0.0625rem;left:5.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T9ywvovkdwE958HSk4ShEnFPVNlKZzZi { width:3.75rem;height:3.75rem;top:0.0625rem;left:17.78125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DiT70FLJnWTlwgiCQF5XpK33fqTwZgpg { width:3.75rem;height:3.75rem;top:0.0625rem;left:28.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nEVyVRPo3h7gOB5XNN4yUmDVndCulTPk { width:3.75rem;height:3.75rem;top:0.0625rem;left:41.5625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fNkoZqM9MVvrKmhGTBTDgbaVTpJlfuq6 { display:none; }#fNkoZqM9MVvrKmhGTBTDgbaVTpJlfuq6 > .row .container { width:47.75rem;height:27.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #ThrIq6vf2ILy4CbTmK9yTekWbK7qzUKU .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ThrIq6vf2ILy4CbTmK9yTekWbK7qzUKU .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; }
#ThrIq6vf2ILy4CbTmK9yTekWbK7qzUKU .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; }
#ThrIq6vf2ILy4CbTmK9yTekWbK7qzUKU { width:18rem;height:5.0625rem;display:flex;top:27.9375rem;left:23.125rem;z-index:5000;display:none; }
 }@media only screen and (max-width: 1199px) { #ThrIq6vf2ILy4CbTmK9yTekWbK7qzUKU #yxFCxQP80eTJ0bkE0iwiyTVAIKZglV45 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #ThrIq6vf2ILy4CbTmK9yTekWbK7qzUKU #x9PZfnIUyos90FttxtmDt8Bu5LxD8lAp {  }
 }@media only screen and (max-width: 1199px) { #ThrIq6vf2ILy4CbTmK9yTekWbK7qzUKU #nNizUgoB3tPmTgXsqL0c3CIFiS9d615l {  }
 }@media only screen and (max-width: 1199px) { #ThrIq6vf2ILy4CbTmK9yTekWbK7qzUKU #fxgSlQu50EQWB5koZHfAyvwbI555cncr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #ThrIq6vf2ILy4CbTmK9yTekWbK7qzUKU #LEgRs1T1RKmy0sv13g1kV8PntfvPgSQm {  }
 }@media only screen and (max-width: 1199px) { #ThrIq6vf2ILy4CbTmK9yTekWbK7qzUKU #c8kDoL0NGL2VEOlfC8mixNn52CXim3zX {  }
 }@media only screen and (max-width: 1199px) { #ThrIq6vf2ILy4CbTmK9yTekWbK7qzUKU #nf7NlSyLQI1QqS8o4pi1NMQW5Puv01V5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #ThrIq6vf2ILy4CbTmK9yTekWbK7qzUKU #Nf0468OdzC1euQq7pSry62JtFHyETMWt {  }
 }@media only screen and (max-width: 1199px) { #ThrIq6vf2ILy4CbTmK9yTekWbK7qzUKU #NBFTV5VQST0wSJs1CGX00c3WLfUntzSA {  }
 }@media only screen and (max-width: 1199px) { #ThrIq6vf2ILy4CbTmK9yTekWbK7qzUKU #w3M9A8Agg4W9Polud4h79dHMkrKZJ6Ev { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #ThrIq6vf2ILy4CbTmK9yTekWbK7qzUKU #McnKCmHCBuevIIpT22eFUmehTQfKWJNA {  }
 }@media only screen and (max-width: 1199px) { #ThrIq6vf2ILy4CbTmK9yTekWbK7qzUKU #MMousQaDfqr8QEpOl795oKT3eAwFd3tf {  }
 }@media only screen and (max-width: 1199px) { #Wceru8ng6DIgfQFrEJq7odfcJ1nQJmpr { display:block; }#Wceru8ng6DIgfQFrEJq7odfcJ1nQJmpr > .row .container { width:47.75rem;height:26.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uXVVsaTvhuL3XxpWbgwEHAX7wXV6Cpyy { width:10rem;height:3.15rem;top:17.75rem;left:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HKyJXHOQdqGHnhe3klwTXA0fmfgXXVsA { width:46.5625rem;height:2.85rem;top:2.5rem;left:0.625rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #l7Zn8wJ5wVDBermadai2JANDGZL8SQw4 { width:1.5rem;height:1.5rem;top:15.275001525879rem;left:10rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O34VAzv98O6E95TzBla8478LMezpukFz { width:3.75rem;height:1.95rem;top:12.550003051757rem;left:9.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PtaXMBz4s4V9OzLUfHHbJeN1QqXvUtAz { width:1.5rem;height:1.5rem;top:13.025001525879rem;left:18.09375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sbM3ldGl9cVgzvNUlIi0PPvvvM5tnrhC { width:1.5rem;height:1.5rem;top:15.275001525879rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XJNXNosbgvTqZs2ISemxtkTsNOw0VCUy { width:1.5rem;height:1.5rem;top:11.587501525879rem;left:36.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aplW2TfPvpxvOr8DUQkLAUwg6n6JFbHM { width:8.8125rem;height:3.15rem;top:15.275001525879rem;left:14.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #li3R0Dz6vt5ID0nPVJ5S3PKG30rIt3Tp { width:3.75rem;height:1.95rem;top:9.9375rem;left:16.96875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XTSM6GLbCVlnbMBqxioM6MqHNZBmNtGE { width:3.75rem;height:1.95rem;top:12.550003051757rem;left:25.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #znJU8Z205z2eLBrioLeruh0eRH80kLXq { width:3.75rem;height:1.95rem;top:8.6374969482425rem;left:34.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Okg5oHB9zWM9REIBxJTrBA2TFsFVSVn0 { width:8.1875rem;height:3.15rem;top:17.75rem;left:23.46875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lztDLpT2K5H7re6RhqNAFULTI53AwNz5 { width:6.125rem;height:4.725rem;top:14.1875rem;left:33.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AKVk5PZigNC9l69kA5IBKmEiIPcEXmeZ { width:46.5rem;height:7.125rem;top:11.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A7bPpars8gTWkhUDNwzmGLVF22sV6qgV { width:18.75rem;height:123.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #XWo3xU2IlhFdEn0QN5iBRxm7TxT9CnzK { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/38a930bf-07ca-4e89-b314-a480a6586a40/LSS_zdjecia_PHONE.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#XWo3xU2IlhFdEn0QN5iBRxm7TxT9CnzK.adaptive-delivery-prevent-bg, #XWo3xU2IlhFdEn0QN5iBRxm7TxT9CnzK.lazyload, #XWo3xU2IlhFdEn0QN5iBRxm7TxT9CnzK.lazyloading { background-image: none; }#XWo3xU2IlhFdEn0QN5iBRxm7TxT9CnzK > .row .container { background-color: transparent; background-image: none; }#XWo3xU2IlhFdEn0QN5iBRxm7TxT9CnzK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XWo3xU2IlhFdEn0QN5iBRxm7TxT9CnzK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XWo3xU2IlhFdEn0QN5iBRxm7TxT9CnzK > .row .container > .video-iframe-container { display: none; }#XWo3xU2IlhFdEn0QN5iBRxm7TxT9CnzK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XWo3xU2IlhFdEn0QN5iBRxm7TxT9CnzK > .row > .video-iframe-container { display: none; }#XWo3xU2IlhFdEn0QN5iBRxm7TxT9CnzK > .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); }#XWo3xU2IlhFdEn0QN5iBRxm7TxT9CnzK > .row .container { width:47.75rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Z0Q3fksdEgMdHZFppLNxU2u2SwaotfJF { display:block; }#Z0Q3fksdEgMdHZFppLNxU2u2SwaotfJF > .row .container { width:47.75rem;height:38.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Jo7mxKIX4xTLOFLQUV8zZDpcKSRWds8G { width:34.9375rem;height:5.1rem;top:2.1625003814698rem;left:6.40625rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #Uh31dnMGmW5NlTTo5KEkn7mwPbObWIyU { width:12.5rem;height:0.1875rem;top:9.375rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wpMg9bas6q98dRlKmNJA4PiTTEAIZJaT { width:20.875rem;height:2.55rem;top:21.399993896484rem;left:20.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EBcQOEVO1Wdl5rTKTqy8Trv9NuZP0oPV { width:12.5rem;height:1.1375rem;top:25.393753051757rem;left:23.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CbiuWnFDznTR4Pd9g1bhZx55cVG3zbTG { width:19.5625rem;height:1.65rem;top:26.881256103516rem;left:23.625rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #IRtk2QGLpOtVqhWe5zDIPoD86xXbOTx0 { width:2.5rem;height:2.5rem;top:25.96875rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DZ0fdE1LRRssmTXEKm2gN6O5set9SyRg { width:2.5rem;height:2.5rem;top:30.600006103516rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MGSxqwPTz0no70aTCpUDuXvqH5JZfduM { width:12.5rem;height:1.1375rem;top:30.600006103516rem;left:23.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qk3Fn3I8pgLh1Id7mGGtQE5fmr16VUl4 { width:21rem;height:1.65rem;top:31.949996948243rem;left:23.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #raDxprEWoPPWTQE6Iv4KpPR08nTGFQeg { width:13.375rem;height:18.75rem;top:19.5rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lCtvUnCwfccvmmgaN6eaTRvxgRD34a3T { width:11.375rem;height:11.375rem;top:21.5625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S36m8qliFiMMsA0TBnCz32Es3rc5QfxF { width:47.75rem;height:0.1875rem;top:38.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RoXK6Ts0tlhCXoQLppwW51kZK0kBzcrT { width:42.3125rem;height:6.3rem;top:11.375rem;left:2.71875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #aBz0WpZM6dlrcUVtwhguDer3K9HHGG0U { display:none; }#aBz0WpZM6dlrcUVtwhguDer3K9HHGG0U > .row .container { width:47.75rem;height:31.5625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #kOqqxJwVJ4ZridkJitrRbtXTXTJAeo8M { width:34.9375rem;height:5.1rem;top:2.1625003814698rem;left:6.40625rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #S7HoMO8wwGoZQRigRIvM1g5UeHg1TTpd { width:12.5rem;height:0.1875rem;top:9.375rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SSTTuI1rLiBmVHoGazTtw63yyZlWkWts { width:20.875rem;height:2.55rem;top:12.64999961853rem;left:20.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qFlon8bTmWCvNyJNWpM3TWWFoK65mTqI { width:12.5rem;height:1.1375rem;top:16.643749237061rem;left:23.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sh1r6xuLfL0rfHZoIK7AxnKDCUKTbaXT { width:19.5625rem;height:1.65rem;top:18.13125038147rem;left:23.625rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #L2upPFOk4EaTAOS7spK4pHudSU2UcbFL { width:2.5rem;height:2.5rem;top:17.21875rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zZeegm5XSAUx60NmsV4qevRM5G2Xevu5 { width:2.5rem;height:2.5rem;top:21.849998474121rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a4k26Hx3awaJ2sMpqceyA108rlwXuQaE { width:12.5rem;height:1.1375rem;top:21.849998474121rem;left:23.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BMv6OXWMRo8STXEQgrt5ILmS52PtenON { width:21rem;height:1.65rem;top:23.200000762939rem;left:23.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DtDbP3yR8d8nFinZRrT3pX8MNOZ9phkW { width:13.375rem;height:18.75rem;top:10.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aO5hoz7uNDkwR8v9O9zkkslKIkLrisx5 { width:11.375rem;height:11.375rem;top:12.8125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #veP5konyFD6rmum12AP7pGTTkwzcMyPw { width:47.75rem;height:0.1875rem;top:29.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bWJsgyGDPnxRXN9gH5rCSWh7NG7ySbao { display:block; }#bWJsgyGDPnxRXN9gH5rCSWh7NG7ySbao > .row .container { width:47.75rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TfNJKwnlJzs9x1KHQr9MxFJItLH8lkS8 { width:29.9375rem;height:1.3125rem;top:2.5rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #u44b3GOWtwLryMvWrNbzRLRcrIc4pTmx { width:10.875rem;height:1.0625rem;top:2.5rem;left:36.25rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fc58b204-d8b7-4951-87e6-9bb25dce1a4f/tlo_M_B_KV.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(30,30,30,0.2); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(30,30,30,0.2); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jq5v1uexLIeVuZa4DQmTnIIuULkkXkTS { width:18.75rem;height:4.125rem;top:12.879166603088rem;left:0.625rem;font-size:1.875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #M8imM4dbVyaTOr2NyBX2laO7zo2M1szP { width:8.5rem;height:2.25rem;top:0.125rem;left:1.4375rem;font-size:0.75rem;z-index:15006;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;color:#ffffff;font-family:roboto;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #b9969ftiba2QopTq8g88zVVyiWr3l023 { display:block; }
 }@media only screen and (max-width: 763px) { #CtG1HdIR7AA2TAJwmQvCAzIM5JBrZV7H { width:3.625rem;height:2.25rem;top:0.125rem;left:10.3125rem;font-size:0.75rem;z-index:15005;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;color:#ffffff;font-family:roboto;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zcsT0xxtxkxxWbiyclTqcElbdpqT9byh { display:block; }
 }@media only screen and (max-width: 763px) { #mdrC3qnNqifUR3y1ouHZs7yrpJHmwV7o { width:4.1875rem;height:2.1875rem;top:0.125rem;left:14.4375rem;font-size:0.75rem;z-index:15006;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;color:#ffffff;font-family:roboto;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FEp0wC6yPTyekGJM9sfSTIg5SRNbpZdI { display:block; }
 }@media only screen and (max-width: 763px) { #o5GdqSaqlShNqMI6aT6X0OtDc0SsnNuh { width:17.5rem;height:4.2rem;top:23.049999237061rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Us40uSPCgLb2VB0MX7UDBoTOlyvsruo0 { width:16.25rem;height:3.75rem;top:33.125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHywvMIDVrgyA0UQo5HdPS751yrw8ECl { display:block; }
 }@media only screen and (max-width: 763px) { #QKMNEHKR5OsDuXkBANtEBT8x98hTQqIM { width:8.25rem;height:3.75rem;top:3.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEfWPOL4qaT1vzkLqd6pi6wCn9t70D9A { width:12.6875rem;height:1.5625rem;top:17.0625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmGA0ICCbUgAN6FABzCC5WJvELuW4Sxb { display:block; }#SmGA0ICCbUgAN6FABzCC5WJvELuW4Sxb > .row .container { width:20rem;height:33.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ntqFF2TNVHLV15hsAo23rqEssSqzJaKr { width:20rem;height:2.1rem;top:2.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJSkrOhUMpO1dvLT9MbykBEIsAdwCUWy { width:12.125rem;height:4.2rem;top:7.1875rem;left:5.625rem;font-size:1rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rDpTvnuryQ1VABq8EVTIM9L9o7fd5APJ { width:11.1875rem;height:5.6rem;top:19.68124961853rem;left:5.625rem;font-size:1rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OKJQRrRkDFZg1yC65eW6QphTHk9eBBpv { width:3.75rem;height:3.75rem;top:7.41250038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d39PkpDMfeSCRxvO3wfoNNTVfvkA37QA { width:3.75rem;height:3.75rem;top:13.78750038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHVKrQUhaxv0pZfX0GoMFyb1y10yG5lz { display:flex;width:2.5rem;height:2.5rem;top:13.16250038147rem;left:1.875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #cfQ4V1gk3biS2QcNwZrOZIXstMeaVA8u { display:flex;width:2.5rem;height:2.5rem;top:6.78750038147rem;left:1.875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #ksLmxAcBIQ5DyFFT2G6RUSkhvIm4gM5b { width:13rem;height:4.2rem;top:13.387499809265rem;left:5.625rem;font-size:1rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ONcv1EzdD6WHkWiyarixLz3KKJuca3WW { width:3.75rem;height:3.75rem;top:20.36874961853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTTUZLqvIF7V7TdoNBZLA3op1SNWk1pi { display:flex;width:2.5rem;height:2.5rem;top:19.74374961853rem;left:1.875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #bXh2Vu9dpIdxXtO9rcu6dwCMnlfpVsNn { width:14.1875rem;height:4.2rem;top:26.71875rem;left:5.65625rem;font-size:1rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lMblhJaesx334RThmtblGDCaRTtvrBSM { width:3.75rem;height:3.75rem;top:27.46875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #egX4im17DpoE6PcxWNy7QnLba2MdNboJ { display:flex;width:2.5rem;height:2.5rem;top:26.84375rem;left:1.9375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #WTgurpPyL31MOBblmw4RJLDSn0VK48Ey { display:block; }#WTgurpPyL31MOBblmw4RJLDSn0VK48Ey > .row .container { width:20rem;height:24.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LMBXnCCFBiTvcnHvXMZ3iRSH7MZV7FSw { width:11.8125rem;height:2.8rem;top:1rem;left:5.625rem;font-size:1rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MxoLMCxN7KzKsxbfdFJSTXee5ld636VM { width:13.5625rem;height:2.8rem;top:7.1749992370606rem;left:5.625rem;font-size:1rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wlrPmDmCTWaId1XAJoraOURO4yWTn6aF { width:3.75rem;height:3.75rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrLv4JL44hmgSpv86DipAagHifACUuNg { width:3.75rem;height:3.75rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNZTt6DCFQfRT7FI2wvTHzZ2xeI0XbcW { width:11.25rem;height:2.8rem;top:13.599998474121rem;left:5.625rem;font-size:1rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UBTotZtUoKNCTOfO5rcT95hob4vKC05C { width:3.75rem;height:3.75rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTvU2tT3WRadaqxzHIcTVAPpOSVbKTmq { width:8.875rem;height:2.8rem;top:19.724998474121rem;left:5.5625rem;font-size:1rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZJtBVNQ7zIfzWQ0VSCiK29TuhBWvQQ6r { width:3.75rem;height:3.75rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLw1TIcMBdpKovXrsbgSUN1mFSoaAdz2 { display:flex;width:2.5rem;height:2.5rem;top:0.625rem;left:1.875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #T9ywvovkdwE958HSk4ShEnFPVNlKZzZi { display:flex;width:2.5rem;height:2.5rem;top:6.25rem;left:1.875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #DiT70FLJnWTlwgiCQF5XpK33fqTwZgpg { display:flex;width:2.5rem;height:2.5rem;top:12.5rem;left:1.875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #nEVyVRPo3h7gOB5XNN4yUmDVndCulTPk { display:flex;width:2.5rem;height:2.5rem;top:18.625rem;left:1.875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #fNkoZqM9MVvrKmhGTBTDgbaVTpJlfuq6 { display:none; }#fNkoZqM9MVvrKmhGTBTDgbaVTpJlfuq6 > .row .container { width:20rem;height:33rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ThrIq6vf2ILy4CbTmK9yTekWbK7qzUKU .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ThrIq6vf2ILy4CbTmK9yTekWbK7qzUKU .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; }
#ThrIq6vf2ILy4CbTmK9yTekWbK7qzUKU .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; }
#ThrIq6vf2ILy4CbTmK9yTekWbK7qzUKU { width:18rem;height:5.0625rem;display:flex;top:27.9375rem;left:0.9375rem;z-index:5000; }
 }@media only screen and (max-width: 763px) { #ThrIq6vf2ILy4CbTmK9yTekWbK7qzUKU #yxFCxQP80eTJ0bkE0iwiyTVAIKZglV45 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ThrIq6vf2ILy4CbTmK9yTekWbK7qzUKU #x9PZfnIUyos90FttxtmDt8Bu5LxD8lAp {  }
 }@media only screen and (max-width: 763px) { #ThrIq6vf2ILy4CbTmK9yTekWbK7qzUKU #nNizUgoB3tPmTgXsqL0c3CIFiS9d615l {  }
 }@media only screen and (max-width: 763px) { #ThrIq6vf2ILy4CbTmK9yTekWbK7qzUKU #fxgSlQu50EQWB5koZHfAyvwbI555cncr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ThrIq6vf2ILy4CbTmK9yTekWbK7qzUKU #LEgRs1T1RKmy0sv13g1kV8PntfvPgSQm {  }
 }@media only screen and (max-width: 763px) { #ThrIq6vf2ILy4CbTmK9yTekWbK7qzUKU #c8kDoL0NGL2VEOlfC8mixNn52CXim3zX {  }
 }@media only screen and (max-width: 763px) { #ThrIq6vf2ILy4CbTmK9yTekWbK7qzUKU #nf7NlSyLQI1QqS8o4pi1NMQW5Puv01V5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ThrIq6vf2ILy4CbTmK9yTekWbK7qzUKU #Nf0468OdzC1euQq7pSry62JtFHyETMWt {  }
 }@media only screen and (max-width: 763px) { #ThrIq6vf2ILy4CbTmK9yTekWbK7qzUKU #NBFTV5VQST0wSJs1CGX00c3WLfUntzSA {  }
 }@media only screen and (max-width: 763px) { #ThrIq6vf2ILy4CbTmK9yTekWbK7qzUKU #w3M9A8Agg4W9Polud4h79dHMkrKZJ6Ev { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ThrIq6vf2ILy4CbTmK9yTekWbK7qzUKU #McnKCmHCBuevIIpT22eFUmehTQfKWJNA {  }
 }@media only screen and (max-width: 763px) { #ThrIq6vf2ILy4CbTmK9yTekWbK7qzUKU #MMousQaDfqr8QEpOl795oKT3eAwFd3tf {  }
 }@media only screen and (max-width: 763px) { #Wceru8ng6DIgfQFrEJq7odfcJ1nQJmpr { display:block; }#Wceru8ng6DIgfQFrEJq7odfcJ1nQJmpr > .row .container { width:20rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uXVVsaTvhuL3XxpWbgwEHAX7wXV6Cpyy { width:12.4375rem;height:2.8rem;top:9.88125038147rem;left:4.625rem;font-size:1rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HKyJXHOQdqGHnhe3klwTXA0fmfgXXVsA { width:20rem;height:2.1rem;top:2.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7Zn8wJ5wVDBermadai2JANDGZL8SQw4 { width:0.9375rem;height:0.9375rem;top:8.41250038147rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O34VAzv98O6E95TzBla8478LMezpukFz { width:3.75rem;height:1.625rem;top:8.06875038147rem;left:4.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtaXMBz4s4V9OzLUfHHbJeN1QqXvUtAz { width:0.9375rem;height:0.9375rem;top:20.012500762939rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbM3ldGl9cVgzvNUlIi0PPvvvM5tnrhC { width:0.9375rem;height:0.9375rem;top:14.775001525879rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJNXNosbgvTqZs2ISemxtkTsNOw0VCUy { width:0.9375rem;height:0.9375rem;top:25.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aplW2TfPvpxvOr8DUQkLAUwg6n6JFbHM { width:13.375rem;height:1.4rem;top:16.150001525879rem;left:4.625rem;font-size:1rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #li3R0Dz6vt5ID0nPVJ5S3PKG30rIt3Tp { width:3.75rem;height:1.625rem;top:14.262500762939rem;left:4.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTSM6GLbCVlnbMBqxioM6MqHNZBmNtGE { width:3.75rem;height:1.625rem;top:19.512500762939rem;left:4.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #znJU8Z205z2eLBrioLeruh0eRH80kLXq { width:3.75rem;height:1.625rem;top:24.775001525879rem;left:4.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Okg5oHB9zWM9REIBxJTrBA2TFsFVSVn0 { width:13.3125rem;height:1.4rem;top:21.387500762939rem;left:4.625rem;font-size:1rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lztDLpT2K5H7re6RhqNAFULTI53AwNz5 { width:13.6875rem;height:1.4rem;top:26.625rem;left:4.625rem;font-size:1rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AKVk5PZigNC9l69kA5IBKmEiIPcEXmeZ { width:20rem;height:3.0645161290323rem;top:63.037506103512rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #A7bPpars8gTWkhUDNwzmGLVF22sV6qgV { top:1.6875rem;left:0rem;width:4.125rem;height:28.375rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XWo3xU2IlhFdEn0QN5iBRxm7TxT9CnzK { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/38a930bf-07ca-4e89-b314-a480a6586a40/LSS_zdjecia_PHONE.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#XWo3xU2IlhFdEn0QN5iBRxm7TxT9CnzK.adaptive-delivery-prevent-bg, #XWo3xU2IlhFdEn0QN5iBRxm7TxT9CnzK.lazyload, #XWo3xU2IlhFdEn0QN5iBRxm7TxT9CnzK.lazyloading { background-image: none; }#XWo3xU2IlhFdEn0QN5iBRxm7TxT9CnzK > .row .container { background-color: transparent; background-image: none; }#XWo3xU2IlhFdEn0QN5iBRxm7TxT9CnzK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XWo3xU2IlhFdEn0QN5iBRxm7TxT9CnzK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XWo3xU2IlhFdEn0QN5iBRxm7TxT9CnzK > .row .container > .video-iframe-container { display: none; }#XWo3xU2IlhFdEn0QN5iBRxm7TxT9CnzK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XWo3xU2IlhFdEn0QN5iBRxm7TxT9CnzK > .row > .video-iframe-container { display: none; }#XWo3xU2IlhFdEn0QN5iBRxm7TxT9CnzK > .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); }#XWo3xU2IlhFdEn0QN5iBRxm7TxT9CnzK > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z0Q3fksdEgMdHZFppLNxU2u2SwaotfJF { display:block; }#Z0Q3fksdEgMdHZFppLNxU2u2SwaotfJF > .row .container { width:20rem;height:54.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jo7mxKIX4xTLOFLQUV8zZDpcKSRWds8G { width:20rem;height:3.9rem;top:2.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uh31dnMGmW5NlTTo5KEkn7mwPbObWIyU { width:6.25rem;height:0.1875rem;top:7.71249961853rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpMg9bas6q98dRlKmNJA4PiTTEAIZJaT { width:20rem;height:2.1rem;top:35.387500762939rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EBcQOEVO1Wdl5rTKTqy8Trv9NuZP0oPV { width:20rem;height:1.05625rem;top:42.168750762939rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CbiuWnFDznTR4Pd9g1bhZx55cVG3zbTG { width:20rem;height:1.425rem;top:43.599998474121rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IRtk2QGLpOtVqhWe5zDIPoD86xXbOTx0 { display:flex;width:2.5rem;height:2.5rem;top:39.043750762939rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #DZ0fdE1LRRssmTXEKm2gN6O5set9SyRg { display:flex;width:2.5rem;height:2.5rem;top:46.474998474121rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #MGSxqwPTz0no70aTCpUDuXvqH5JZfduM { width:20rem;height:1.05625rem;top:49.537498474121rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qk3Fn3I8pgLh1Id7mGGtQE5fmr16VUl4 { width:20rem;height:1.425rem;top:50.987499237061rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #raDxprEWoPPWTQE6Iv4KpPR08nTGFQeg { width:8.875rem;height:12.5rem;top:20.856250762939rem;left:5.4614582061767rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCtvUnCwfccvmmgaN6eaTRvxgRD34a3T { width:8.8125rem;height:8.8125rem;top:21.849998474121rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S36m8qliFiMMsA0TBnCz32Es3rc5QfxF { width:6.25rem;height:0.1875rem;top:33.40625rem;left:6.25rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #RoXK6Ts0tlhCXoQLppwW51kZK0kBzcrT { width:20rem;height:9.8rem;top:9.5374992370606rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBz0WpZM6dlrcUVtwhguDer3K9HHGG0U { display:none; }#aBz0WpZM6dlrcUVtwhguDer3K9HHGG0U > .row .container { width:20rem;height:44.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kOqqxJwVJ4ZridkJitrRbtXTXTJAeo8M { width:20rem;height:3.9rem;top:2.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7HoMO8wwGoZQRigRIvM1g5UeHg1TTpd { width:6.25rem;height:0.1875rem;top:7.7125015258787rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSTTuI1rLiBmVHoGazTtw63yyZlWkWts { width:20rem;height:2.1rem;top:24.137500762939rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qFlon8bTmWCvNyJNWpM3TWWFoK65mTqI { width:20rem;height:1.05625rem;top:30.918750762939rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sh1r6xuLfL0rfHZoIK7AxnKDCUKTbaXT { width:20rem;height:1.425rem;top:32.349998474121rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L2upPFOk4EaTAOS7spK4pHudSU2UcbFL { display:flex;width:2.5rem;height:2.5rem;top:27.793750762939rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #zZeegm5XSAUx60NmsV4qevRM5G2Xevu5 { display:flex;width:2.5rem;height:2.5rem;top:35.224998474121rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #a4k26Hx3awaJ2sMpqceyA108rlwXuQaE { width:20rem;height:1.05625rem;top:38.287498474121rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BMv6OXWMRo8STXEQgrt5ILmS52PtenON { width:20rem;height:1.425rem;top:39.737503051757rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DtDbP3yR8d8nFinZRrT3pX8MNOZ9phkW { width:8.875rem;height:12.5rem;top:9.6062507629394rem;left:5.4614582061767rem;display:block; }
 }@media only screen and (max-width: 763px) { #aO5hoz7uNDkwR8v9O9zkkslKIkLrisx5 { width:8.8125rem;height:8.8125rem;top:10.599998474121rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #veP5konyFD6rmum12AP7pGTTkwzcMyPw { width:6.25rem;height:0.1875rem;top:22.15625rem;left:6.25rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #bWJsgyGDPnxRXN9gH5rCSWh7NG7ySbao { display:block; }#bWJsgyGDPnxRXN9gH5rCSWh7NG7ySbao > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfNJKwnlJzs9x1KHQr9MxFJItLH8lkS8 { width:15rem;height:2.4375rem;top:3.40625rem;left:2.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u44b3GOWtwLryMvWrNbzRLRcrIc4pTmx { width:20rem;height:0.9375rem;top:1.25rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }