.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:229,246,229;--color-primary-1:164,200,164;--color-primary-2:103,164,104;--color-primary-3:62,98,62;--color-primary-4:1,104,3;--color-secondary-0:233,220,236;--color-secondary-1:183,139,192;--color-secondary-2:110,22,128;--color-secondary-3:55,11,64;--color-secondary-4:17,3,19;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:Lato;--paragraphs-font-family:Lato; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#QnwMH1i0tXLoR8Iu1iyzKPTe5bpr7OlZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);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; }#QnwMH1i0tXLoR8Iu1iyzKPTe5bpr7OlZ > .row .container { background-color: transparent; background-image: none; }#QnwMH1i0tXLoR8Iu1iyzKPTe5bpr7OlZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QnwMH1i0tXLoR8Iu1iyzKPTe5bpr7OlZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QnwMH1i0tXLoR8Iu1iyzKPTe5bpr7OlZ > .row .container > .video-iframe-container { display: none; }#QnwMH1i0tXLoR8Iu1iyzKPTe5bpr7OlZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QnwMH1i0tXLoR8Iu1iyzKPTe5bpr7OlZ > .row > .video-iframe-container { display: none; }#QnwMH1i0tXLoR8Iu1iyzKPTe5bpr7OlZ > .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); }#QnwMH1i0tXLoR8Iu1iyzKPTe5bpr7OlZ > .row .container { border-width: 0; border-radius: 0; }#QnwMH1i0tXLoR8Iu1iyzKPTe5bpr7OlZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QnwMH1i0tXLoR8Iu1iyzKPTe5bpr7OlZ > .row .container { font-size:0.875rem;font-family:arial;height:42.4375rem;width:75rem;position:relative;display:block; }#HOl0rmHQ9hWHb1DwifEWnsmOnM4SgvFu { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23rem;height:4.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:36.42421913147rem;left:17.326561927796rem;display:block; }
#PvTWHSUXgk3NPfs8FrLvKLDsmaZoTBbS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ui5QX0qyxoaa3TOuKBpiZ3Id2ZUvaLQQ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.875rem;width:15.625rem;top:12.4375rem;left:57.187500953674rem;overflow:hidden;display:block; }
#do6RIvcwVGXA5QsiehAl9NM2sCfwVDni { color:rgba(var(--color-tertiary-0),1);display:block;width:43.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:14.352343559265rem;left:6.4507818222044rem;height:2.1125rem;text-align:center;text-align-last:center;display:block; }
#KLzgi7hqupGzgqJdc7XJONmAQsvUiKI6 .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; }
#KLzgi7hqupGzgqJdc7XJONmAQsvUiKI6 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#KLzgi7hqupGzgqJdc7XJONmAQsvUiKI6 .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#KLzgi7hqupGzgqJdc7XJONmAQsvUiKI6 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:9rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:17.59375rem;left:23.701561927796rem;z-index:15011; }
#KLzgi7hqupGzgqJdc7XJONmAQsvUiKI6 #r4MD4EkllqTP15DklpbIfUCx66ySOVpr { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#KLzgi7hqupGzgqJdc7XJONmAQsvUiKI6 #KIZaUkTsULbDVv5pMHGrFkpZQwwV5c4T { width:auto; }
#KLzgi7hqupGzgqJdc7XJONmAQsvUiKI6 #fVJ7uTeePO9IgVlH052pdZ0sNkTm6pgh {  }
#KLzgi7hqupGzgqJdc7XJONmAQsvUiKI6 #mXopyvP58i8udgzgmfhfWOtttBwkMati { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#KLzgi7hqupGzgqJdc7XJONmAQsvUiKI6 #HQA8WbK5ncoOo9EJ480Zr8m56TUnzCs5 {  }
#KLzgi7hqupGzgqJdc7XJONmAQsvUiKI6 #oM99WkOEANO2f5t49xNXOd9hTpax5GN7 {  }
#KLzgi7hqupGzgqJdc7XJONmAQsvUiKI6 #S9Bp7tzQiVyLIe84fl8SF3u5Bdwy5XTQ { display:flex;position:relative;top:0rem;left:0rem; }
#KLzgi7hqupGzgqJdc7XJONmAQsvUiKI6 #C5DgJ3Fxn2MuuSJJsOgSrVlZn6CvBJt0 {  }
#KLzgi7hqupGzgqJdc7XJONmAQsvUiKI6 #yJtvS6NBqUnxd01Z1Kg3V0nmuq2QEmc2 {  }
#KLzgi7hqupGzgqJdc7XJONmAQsvUiKI6 #Js0A3l4PxCDQ9AlH9WVAaVyW2XxVMDbV { display:flex;position:relative;top:0rem;left:0rem; }
#KLzgi7hqupGzgqJdc7XJONmAQsvUiKI6 #bDRynuz0v0BI8mEcwsHpF2ZRdkWIIW1R {  }
#KLzgi7hqupGzgqJdc7XJONmAQsvUiKI6 #ECvbrQgyG867G1KsHC179ykDDsQLDtCc {  }
#TpTNnHxZEEM4LQT2hIO3V4RqLQzF54MZ { color:rgba(var(--color-tertiary-0),1);display:block;width:43.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:25.00546836853rem;left:6.4507818222044rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#Mp90tO8Tmpl9EXtbGR6R0kgh6LbvlPBs { color:rgba(var(--color-tertiary-0),1);display:block;width:43.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:31.21875rem;left:6.4507818222044rem;height:4.14375rem;text-align:center;text-align-last:center;display:block; }
#L6tx8UbTIhVXgC5xJ12AL6SdkZLyzzd8 { color:rgba(var(--color-tertiary-0),1);display:block;width:43.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:1.4359375238419rem;left:6.4507818222044rem;height:6.3375rem;text-align:center;text-align-last:center;display:block; }
#KwwBss9F2bHzn5q4eS48a6Lp5uoA43ur { color:rgba(var(--color-tertiary-0),1);display:block;width:51.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:6.936718940735rem;left:3.1062498092651rem;height:5.3625rem;text-align:center;text-align-last:center;display:block; }
#ek5pJkbWdHGISkpqe1Pm0QcQJ8XTXJyT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);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; }#ek5pJkbWdHGISkpqe1Pm0QcQJ8XTXJyT > .row .container { background-color: transparent; background-image: none; }#ek5pJkbWdHGISkpqe1Pm0QcQJ8XTXJyT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ek5pJkbWdHGISkpqe1Pm0QcQJ8XTXJyT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ek5pJkbWdHGISkpqe1Pm0QcQJ8XTXJyT > .row .container > .video-iframe-container { display: none; }#ek5pJkbWdHGISkpqe1Pm0QcQJ8XTXJyT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ek5pJkbWdHGISkpqe1Pm0QcQJ8XTXJyT > .row > .video-iframe-container { display: none; }#ek5pJkbWdHGISkpqe1Pm0QcQJ8XTXJyT > .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); }#ek5pJkbWdHGISkpqe1Pm0QcQJ8XTXJyT > .row .container { border-width: 0; border-radius: 0; }#ek5pJkbWdHGISkpqe1Pm0QcQJ8XTXJyT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ek5pJkbWdHGISkpqe1Pm0QcQJ8XTXJyT > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:75rem;position:relative;display:block; }#Ulcws1LvZzv350ovoempVrs9czSqDriT { color:rgba(var(--color-tertiary-4),1);display:block;width:69.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.03515625rem;left:1.5625rem;height:2.03125rem;display:block; }
#nfEDHmZ6tnL1l1xrbzM2KHbTEm8uTZfD { color:rgba(var(--color-tertiary-4),1);display:block;width:69.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:6.534375190735rem;left:1.5625rem;height:4.0625rem;display:block; }
#NalNTUefC8cKNh282w2HgTQgDCcA5cpK { color:rgba(var(--color-tertiary-4),1);display:block;width:69.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:11.659377098084rem;left:1.5625rem;height:4.0625rem;display:block; }
#Pd9CCcv3SQuH2lZNHy3Kh4eOreVeWi11 { color:rgba(var(--color-tertiary-4),1);display:block;width:69.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:17.721877098084rem;left:1.5625rem;height:4.3875rem;display:block; }
#zX0kezkGKCCEF0QRyTSr5QC0ztMzqO3i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#zX0kezkGKCCEF0QRyTSr5QC0ztMzqO3i > .row .container { background-color: transparent; background-image: none; }#zX0kezkGKCCEF0QRyTSr5QC0ztMzqO3i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zX0kezkGKCCEF0QRyTSr5QC0ztMzqO3i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zX0kezkGKCCEF0QRyTSr5QC0ztMzqO3i > .row .container > .video-iframe-container { display: none; }#zX0kezkGKCCEF0QRyTSr5QC0ztMzqO3i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zX0kezkGKCCEF0QRyTSr5QC0ztMzqO3i > .row > .video-iframe-container { display: none; }#zX0kezkGKCCEF0QRyTSr5QC0ztMzqO3i > .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); }#zX0kezkGKCCEF0QRyTSr5QC0ztMzqO3i > .row .container { border-width: 0; border-radius: 0; }#zX0kezkGKCCEF0QRyTSr5QC0ztMzqO3i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zX0kezkGKCCEF0QRyTSr5QC0ztMzqO3i > .row .container { font-size:0.875rem;font-family:arial;height:30.625rem;width:75rem;position:relative;display:block; }#d7wvKuOm4cyEMq9UonS8SfoeJf30yxvO { color:rgba(var(--color-primary-4),1);display:block;width:53.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.9375rem;left:10.592968940735rem;height:3.0875rem;text-align:center;text-align-last:center;display:block; }
#WOHJ9ZfLRlPTOrs9syqShLdMdL1AhZKb { 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.3125rem;width:11.3125rem;top:7.84375rem;left:52.531250953674rem;overflow:hidden;display:block; }
#k1rC7Ohhvrao5pM6c5RmkAZK1eMKi26G { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:10.5625rem;top:14.862501144409rem;left:11.749218940735rem;overflow:hidden;display:block; }
#euWPPZq8IKgLDNzzeqC5TvXwAmbSLRXa { color:rgba(var(--color-tertiary-4),1);display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8.8054695129394rem;left:1.25rem;height:3.25rem;display:block; }
#xkt1z1vC4xRnuF2GN8No1v90dRK9TdXh { color:rgba(var(--color-tertiary-4),1);display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:20.59921836853rem;left:43.875000953674rem;height:4.875rem;display:block; }
#TTwrQUDPWEChc8nTJLwwat6ddhtXUkyc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);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; }#TTwrQUDPWEChc8nTJLwwat6ddhtXUkyc > .row .container { background-color: transparent; background-image: none; }#TTwrQUDPWEChc8nTJLwwat6ddhtXUkyc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTwrQUDPWEChc8nTJLwwat6ddhtXUkyc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTwrQUDPWEChc8nTJLwwat6ddhtXUkyc > .row .container > .video-iframe-container { display: none; }#TTwrQUDPWEChc8nTJLwwat6ddhtXUkyc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTwrQUDPWEChc8nTJLwwat6ddhtXUkyc > .row > .video-iframe-container { display: none; }#TTwrQUDPWEChc8nTJLwwat6ddhtXUkyc > .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); }#TTwrQUDPWEChc8nTJLwwat6ddhtXUkyc > .row .container { border-width: 0; border-radius: 0; }#TTwrQUDPWEChc8nTJLwwat6ddhtXUkyc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TTwrQUDPWEChc8nTJLwwat6ddhtXUkyc > .row .container { font-size:0.875rem;font-family:arial;height:42.375rem;width:75rem;position:relative;display:block; }#KIPovQHrySXeMQtnKXpCw4O1n7faVkS1 { color:rgba(var(--color-primary-4),1);display:block;width:74.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8117189407349rem;left:-0.18828201293945rem;height:3.0875rem;text-align:center;text-align-last:center;display:block; }
#yOBbM4563bknV1ztHb0xTTkLvr2T1I9t { color:rgba(var(--color-tertiary-4),1);display:block;width:53.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.0624997913838rem;left:1.171875rem;height:15.1875rem;overflow:hidden;display:block; }#yOBbM4563bknV1ztHb0xTTkLvr2T1I9t li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yOBbM4563bknV1ztHb0xTTkLvr2T1I9t li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d92d003e-edd6-40da-8cda-8a89cefa2ed3/Strzakafioletowa.png); }
#DzzZh894FdfKiThEPvoO4s8hovD61qpU { color:rgba(var(--color-tertiary-4),1);display:block;width:56.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:26.424999982119rem;left:2.9351558685302rem;height:1.625rem;display:block; }
#Q7bviyAdznigsp6B7QfJTGbgIqK8LSMI { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23rem;height:4.1875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:34.049218654632rem;left:26.000000953674rem;display:block; }
#fUKbSChCz3EFsVZl7Gtr4bP2kt7ETpuA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gNWONtxZqIbBz1seTONcfcaZuaX0BPAo { position:relative;display:block; }#gNWONtxZqIbBz1seTONcfcaZuaX0BPAo { background-color: transparent; background-image: none; }#gNWONtxZqIbBz1seTONcfcaZuaX0BPAo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gNWONtxZqIbBz1seTONcfcaZuaX0BPAo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gNWONtxZqIbBz1seTONcfcaZuaX0BPAo > .row .container > .video-iframe-container { display: none; }#gNWONtxZqIbBz1seTONcfcaZuaX0BPAo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gNWONtxZqIbBz1seTONcfcaZuaX0BPAo > .row > .video-iframe-container { display: none; }#gNWONtxZqIbBz1seTONcfcaZuaX0BPAo > .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); }#gNWONtxZqIbBz1seTONcfcaZuaX0BPAo { border-width: 0; border-radius: 0; }#gNWONtxZqIbBz1seTONcfcaZuaX0BPAo > .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; }#gNWONtxZqIbBz1seTONcfcaZuaX0BPAo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:17.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MhqGHMXzZSAX8WCJexc5MZPZTwdiSuhR { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:6.875rem;top:3.0625rem;left:58.875rem;overflow:hidden;display:block; }
#pZVHrgTaWF1O2DAc74MMeA71R3d090Vu { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:10.5625rem;top:3.9375rem;left:42.1875rem;overflow:hidden;display:block; }
#FiwiuRVlUqmQhoX0PaX2LbspF6JGygqF { 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:12.375rem;width:12.375rem;top:3.0625rem;left:24.9375rem;overflow:hidden;display:block; }
#yFQI7xQD9dbHLLZBINUJSNnAEBXNGlBM { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:11.5rem;top:3.5rem;left:9.25rem;overflow:hidden;display:block; }
#Po5J5dGGom729fe28KxM5JLNbQhVgZEp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);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; }#Po5J5dGGom729fe28KxM5JLNbQhVgZEp > .row .container { background-color: transparent; background-image: none; }#Po5J5dGGom729fe28KxM5JLNbQhVgZEp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Po5J5dGGom729fe28KxM5JLNbQhVgZEp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Po5J5dGGom729fe28KxM5JLNbQhVgZEp > .row .container > .video-iframe-container { display: none; }#Po5J5dGGom729fe28KxM5JLNbQhVgZEp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Po5J5dGGom729fe28KxM5JLNbQhVgZEp > .row > .video-iframe-container { display: none; }#Po5J5dGGom729fe28KxM5JLNbQhVgZEp > .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); }#Po5J5dGGom729fe28KxM5JLNbQhVgZEp > .row .container { border-width: 0; border-radius: 0; }#Po5J5dGGom729fe28KxM5JLNbQhVgZEp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Po5J5dGGom729fe28KxM5JLNbQhVgZEp > .row .container { font-size:0.875rem;font-family:arial;height:38.9375rem;width:75rem;position:relative;display:block; }#xt5w8rvr8rLWyMTUV7f3gx9TCAVrgrSS { color:rgba(var(--color-primary-4),1);display:block;width:72rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.3117218017578rem;left:0.061718940734863rem;height:3.16875rem;text-align:center;text-align-last:center;display:block; }
#VBZ03xbOBzJ3uW6adzRPn57HTJeAn6r0 { color:rgba(var(--color-tertiary-4),1);display:block;width:72.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.030468940735rem;left:1.28125rem;height:;overflow:hidden;display:block; }#VBZ03xbOBzJ3uW6adzRPn57HTJeAn6r0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VBZ03xbOBzJ3uW6adzRPn57HTJeAn6r0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d92d003e-edd6-40da-8cda-8a89cefa2ed3/Strzakafioletowa.png); }
#bI1vkQvH6MbhzUty0O31CnZBdZaAyrHQ { color:rgba(var(--color-primary-4),1);display:block;width:72rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.66796875rem;left:1.5rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#hdbMQ65ZEEdKJLKIHtSIOX9GgFKF1fTI { position:relative;display:block; }#hdbMQ65ZEEdKJLKIHtSIOX9GgFKF1fTI { background-color: transparent; background-image: none; }#hdbMQ65ZEEdKJLKIHtSIOX9GgFKF1fTI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hdbMQ65ZEEdKJLKIHtSIOX9GgFKF1fTI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hdbMQ65ZEEdKJLKIHtSIOX9GgFKF1fTI > .row .container > .video-iframe-container { display: none; }#hdbMQ65ZEEdKJLKIHtSIOX9GgFKF1fTI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hdbMQ65ZEEdKJLKIHtSIOX9GgFKF1fTI > .row > .video-iframe-container { display: none; }#hdbMQ65ZEEdKJLKIHtSIOX9GgFKF1fTI > .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); }#hdbMQ65ZEEdKJLKIHtSIOX9GgFKF1fTI { border-width: 0; border-radius: 0; }#hdbMQ65ZEEdKJLKIHtSIOX9GgFKF1fTI > .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; }#hdbMQ65ZEEdKJLKIHtSIOX9GgFKF1fTI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:43.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gJvww5BkZsVsd3PNCxhga9EfMmkKvULn { color:rgba(var(--color-primary-4),1);display:block;width:72.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.2476563453674rem;left:1.0625rem;height:6.3375rem;text-align:center;text-align-last:center;display:block; }
#wQbsTAZUiXHvTrAHdpkTfq37Jm2ZwcOb { color:rgba(var(--color-tertiary-4),1);display:block;width:69.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.092968463898rem;left:2.53125rem;height:19.5rem;overflow:hidden;display:block; }#wQbsTAZUiXHvTrAHdpkTfq37Jm2ZwcOb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wQbsTAZUiXHvTrAHdpkTfq37Jm2ZwcOb li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d92d003e-edd6-40da-8cda-8a89cefa2ed3/Strzakafioletowa.png); }
#inbs1zSe9U9PlTSRwfV0I8TJDXN5viyo { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23rem;height:4.1875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:35.21640586853rem;left:26.000000953674rem;display:block; }
#l2tr7uuGuoNIkke77oWkuQsBr1c4SklJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eTm8ClUdW1J37Lk4tbDGgeBHwHavl5T4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);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; }#eTm8ClUdW1J37Lk4tbDGgeBHwHavl5T4 > .row .container { background-color: transparent; background-image: none; }#eTm8ClUdW1J37Lk4tbDGgeBHwHavl5T4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTm8ClUdW1J37Lk4tbDGgeBHwHavl5T4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTm8ClUdW1J37Lk4tbDGgeBHwHavl5T4 > .row .container > .video-iframe-container { display: none; }#eTm8ClUdW1J37Lk4tbDGgeBHwHavl5T4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTm8ClUdW1J37Lk4tbDGgeBHwHavl5T4 > .row > .video-iframe-container { display: none; }#eTm8ClUdW1J37Lk4tbDGgeBHwHavl5T4 > .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); }#eTm8ClUdW1J37Lk4tbDGgeBHwHavl5T4 > .row .container { border-width: 0; border-radius: 0; }#eTm8ClUdW1J37Lk4tbDGgeBHwHavl5T4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eTm8ClUdW1J37Lk4tbDGgeBHwHavl5T4 > .row .container { font-size:0.875rem;font-family:arial;height:53.4375rem;width:75rem;position:relative;display:block; }#lgdzu5C9cd6k8hPW4wWymnR5d2B6kkW6 { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.8671875rem;left:0rem;height:3.0875rem;text-align:center;text-align-last:center;display:block; }
#rSvPFWOAGUg7PyytPyahvI4wd6WMwhVZ { color:rgba(var(--color-tertiary-4),1);display:block;width:72.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.624219417572rem;left:1.15625rem;height:;overflow:hidden;display:block; }#rSvPFWOAGUg7PyytPyahvI4wd6WMwhVZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rSvPFWOAGUg7PyytPyahvI4wd6WMwhVZ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d92d003e-edd6-40da-8cda-8a89cefa2ed3/Strzakafioletowa.png); }
#dkruBnGlE48P6BUs8TSylTQXMoXVmB81 { color:rgba(var(--color-tertiary-4),1);display:block;width:73.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:44.68515586853rem;left:0.6875rem;height:3.25rem;display:block; }
#gP18PB2tWO0QBcuBW8qOQMKe7LOuPCML { color:#050505;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.2421879768369rem;left:0rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#PXGSivzJXIrv3uatO7Zc6Xt6yZTrFKpr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#PXGSivzJXIrv3uatO7Zc6Xt6yZTrFKpr > .row .container { background-color: transparent; background-image: none; }#PXGSivzJXIrv3uatO7Zc6Xt6yZTrFKpr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXGSivzJXIrv3uatO7Zc6Xt6yZTrFKpr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXGSivzJXIrv3uatO7Zc6Xt6yZTrFKpr > .row .container > .video-iframe-container { display: none; }#PXGSivzJXIrv3uatO7Zc6Xt6yZTrFKpr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXGSivzJXIrv3uatO7Zc6Xt6yZTrFKpr > .row > .video-iframe-container { display: none; }#PXGSivzJXIrv3uatO7Zc6Xt6yZTrFKpr > .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); }#PXGSivzJXIrv3uatO7Zc6Xt6yZTrFKpr > .row .container { border-width: 0; border-radius: 0; }#PXGSivzJXIrv3uatO7Zc6Xt6yZTrFKpr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PXGSivzJXIrv3uatO7Zc6Xt6yZTrFKpr > .row .container { font-size:0.875rem;font-family:arial;height:50.5rem;width:75rem;position:relative;display:block; }#PFnHohfRBbe1J5QW4JB3cSlKGhTfoOCS { color:rgba(var(--color-primary-4),1);display:block;width:70.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.91875004768369rem;left:2.80859375rem;height:5.6875rem;display:block; }
#imVQfWJuTKb3C9LC05m2pgH8inqdKE2M { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.1875rem;width:22.1875rem;top:3.3562500476837rem;left:47.812500953674rem;overflow:hidden;display:block; }
#hTOo8dMtxhre952c7VT8TV1dIi4nJFmM { color:rgba(var(--color-tertiary-4),1);display:block;width:42.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.9500005245206rem;left:2.80859375rem;height:;overflow:hidden;display:block; }#hTOo8dMtxhre952c7VT8TV1dIi4nJFmM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hTOo8dMtxhre952c7VT8TV1dIi4nJFmM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d92d003e-edd6-40da-8cda-8a89cefa2ed3/Strzakafioletowa.png); }
#lEqiFuBR7sd3WHgiZnKTmng3mu0TDkhu { color:rgba(var(--color-tertiary-4),1);display:block;width:45.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:27.92265663296rem;left:1.55859375rem;height:8.125rem;display:block; }
#oBacxBkTgaaQq2BcLSJifuVnuVhuzcH5 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.0625rem;width:12.0625rem;top:23.436719894409rem;left:52.875000953674rem;overflow:hidden;display:block; }
#m9uMQO6NdEMH4mVifJFamM92qQKmUJQT { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23rem;height:4.1875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:42.84686088562rem;left:26.000000953674rem;display:block; }
#w3ZCwzKq0twVZ3KAqotGioTgmSEvdJ42 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IEXdcQsLn5goPRxuUtbKFomnQHG40TdM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);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; }#IEXdcQsLn5goPRxuUtbKFomnQHG40TdM > .row .container { background-color: transparent; background-image: none; }#IEXdcQsLn5goPRxuUtbKFomnQHG40TdM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEXdcQsLn5goPRxuUtbKFomnQHG40TdM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEXdcQsLn5goPRxuUtbKFomnQHG40TdM > .row .container > .video-iframe-container { display: none; }#IEXdcQsLn5goPRxuUtbKFomnQHG40TdM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEXdcQsLn5goPRxuUtbKFomnQHG40TdM > .row > .video-iframe-container { display: none; }#IEXdcQsLn5goPRxuUtbKFomnQHG40TdM > .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); }#IEXdcQsLn5goPRxuUtbKFomnQHG40TdM > .row .container { border-width: 0; border-radius: 0; }#IEXdcQsLn5goPRxuUtbKFomnQHG40TdM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IEXdcQsLn5goPRxuUtbKFomnQHG40TdM > .row .container { font-size:0.875rem;font-family:arial;height:48.1875rem;width:75rem;position:relative;display:block; }#UweZmTPdfK3pT3HTpla1lTToH5v3hKFT { color:rgba(var(--color-primary-4),1);display:block;width:54.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.310173034668rem;left:10.75rem;height:3.16875rem;text-align:center;text-align-last:center;display:block; }
#Es7tT5WGcXXX6rCiqb0EvCfSrOl2OTQt { color:rgba(var(--color-tertiary-4),1);display:block;width:45.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.09375rem;left:2.3101558685302rem;height:39rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#BfMkCurWHNcbPr6ZDEFJxpTbqgsdJgao { 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:29.0625rem;width:21.8125rem;top:12.9375rem;left:49.312500953674rem;overflow:hidden;display:block; }
#kTTN2qWkTBHmRH32cnm9qzFdRFyDQB1D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#kTTN2qWkTBHmRH32cnm9qzFdRFyDQB1D > .row .container { background-color: transparent; background-image: none; }#kTTN2qWkTBHmRH32cnm9qzFdRFyDQB1D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTTN2qWkTBHmRH32cnm9qzFdRFyDQB1D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTTN2qWkTBHmRH32cnm9qzFdRFyDQB1D > .row .container > .video-iframe-container { display: none; }#kTTN2qWkTBHmRH32cnm9qzFdRFyDQB1D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTTN2qWkTBHmRH32cnm9qzFdRFyDQB1D > .row > .video-iframe-container { display: none; }#kTTN2qWkTBHmRH32cnm9qzFdRFyDQB1D > .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); }#kTTN2qWkTBHmRH32cnm9qzFdRFyDQB1D > .row .container { border-width: 0; border-radius: 0; }#kTTN2qWkTBHmRH32cnm9qzFdRFyDQB1D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kTTN2qWkTBHmRH32cnm9qzFdRFyDQB1D > .row .container { font-size:0.875rem;font-family:arial;height:53.9375rem;width:75rem;position:relative;display:block; }#PghbBXhZX3D58QWpnAlAXc7ctAtB39q9 { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.68671989440919rem;left:0rem;height:3.16875rem;text-align:center;text-align-last:center;display:block; }
#y05dSUB3Ee3QXwCn3SyihQmSBTtkEQ5e { color:rgba(var(--color-tertiary-4),1);display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:22.412493705749rem;left:4.7171869277954rem;height:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#CcoxAL3md97ZnFT7vJ2LNPgTmef94Jm6 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:9.5625rem;top:6.40624332428rem;left:12.311718940735rem;overflow:hidden;display:block; }
#f2yknzBpOH0R4XnznRhOnlViLs2QwAE6 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:22.41171169281rem;left:43.718750953674rem;height:13rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#krZSilthoZoGKTrk1nukWowEoKuGRMuB { 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:22.1875rem;width:22.1875rem;top:2.3742120862007rem;left:45.875000953674rem;overflow:hidden;display:block; }
#OLC0GeCeKSEJwKUnKBbiBdmZmSBdIaXv { color:rgba(var(--color-tertiary-4),1);display:block;width:42.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:43.812500357628rem;left:16.342968940735rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#UhVVR9tPzlpk4Df3qW621BHcrBuPqgip { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);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; }#UhVVR9tPzlpk4Df3qW621BHcrBuPqgip > .row .container { background-color: transparent; background-image: none; }#UhVVR9tPzlpk4Df3qW621BHcrBuPqgip::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UhVVR9tPzlpk4Df3qW621BHcrBuPqgip > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UhVVR9tPzlpk4Df3qW621BHcrBuPqgip > .row .container > .video-iframe-container { display: none; }#UhVVR9tPzlpk4Df3qW621BHcrBuPqgip > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UhVVR9tPzlpk4Df3qW621BHcrBuPqgip > .row > .video-iframe-container { display: none; }#UhVVR9tPzlpk4Df3qW621BHcrBuPqgip > .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); }#UhVVR9tPzlpk4Df3qW621BHcrBuPqgip > .row .container { border-width: 0; border-radius: 0; }#UhVVR9tPzlpk4Df3qW621BHcrBuPqgip > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UhVVR9tPzlpk4Df3qW621BHcrBuPqgip > .row .container { font-size:0.875rem;font-family:arial;height:32.3125rem;width:75rem;position:relative;display:block; }#MTTTmzJ3P3gcTzQKBCoBUhrM2cn2C4JG { color:rgba(var(--color-tertiary-0),1);display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:26.124999523163rem;left:13.405468940735rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#yhTPiUHfuyMLQAaiVa4XNKDs2sHr4DbX { z-index:15008;top:18.312499523163rem;left:24.687500953674rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(var(--color-tertiary-4),0.21) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.625rem;height:5.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#GsSV4tIF7kH6dRtczfampRePLxOy8A8P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q0eDFtfvfEdUZcNbTOwh5gNO06XWDR4M { color:rgba(var(--color-tertiary-0),1);display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:12.024219036102rem;left:13.405468940735rem;height:4.225rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;text-align:center;text-align-last:center;display:block; }
#BVSrPNhb8oW74NzmI6VIX2kVdpV6JZST .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; }
#BVSrPNhb8oW74NzmI6VIX2kVdpV6JZST .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.63125rem;padding-right:0.55125rem;padding-bottom:0.63125rem;padding-left:0.55125rem;display:block;align-items:center;width:3.309375rem;min-width:3.309375rem;height:3.393125rem;position:relative;font-family:var(--headlines-font-family);font-size:2.525rem;font-weight:700;line-height:54.29px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BVSrPNhb8oW74NzmI6VIX2kVdpV6JZST .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.394375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.4125rem;height:1.34125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.946875rem;font-weight:400;line-height:21.46px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#BVSrPNhb8oW74NzmI6VIX2kVdpV6JZST { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:10.8125rem;height:6.39125rem;padding-top:0.789375rem;padding-right:0.788125rem;padding-bottom:0.789375rem;padding-left:0.788125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:2.1500000953674rem;left:31.117188453674rem;z-index:15012; }
#BVSrPNhb8oW74NzmI6VIX2kVdpV6JZST #OW5RSIeE5LOUGJnAvANnPUVIdrkIXL7t { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#BVSrPNhb8oW74NzmI6VIX2kVdpV6JZST #acr6h357yByc0Zp7BPO10SpnUVyeTUZl { width:auto; }
#BVSrPNhb8oW74NzmI6VIX2kVdpV6JZST #zmm0bGBGA8AXI1aiQUvnsqN3Okk87c1q {  }
#BVSrPNhb8oW74NzmI6VIX2kVdpV6JZST #EPvph683Jos2gLg0a9ZOdUBisHrSVzf7 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#BVSrPNhb8oW74NzmI6VIX2kVdpV6JZST #H4MdB0gT4b929IEXXxaJ2H6ymUR29t6L {  }
#BVSrPNhb8oW74NzmI6VIX2kVdpV6JZST #E4rwsfaAoTqlhpU7IeLHvHqeHTzXcCPg {  }
#BVSrPNhb8oW74NzmI6VIX2kVdpV6JZST #PTT3tTDQxUZNbs9Jx60X00RE49q2QrRi { display:flex;position:relative;top:0rem;left:0rem; }
#BVSrPNhb8oW74NzmI6VIX2kVdpV6JZST #o3XTQhrpaT3HRS5IwKgqq2P2o0CpzLng {  }
#BVSrPNhb8oW74NzmI6VIX2kVdpV6JZST #HTFiAKbRG7EKxh7vNXGTg5iOAuLv77SO {  }
#BVSrPNhb8oW74NzmI6VIX2kVdpV6JZST #ST3ohGT4T4DSHN7NMa1Z2iXfp5UXdfWK { display:flex;position:relative;top:0rem;left:0rem; }
#BVSrPNhb8oW74NzmI6VIX2kVdpV6JZST #z39HaaNMwABP7DrvbegNdPF94ZBfazZ1 {  }
#BVSrPNhb8oW74NzmI6VIX2kVdpV6JZST #yTAFEE1gcpF6DoHCskeGERynux9ftHEe {  }
#M75oSyEHggd5WXOOiw9nCfHmTDn8u8di { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#M75oSyEHggd5WXOOiw9nCfHmTDn8u8di > .row .container { background-color: transparent; background-image: none; }#M75oSyEHggd5WXOOiw9nCfHmTDn8u8di::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M75oSyEHggd5WXOOiw9nCfHmTDn8u8di > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M75oSyEHggd5WXOOiw9nCfHmTDn8u8di > .row .container > .video-iframe-container { display: none; }#M75oSyEHggd5WXOOiw9nCfHmTDn8u8di > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M75oSyEHggd5WXOOiw9nCfHmTDn8u8di > .row > .video-iframe-container { display: none; }#M75oSyEHggd5WXOOiw9nCfHmTDn8u8di > .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); }#M75oSyEHggd5WXOOiw9nCfHmTDn8u8di > .row .container { border-width: 0; border-radius: 0; }#M75oSyEHggd5WXOOiw9nCfHmTDn8u8di > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M75oSyEHggd5WXOOiw9nCfHmTDn8u8di > .row .container { font-size:0.875rem;font-family:arial;height:45.375rem;width:75rem;position:relative;display:block; }#ZurWu8r99vf2stbvn1QPTGAudK4mVKpH { color:rgba(var(--color-primary-4),1);display:block;width:54.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.04296875rem;left:11.0625rem;height:3.0875rem;text-align:center;text-align-last:center;display:block; }
#Owc327dlAtADDhUWkMOtqVkUbRkeQ9O9 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:9.1875rem;width:18.9375rem;top:6.5rem;left:3.25rem;display:block; }
#FqnGugi1DJPdiikWp1E9DsquWzsT9426 { color:#070707;display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15011;line-height:2;letter-spacing:0;top:7.125rem;left:3.9375rem;height:8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kK1F6zHJqVeLGLDTqusd2IeMenbz8Tkx { color:#070707;display:block;width:28.9375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15012;line-height:2;letter-spacing:0;top:9.1875rem;left:25.6875rem;height:18rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SEs18BhlBwJlJ6kfl0pBSTmV73CKIXQ3 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:20.5625rem;width:30.4375rem;top:8.5rem;left:24.5625rem;display:block; }
#aTT5kTPcHKELIpsRzDd3WksRxtgoFeUO { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:12.5625rem;width:18.9375rem;top:18rem;left:3.25rem;display:block; }
#Fm2SEmHqJ4dwhe0Kl5dS18NKIxu058nT { color:#070707;display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15012;line-height:2;letter-spacing:0;top:18.625rem;left:3.9375rem;height:10rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sRSADbUOPtsbyg06rB6qLL2kA4TD8H5b { color:#070707;display:block;width:2.8125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15012;line-height:2;letter-spacing:0;top:13.174999713898rem;left:14.937499046326rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#B5yIKpf5o71c3DtSknQuriSc5X7nIEVh { color:#070707;display:block;width:4.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15013;line-height:2;letter-spacing:0;top:26.225001096726rem;left:47.750000953674rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aPT7mih9ok56iBSm9Qzn4nJgfzuqB3lU { color:#070707;display:block;width:2.75rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15014;line-height:2;letter-spacing:0;top:28.612499952316rem;left:17.749218940735rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oGoo4ZMhW616aOThLcdBdVkFa29JH0JP { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:18.625rem;width:17.4375rem;top:8.875rem;left:57.0625rem;display:block; }
#WFw9WTWMDSUqHP2poszkCTupCk8SZxhw { color:#070707;display:block;width:15.9375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15013;line-height:2;letter-spacing:0;top:10.3125rem;left:57.8125rem;height:14rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I6h1ribc8Xhg8Kk35f4fMvq6TKvv7Jhi { color:#070707;display:block;width:4.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15014;line-height:2;letter-spacing:0;top:25.237499952316rem;left:68.550004005431rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OLNwlNg1Eo8L9P5pZqsnMbT2LQ7334mP { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23rem;height:4.1875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:38.379688739777rem;left:28.656250953674rem;display:block; }
#RK3bScXtcd26n0TZ76oTeFi0ca3rkyIg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bzBcTEIwMbJoIKuVNSOtM0b8JLwGEIRb { position:relative;display:block; }#bzBcTEIwMbJoIKuVNSOtM0b8JLwGEIRb { background-color: transparent; background-image: none; }#bzBcTEIwMbJoIKuVNSOtM0b8JLwGEIRb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bzBcTEIwMbJoIKuVNSOtM0b8JLwGEIRb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bzBcTEIwMbJoIKuVNSOtM0b8JLwGEIRb > .row .container > .video-iframe-container { display: none; }#bzBcTEIwMbJoIKuVNSOtM0b8JLwGEIRb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bzBcTEIwMbJoIKuVNSOtM0b8JLwGEIRb > .row > .video-iframe-container { display: none; }#bzBcTEIwMbJoIKuVNSOtM0b8JLwGEIRb > .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); }#bzBcTEIwMbJoIKuVNSOtM0b8JLwGEIRb { border-width: 0; border-radius: 0; }#bzBcTEIwMbJoIKuVNSOtM0b8JLwGEIRb > .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; }#bzBcTEIwMbJoIKuVNSOtM0b8JLwGEIRb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QnwMH1i0tXLoR8Iu1iyzKPTe5bpr7OlZ { display:block; }#QnwMH1i0tXLoR8Iu1iyzKPTe5bpr7OlZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HOl0rmHQ9hWHb1DwifEWnsmOnM4SgvFu { width:23rem;height:4.1875rem;top:36.375rem;left:3.7015619277954rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvTWHSUXgk3NPfs8FrLvKLDsmaZoTBbS { display:block; }
 }@media only screen and (max-width: 763px) { #Ui5QX0qyxoaa3TOuKBpiZ3Id2ZUvaLQQ { top:12.4375rem;left:32.125rem;width:15.625rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #do6RIvcwVGXA5QsiehAl9NM2sCfwVDni { top:14.3125rem;left:0rem;width:43.5rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLzgi7hqupGzgqJdc7XJONmAQsvUiKI6 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KLzgi7hqupGzgqJdc7XJONmAQsvUiKI6 .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; }
#KLzgi7hqupGzgqJdc7XJONmAQsvUiKI6 .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; }
#KLzgi7hqupGzgqJdc7XJONmAQsvUiKI6 { display:flex;width:9rem;height:5.0625rem;top:11.1875rem;left:10.099999427796rem; }
 }@media only screen and (max-width: 763px) { #KLzgi7hqupGzgqJdc7XJONmAQsvUiKI6 #r4MD4EkllqTP15DklpbIfUCx66ySOVpr { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KLzgi7hqupGzgqJdc7XJONmAQsvUiKI6 #KIZaUkTsULbDVv5pMHGrFkpZQwwV5c4T {  }
 }@media only screen and (max-width: 763px) { #KLzgi7hqupGzgqJdc7XJONmAQsvUiKI6 #fVJ7uTeePO9IgVlH052pdZ0sNkTm6pgh {  }
 }@media only screen and (max-width: 763px) { #KLzgi7hqupGzgqJdc7XJONmAQsvUiKI6 #mXopyvP58i8udgzgmfhfWOtttBwkMati { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KLzgi7hqupGzgqJdc7XJONmAQsvUiKI6 #HQA8WbK5ncoOo9EJ480Zr8m56TUnzCs5 {  }
 }@media only screen and (max-width: 763px) { #KLzgi7hqupGzgqJdc7XJONmAQsvUiKI6 #oM99WkOEANO2f5t49xNXOd9hTpax5GN7 {  }
 }@media only screen and (max-width: 763px) { #KLzgi7hqupGzgqJdc7XJONmAQsvUiKI6 #S9Bp7tzQiVyLIe84fl8SF3u5Bdwy5XTQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KLzgi7hqupGzgqJdc7XJONmAQsvUiKI6 #C5DgJ3Fxn2MuuSJJsOgSrVlZn6CvBJt0 {  }
 }@media only screen and (max-width: 763px) { #KLzgi7hqupGzgqJdc7XJONmAQsvUiKI6 #yJtvS6NBqUnxd01Z1Kg3V0nmuq2QEmc2 {  }
 }@media only screen and (max-width: 763px) { #KLzgi7hqupGzgqJdc7XJONmAQsvUiKI6 #Js0A3l4PxCDQ9AlH9WVAaVyW2XxVMDbV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KLzgi7hqupGzgqJdc7XJONmAQsvUiKI6 #bDRynuz0v0BI8mEcwsHpF2ZRdkWIIW1R {  }
 }@media only screen and (max-width: 763px) { #KLzgi7hqupGzgqJdc7XJONmAQsvUiKI6 #ECvbrQgyG867G1KsHC179ykDDsQLDtCc {  }
 }@media only screen and (max-width: 763px) { #TpTNnHxZEEM4LQT2hIO3V4RqLQzF54MZ { top:25rem;left:0rem;width:43.5rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mp90tO8Tmpl9EXtbGR6R0kgh6LbvlPBs { top:31.1875rem;left:0rem;width:43.5rem;height:4.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6tx8UbTIhVXgC5xJ12AL6SdkZLyzzd8 { top:1.375rem;left:0rem;width:43.5rem;height:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwwBss9F2bHzn5q4eS48a6Lp5uoA43ur { top:6.875rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ek5pJkbWdHGISkpqe1Pm0QcQJ8XTXJyT { display:block; }#ek5pJkbWdHGISkpqe1Pm0QcQJ8XTXJyT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ulcws1LvZzv350ovoempVrs9czSqDriT { top:2rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfEDHmZ6tnL1l1xrbzM2KHbTEm8uTZfD { top:6.5rem;left:0rem;width:47.75rem;height:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NalNTUefC8cKNh282w2HgTQgDCcA5cpK { top:11.625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pd9CCcv3SQuH2lZNHy3Kh4eOreVeWi11 { top:17.6875rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zX0kezkGKCCEF0QRyTSr5QC0ztMzqO3i { display:block; }#zX0kezkGKCCEF0QRyTSr5QC0ztMzqO3i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d7wvKuOm4cyEMq9UonS8SfoeJf30yxvO { top:1.9375rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOHJ9ZfLRlPTOrs9syqShLdMdL1AhZKb { top:7.8125rem;left:36.4375rem;width:11.3125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1rC7Ohhvrao5pM6c5RmkAZK1eMKi26G { top:14.8125rem;left:0rem;width:10.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #euWPPZq8IKgLDNzzeqC5TvXwAmbSLRXa { top:8.75rem;left:0rem;width:35.4375rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkt1z1vC4xRnuF2GN8No1v90dRK9TdXh { top:20.5625rem;left:19.125rem;width:28.625rem;height:4.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTwrQUDPWEChc8nTJLwwat6ddhtXUkyc { display:block; }#TTwrQUDPWEChc8nTJLwwat6ddhtXUkyc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KIPovQHrySXeMQtnKXpCw4O1n7faVkS1 { top:1.75rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOBbM4563bknV1ztHb0xTTkLvr2T1I9t { top:8rem;left:0rem;width:47.75rem;height:15.1875rem;font-size:1.0625rem;display:block; }#yOBbM4563bknV1ztHb0xTTkLvr2T1I9t li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d92d003e-edd6-40da-8cda-8a89cefa2ed3/Strzakafioletowa.png); }
 }@media only screen and (max-width: 763px) { #DzzZh894FdfKiThEPvoO4s8hovD61qpU { top:26.375rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7bviyAdznigsp6B7QfJTGbgIqK8LSMI { width:23rem;height:4.1875rem;top:34rem;left:12.375000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUKbSChCz3EFsVZl7Gtr4bP2kt7ETpuA { display:block; }
 }@media only screen and (max-width: 763px) { #gNWONtxZqIbBz1seTONcfcaZuaX0BPAo { display:block; }#gNWONtxZqIbBz1seTONcfcaZuaX0BPAo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MhqGHMXzZSAX8WCJexc5MZPZTwdiSuhR { top:3.0625rem;left:40.875rem;width:6.875rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZVHrgTaWF1O2DAc74MMeA71R3d090Vu { top:3.9375rem;left:28.5625rem;width:10.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiwiuRVlUqmQhoX0PaX2LbspF6JGygqF { top:3.0625rem;left:11.3125rem;width:12.375rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFQI7xQD9dbHLLZBINUJSNnAEBXNGlBM { top:3.5rem;left:0rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Po5J5dGGom729fe28KxM5JLNbQhVgZEp { display:block; }#Po5J5dGGom729fe28KxM5JLNbQhVgZEp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xt5w8rvr8rLWyMTUV7f3gx9TCAVrgrSS { top:2.25rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBZ03xbOBzJ3uW6adzRPn57HTJeAn6r0 { top:13rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }#VBZ03xbOBzJ3uW6adzRPn57HTJeAn6r0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d92d003e-edd6-40da-8cda-8a89cefa2ed3/Strzakafioletowa.png); }
 }@media only screen and (max-width: 763px) { #bI1vkQvH6MbhzUty0O31CnZBdZaAyrHQ { top:8.625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdbMQ65ZEEdKJLKIHtSIOX9GgFKF1fTI { display:block; }#hdbMQ65ZEEdKJLKIHtSIOX9GgFKF1fTI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJvww5BkZsVsd3PNCxhga9EfMmkKvULn { top:2.1875rem;left:0rem;width:47.75rem;height:6.3125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQbsTAZUiXHvTrAHdpkTfq37Jm2ZwcOb { top:12.0625rem;left:0rem;width:47.75rem;height:17.875rem;font-size:1.0625rem;display:block; }#wQbsTAZUiXHvTrAHdpkTfq37Jm2ZwcOb li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d92d003e-edd6-40da-8cda-8a89cefa2ed3/Strzakafioletowa.png); }
 }@media only screen and (max-width: 763px) { #inbs1zSe9U9PlTSRwfV0I8TJDXN5viyo { width:23rem;height:4.1875rem;top:35.1875rem;left:12.375000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2tr7uuGuoNIkke77oWkuQsBr1c4SklJ { display:block; }
 }@media only screen and (max-width: 763px) { #eTm8ClUdW1J37Lk4tbDGgeBHwHavl5T4 { display:block; }#eTm8ClUdW1J37Lk4tbDGgeBHwHavl5T4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lgdzu5C9cd6k8hPW4wWymnR5d2B6kkW6 { top:2.8125rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSvPFWOAGUg7PyytPyahvI4wd6WMwhVZ { top:11.5625rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }#rSvPFWOAGUg7PyytPyahvI4wd6WMwhVZ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d92d003e-edd6-40da-8cda-8a89cefa2ed3/Strzakafioletowa.png); }
 }@media only screen and (max-width: 763px) { #dkruBnGlE48P6BUs8TSylTQXMoXVmB81 { top:44.625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gP18PB2tWO0QBcuBW8qOQMKe7LOuPCML { top:7.1875rem;left:0rem;width:47.75rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXGSivzJXIrv3uatO7Zc6Xt6yZTrFKpr { display:block; }#PXGSivzJXIrv3uatO7Zc6Xt6yZTrFKpr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PFnHohfRBbe1J5QW4JB3cSlKGhTfoOCS { top:0.875rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #imVQfWJuTKb3C9LC05m2pgH8inqdKE2M { top:3.3125rem;left:25.5625rem;width:22.1875rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTOo8dMtxhre952c7VT8TV1dIi4nJFmM { top:8.9375rem;left:0rem;width:42.875rem;height:;font-size:1.0625rem;display:block; }#hTOo8dMtxhre952c7VT8TV1dIi4nJFmM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d92d003e-edd6-40da-8cda-8a89cefa2ed3/Strzakafioletowa.png); }
 }@media only screen and (max-width: 763px) { #lEqiFuBR7sd3WHgiZnKTmng3mu0TDkhu { top:27.875rem;left:0rem;width:45.375rem;height:8.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBacxBkTgaaQq2BcLSJifuVnuVhuzcH5 { top:23.375rem;left:35.6875rem;width:12.0625rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9uMQO6NdEMH4mVifJFamM92qQKmUJQT { width:23rem;height:4.1875rem;top:42.8125rem;left:12.375000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3ZCwzKq0twVZ3KAqotGioTgmSEvdJ42 { display:block; }
 }@media only screen and (max-width: 763px) { #IEXdcQsLn5goPRxuUtbKFomnQHG40TdM { display:block; }#IEXdcQsLn5goPRxuUtbKFomnQHG40TdM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UweZmTPdfK3pT3HTpla1lTToH5v3hKFT { top:1.25rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Es7tT5WGcXXX6rCiqb0EvCfSrOl2OTQt { top:7.0625rem;left:0rem;width:45.3125rem;height:35.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfMkCurWHNcbPr6ZDEFJxpTbqgsdJgao { top:12.9375rem;left:25.9375rem;width:21.8125rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTTN2qWkTBHmRH32cnm9qzFdRFyDQB1D { display:block; }#kTTN2qWkTBHmRH32cnm9qzFdRFyDQB1D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PghbBXhZX3D58QWpnAlAXc7ctAtB39q9 { top:0.625rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y05dSUB3Ee3QXwCn3SyihQmSBTtkEQ5e { top:22.375rem;left:0rem;width:24.75rem;height:16.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcoxAL3md97ZnFT7vJ2LNPgTmef94Jm6 { top:6.375rem;left:0rem;width:9.5625rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2yknzBpOH0R4XnznRhOnlViLs2QwAE6 { top:22.375rem;left:21.25rem;width:26.5rem;height:13rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #krZSilthoZoGKTrk1nukWowEoKuGRMuB { top:2.3125rem;left:25.5625rem;width:22.1875rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLC0GeCeKSEJwKUnKBbiBdmZmSBdIaXv { top:43.8125rem;left:2.7179689407349rem;width:42.3125rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhVVR9tPzlpk4Df3qW621BHcrBuPqgip { display:block; }#UhVVR9tPzlpk4Df3qW621BHcrBuPqgip > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MTTTmzJ3P3gcTzQKBCoBUhrM2cn2C4JG { top:26.0625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhTPiUHfuyMLQAaiVa4XNKDs2sHr4DbX { top:18.25rem;left:11.062500953674rem;width:25.625rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsSV4tIF7kH6dRtczfampRePLxOy8A8P { display:block; }
 }@media only screen and (max-width: 763px) { #Q0eDFtfvfEdUZcNbTOwh5gNO06XWDR4M { top:12rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVSrPNhb8oW74NzmI6VIX2kVdpV6JZST .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BVSrPNhb8oW74NzmI6VIX2kVdpV6JZST .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; }
#BVSrPNhb8oW74NzmI6VIX2kVdpV6JZST .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; }
#BVSrPNhb8oW74NzmI6VIX2kVdpV6JZST { display:flex;width:9rem;height:5.0625rem;top:11.1875rem;left:10.099999427796rem; }
 }@media only screen and (max-width: 763px) { #BVSrPNhb8oW74NzmI6VIX2kVdpV6JZST #OW5RSIeE5LOUGJnAvANnPUVIdrkIXL7t { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BVSrPNhb8oW74NzmI6VIX2kVdpV6JZST #acr6h357yByc0Zp7BPO10SpnUVyeTUZl {  }
 }@media only screen and (max-width: 763px) { #BVSrPNhb8oW74NzmI6VIX2kVdpV6JZST #zmm0bGBGA8AXI1aiQUvnsqN3Okk87c1q {  }
 }@media only screen and (max-width: 763px) { #BVSrPNhb8oW74NzmI6VIX2kVdpV6JZST #EPvph683Jos2gLg0a9ZOdUBisHrSVzf7 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BVSrPNhb8oW74NzmI6VIX2kVdpV6JZST #H4MdB0gT4b929IEXXxaJ2H6ymUR29t6L {  }
 }@media only screen and (max-width: 763px) { #BVSrPNhb8oW74NzmI6VIX2kVdpV6JZST #E4rwsfaAoTqlhpU7IeLHvHqeHTzXcCPg {  }
 }@media only screen and (max-width: 763px) { #BVSrPNhb8oW74NzmI6VIX2kVdpV6JZST #PTT3tTDQxUZNbs9Jx60X00RE49q2QrRi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BVSrPNhb8oW74NzmI6VIX2kVdpV6JZST #o3XTQhrpaT3HRS5IwKgqq2P2o0CpzLng {  }
 }@media only screen and (max-width: 763px) { #BVSrPNhb8oW74NzmI6VIX2kVdpV6JZST #HTFiAKbRG7EKxh7vNXGTg5iOAuLv77SO {  }
 }@media only screen and (max-width: 763px) { #BVSrPNhb8oW74NzmI6VIX2kVdpV6JZST #ST3ohGT4T4DSHN7NMa1Z2iXfp5UXdfWK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BVSrPNhb8oW74NzmI6VIX2kVdpV6JZST #z39HaaNMwABP7DrvbegNdPF94ZBfazZ1 {  }
 }@media only screen and (max-width: 763px) { #BVSrPNhb8oW74NzmI6VIX2kVdpV6JZST #yTAFEE1gcpF6DoHCskeGERynux9ftHEe {  }
 }@media only screen and (max-width: 763px) { #M75oSyEHggd5WXOOiw9nCfHmTDn8u8di { display:block; }#M75oSyEHggd5WXOOiw9nCfHmTDn8u8di > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZurWu8r99vf2stbvn1QPTGAudK4mVKpH { top:2rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Owc327dlAtADDhUWkMOtqVkUbRkeQ9O9 { width:18.9375rem;height:9.1875rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqnGugi1DJPdiikWp1E9DsquWzsT9426 { width:17.5rem;height:8rem;top:7.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kK1F6zHJqVeLGLDTqusd2IeMenbz8Tkx { width:28.9375rem;height:18rem;top:9.1875rem;left:12.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEs18BhlBwJlJ6kfl0pBSTmV73CKIXQ3 { width:30.4375rem;height:20.5625rem;top:8.5rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTT5kTPcHKELIpsRzDd3WksRxtgoFeUO { width:18.9375rem;height:12.5625rem;top:18rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fm2SEmHqJ4dwhe0Kl5dS18NKIxu058nT { width:17.5rem;height:10rem;top:18.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRSADbUOPtsbyg06rB6qLL2kA4TD8H5b { width:2.8125rem;height:2rem;top:13.125rem;left:1.3124990463257rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5yIKpf5o71c3DtSknQuriSc5X7nIEVh { width:4.5rem;height:2rem;top:26.1875rem;left:34.125000953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPT7mih9ok56iBSm9Qzn4nJgfzuqB3lU { width:2.75rem;height:2rem;top:28.5625rem;left:4.1242189407349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGoo4ZMhW616aOThLcdBdVkFa29JH0JP { width:17.4375rem;height:18.625rem;top:8.875rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFw9WTWMDSUqHP2poszkCTupCk8SZxhw { width:15.9375rem;height:14rem;top:10.3125rem;left:31.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6h1ribc8Xhg8Kk35f4fMvq6TKvv7Jhi { width:4.5rem;height:2rem;top:25.1875rem;left:43.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLNwlNg1Eo8L9P5pZqsnMbT2LQ7334mP { width:23rem;height:4.1875rem;top:38.375rem;left:15.031250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #RK3bScXtcd26n0TZ76oTeFi0ca3rkyIg { display:block; }
 }@media only screen and (max-width: 763px) { #bzBcTEIwMbJoIKuVNSOtM0b8JLwGEIRb { display:block; }#bzBcTEIwMbJoIKuVNSOtM0b8JLwGEIRb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QnwMH1i0tXLoR8Iu1iyzKPTe5bpr7OlZ { display:block; }#QnwMH1i0tXLoR8Iu1iyzKPTe5bpr7OlZ > .row .container { width:20rem;height:52.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HOl0rmHQ9hWHb1DwifEWnsmOnM4SgvFu { width:16.5rem;height:3.5rem;top:28.375rem;left:1.7500000596046rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvTWHSUXgk3NPfs8FrLvKLDsmaZoTBbS { display:block; }
 }@media only screen and (max-width: 763px) { #Ui5QX0qyxoaa3TOuKBpiZ3Id2ZUvaLQQ { width:11.0625rem;height:16.375rem;top:33.375000953674rem;left:4.4687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #do6RIvcwVGXA5QsiehAl9NM2sCfwVDni { width:20rem;height:1.625rem;top:11.375rem;left:0rem;font-size:1.25rem;z-index:14999;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KLzgi7hqupGzgqJdc7XJONmAQsvUiKI6 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#KLzgi7hqupGzgqJdc7XJONmAQsvUiKI6 .widget-text.counter-number { padding-top:0.409375rem;padding-right:0.356875rem;padding-bottom:0.409375rem;padding-left:0.356875rem;width:2.141875rem;min-width:2.141875rem;height:2.19875rem;font-size:1.63625rem;line-height:35.18px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#KLzgi7hqupGzgqJdc7XJONmAQsvUiKI6 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.255625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.855625rem;height:0.869375rem;font-size:0.61375rem;line-height:13.91px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#KLzgi7hqupGzgqJdc7XJONmAQsvUiKI6 { display:flex;width:7.6875rem;height:4.1425rem;top:14.8125rem;left:5.6453123688698rem;padding-top:0.51125rem;padding-right:0.51rem;padding-bottom:0.51125rem;padding-left:0.51rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #KLzgi7hqupGzgqJdc7XJONmAQsvUiKI6 #r4MD4EkllqTP15DklpbIfUCx66ySOVpr { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KLzgi7hqupGzgqJdc7XJONmAQsvUiKI6 #KIZaUkTsULbDVv5pMHGrFkpZQwwV5c4T {  }
 }@media only screen and (max-width: 763px) { #KLzgi7hqupGzgqJdc7XJONmAQsvUiKI6 #fVJ7uTeePO9IgVlH052pdZ0sNkTm6pgh {  }
 }@media only screen and (max-width: 763px) { #KLzgi7hqupGzgqJdc7XJONmAQsvUiKI6 #mXopyvP58i8udgzgmfhfWOtttBwkMati { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KLzgi7hqupGzgqJdc7XJONmAQsvUiKI6 #HQA8WbK5ncoOo9EJ480Zr8m56TUnzCs5 {  }
 }@media only screen and (max-width: 763px) { #KLzgi7hqupGzgqJdc7XJONmAQsvUiKI6 #oM99WkOEANO2f5t49xNXOd9hTpax5GN7 {  }
 }@media only screen and (max-width: 763px) { #KLzgi7hqupGzgqJdc7XJONmAQsvUiKI6 #S9Bp7tzQiVyLIe84fl8SF3u5Bdwy5XTQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KLzgi7hqupGzgqJdc7XJONmAQsvUiKI6 #C5DgJ3Fxn2MuuSJJsOgSrVlZn6CvBJt0 {  }
 }@media only screen and (max-width: 763px) { #KLzgi7hqupGzgqJdc7XJONmAQsvUiKI6 #yJtvS6NBqUnxd01Z1Kg3V0nmuq2QEmc2 {  }
 }@media only screen and (max-width: 763px) { #KLzgi7hqupGzgqJdc7XJONmAQsvUiKI6 #Js0A3l4PxCDQ9AlH9WVAaVyW2XxVMDbV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KLzgi7hqupGzgqJdc7XJONmAQsvUiKI6 #bDRynuz0v0BI8mEcwsHpF2ZRdkWIIW1R {  }
 }@media only screen and (max-width: 763px) { #KLzgi7hqupGzgqJdc7XJONmAQsvUiKI6 #ECvbrQgyG867G1KsHC179ykDDsQLDtCc {  }
 }@media only screen and (max-width: 763px) { #TpTNnHxZEEM4LQT2hIO3V4RqLQzF54MZ { width:20rem;height:3.25rem;top:20.9375rem;left:0rem;font-size:1.25rem;z-index:14999;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mp90tO8Tmpl9EXtbGR6R0kgh6LbvlPBs { width:20rem;height:2.6rem;top:24.1875rem;left:0rem;font-size:2rem;z-index:14999;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L6tx8UbTIhVXgC5xJ12AL6SdkZLyzzd8 { width:20rem;height:4.0625rem;top:0rem;left:0rem;font-size:1.5625rem;z-index:14999;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KwwBss9F2bHzn5q4eS48a6Lp5uoA43ur { width:20rem;height:4.63125rem;top:5.125rem;left:0rem;font-size:1.1875rem;z-index:14999;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ek5pJkbWdHGISkpqe1Pm0QcQJ8XTXJyT { display:block; }#ek5pJkbWdHGISkpqe1Pm0QcQJ8XTXJyT > .row .container { width:20rem;height:27.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ulcws1LvZzv350ovoempVrs9czSqDriT { width:20rem;height:2.6875rem;top:0.874219417572rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfEDHmZ6tnL1l1xrbzM2KHbTEm8uTZfD { width:20rem;height:4.14375rem;top:6.5000002384187rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NalNTUefC8cKNh282w2HgTQgDCcA5cpK { width:20rem;height:4.14375rem;top:12.750000238419rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pd9CCcv3SQuH2lZNHy3Kh4eOreVeWi11 { width:20rem;height:4.3875rem;top:19.750000238419rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zX0kezkGKCCEF0QRyTSr5QC0ztMzqO3i { display:block; }#zX0kezkGKCCEF0QRyTSr5QC0ztMzqO3i > .row .container { width:20rem;height:45.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d7wvKuOm4cyEMq9UonS8SfoeJf30yxvO { width:18.625rem;height:4.3875rem;top:1.25rem;left:0.6875rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WOHJ9ZfLRlPTOrs9syqShLdMdL1AhZKb { width:8.875rem;height:8.875rem;top:33.949219703674rem;left:5.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1rC7Ohhvrao5pM6c5RmkAZK1eMKi26G { width:10.5625rem;height:10.5625rem;top:13.012498855591rem;left:4.7187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #euWPPZq8IKgLDNzzeqC5TvXwAmbSLRXa { width:18.1875rem;height:4.14375rem;top:7.7rem;left:0.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xkt1z1vC4xRnuF2GN8No1v90dRK9TdXh { width:19.625rem;height:5.525rem;top:26.387500762939rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTwrQUDPWEChc8nTJLwwat6ddhtXUkyc { display:block; }#TTwrQUDPWEChc8nTJLwwat6ddhtXUkyc > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KIPovQHrySXeMQtnKXpCw4O1n7faVkS1 { width:18.625rem;height:4.3875rem;top:1.25rem;left:0.6875rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yOBbM4563bknV1ztHb0xTTkLvr2T1I9t { width:19.0625rem;height:17.38125rem;top:7.7250032424925rem;left:0.46796876192093rem;font-size:1.0625rem;display:block; }#yOBbM4563bknV1ztHb0xTTkLvr2T1I9t li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d92d003e-edd6-40da-8cda-8a89cefa2ed3/Strzakafioletowa.png); }
 }@media only screen and (max-width: 763px) { #DzzZh894FdfKiThEPvoO4s8hovD61qpU { width:20rem;height:4.14375rem;top:28.099218845367rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q7bviyAdznigsp6B7QfJTGbgIqK8LSMI { width:19rem;height:4.1875rem;top:36.492189407349rem;left:0.49921876192093rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUKbSChCz3EFsVZl7Gtr4bP2kt7ETpuA { display:block; }
 }@media only screen and (max-width: 763px) { #gNWONtxZqIbBz1seTONcfcaZuaX0BPAo { display:block; }#gNWONtxZqIbBz1seTONcfcaZuaX0BPAo > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MhqGHMXzZSAX8WCJexc5MZPZTwdiSuhR { width:5.625rem;height:10.1875rem;top:36.0625rem;left:7.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pZVHrgTaWF1O2DAc74MMeA71R3d090Vu { width:9.5rem;height:9.5rem;top:25.3125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiwiuRVlUqmQhoX0PaX2LbspF6JGygqF { width:10.75rem;height:10.75rem;top:13.3125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFQI7xQD9dbHLLZBINUJSNnAEBXNGlBM { width:10.8125rem;height:10.8125rem;top:1.25rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Po5J5dGGom729fe28KxM5JLNbQhVgZEp { display:block; }#Po5J5dGGom729fe28KxM5JLNbQhVgZEp > .row .container { width:20rem;height:52.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xt5w8rvr8rLWyMTUV7f3gx9TCAVrgrSS { width:20rem;height:6.58125rem;top:2.3124828338623rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VBZ03xbOBzJ3uW6adzRPn57HTJeAn6r0 { width:18.625rem;height:34.53125rem;top:14.298431873321rem;left:0.68671876192094rem;font-size:1.0625rem;display:block; }#VBZ03xbOBzJ3uW6adzRPn57HTJeAn6r0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d92d003e-edd6-40da-8cda-8a89cefa2ed3/Strzakafioletowa.png); }
 }@media only screen and (max-width: 763px) { #bI1vkQvH6MbhzUty0O31CnZBdZaAyrHQ { width:20rem;height:1.7875rem;top:10.62890625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hdbMQ65ZEEdKJLKIHtSIOX9GgFKF1fTI { display:block; }#hdbMQ65ZEEdKJLKIHtSIOX9GgFKF1fTI > .row .container { width:20rem;height:60.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJvww5BkZsVsd3PNCxhga9EfMmkKvULn { width:19.25rem;height:8.775rem;top:1.25rem;left:0.375rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wQbsTAZUiXHvTrAHdpkTfq37Jm2ZwcOb { width:18.5625rem;height:35.9125rem;top:12.487500190735rem;left:0.71796876192094rem;font-size:1.0625rem;display:block; }#wQbsTAZUiXHvTrAHdpkTfq37Jm2ZwcOb li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d92d003e-edd6-40da-8cda-8a89cefa2ed3/Strzakafioletowa.png); }
 }@media only screen and (max-width: 763px) { #inbs1zSe9U9PlTSRwfV0I8TJDXN5viyo { width:17.3125rem;height:3.75rem;top:53.987501144409rem;left:1.3437500596046rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2tr7uuGuoNIkke77oWkuQsBr1c4SklJ { display:block; }
 }@media only screen and (max-width: 763px) { #eTm8ClUdW1J37Lk4tbDGgeBHwHavl5T4 { display:block; }#eTm8ClUdW1J37Lk4tbDGgeBHwHavl5T4 > .row .container { width:20rem;height:76.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lgdzu5C9cd6k8hPW4wWymnR5d2B6kkW6 { width:19.25rem;height:6.58125rem;top:1.9367189407349rem;left:0.37421876192093rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rSvPFWOAGUg7PyytPyahvI4wd6WMwhVZ { width:18.3125rem;height:44.2rem;top:18.749218940735rem;left:0.84296876192094rem;font-size:1.0625rem;display:block; }#rSvPFWOAGUg7PyytPyahvI4wd6WMwhVZ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d92d003e-edd6-40da-8cda-8a89cefa2ed3/Strzakafioletowa.png); }
 }@media only screen and (max-width: 763px) { #dkruBnGlE48P6BUs8TSylTQXMoXVmB81 { width:20rem;height:5.525rem;top:66.768770217894rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gP18PB2tWO0QBcuBW8qOQMKe7LOuPCML { width:20rem;height:6.5rem;top:9.7929763793944rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PXGSivzJXIrv3uatO7Zc6Xt6yZTrFKpr { display:block; }#PXGSivzJXIrv3uatO7Zc6Xt6yZTrFKpr > .row .container { width:20rem;height:87.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PFnHohfRBbe1J5QW4JB3cSlKGhTfoOCS { width:18.3125rem;height:8.775rem;top:1.25rem;left:0.8125rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #imVQfWJuTKb3C9LC05m2pgH8inqdKE2M { width:20rem;height:20rem;top:27.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTOo8dMtxhre952c7VT8TV1dIi4nJFmM { width:19.3125rem;height:16.44375rem;top:11.875005722046rem;left:0.34296876192093rem;font-size:1.0625rem;display:block; }#hTOo8dMtxhre952c7VT8TV1dIi4nJFmM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d92d003e-edd6-40da-8cda-8a89cefa2ed3/Strzakafioletowa.png); }
 }@media only screen and (max-width: 763px) { #lEqiFuBR7sd3WHgiZnKTmng3mu0TDkhu { width:19.25rem;height:11.05rem;top:46.311713218689rem;left:0.74921876192094rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oBacxBkTgaaQq2BcLSJifuVnuVhuzcH5 { width:12.0625rem;height:15.0625rem;top:60.611716079712rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9uMQO6NdEMH4mVifJFamM92qQKmUJQT { width:19rem;height:4.1875rem;top:79.299219131469rem;left:0.49921876192093rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3ZCwzKq0twVZ3KAqotGioTgmSEvdJ42 { display:block; }
 }@media only screen and (max-width: 763px) { #IEXdcQsLn5goPRxuUtbKFomnQHG40TdM { display:block; }#IEXdcQsLn5goPRxuUtbKFomnQHG40TdM > .row .container { width:20rem;height:87.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UweZmTPdfK3pT3HTpla1lTToH5v3hKFT { width:19.5625rem;height:4.3875rem;top:2.8109378814698rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Es7tT5WGcXXX6rCiqb0EvCfSrOl2OTQt { width:19.375rem;height:52.4875rem;top:9.94921875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BfMkCurWHNcbPr6ZDEFJxpTbqgsdJgao { width:14.75rem;height:19.625rem;top:64.699206352231rem;left:2.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTTN2qWkTBHmRH32cnm9qzFdRFyDQB1D { display:block; }#kTTN2qWkTBHmRH32cnm9qzFdRFyDQB1D > .row .container { width:20rem;height:76.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PghbBXhZX3D58QWpnAlAXc7ctAtB39q9 { width:20rem;height:2.19375rem;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y05dSUB3Ee3QXwCn3SyihQmSBTtkEQ5e { width:18.6875rem;height:16.575rem;top:21.075036048889rem;left:0.65546876192094rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CcoxAL3md97ZnFT7vJ2LNPgTmef94Jm6 { width:9.0625rem;height:13.4375rem;top:5.69921875rem;left:5.2187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2yknzBpOH0R4XnznRhOnlViLs2QwAE6 { width:19.1875rem;height:13.8125rem;top:52.810936689377rem;left:0.40546876192093rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #krZSilthoZoGKTrk1nukWowEoKuGRMuB { width:15.1875rem;height:15.1875rem;top:36.735157012939rem;left:2.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLC0GeCeKSEJwKUnKBbiBdmZmSBdIaXv { width:20rem;height:4.14375rem;top:69.01171875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UhVVR9tPzlpk4Df3qW621BHcrBuPqgip { display:block; }#UhVVR9tPzlpk4Df3qW621BHcrBuPqgip > .row .container { width:20rem;height:32.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MTTTmzJ3P3gcTzQKBCoBUhrM2cn2C4JG { width:20rem;height:4.3875rem;top:25.353125333786rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yhTPiUHfuyMLQAaiVa4XNKDs2sHr4DbX { top:18.315624952316rem;left:1.5000000596046rem;width:17rem;height:4.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsSV4tIF7kH6dRtczfampRePLxOy8A8P { display:block; }
 }@media only screen and (max-width: 763px) { #Q0eDFtfvfEdUZcNbTOwh5gNO06XWDR4M { width:20rem;height:5.60625rem;top:9.14125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BVSrPNhb8oW74NzmI6VIX2kVdpV6JZST .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BVSrPNhb8oW74NzmI6VIX2kVdpV6JZST .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; }
#BVSrPNhb8oW74NzmI6VIX2kVdpV6JZST .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; }
#BVSrPNhb8oW74NzmI6VIX2kVdpV6JZST { display:flex;width:9rem;height:5.0625rem;top:1.2499940395355rem;left:4.7109375596046rem; }
 }@media only screen and (max-width: 763px) { #BVSrPNhb8oW74NzmI6VIX2kVdpV6JZST #OW5RSIeE5LOUGJnAvANnPUVIdrkIXL7t { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BVSrPNhb8oW74NzmI6VIX2kVdpV6JZST #acr6h357yByc0Zp7BPO10SpnUVyeTUZl {  }
 }@media only screen and (max-width: 763px) { #BVSrPNhb8oW74NzmI6VIX2kVdpV6JZST #zmm0bGBGA8AXI1aiQUvnsqN3Okk87c1q {  }
 }@media only screen and (max-width: 763px) { #BVSrPNhb8oW74NzmI6VIX2kVdpV6JZST #EPvph683Jos2gLg0a9ZOdUBisHrSVzf7 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BVSrPNhb8oW74NzmI6VIX2kVdpV6JZST #H4MdB0gT4b929IEXXxaJ2H6ymUR29t6L {  }
 }@media only screen and (max-width: 763px) { #BVSrPNhb8oW74NzmI6VIX2kVdpV6JZST #E4rwsfaAoTqlhpU7IeLHvHqeHTzXcCPg {  }
 }@media only screen and (max-width: 763px) { #BVSrPNhb8oW74NzmI6VIX2kVdpV6JZST #PTT3tTDQxUZNbs9Jx60X00RE49q2QrRi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BVSrPNhb8oW74NzmI6VIX2kVdpV6JZST #o3XTQhrpaT3HRS5IwKgqq2P2o0CpzLng {  }
 }@media only screen and (max-width: 763px) { #BVSrPNhb8oW74NzmI6VIX2kVdpV6JZST #HTFiAKbRG7EKxh7vNXGTg5iOAuLv77SO {  }
 }@media only screen and (max-width: 763px) { #BVSrPNhb8oW74NzmI6VIX2kVdpV6JZST #ST3ohGT4T4DSHN7NMa1Z2iXfp5UXdfWK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BVSrPNhb8oW74NzmI6VIX2kVdpV6JZST #z39HaaNMwABP7DrvbegNdPF94ZBfazZ1 {  }
 }@media only screen and (max-width: 763px) { #BVSrPNhb8oW74NzmI6VIX2kVdpV6JZST #yTAFEE1gcpF6DoHCskeGERynux9ftHEe {  }
 }@media only screen and (max-width: 763px) { #M75oSyEHggd5WXOOiw9nCfHmTDn8u8di { display:block; }#M75oSyEHggd5WXOOiw9nCfHmTDn8u8di > .row .container { width:20rem;height:93.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZurWu8r99vf2stbvn1QPTGAudK4mVKpH { width:18.3125rem;height:2.6rem;top:1.25rem;left:0.8125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Owc327dlAtADDhUWkMOtqVkUbRkeQ9O9 { width:17.5625rem;height:9.625rem;top:5.1rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqnGugi1DJPdiikWp1E9DsquWzsT9426 { width:16.1875rem;height:8rem;top:5.725rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kK1F6zHJqVeLGLDTqusd2IeMenbz8Tkx { width:18.375rem;height:28rem;top:31.225rem;left:1.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEs18BhlBwJlJ6kfl0pBSTmV73CKIXQ3 { width:18.9375rem;height:30.625rem;top:30.5375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTT5kTPcHKELIpsRzDd3WksRxtgoFeUO { width:17.375rem;height:13.3125rem;top:15.975rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fm2SEmHqJ4dwhe0Kl5dS18NKIxu058nT { width:16.5625rem;height:12rem;top:16.6rem;left:2rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRSADbUOPtsbyg06rB6qLL2kA4TD8H5b { width:2.3125rem;height:2rem;top:12.773435592651rem;left:12.737499773503rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5yIKpf5o71c3DtSknQuriSc5X7nIEVh { width:4.5rem;height:2rem;top:59.225002288818rem;left:13.612499773503rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPT7mih9ok56iBSm9Qzn4nJgfzuqB3lU { width:2.75rem;height:2rem;top:27.337488174439rem;left:13.612499773503rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGoo4ZMhW616aOThLcdBdVkFa29JH0JP { width:17.4375rem;height:18.625rem;top:62.4125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFw9WTWMDSUqHP2poszkCTupCk8SZxhw { width:15.9375rem;height:14rem;top:63.85rem;left:2rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6h1ribc8Xhg8Kk35f4fMvq6TKvv7Jhi { width:4.5rem;height:2rem;top:78.774999952319rem;left:12.737504005432rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLNwlNg1Eo8L9P5pZqsnMbT2LQ7334mP { width:16.75rem;height:3.625rem;top:87.5625rem;left:1.6250000596046rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RK3bScXtcd26n0TZ76oTeFi0ca3rkyIg { display:block; }
 }@media only screen and (max-width: 763px) { #bzBcTEIwMbJoIKuVNSOtM0b8JLwGEIRb { display:block; }#bzBcTEIwMbJoIKuVNSOtM0b8JLwGEIRb > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }