.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#VbAkAuThlV0toXv0Q34COre6BLRxh70T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container { display: none; }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .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); }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s { background-color:#cccccc;background-image:url("https://images.assets-landingi.com/uc/f893c5e6-7104-432a-b096-37703e875bb1/Projektbeznazwy2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s.adaptive-delivery-prevent-bg, #fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s.lazyload, #fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s.lazyloading { background-image: none; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container { background-color: transparent; background-image: none; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container > .video-iframe-container { display: none; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row > .video-iframe-container { display: none; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .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); }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container { border-width: 0; border-radius: 0; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container { width:60rem;height:39.625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#a78xi6MTx1GxLsKnC0ummnIAdJe8ewGw { color:#000000;display:block;width:50.686875rem;position:absolute;font-family:lato;font-size:2.9375rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:10.248208999634rem;left:4.9055995941162rem;height:10.5761375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HNcwxqG6S7zANeUZWIiHKXmLdkk2icUN { color:#ffffff;display:block;width:37.6245rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:21.998697280884rem;left:11.436361312866rem;height:4.40104375rem;text-align:center;text-align-last:center;display:block; }
#ySETyNTcDaJCTa8NPswO0SsvgqU6xa7k { background-color:#ed1874;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:31.75rem;left:22.75rem;display:block; }
#i3mkDzJehTeDGNpTALd0q31CRtySUILJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rvUZ0JmKHeTrZ4Gi0QMtd0M6GuMeDsP9 { 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:13.2495rem;width:19.9373125rem;top:0rem;left:20.279134750366rem;overflow:hidden;display:block; }
#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh { position:relative;display:block; }#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh { background-color: transparent; background-image: none; }#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh > .row .container > .video-iframe-container { display: none; }#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh > .row > .video-iframe-container { display: none; }#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh > .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); }#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh { border-width: 0; border-radius: 0; }#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh > .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; }#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:27.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rTUkao1MK7Srnad3ysohprNQIsEaiReC { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.0540366172791rem;left:0rem;height:24.68746875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa { position:relative;display:block; }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa { background-color: transparent; background-image: none; }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa > .row .container > .video-iframe-container { display: none; }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa > .row > .video-iframe-container { display: none; }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa > .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); }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa { border-width: 0; border-radius: 0; }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa > .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; }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:22.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PPob8uIdnPWDGzutFxSe8inPDMEa1wUT { position:absolute;display:block;z-index:15000;background-color:#ed1874;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: none;height:4.25rem;width:2.5rem;top:1.25rem;left:5.3125rem;display:block; }
#RNTTfJcJukZBOdyLuFs2CfUaE9MoWBqw { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.62553024292rem;left:1.25rem;height:1.62435rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bGVdb7uaBxzGmhkeCCg4rzvVm2K0Ax9g { color:#707b8b;display:block;width:11.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:10.060367584229rem;left:1.6548290252686rem;height:8.5001875rem;text-align:center;text-align-last:center;display:block; }
#kE64DXlpeFNMJTJmIJ7fE5WIw4tH2Uxu { 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:3.4375rem;width:3.0625rem;top:1.625rem;left:6.625rem;overflow:hidden;display:block; }
#mcSJlXhvrNwfBmLRDOiOxpEi5ShCgNH0 { color:#707b8b;display:block;width:12.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:10.057704925537rem;left:16.280181884766rem;height:11.90025rem;text-align:center;text-align-last:center;display:block; }
#TyapZ13KfCAiTLqV4NMT4rhKHx1lZGCp { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.625rem;left:16.25rem;height:1.62435rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CwtkCvVmLOm445A7oCTunf0SO4ZxZ4DT { position:absolute;display:block;z-index:15004;background-color:#ed1874;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: none;height:4.25rem;width:2.5rem;top:1.25rem;left:20.1875rem;display:block; }
#gJ1V45rPIVXQ9Nb07uf70Z68q4zU7uHp { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.625rem;left:31.3125rem;height:1.62435rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nqEvW2nP79Im7RcCzsRgiadLoLOEfTi6 { position:absolute;display:block;z-index:15008;background-color:#ed1874;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: none;height:4.25rem;width:2.5rem;top:1.25rem;left:35.5rem;display:block; }
#Z7R9SDmTUlHhMANbprfCHSkyMpJTLyNX { color:#707b8b;display:block;width:11.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.7;letter-spacing:0;top:10.057704925537rem;left:31.529651641846rem;height:8.5001875rem;text-align:center;text-align-last:center;display:block; }
#ckHpPOseVHnu6k0UoeUiaKRhST2UFu0r { color:#707b8b;display:block;width:12.4375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:10.057704925537rem;left:46.218040466309rem;height:6.800125rem;text-align:center;text-align-last:center;display:block; }
#yH3JaShEdznD8rpaDNaVcgZUaotK5bbi { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:7.625rem;left:46.375rem;height:1.62435rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t3m4cgQeTWL7O15SiMyav2Fvyt8b5Hcs { position:absolute;display:block;z-index:15012;background-color:#ed1874;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: none;height:4.25rem;width:2.5rem;top:1.25rem;left:50.375rem;display:block; }
#d6zZTLwdxM7y19tD8Q9y1S6hCOZg8WHR { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.625rem;top:1.625rem;left:50.9375rem;overflow:hidden;display:block; }
#n5PPmnFwSAXDWV2AwBFCTTd9MoiZOg4B { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:3.8125rem;top:2.125rem;left:21.0625rem;overflow:hidden;display:block; }
#amgekvBebXXnPdLp8cQ6mrh9ryPh5v4q { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:1.8125rem;left:36.375rem;overflow:hidden;display:block; }
#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ae8811c9-a94f-4cd2-a8ed-dc23290a0e16/Projektbeznazwy7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5.adaptive-delivery-prevent-bg, #qzzcKdeVgINwsgq7lPbXZH35EHSnIab5.lazyload, #qzzcKdeVgINwsgq7lPbXZH35EHSnIab5.lazyloading { background-image: none; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row .container { background-color: transparent; background-image: none; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row .container > .video-iframe-container { display: none; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row > .video-iframe-container { display: none; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .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); }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row .container { border-width: 0; border-radius: 0; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row .container { font-size:0.875rem;font-family:arial;height:35.875rem;width:60rem;position:relative;display:block; }#iNk9yyVNeVNPThlJwpTfhcA6BcGxPIBS { color:#000000;display:block;width:29.0625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.1248397827149rem;left:27.280271530151rem;height:4.0625rem;font-style:normal;display:block; }
#lqPHuW1fyh5pCQ0gZr2i2wBmX77JHelZ { position:absolute;display:block;z-index:15001;background-color:#b4b1b2;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: none;height:0.0625rem;width:28.5625rem;top:6.8125rem;left:27.53125rem;display:block; }
#brAmoJhWe4SxAK2aR3UnbsoZ2fPeERqh { color:#707b8b;display:block;width:28.562rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:8.2495111227037rem;left:27.373859405517rem;height:15.3003125rem;text-align:justify;text-align-last:initial;display:block; }
#vm7dUU9oOGbLlBgNgKfNJBP1OAhA0Poz { position:absolute;display:block;z-index:15004;background-color:#1b57c7;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: none;height:0.1875rem;width:4.25rem;top:6.75rem;left:27.53125rem;display:block; }
#O8FSPr7P1yndNMv0uuvag9K9qAZrb4qb { 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:32.625rem;width:22.75rem;top:3.1249990463257rem;left:1.9669609069824rem;overflow:hidden;display:block; }
#mk9gNlzCQMbprAOviZ1UpLwtmr1mLJpI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ae8811c9-a94f-4cd2-a8ed-dc23290a0e16/Projektbeznazwy7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mk9gNlzCQMbprAOviZ1UpLwtmr1mLJpI.adaptive-delivery-prevent-bg, #mk9gNlzCQMbprAOviZ1UpLwtmr1mLJpI.lazyload, #mk9gNlzCQMbprAOviZ1UpLwtmr1mLJpI.lazyloading { background-image: none; }#mk9gNlzCQMbprAOviZ1UpLwtmr1mLJpI > .row .container { background-color: transparent; background-image: none; }#mk9gNlzCQMbprAOviZ1UpLwtmr1mLJpI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mk9gNlzCQMbprAOviZ1UpLwtmr1mLJpI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mk9gNlzCQMbprAOviZ1UpLwtmr1mLJpI > .row .container > .video-iframe-container { display: none; }#mk9gNlzCQMbprAOviZ1UpLwtmr1mLJpI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mk9gNlzCQMbprAOviZ1UpLwtmr1mLJpI > .row > .video-iframe-container { display: none; }#mk9gNlzCQMbprAOviZ1UpLwtmr1mLJpI > .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); }#mk9gNlzCQMbprAOviZ1UpLwtmr1mLJpI > .row .container { border-width: 0; border-radius: 0; }#mk9gNlzCQMbprAOviZ1UpLwtmr1mLJpI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mk9gNlzCQMbprAOviZ1UpLwtmr1mLJpI > .row .container { font-size:0.875rem;font-family:arial;height:39.4375rem;width:60rem;position:relative;display:block; }#Du8D7Kdan9JWhSsgc3N9H7KvinJ7gCTx { color:#000000;display:block;width:29.0625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.0621747970581rem;left:27.280271530151rem;height:4.0625rem;font-style:normal;display:block; }
#fSZQxVKpZecIHDU3NPfz4UUvIcVkkFcy { position:absolute;display:block;z-index:15001;background-color:#b4b1b2;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: none;height:0.0625rem;width:28.5625rem;top:6.8125rem;left:27.53125rem;display:block; }
#ov1zWmQB31o2iS5qlw8pLooz4zZINBiA { color:#707b8b;display:block;width:28.5611875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:8.6002683639525rem;left:27.374673843384rem;height:27.2005rem;text-align:justify;text-align-last:initial;display:block; }
#Rgmzmh2F6HSSeGSWWhP4Dp4DZ633B5xO { position:absolute;display:block;z-index:15004;background-color:#1b57c7;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: none;height:0.1875rem;width:4.25rem;top:6.75rem;left:27.53125rem;display:block; }
#IgxhewtkPNHquCmT7b62MHyVOpqMbkGr { 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:32.625rem;width:22.75rem;top:3.1249990463257rem;left:1.9669609069824rem;overflow:hidden;display:block; }
#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q { position:relative;display:block; }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q { background-color: transparent; background-image: none; }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q > .row .container > .video-iframe-container { display: none; }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q > .row > .video-iframe-container { display: none; }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q > .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); }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q { border-width: 0; border-radius: 0; }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q > .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; }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xxs6tLTU1pib9yPfT1RsD9bRclQU9voa { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.59375rem;left:0rem;height:2.76204375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WVk83UVkhfXq6EasLmJOv5aQDu0vNy6n { position:relative;display:block; }#WVk83UVkhfXq6EasLmJOv5aQDu0vNy6n { background-color: transparent; background-image: none; }#WVk83UVkhfXq6EasLmJOv5aQDu0vNy6n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVk83UVkhfXq6EasLmJOv5aQDu0vNy6n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVk83UVkhfXq6EasLmJOv5aQDu0vNy6n > .row .container > .video-iframe-container { display: none; }#WVk83UVkhfXq6EasLmJOv5aQDu0vNy6n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVk83UVkhfXq6EasLmJOv5aQDu0vNy6n > .row > .video-iframe-container { display: none; }#WVk83UVkhfXq6EasLmJOv5aQDu0vNy6n > .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); }#WVk83UVkhfXq6EasLmJOv5aQDu0vNy6n { border-width: 0; border-radius: 0; }#WVk83UVkhfXq6EasLmJOv5aQDu0vNy6n > .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; }#WVk83UVkhfXq6EasLmJOv5aQDu0vNy6n > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:63.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BiXuttGKIix6tTTTXKVBqGPwsqHWIXZS { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-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: 0.125rem 0.25rem 1.0625rem rgba(0,0,0,0.1) ;height:13.125rem;width:20.625rem;top:0rem;left:0rem;display:block; }
#WPTAp2tTad2yulFRFX8fcVvwhrnnXeZM { color:#1b57c7;display:block;width:16.1875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.75rem;left:2.53125rem;height:1.787925rem;font-style:normal;display:block; }
#ETNJBZTKTTNDvUnhGcwyCN8ZNb37Fiob { position:absolute;display:block;z-index:15002;background-color:rgba(180,177,178,0.2);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: none;height:0.0625rem;width:16.25rem;top:5rem;left:2.53125rem;display:block; }
#H3ubut2ZAG4LqhBc4V7IH0w4NGRr2DfR { position:absolute;display:block;z-index:15003;background-color:#ed1874;background-image:url("https://images.assets-landingi.com/eiexo72b/arrow.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.625rem;top:0rem;left:0rem;display:block; }#H3ubut2ZAG4LqhBc4V7IH0w4NGRr2DfR.adaptive-delivery-prevent-bg, #H3ubut2ZAG4LqhBc4V7IH0w4NGRr2DfR.lazyload, #H3ubut2ZAG4LqhBc4V7IH0w4NGRr2DfR.lazyloading { background-image: none; }
#JJwp3PtD9ZnrTe8KtW8fM7cHx37k4nnG { position:absolute;display:block;z-index:15004;background-color:#dbe2eb;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: none;height:8.125rem;width:0.625rem;top:5rem;left:0rem;display:block; }
#qP7oKI0mqQRn3X5PccPHoCUFEwWu5Oxi { color:#000814;display:block;width:16.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:7.09375rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#ocNaU2KxO60VwtgcvlaUQ1wVfHp2ToHy { position:absolute;display:block;z-index:15007;background-color:#ed1874;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-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:3.25rem;width:3.25rem;top:4.875rem;left:27.8125rem;display:block; }
#v5K7naPO7IcULZ2Pwc6tvcf16aBT98ck { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,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: none;height:0.0625rem;width:16.25rem;top:6.46875rem;left:12.1875rem;display:block; }
#oB2iTh6V45sTtXNT9fm2v3iMviczSuq2 { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,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: none;height:14.625rem;width:0.125rem;top:0rem;left:29.406087875366rem;display:block; }
#LHVNGTCrt5nuPgTdTWzng56vAGMR6XdN { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:5.53125rem;left:28.59375rem;overflow:hidden;display:block; }
#xHcSCW0Nco4qyMt0K0y5HwDvg8mt7AgX { color:rgba(112,123,139,0.07);display:block;width:9.5621875rem;position:absolute;font-family:lato;font-size:4.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:15.652666091919rem;left:2.5309257507324rem;height:5.5240875rem;font-style:normal;display:block; }
#fqnG9s9FKKIAoSLDocO9vFoW76lT6VgS { background-color:#ed1874;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.18685rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:58.060708999634rem;left:22.499185562134rem;display:block; }
#iChM1651FTLPOFpKubKxTbKCKVtqEqub { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vx4KnbAiTZNbnCkzw4li2cp2t10ltxqV { color:#1b57c7;display:block;width:26rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:3.5rem;left:34rem;height:;font-style:normal;display:block; }#Vx4KnbAiTZNbnCkzw4li2cp2t10ltxqV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Vx4KnbAiTZNbnCkzw4li2cp2t10ltxqV li:before{  }
#qNWPO5SlpOgOue3rQflcWXMaZKibWP6d { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:23.430985450744rem;left:0rem;height:32.40234375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/gfammaTb/sekcja8_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp.adaptive-delivery-prevent-bg, #BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp.lazyload, #BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp.lazyloading { background-image: none; }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp > .row .container { background-color: transparent; background-image: none; }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp > .row .container > .video-iframe-container { display: none; }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp > .row > .video-iframe-container { display: none; }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp > .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); }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp > .row .container { border-width: 0; border-radius: 0; }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:60rem;position:relative;display:block; }#Of5VrZZVmqaUnwfATvmWUkHHiPSzndrT { color:#000000;display:block;width:23.8125rem;position:absolute;font-family:lato;font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:3.9375rem;left:0rem;height:7.6318125rem;font-style:normal;display:block; }
#bvuxDxLGhWkqTucRQhgzhptKalEDvqZT { color:#ffffff;display:block;width:23.811875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:14.476724624634rem;left:0rem;height:3.19986875rem;font-style:normal;display:block; }
#B0I7nFOZn6GCSLAEN4kgcsLTWA7y1B27 { position:absolute;display:block;z-index:15002;background-color:rgba(0,89,255,0.8);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: none;height:13.125rem;width:26.5625rem;top:21.249185562134rem;left:2.6554374694824rem;display:block; }
#e8xEG9USpSRpNyaGpLme0xM6gVVzaD5Q { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:23.186847686767rem;left:9.8746757507325rem;height:1.9995125rem;font-style:normal;display:block; }
#QxduhVs6P1JZuyeIL11BTIUs0ksLV0p1 { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:26.437173843384rem;left:9.8746757507325rem;height:3.999025rem;font-style:normal;display:block; }
#vLzFwO077prZ7kM1gv5aSdSJ3Jrg6UvD { 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:24.9375rem;width:32.375rem;top:2.9375rem;left:27.5625rem;overflow:hidden;display:block; }
#RbcihiACdMtBI2cRFHTzGr5mziPB46CU { box-sizing:content-box;color:#ed1874;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:11.566569328308rem;left:42.5927734375rem;display:block; }
#ylAfQf3fsn7OmZ3AlTUcZPGFirTI3ADx { position:absolute;display:block;z-index:15009;background-color:#ed1874;background-image:url("https://images.assets-landingi.com/zOLif15f/arrow_right.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:9.5rem;top:2.375rem;left:39.03125rem;display:block; }#ylAfQf3fsn7OmZ3AlTUcZPGFirTI3ADx.adaptive-delivery-prevent-bg, #ylAfQf3fsn7OmZ3AlTUcZPGFirTI3ADx.lazyload, #ylAfQf3fsn7OmZ3AlTUcZPGFirTI3ADx.lazyloading { background-image: none; }
#LGhydSvMQvXfxPCAtG1QxiIdTT1Mha1P { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.9995125rem;width:1.9995125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;top:23.186847686767rem;left:6.6560878753663rem; }
#cdk3bEq2CkKNMqtz0LQsIBiL3CARQ28p { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.9995125rem;width:1.9995125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;top:28.488768577576rem;left:6.6560878753663rem; }
#hNLdXw3gexRfGP19AlxUV9iTqafEkyET { 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:3.937175rem;width:3.937175rem;top:11.566569328308rem;left:45.842281341552rem;overflow:hidden;display:block; }
#v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa { position:relative;display:block; }#v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa { background-color: transparent; background-image: none; }#v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa > .row .container > .video-iframe-container { display: none; }#v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa > .row > .video-iframe-container { display: none; }#v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa > .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); }#v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa { border-width: 0; border-radius: 0; }#v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa > .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; }#v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:19.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#l8VyJAsuAuA4X1GM9fyBohEN75smGL2V { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.59375rem;left:0rem;height:11.9401125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E6LyJJG0gfX6GtsayyvUDBcNccXkU7qT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1af6e80d-0412-4f83-9fd1-2b4245f124e6/Projektbeznazwy10.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#E6LyJJG0gfX6GtsayyvUDBcNccXkU7qT.adaptive-delivery-prevent-bg, #E6LyJJG0gfX6GtsayyvUDBcNccXkU7qT.lazyload, #E6LyJJG0gfX6GtsayyvUDBcNccXkU7qT.lazyloading { background-image: none; }#E6LyJJG0gfX6GtsayyvUDBcNccXkU7qT > .row .container { background-color: transparent; background-image: none; }#E6LyJJG0gfX6GtsayyvUDBcNccXkU7qT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6LyJJG0gfX6GtsayyvUDBcNccXkU7qT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6LyJJG0gfX6GtsayyvUDBcNccXkU7qT > .row .container > .video-iframe-container { display: none; }#E6LyJJG0gfX6GtsayyvUDBcNccXkU7qT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6LyJJG0gfX6GtsayyvUDBcNccXkU7qT > .row > .video-iframe-container { display: none; }#E6LyJJG0gfX6GtsayyvUDBcNccXkU7qT > .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); }#E6LyJJG0gfX6GtsayyvUDBcNccXkU7qT > .row .container { border-width: 0; border-radius: 0; }#E6LyJJG0gfX6GtsayyvUDBcNccXkU7qT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E6LyJJG0gfX6GtsayyvUDBcNccXkU7qT > .row .container { font-size:0.875rem;font-family:arial;height:55.625rem;width:60rem;position:relative;display:block; }#OhPVyC3dmVsxEmL1a96gu8ztB7VaFLs6 { color:#ebeff5;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.76204375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DCQLlTHFyqRsaht3lgikalT871sr0WRd { position:absolute;display:block;z-index:15002;background-color:#011b41;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: none;height:39.0625rem;width:18.75rem;top:11.780599117279rem;left:0rem;display:block; }
#QcWmyPFqLdMTePDTPnhiZzITNrQ75FwJ { color:#ebeff5;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:23.637710571289rem;left:3.125rem;height:5.84716875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zpts6SarB34ANgoDvWOzmNNOytkrBvLE { position:absolute;display:block;z-index:15004;background-color:#ed1874;background-image:url("https://images.assets-landingi.com/zOLif15f/arrow_right.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:8.125rem;top:10.125rem;left:5.3125rem;display:block; }#zpts6SarB34ANgoDvWOzmNNOytkrBvLE.adaptive-delivery-prevent-bg, #zpts6SarB34ANgoDvWOzmNNOytkrBvLE.lazyload, #zpts6SarB34ANgoDvWOzmNNOytkrBvLE.lazyloading { background-image: none; }
#PoGt4IuhgsoTNe7m2uwqTq4QKZM8awXO { position:absolute;display:block;z-index:15005;background-color:rgba(0,89,255,0.5);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-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;height:3.3748375rem;width:13.125rem;top:37.316909790039rem;left:2.8125rem;display:block; }
#uBdayyvponl9gIoPi0xVzgIohzdL9CTW { color:#000000;display:block;width:11.875rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:37.947605133057rem;left:3.4375rem;height:2.11263125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cbScwXAgolEyNESZ5ZznwKaMk6cXzbOG { background-color:#ed1874;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:44.3115234375rem;left:1.875rem;display:block; }
#gJmrG6nP33tVcNMBLiVkQgRi1ydmITI2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GLOz1gqc5nWU4tqlVE7K5wcN6MoCM06q { position:absolute;display:block;z-index:15023;background-color:#011b41;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: none;height:31.3125rem;width:18.75rem;top:10.12451171875rem;left:41.25rem;display:block; }
#TdQCmyBsqTzZq52EwNSrPVFF4KDzWipX { background-color:#ed1874;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.125rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:34.243976593017rem;left:43.125rem;display:block; }
#D8zhQ6wkd1HEO1T03nmTrTvmVbD5TyIP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zQO89GpvmvDVN9RrdeVcRT3KaJdwxCPp { color:#ebeff5;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:22.662759780884rem;left:44.375rem;height:9.74525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hegCG6nTCmhu8GJ6x2mLn8QFxJgxBM9I { position:absolute;display:block;z-index:15025;background-color:#ed1874;background-image:url("https://images.assets-landingi.com/zOLif15f/arrow_right.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:8.125rem;top:10.125rem;left:46.5625rem;display:block; }#hegCG6nTCmhu8GJ6x2mLn8QFxJgxBM9I.adaptive-delivery-prevent-bg, #hegCG6nTCmhu8GJ6x2mLn8QFxJgxBM9I.lazyload, #hegCG6nTCmhu8GJ6x2mLn8QFxJgxBM9I.lazyloading { background-image: none; }
#M03K15FwEtC8pEQxLF0109mF29CuF8bG { position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-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:30.25rem;width:18.75rem;top:8.37483215332rem;left:20.625rem;display:block; }
#XqssgKfpf3yI3aJvOhuxWyUgak6rMTXl { color:#ebeff5;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:23.6376953125rem;left:23.75rem;height:9.74525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d5SZ1fOeQQTyxEbm8k8QBPznbVzhSfIt { position:absolute;display:block;z-index:15025;background-color:#ed1874;background-image:url("https://images.assets-landingi.com/zOLif15f/arrow_right.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:8.125rem;top:8.375rem;left:25.9375rem;display:block; }#d5SZ1fOeQQTyxEbm8k8QBPznbVzhSfIt.adaptive-delivery-prevent-bg, #d5SZ1fOeQQTyxEbm8k8QBPznbVzhSfIt.lazyload, #d5SZ1fOeQQTyxEbm8k8QBPznbVzhSfIt.lazyloading { background-image: none; }
#Uon1mXP9uX5IolyIyCsFTJdCwLmTqTML { background-color:#ed1874;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.125rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:32.676593780517rem;left:22.5rem;display:block; }
#aQqf4vSpygWi8eUaAypGt9gU1FbPICV5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dRHWIKqWHVK6K9sGqlZyNTGTzXcE4vfk { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:30.603042602539rem;left:3.125rem;height:6.4981875rem;display:block; }
#JgaEPIglSMzzsSgmKqR3XW6k4uwvhF2q { position:absolute;display:block;z-index:15050;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.561875rem;width:12.561875rem;top:11.780598640442rem;left:3.09326171875rem;overflow:hidden;display:block; }
#aQW0ky0EMsh5SFpg4ePMJEzOFGToGv43 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:41.68701171875rem;left:2.8125rem;height:2.111rem;display:block; }
#v829os6pZ1haIcO0MidecemkR56oHoaz { position:absolute;display:block;z-index:15051;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.5rem;width:12.5rem;top:10.12451171875rem;left:23.75rem;overflow:hidden;display:block; }
#tDmemA9dbEBHKOvhVx6U2TRmgxelGLdx { position:absolute;display:block;z-index:15052;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.5rem;width:12.5rem;top:11.780598878861rem;left:44.375rem;overflow:hidden;display:block; }
#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row .container { background-color: transparent; background-image: none; }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row .container > .video-iframe-container { display: none; }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row > .video-iframe-container { display: none; }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .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); }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row .container { border-width: 0; border-radius: 0; }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row .container { font-size:0.875rem;font-family:arial;height:10.3125rem;width:60rem;position:relative;display:block; }#Whnak8McmIuSahQO2hemdGnlORBFtGlr { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.59375rem;left:0rem;height:4.87305rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ylfiEtdlGlke9LetxImXMoQS6mCbWcbx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1e429161-4a9a-4caf-a4b2-748f0019b4b0/Projektbeznazwy11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ylfiEtdlGlke9LetxImXMoQS6mCbWcbx.adaptive-delivery-prevent-bg, #ylfiEtdlGlke9LetxImXMoQS6mCbWcbx.lazyload, #ylfiEtdlGlke9LetxImXMoQS6mCbWcbx.lazyloading { background-image: none; }#ylfiEtdlGlke9LetxImXMoQS6mCbWcbx > .row .container { background-color: transparent; background-image: none; }#ylfiEtdlGlke9LetxImXMoQS6mCbWcbx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylfiEtdlGlke9LetxImXMoQS6mCbWcbx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylfiEtdlGlke9LetxImXMoQS6mCbWcbx > .row .container > .video-iframe-container { display: none; }#ylfiEtdlGlke9LetxImXMoQS6mCbWcbx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylfiEtdlGlke9LetxImXMoQS6mCbWcbx > .row > .video-iframe-container { display: none; }#ylfiEtdlGlke9LetxImXMoQS6mCbWcbx > .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); }#ylfiEtdlGlke9LetxImXMoQS6mCbWcbx > .row .container { border-width: 0; border-radius: 0; }#ylfiEtdlGlke9LetxImXMoQS6mCbWcbx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ylfiEtdlGlke9LetxImXMoQS6mCbWcbx > .row .container { font-size:0.875rem;font-family:arial;height:94.625rem;width:60rem;position:relative;display:block; }#h5dQiL8DCNGTiVi8sPZmTW5BlaNATM9A { color:#dbe2eb;display:block;width:57.9996875rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.6;letter-spacing:0;top:4.81201171875rem;left:0.99934959411619rem;height:5.2002rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd .widget-form-header {  }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.875rem;font-weight:bold;color:#000000;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd .widget-input-text {padding-top: 0; padding-bottom: 0;}#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:lato;font-size:0.875rem;overflow:hidden; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd .widget-input-select {padding-top: 0; padding-bottom: 0;}#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ed1874;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:17.5rem;height:3.4375rem;font-family:lato;overflow:hidden; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:lato;font-size:0.875rem; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:lato;font-size:0.875rem; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:lato;font-size:0.875rem; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:lato;font-size:0.875rem; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.0625rem;overflow:hidden;font-style:normal; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:lato;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd .widget-container:first-of-type{padding-top:0;}#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd .widget-container:last-of-type{padding-bottom:0;}#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.997233390808rem;left:19.999185562134rem; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd {display:block;}#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.997233390808rem;left:19.999185562134rem; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #g8bgAg94bx5MlRrxbffEwLpv4bmKRg8Q { position:relative; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #WqvvGi6GiH0kOx9cGuZwkeo8VTlMPhRh { position:relative;display:block; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #bbxKqMKrEyelzc0U4tcX4DAlTIEM9xHC { position:relative; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #az481UAFsK2Ji54HV71H2XHRClNvXHkH { position:relative; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #VQiCOsiHCipbVnPhXEOIIPKBPC7Lw4l3 { position:relative;display:block; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #UvQb9BcDlh31lGTbaLKmbrrV7LLoRsQf { position:relative; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #qOuST4VTXCpVohwS4tV6Uw2SJc5ahxPm { position:relative; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #fxP9qxR8bGrbSTnFIeOg8lxr3RUN1vgE { position:relative;display:block; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #clzt5RVpp09clns2FvMnwLCiXnBT6o0I { position:relative; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #t0PTOB6xJ1NQgDE2pi13Etno5WJCtaSu { position:relative; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #TP47fWUvP7yowOn6q46iK97wsu5NlOHM { position:relative;display:block; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #vQHiSATcJKaeWUW3QRz6c8E4bCAx4rHL { position:relative; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #MLzkgnPMNCdtmO8yqhAS644F1GfDkgoD { position:relative; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #RMeiG0mVcsIsiEoaC2RJdHq06OUys2T4 { position:relative;display:block; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #iLIi66bRfR2TSgxzG4fqK4iobPLFAnNd { position:relative; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #cZ9wQKDn8NWVs5LypP1HT43VlyqJh3zH { position:relative; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #KnFrlKr1ThXrC8ro9TeAT0TTDt7RdwSC { position:relative;display:block; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #gZnHdcryhIhFa6Ul2uoSyZSIXEvAMkow { position:relative; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #VmsASHCR6DApVsFhiu4IGDWEeTJuHu92 { position:relative; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #zPooILltU7NW26RzNn5arHMAtLPOzI4c { position:relative;z-index:2; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #h4Wsg7QhsmbDWTzzTmTrdBA1xtA4nocV { position:relative; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #FwbJKEmeC5pRcoHPsk2ZsUFTlQMz5sAB { position:relative; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #wWDSOpHDOJ0kNFLmyKe2uCRWJTFakV19 { position:relative;z-index:2; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #qrNUUFic6rRh706oBI17tMsewZ8ESs3F { position:relative; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #SUqlrsD9J6kTzaui96PNxLxtAwhMqBqU { position:relative; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #aTOJNmxJMI1JqFWoXRQfvE4b5LJIDi6C { position:relative;z-index:2; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #GInGhiZaUR1EJWDH6Gr82oFpoO25bGu3 { position:relative; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #dgT5sqWqp7xpISTpbTsnZzAAfart7d3T { position:relative; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #Gwc9WimMEMWHbtTTVusXyxgSxJR1z8zJ { position:relative;z-index:2; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #KnayOGUCPQlkdbUEqM9Vf6VoOh8bTdaC { position:relative; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #AqTVG72MLgPu6wT1ThmDM9m35T0aRztn { position:relative;display:block;z-index:15000; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #T2aVDTtTDnJ5Xs61L2eO9CBBvOeNLW9w { position:relative;display:block;z-index:15000; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #NuV4Fa1f7v53GD6LkVhohS3KmAMOM4tP { position:relative;display:block;z-index:15000; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #SJ66TvfoNy3l010JrX5h2vyx0Q9E4tAc { position:relative;display:block;z-index:15000; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #R0XEr4nd7q8z589CaGWmccqE1BPJIo0M { position:relative; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #BOQn7ByHLUMHnZyAg9T55KRG360pLqbZ { position:relative; }
#JgLmZlW6ZNC1ESolRqCdEStTWl0JAcrg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000814;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#JgLmZlW6ZNC1ESolRqCdEStTWl0JAcrg > .row .container { background-color: transparent; background-image: none; }#JgLmZlW6ZNC1ESolRqCdEStTWl0JAcrg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JgLmZlW6ZNC1ESolRqCdEStTWl0JAcrg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JgLmZlW6ZNC1ESolRqCdEStTWl0JAcrg > .row .container > .video-iframe-container { display: none; }#JgLmZlW6ZNC1ESolRqCdEStTWl0JAcrg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JgLmZlW6ZNC1ESolRqCdEStTWl0JAcrg > .row > .video-iframe-container { display: none; }#JgLmZlW6ZNC1ESolRqCdEStTWl0JAcrg > .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); }#JgLmZlW6ZNC1ESolRqCdEStTWl0JAcrg > .row .container { border-width: 0; border-radius: 0; }#JgLmZlW6ZNC1ESolRqCdEStTWl0JAcrg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JgLmZlW6ZNC1ESolRqCdEStTWl0JAcrg > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:60rem;position:relative;display:block; }#dSL43FbhE5Er5GmcUbHLRXf4UMpKra7T { color:#0059ff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.375rem;left:1.2810707092285rem;height:1.29964375rem;font-style:normal;display:block; }
#lm8Ck4e7Cevzn2XvAGEOOTsimI9XZc67 { color:#0059ff;display:block;width:7.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.2498168945312rem;left:14.749645233154rem;height:1.29964375rem;font-style:normal;display:block; }
#rvp00Q8BxyLspNEZ9xR2xTKCn4eOWlx1 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.3121490478516rem;left:1.2810707092285rem;height:1.4615875rem;font-style:normal;display:block; }
#hAfmmhUmx5yhFkTEW98XhdAKKuJ1Kibe { color:#ffffff;display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.1868515014649rem;left:14.749347686767rem;height:2.923175rem;font-style:normal;display:block; }
#DSdwZmhs92ariUrJ2AyFoK0fCDevdye5 { position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.3);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: none;height:2.625rem;width:0.0625rem;top:1.8125rem;left:0rem;display:block; }
#slUwa2TodGPFKK6NJvyHdTStOWCxsCQw { position:absolute;display:block;z-index:15004;background-color:rgba(255,255,255,0.3);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: none;height:2.625rem;width:0.0625rem;top:1.8125rem;left:24rem;display:block; }
#wIU0dWt5LFyOa8V2z2r4GUBipvqeZHCB { position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.3);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: none;height:2.625rem;width:0.0625rem;top:1.8125rem;left:13.5rem;display:block; }
#QbpmwqU52sAvOC2L949MD4pnTKgCkZsg { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.3125rem;left:25.28125rem;height:3.2487rem;display:block; }
#tFpq5T0rgqbukZrLfkSsBQGkrDpcuOKb { position:absolute;display:block;z-index:14995;background-color:#001333;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0059ff;border-left:0.0625rem solid #0059ff;border-right:0.0625rem solid #0059ff;border-bottom:0.0625rem solid #0059ff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:4.5rem;top:0.5625rem;left:40.312496185302rem;display:block; }
#rQPK8JwsrKoGH4oot6QApcGBNCAmRKvi { position:absolute;display:block;z-index:14998;background-color:#001333;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0059ff;border-left:0.0625rem solid #0059ff;border-right:0.0625rem solid #0059ff;border-bottom:0.0625rem solid #0059ff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:4.5rem;top:0.5625rem;left:45.312496185302rem;display:block; }
#I5m7QJqu0Kp5JaKaddJIDhMnLJrzHfqo { position:absolute;display:block;z-index:14997;background-color:#001333;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0059ff;border-left:0.0625rem solid #0059ff;border-right:0.0625rem solid #0059ff;border-bottom:0.0625rem solid #0059ff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:4.5rem;top:0.5rem;left:50.312496185302rem;display:block; }
#hnDhIqsfTKvafhfoSMcxIbW1eIdekIsD { position:absolute;display:block;z-index:14996;background-color:#001333;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0059ff;border-left:0.0625rem solid #0059ff;border-right:0.0625rem solid #0059ff;border-bottom:0.0625rem solid #0059ff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:4.5rem;top:0.5rem;left:55.375rem;display:block; }
#rJzeal7b742CM1m7mNcWC3Wwb35UWzQN .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; }
#rJzeal7b742CM1m7mNcWC3Wwb35UWzQN .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;color:#ffffff;padding-top:0.531875rem;padding-right:0.464375rem;padding-bottom:0.531875rem;padding-left:0.464375rem;display:block;align-items:center;width:2.788125rem;min-width:2.788125rem;height:2.8575rem;position:relative;font-family:"open sans";font-size:2.126875rem;font-weight:700;line-height:45.72px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rJzeal7b742CM1m7mNcWC3Wwb35UWzQN .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3325rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.7175rem;height:1.13rem;position:relative;font-family:"open sans";font-size:0.7975rem;font-weight:400;line-height:18.08px;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; }
#rJzeal7b742CM1m7mNcWC3Wwb35UWzQN { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:18.875rem;height:5.38375rem;padding-top:0.664375rem;padding-right:0.66375rem;padding-bottom:0.664375rem;padding-left:0.66375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:39.6875rem;z-index:14999; }
#rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #VxQDXyHtvb0fuykvPmRkmOAwL5ZdPOrQ { display:flex;position:relative;top:0rem;left:0rem; }
#rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #ZaGtR2giTPbVQDQt1hxTsuSTUCbpU0OR { width:auto; }
#rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #Q37Du3ZR1pk96yBkqOmNQOupMst9iz06 {  }
#rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #JqeibqyOb6T8fTslXpMtGF7g5vIb5Npx { display:flex;position:relative;top:0rem;left:0rem; }
#rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #EPMn4pQOfWLUoSZsk0RO1S9Bw0wToPBC {  }
#rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #HI5zNhAwlIhB3A3Nr3OGZ9bdifvpqGsX {  }
#rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #RTTU0rmIlfuiJXqpfvoNpgCdVituOJkl { display:flex;position:relative;top:0rem;left:0rem; }
#rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #AwAkcznZD55KefZhufA0zGeUaS8lEa2s {  }
#rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #DCw1oklZqfLUIZ36Pa9Db9Kx5FcJUV29 {  }
#rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #kcaEv5lfBRpOHkQHn89Kwla0hhAvHEV4 { display:flex;position:relative;top:0rem;left:0rem; }
#rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #JwnC4IrP08Mfi64gwikHUgIvgiTuDl1c {  }
#rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #llZPwA9HqyQNp1A7HwUWudoHXio4JNqe {  }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s { display:block; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a78xi6MTx1GxLsKnC0ummnIAdJe8ewGw { width:47.75rem;height:10.5625rem;top:10.1875rem;left:0rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNcwxqG6S7zANeUZWIiHKXmLdkk2icUN { width:37.5625rem;height:4.375rem;top:21.9375rem;left:5.3113613128662rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySETyNTcDaJCTa8NPswO0SsvgqU6xa7k { width:15rem;height:3.1875rem;top:31.75rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3mkDzJehTeDGNpTALd0q31CRtySUILJ { display:block; }
 }@media only screen and (max-width: 763px) { #rvUZ0JmKHeTrZ4Gi0QMtd0M6GuMeDsP9 { top:0rem;left:14.154134750366rem;width:19.875rem;height:13.208089731251rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh { display:block; }#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rTUkao1MK7Srnad3ysohprNQIsEaiReC { width:47.75rem;height:24.625rem;top:2rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa { display:block; }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PPob8uIdnPWDGzutFxSe8inPDMEa1wUT { width:2.5rem;height:4.25rem;top:1.25rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNTTfJcJukZBOdyLuFs2CfUaE9MoWBqw { width:12.5rem;height:1.5625rem;top:7.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGVdb7uaBxzGmhkeCCg4rzvVm2K0Ax9g { width:11.6875rem;height:8.5rem;top:10rem;left:0.12321090698242rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kE64DXlpeFNMJTJmIJ7fE5WIw4tH2Uxu { width:3.0625rem;height:3.4375rem;top:1.625rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcSJlXhvrNwfBmLRDOiOxpEi5ShCgNH0 { width:12.25rem;height:11.875rem;top:10rem;left:11.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyapZ13KfCAiTLqV4NMT4rhKHx1lZGCp { width:12.5rem;height:1.5625rem;top:7.5625rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwtkCvVmLOm445A7oCTunf0SO4ZxZ4DT { width:2.5rem;height:4.25rem;top:1.25rem;left:15.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJ1V45rPIVXQ9Nb07uf70Z68q4zU7uHp { width:12.5rem;height:1.5625rem;top:7.5625rem;left:23.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqEvW2nP79Im7RcCzsRgiadLoLOEfTi6 { width:2.5rem;height:4.25rem;top:1.25rem;left:27.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7R9SDmTUlHhMANbprfCHSkyMpJTLyNX { width:11.875rem;height:8.5rem;top:10rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckHpPOseVHnu6k0UoeUiaKRhST2UFu0r { width:12.375rem;height:6.75rem;top:10rem;left:35.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yH3JaShEdznD8rpaDNaVcgZUaotK5bbi { width:12.5rem;height:1.5625rem;top:7.5625rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3m4cgQeTWL7O15SiMyav2Fvyt8b5Hcs { width:2.5rem;height:4.25rem;top:1.25rem;left:39.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6zZTLwdxM7y19tD8Q9y1S6hCOZg8WHR { width:3.625rem;height:3.4375rem;top:1.625rem;left:40.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5PPmnFwSAXDWV2AwBFCTTd9MoiZOg4B { width:3.8125rem;height:2.4375rem;top:2.125rem;left:16.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #amgekvBebXXnPdLp8cQ6mrh9ryPh5v4q { width:3.125rem;height:3.125rem;top:1.8125rem;left:28.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 { display:block; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iNk9yyVNeVNPThlJwpTfhcA6BcGxPIBS { width:29.0625rem;height:4.0625rem;top:2.0625rem;left:18.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqPHuW1fyh5pCQ0gZr2i2wBmX77JHelZ { width:28.5625rem;height:0.0625rem;top:6.8125rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #brAmoJhWe4SxAK2aR3UnbsoZ2fPeERqh { width:28.5rem;height:15.25rem;top:8.1875rem;left:19.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vm7dUU9oOGbLlBgNgKfNJBP1OAhA0Poz { width:4.25rem;height:0.1875rem;top:6.75rem;left:21.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8FSPr7P1yndNMv0uuvag9K9qAZrb4qb { top:3.0625rem;left:0rem;width:22.75rem;height:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mk9gNlzCQMbprAOviZ1UpLwtmr1mLJpI { display:block; }#mk9gNlzCQMbprAOviZ1UpLwtmr1mLJpI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Du8D7Kdan9JWhSsgc3N9H7KvinJ7gCTx { width:29.0625rem;height:4.0625rem;top:2rem;left:18.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSZQxVKpZecIHDU3NPfz4UUvIcVkkFcy { width:28.5625rem;height:0.0625rem;top:6.8125rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ov1zWmQB31o2iS5qlw8pLooz4zZINBiA { width:28.5rem;height:27.1875rem;top:8.5625rem;left:19.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rgmzmh2F6HSSeGSWWhP4Dp4DZ633B5xO { width:4.25rem;height:0.1875rem;top:6.75rem;left:21.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgxhewtkPNHquCmT7b62MHyVOpqMbkGr { top:3.0625rem;left:0rem;width:22.75rem;height:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q { display:block; }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xxs6tLTU1pib9yPfT1RsD9bRclQU9voa { width:47.75rem;height:2.75rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVk83UVkhfXq6EasLmJOv5aQDu0vNy6n { display:block; }#WVk83UVkhfXq6EasLmJOv5aQDu0vNy6n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BiXuttGKIix6tTTTXKVBqGPwsqHWIXZS { width:20.625rem;height:13.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPTAp2tTad2yulFRFX8fcVvwhrnnXeZM { width:16.125rem;height:1.75rem;top:1.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETNJBZTKTTNDvUnhGcwyCN8ZNb37Fiob { width:16.25rem;height:0.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3ubut2ZAG4LqhBc4V7IH0w4NGRr2DfR { width:0.625rem;height:5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJwp3PtD9ZnrTe8KtW8fM7cHx37k4nnG { width:0.625rem;height:8.125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qP7oKI0mqQRn3X5PccPHoCUFEwWu5Oxi { width:16.4375rem;height:3.75rem;top:7.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocNaU2KxO60VwtgcvlaUQ1wVfHp2ToHy { width:3.25rem;height:3.25rem;top:4.875rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5K7naPO7IcULZ2Pwc6tvcf16aBT98ck { width:16.25rem;height:0.0625rem;top:6.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oB2iTh6V45sTtXNT9fm2v3iMviczSuq2 { width:0.125rem;height:14.625rem;top:0rem;left:23.281087875366rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHVNGTCrt5nuPgTdTWzng56vAGMR6XdN { width:1.8125rem;height:1.8125rem;top:5.5rem;left:22.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHcSCW0Nco4qyMt0K0y5HwDvg8mt7AgX { width:9.5rem;height:16.5625rem;top:15.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqnG9s9FKKIAoSLDocO9vFoW76lT6VgS { width:15rem;height:3.125rem;top:58rem;left:16.374185562134rem;display:block; }
 }@media only screen and (max-width: 763px) { #iChM1651FTLPOFpKubKxTbKCKVtqEqub { display:block; }
 }@media only screen and (max-width: 763px) { #Vx4KnbAiTZNbnCkzw4li2cp2t10ltxqV { width:25.9375rem;height:;top:3.4375rem;left:21.8125rem;font-size:1.25rem;display:block; }#Vx4KnbAiTZNbnCkzw4li2cp2t10ltxqV li:before{  }
 }@media only screen and (max-width: 763px) { #qNWPO5SlpOgOue3rQflcWXMaZKibWP6d { width:47.75rem;height:32.375rem;top:23.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp { display:block; }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Of5VrZZVmqaUnwfATvmWUkHHiPSzndrT { width:23.75rem;height:7.625rem;top:3.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvuxDxLGhWkqTucRQhgzhptKalEDvqZT { width:23.75rem;height:3.1875rem;top:14.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0I7nFOZn6GCSLAEN4kgcsLTWA7y1B27 { width:26.5625rem;height:13.125rem;top:21.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8xEG9USpSRpNyaGpLme0xM6gVVzaD5Q { width:15.625rem;height:1.9375rem;top:23.125rem;left:3.7496738433838rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxduhVs6P1JZuyeIL11BTIUs0ksLV0p1 { width:15.625rem;height:3.9375rem;top:26.375rem;left:3.7496757507324rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLzFwO077prZ7kM1gv5aSdSJ3Jrg6UvD { width:32.375rem;height:24.9375rem;top:2.9375rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbcihiACdMtBI2cRFHTzGr5mziPB46CU { width:4.375rem;height:4.375rem;top:11.5625rem;left:36.4677734375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylAfQf3fsn7OmZ3AlTUcZPGFirTI3ADx { width:9.5rem;height:0.625rem;top:2.375rem;left:32.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGhydSvMQvXfxPCAtG1QxiIdTT1Mha1P { width:1.9375rem;height:1.9375rem;top:23.125rem;left:0.53108787536621rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdk3bEq2CkKNMqtz0LQsIBiL3CARQ28p { width:1.9375rem;height:1.9375rem;top:28.4375rem;left:0.53108787536621rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNLdXw3gexRfGP19AlxUV9iTqafEkyET { top:11.5625rem;left:39.717281341552rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa { display:block; }#v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l8VyJAsuAuA4X1GM9fyBohEN75smGL2V { width:47.75rem;height:11.9375rem;top:2.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6LyJJG0gfX6GtsayyvUDBcNccXkU7qT { display:block; }#E6LyJJG0gfX6GtsayyvUDBcNccXkU7qT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OhPVyC3dmVsxEmL1a96gu8ztB7VaFLs6 { width:47.75rem;height:2.75rem;top:3.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCQLlTHFyqRsaht3lgikalT871sr0WRd { width:18.75rem;height:39.0625rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcWmyPFqLdMTePDTPnhiZzITNrQ75FwJ { width:12.5rem;height:5.8125rem;top:23.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpts6SarB34ANgoDvWOzmNNOytkrBvLE { width:8.125rem;height:0.625rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoGt4IuhgsoTNe7m2uwqTq4QKZM8awXO { width:13.125rem;height:3.3125rem;top:37.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBdayyvponl9gIoPi0xVzgIohzdL9CTW { width:11.875rem;height:2.0625rem;top:37.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbScwXAgolEyNESZ5ZznwKaMk6cXzbOG { width:15rem;height:3.125rem;top:44.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJmrG6nP33tVcNMBLiVkQgRi1ydmITI2 { display:block; }
 }@media only screen and (max-width: 763px) { #GLOz1gqc5nWU4tqlVE7K5wcN6MoCM06q { width:18.75rem;height:31.3125rem;top:10.0625rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdQCmyBsqTzZq52EwNSrPVFF4KDzWipX { width:15rem;height:3.125rem;top:34.1875rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8zhQ6wkd1HEO1T03nmTrTvmVbD5TyIP { display:block; }
 }@media only screen and (max-width: 763px) { #zQO89GpvmvDVN9RrdeVcRT3KaJdwxCPp { width:12.5rem;height:9.6875rem;top:22.625rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hegCG6nTCmhu8GJ6x2mLn8QFxJgxBM9I { width:8.125rem;height:0.625rem;top:10.125rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M03K15FwEtC8pEQxLF0109mF29CuF8bG { width:18.75rem;height:30.25rem;top:8.3125rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqssgKfpf3yI3aJvOhuxWyUgak6rMTXl { width:12.5rem;height:7.75rem;top:23.625rem;left:17.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5SZ1fOeQQTyxEbm8k8QBPznbVzhSfIt { width:8.125rem;height:0.625rem;top:8.375rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uon1mXP9uX5IolyIyCsFTJdCwLmTqTML { width:15rem;height:3.125rem;top:32.625rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQqf4vSpygWi8eUaAypGt9gU1FbPICV5 { display:block; }
 }@media only screen and (max-width: 763px) { #dRHWIKqWHVK6K9sGqlZyNTGTzXcE4vfk { top:30.5625rem;left:0rem;width:12.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgaEPIglSMzzsSgmKqR3XW6k4uwvhF2q { top:11.75rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQW0ky0EMsh5SFpg4ePMJEzOFGToGv43 { top:41.625rem;left:0rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v829os6pZ1haIcO0MidecemkR56oHoaz { top:10.0625rem;left:17.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDmemA9dbEBHKOvhVx6U2TRmgxelGLdx { top:11.75rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 { display:block; }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Whnak8McmIuSahQO2hemdGnlORBFtGlr { width:47.75rem;height:4.8125rem;top:2.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylfiEtdlGlke9LetxImXMoQS6mCbWcbx { display:block; }#ylfiEtdlGlke9LetxImXMoQS6mCbWcbx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h5dQiL8DCNGTiVi8sPZmTW5BlaNATM9A { width:47.75rem;height:5.1875rem;top:4.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd .widget-input-text {padding-top: 0; padding-bottom: 0;}#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd .widget-input-select {padding-top: 0; padding-bottom: 0;}#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd  { width:17.5rem;height:70.5625rem;top:12.9375rem;left:13.874185562134rem; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd {display:block;}#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd { width:17.5rem;height:70.5625rem;top:12.9375rem;left:13.874185562134rem; }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #g8bgAg94bx5MlRrxbffEwLpv4bmKRg8Q {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #WqvvGi6GiH0kOx9cGuZwkeo8VTlMPhRh {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #bbxKqMKrEyelzc0U4tcX4DAlTIEM9xHC {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #az481UAFsK2Ji54HV71H2XHRClNvXHkH {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #VQiCOsiHCipbVnPhXEOIIPKBPC7Lw4l3 { display:block; }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #UvQb9BcDlh31lGTbaLKmbrrV7LLoRsQf {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #qOuST4VTXCpVohwS4tV6Uw2SJc5ahxPm {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #fxP9qxR8bGrbSTnFIeOg8lxr3RUN1vgE {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #clzt5RVpp09clns2FvMnwLCiXnBT6o0I {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #t0PTOB6xJ1NQgDE2pi13Etno5WJCtaSu {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #TP47fWUvP7yowOn6q46iK97wsu5NlOHM {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #vQHiSATcJKaeWUW3QRz6c8E4bCAx4rHL {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #MLzkgnPMNCdtmO8yqhAS644F1GfDkgoD {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #RMeiG0mVcsIsiEoaC2RJdHq06OUys2T4 {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #iLIi66bRfR2TSgxzG4fqK4iobPLFAnNd {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #cZ9wQKDn8NWVs5LypP1HT43VlyqJh3zH {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #KnFrlKr1ThXrC8ro9TeAT0TTDt7RdwSC {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #gZnHdcryhIhFa6Ul2uoSyZSIXEvAMkow {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #VmsASHCR6DApVsFhiu4IGDWEeTJuHu92 {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #zPooILltU7NW26RzNn5arHMAtLPOzI4c {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #h4Wsg7QhsmbDWTzzTmTrdBA1xtA4nocV {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #FwbJKEmeC5pRcoHPsk2ZsUFTlQMz5sAB {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #wWDSOpHDOJ0kNFLmyKe2uCRWJTFakV19 {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #qrNUUFic6rRh706oBI17tMsewZ8ESs3F {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #SUqlrsD9J6kTzaui96PNxLxtAwhMqBqU {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #aTOJNmxJMI1JqFWoXRQfvE4b5LJIDi6C {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #GInGhiZaUR1EJWDH6Gr82oFpoO25bGu3 {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #dgT5sqWqp7xpISTpbTsnZzAAfart7d3T {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #Gwc9WimMEMWHbtTTVusXyxgSxJR1z8zJ {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #KnayOGUCPQlkdbUEqM9Vf6VoOh8bTdaC {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #AqTVG72MLgPu6wT1ThmDM9m35T0aRztn {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #T2aVDTtTDnJ5Xs61L2eO9CBBvOeNLW9w {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #NuV4Fa1f7v53GD6LkVhohS3KmAMOM4tP {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #SJ66TvfoNy3l010JrX5h2vyx0Q9E4tAc {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #R0XEr4nd7q8z589CaGWmccqE1BPJIo0M {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #BOQn7ByHLUMHnZyAg9T55KRG360pLqbZ {  }
 }@media only screen and (max-width: 763px) { #JgLmZlW6ZNC1ESolRqCdEStTWl0JAcrg { display:block; }#JgLmZlW6ZNC1ESolRqCdEStTWl0JAcrg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dSL43FbhE5Er5GmcUbHLRXf4UMpKra7T { width:12.5rem;height:1.25rem;top:1.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lm8Ck4e7Cevzn2XvAGEOOTsimI9XZc67 { width:7.6875rem;height:1.25rem;top:1.1875rem;left:8.6243476867675rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvp00Q8BxyLspNEZ9xR2xTKCn4eOWlx1 { width:12.5rem;height:1.4375rem;top:3.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAfmmhUmx5yhFkTEW98XhdAKKuJ1Kibe { width:7.5625rem;height:2.9375rem;top:3.125rem;left:8.6243476867675rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSdwZmhs92ariUrJ2AyFoK0fCDevdye5 { width:0.0625rem;height:2.625rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #slUwa2TodGPFKK6NJvyHdTStOWCxsCQw { width:0.0625rem;height:2.625rem;top:1.8125rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIU0dWt5LFyOa8V2z2r4GUBipvqeZHCB { width:0.0625rem;height:2.625rem;top:1.8125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbpmwqU52sAvOC2L949MD4pnTKgCkZsg { width:12.5rem;height:3.1875rem;top:2.25rem;left:19.15576171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFpq5T0rgqbukZrLfkSsBQGkrDpcuOKb { width:4.5rem;height:5.75rem;top:0.5625rem;left:34.187496185302rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQPK8JwsrKoGH4oot6QApcGBNCAmRKvi { width:4.5rem;height:5.75rem;top:0.5625rem;left:39.187496185302rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5m7QJqu0Kp5JaKaddJIDhMnLJrzHfqo { width:4.5rem;height:5.75rem;top:0.5rem;left:43.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnDhIqsfTKvafhfoSMcxIbW1eIdekIsD { width:4.5rem;height:5.75rem;top:0.5rem;left:43.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJzeal7b742CM1m7mNcWC3Wwb35UWzQN .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rJzeal7b742CM1m7mNcWC3Wwb35UWzQN .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; }
#rJzeal7b742CM1m7mNcWC3Wwb35UWzQN .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; }
#rJzeal7b742CM1m7mNcWC3Wwb35UWzQN { display:flex;width:18rem;height:5.0625rem;top:0rem;left:27.5rem; }
 }@media only screen and (max-width: 763px) { #rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #VxQDXyHtvb0fuykvPmRkmOAwL5ZdPOrQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #ZaGtR2giTPbVQDQt1hxTsuSTUCbpU0OR {  }
 }@media only screen and (max-width: 763px) { #rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #Q37Du3ZR1pk96yBkqOmNQOupMst9iz06 {  }
 }@media only screen and (max-width: 763px) { #rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #JqeibqyOb6T8fTslXpMtGF7g5vIb5Npx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #EPMn4pQOfWLUoSZsk0RO1S9Bw0wToPBC {  }
 }@media only screen and (max-width: 763px) { #rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #HI5zNhAwlIhB3A3Nr3OGZ9bdifvpqGsX {  }
 }@media only screen and (max-width: 763px) { #rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #RTTU0rmIlfuiJXqpfvoNpgCdVituOJkl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #AwAkcznZD55KefZhufA0zGeUaS8lEa2s {  }
 }@media only screen and (max-width: 763px) { #rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #DCw1oklZqfLUIZ36Pa9Db9Kx5FcJUV29 {  }
 }@media only screen and (max-width: 763px) { #rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #kcaEv5lfBRpOHkQHn89Kwla0hhAvHEV4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #JwnC4IrP08Mfi64gwikHUgIvgiTuDl1c {  }
 }@media only screen and (max-width: 763px) { #rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #llZPwA9HqyQNp1A7HwUWudoHXio4JNqe {  }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s { background-color:#cccccc;background-image:url("https://images.assets-landingi.com/uc/1e429161-4a9a-4caf-a4b2-748f0019b4b0/Projektbeznazwy11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s.adaptive-delivery-prevent-bg, #fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s.lazyload, #fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s.lazyloading { background-image: none; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container { background-color: transparent; background-image: none; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container > .video-iframe-container { display: none; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row > .video-iframe-container { display: none; }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .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); }#fnOytfUMEWBzrqLtGPvGUrE4xkRzqQ6s > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a78xi6MTx1GxLsKnC0ummnIAdJe8ewGw { width:18.3121875rem;height:17.84746875rem;top:12.1875rem;left:0.84309893846512rem;text-align:center;text-align-last:center;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNcwxqG6S7zANeUZWIiHKXmLdkk2icUN { width:20rem;height:8.8020625rem;top:32.4365234375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ySETyNTcDaJCTa8NPswO0SsvgqU6xa7k { width:15rem;height:3.18685rem;top:43.18603515625rem;left:2.4999999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3mkDzJehTeDGNpTALd0q31CRtySUILJ { display:block; }
 }@media only screen and (max-width: 763px) { #rvUZ0JmKHeTrZ4Gi0QMtd0M6GuMeDsP9 { width:12.1875rem;height:8.125rem;top:3.4375rem;left:3.9062498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh { display:block; }#iJbZWqtfXzgOu0ThsXoBhTdf0QeawUJh > .row .container { width:20rem;height:70.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rTUkao1MK7Srnad3ysohprNQIsEaiReC { width:18.1875rem;height:65.992875rem;top:1.3118476867676rem;left:0.99951165914537rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa { display:block; }#JoXN54wxl9N3N34cXoyb4U2RUfDfB0wa > .row .container { width:20rem;height:64.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PPob8uIdnPWDGzutFxSe8inPDMEa1wUT { width:2.5rem;height:4.249675rem;top:3.6555988788605rem;left:7.4999997019769rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNTTfJcJukZBOdyLuFs2CfUaE9MoWBqw { width:12.5rem;height:1.29964375rem;top:9.0616862773894rem;left:3.7499997019767rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bGVdb7uaBxzGmhkeCCg4rzvVm2K0Ax9g { width:16.624375rem;height:4.4995125rem;top:11.123867034912rem;left:1.1246744990349rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #kE64DXlpeFNMJTJmIJ7fE5WIw4tH2Uxu { width:3.0623375rem;height:3.4375rem;top:4.0616862773895rem;left:8.468424499035rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcSJlXhvrNwfBmLRDOiOxpEi5ShCgNH0 { width:16.375rem;height:7.4991875rem;top:26.125rem;left:1.25rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TyapZ13KfCAiTLqV4NMT4rhKHx1lZGCp { width:12.5rem;height:1.29964375rem;top:24.125rem;left:3.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CwtkCvVmLOm445A7oCTunf0SO4ZxZ4DT { width:2.5rem;height:4.25rem;top:18.625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJ1V45rPIVXQ9Nb07uf70Z68q4zU7uHp { width:12.5rem;height:1.29964375rem;top:40.749509811401rem;left:3.7499997019767rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nqEvW2nP79Im7RcCzsRgiadLoLOEfTi6 { width:2.5rem;height:4.249675rem;top:35.498859405517rem;left:7.4999997019769rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7R9SDmTUlHhMANbprfCHSkyMpJTLyNX { width:17.0621875rem;height:4.4995125rem;top:42.812496185302rem;left:1.4672850966454rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ckHpPOseVHnu6k0UoeUiaKRhST2UFu0r { width:15.4375rem;height:4.5rem;top:57.0625rem;left:2.65625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #yH3JaShEdznD8rpaDNaVcgZUaotK5bbi { width:12.5rem;height:1.29964375rem;top:55.125rem;left:4.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t3m4cgQeTWL7O15SiMyav2Fvyt8b5Hcs { width:2.5rem;height:4.25rem;top:49.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6zZTLwdxM7y19tD8Q9y1S6hCOZg8WHR { width:3.625rem;height:3.4375rem;top:49.6875rem;left:8.4999998211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5PPmnFwSAXDWV2AwBFCTTd9MoiZOg4B { width:3.8125rem;height:2.4375rem;top:19.5rem;left:8.4374998211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #amgekvBebXXnPdLp8cQ6mrh9ryPh5v4q { width:3.125rem;height:3.125rem;top:36.060382843017rem;left:8.4374997019769rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 { background-color:#f5f5f5;background-image:none;display:block; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row .container { background-color: transparent; background-image: none; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row .container > .video-iframe-container { display: none; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row > .video-iframe-container { display: none; }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .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); }#qzzcKdeVgINwsgq7lPbXZH35EHSnIab5 > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iNk9yyVNeVNPThlJwpTfhcA6BcGxPIBS { width:16.499rem;height:6.07421875rem;top:0rem;left:1.7496744394302rem;text-align:center;text-align-last:center;line-height:1.2;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqPHuW1fyh5pCQ0gZr2i2wBmX77JHelZ { width:15.625rem;height:0.0625rem;top:6.8125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #brAmoJhWe4SxAK2aR3UnbsoZ2fPeERqh { width:20rem;height:19.497875rem;top:38.498534202576rem;left:0rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vm7dUU9oOGbLlBgNgKfNJBP1OAhA0Poz { width:4.25rem;height:0.1875rem;top:6.75rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8FSPr7P1yndNMv0uuvag9K9qAZrb4qb { width:19.9373125rem;height:28.6246875rem;top:7.9272446632388rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mk9gNlzCQMbprAOviZ1UpLwtmr1mLJpI { background-color:#f5f5f5;background-image:none;display:block; }#mk9gNlzCQMbprAOviZ1UpLwtmr1mLJpI > .row .container { background-color: transparent; background-image: none; }#mk9gNlzCQMbprAOviZ1UpLwtmr1mLJpI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mk9gNlzCQMbprAOviZ1UpLwtmr1mLJpI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mk9gNlzCQMbprAOviZ1UpLwtmr1mLJpI > .row .container > .video-iframe-container { display: none; }#mk9gNlzCQMbprAOviZ1UpLwtmr1mLJpI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mk9gNlzCQMbprAOviZ1UpLwtmr1mLJpI > .row > .video-iframe-container { display: none; }#mk9gNlzCQMbprAOviZ1UpLwtmr1mLJpI > .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); }#mk9gNlzCQMbprAOviZ1UpLwtmr1mLJpI > .row .container { width:20rem;height:75.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Du8D7Kdan9JWhSsgc3N9H7KvinJ7gCTx { width:16.4998125rem;height:6.07421875rem;top:0.79020118713381rem;left:1.7488607168198rem;text-align:center;text-align-last:center;line-height:1.2;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSZQxVKpZecIHDU3NPfz4UUvIcVkkFcy { width:15.625rem;height:0.0625rem;top:6.8125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ov1zWmQB31o2iS5qlw8pLooz4zZINBiA { width:20rem;height:34.49625rem;top:38.436670303345rem;left:0rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rgmzmh2F6HSSeGSWWhP4Dp4DZ633B5xO { width:4.25rem;height:0.1875rem;top:6.75rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgxhewtkPNHquCmT7b62MHyVOpqMbkGr { width:19.9373125rem;height:28.6246875rem;top:8.2421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q { display:block; }#CaU5lCwtcCJ4E3sKq3tg5Md26AhJTp7Q > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xxs6tLTU1pib9yPfT1RsD9bRclQU9voa { width:20rem;height:2.1940125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVk83UVkhfXq6EasLmJOv5aQDu0vNy6n { display:block; }#WVk83UVkhfXq6EasLmJOv5aQDu0vNy6n > .row .container { width:20rem;height:122.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BiXuttGKIix6tTTTXKVBqGPwsqHWIXZS { width:20rem;height:13.125rem;top:6.3739166259762rem;left:-0.010850727558136rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #WPTAp2tTad2yulFRFX8fcVvwhrnnXeZM { width:16.1875rem;height:1.29964375rem;top:8.25rem;left:1.8750000596046rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ETNJBZTKTTNDvUnhGcwyCN8ZNb37Fiob { width:16.25rem;height:0.0625rem;top:23.875000476837rem;left:1.3750000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #H3ubut2ZAG4LqhBc4V7IH0w4NGRr2DfR { width:0.625rem;height:5rem;top:6.3739166259762rem;left:-0.010850727558136rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJwp3PtD9ZnrTe8KtW8fM7cHx37k4nnG { width:0.625rem;height:8.125rem;top:11.373916625976rem;left:-0.010850727558136rem;display:block; }
 }@media only screen and (max-width: 763px) { #qP7oKI0mqQRn3X5PccPHoCUFEwWu5Oxi { width:16.5rem;height:3.374025rem;top:13.527778625488rem;left:1.7491319775581rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocNaU2KxO60VwtgcvlaUQ1wVfHp2ToHy { width:3.25rem;height:3.25rem;top:1.25rem;left:8.3116322159769rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5K7naPO7IcULZ2Pwc6tvcf16aBT98ck { width:16.25rem;height:0.124511875rem;top:7.3730602264406rem;left:1.8749999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #oB2iTh6V45sTtXNT9fm2v3iMviczSuq2 { width:0.0625rem;height:26.5625rem;top:71rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LHVNGTCrt5nuPgTdTWzng56vAGMR6XdN { width:1.875rem;height:1.8125rem;top:1.9368438720703rem;left:9.0625000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHcSCW0Nco4qyMt0K0y5HwDvg8mt7AgX { width:9.4995rem;height:2.843425rem;top:10.174152374267rem;left:1.8749999403954rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqnG9s9FKKIAoSLDocO9vFoW76lT6VgS { width:15rem;height:3.18685rem;top:114.8095664978rem;left:2.4999998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #iChM1651FTLPOFpKubKxTbKCKVtqEqub { display:block; }
 }@media only screen and (max-width: 763px) { #Vx4KnbAiTZNbnCkzw4li2cp2t10ltxqV { width:20rem;height:9.9365rem;top:22.247722625733rem;left:0rem;text-align:left;text-align-last:left;line-height:1.5;font-size:1rem;display:block; }#Vx4KnbAiTZNbnCkzw4li2cp2t10ltxqV li:before{  }
 }@media only screen and (max-width: 763px) { #qNWPO5SlpOgOue3rQflcWXMaZKibWP6d { width:20rem;height:76.491675rem;top:35.871580123901rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/gfammaTb/sekcja8_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp.adaptive-delivery-prevent-bg, #BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp.lazyload, #BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp.lazyloading { background-image: none; }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp > .row .container { background-color: transparent; background-image: none; }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp > .row .container > .video-iframe-container { display: none; }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp > .row > .video-iframe-container { display: none; }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp > .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); }#BZiRiCXsT2FvUPdhUTgE5PFfRTT4LcRp > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Of5VrZZVmqaUnwfATvmWUkHHiPSzndrT { width:20rem;height:5.56885rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvuxDxLGhWkqTucRQhgzhptKalEDvqZT { width:20rem;height:4.79980625rem;top:8.75rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B0I7nFOZn6GCSLAEN4kgcsLTWA7y1B27 { width:20rem;height:17.625rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8xEG9USpSRpNyaGpLme0xM6gVVzaD5Q { width:20rem;height:1.6rem;top:20.248481988907rem;left:-0.0032552480697632rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QxduhVs6P1JZuyeIL11BTIUs0ksLV0p1 { width:20rem;height:3.199875rem;top:25.936416864395rem;left:-0.0032552480697632rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vLzFwO077prZ7kM1gv5aSdSJ3Jrg6UvD { width:20rem;height:15.375rem;top:32.874357461929rem;left:-0.0032552480697632rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbcihiACdMtBI2cRFHTzGr5mziPB46CU { width:3.125rem;height:3.125rem;top:37.560218811035rem;left:8.9998366236688rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylAfQf3fsn7OmZ3AlTUcZPGFirTI3ADx { width:9.4375rem;height:0.625rem;top:14.75rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGhydSvMQvXfxPCAtG1QxiIdTT1Mha1P { width:2rem;height:2rem;top:17.6240234375rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdk3bEq2CkKNMqtz0LQsIBiL3CARQ28p { width:2rem;height:2rem;top:23.125rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNLdXw3gexRfGP19AlxUV9iTqafEkyET { width:3.875rem;height:3.875rem;top:49.498718872071rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa { display:block; }#v9aiRW6OV3U8vyIa1O3M11V8ERTCnGpa > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l8VyJAsuAuA4X1GM9fyBohEN75smGL2V { width:20rem;height:19.4921875rem;top:1.97265625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6LyJJG0gfX6GtsayyvUDBcNccXkU7qT { display:block; }#E6LyJJG0gfX6GtsayyvUDBcNccXkU7qT > .row .container { width:20rem;height:93.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OhPVyC3dmVsxEmL1a96gu8ztB7VaFLs6 { width:20rem;height:4.0625rem;top:0.78206348419187rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCQLlTHFyqRsaht3lgikalT871sr0WRd { width:18.75rem;height:31.5625rem;top:6.25rem;left:0.62418621778488rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcWmyPFqLdMTePDTPnhiZzITNrQ75FwJ { width:12.5rem;height:2.59928125rem;top:16.310220718384rem;left:3.7499997019767rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zpts6SarB34ANgoDvWOzmNNOytkrBvLE { width:8.125rem;height:0.625rem;top:6.25rem;left:5.9365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoGt4IuhgsoTNe7m2uwqTq4QKZM8awXO { width:6.4998125rem;height:3.4375rem;top:26.875rem;left:6.749674499035rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBdayyvponl9gIoPi0xVzgIohzdL9CTW { width:5.37435rem;height:2.59928125rem;top:27.293292999267rem;left:7.3128253817556rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cbScwXAgolEyNESZ5ZznwKaMk6cXzbOG { width:15rem;height:3.125rem;top:33.0615234375rem;left:2.4999999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJmrG6nP33tVcNMBLiVkQgRi1ydmITI2 { display:block; }
 }@media only screen and (max-width: 763px) { #GLOz1gqc5nWU4tqlVE7K5wcN6MoCM06q { width:18.75rem;height:25.8125rem;top:66.230465888975rem;left:0.62418621778488rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #TdQCmyBsqTzZq52EwNSrPVFF4KDzWipX { width:15rem;height:3.125rem;top:86.062822341919rem;left:2.4999999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8zhQ6wkd1HEO1T03nmTrTvmVbD5TyIP { display:block; }
 }@media only screen and (max-width: 763px) { #zQO89GpvmvDVN9RrdeVcRT3KaJdwxCPp { width:12.5rem;height:3.898925rem;top:80.062660217288rem;left:3.7499997019767rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hegCG6nTCmhu8GJ6x2mLn8QFxJgxBM9I { width:8.125rem;height:0.625rem;top:66.2304649353rem;left:5.9374997019768rem;display:block; }
 }@media only screen and (max-width: 763px) { #M03K15FwEtC8pEQxLF0109mF29CuF8bG { width:18.75rem;height:24.875rem;top:39.000671386719rem;left:0.62499994039536rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqssgKfpf3yI3aJvOhuxWyUgak6rMTXl { width:12.5rem;height:3.898925rem;top:52.811685562134rem;left:3.7499997019767rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d5SZ1fOeQQTyxEbm8k8QBPznbVzhSfIt { width:8.125rem;height:0.625rem;top:39.0009765625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uon1mXP9uX5IolyIyCsFTJdCwLmTqTML { width:15rem;height:3.125rem;top:58.374834060669rem;left:2.4999999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQqf4vSpygWi8eUaAypGt9gU1FbPICV5 { display:block; }
 }@media only screen and (max-width: 763px) { #dRHWIKqWHVK6K9sGqlZyNTGTzXcE4vfk { width:12.5rem;height:5.19856875rem;top:20.12451171875rem;left:3.7499997019767rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgaEPIglSMzzsSgmKqR3XW6k4uwvhF2q { width:8.6246875rem;height:8.6246875rem;top:6.875rem;left:5.6868488192558rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQW0ky0EMsh5SFpg4ePMJEzOFGToGv43 { width:12.5rem;height:1.0555rem;top:31.261392593384rem;left:3.7499997019767rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v829os6pZ1haIcO0MidecemkR56oHoaz { width:12.5rem;height:12.5rem;top:40.311685562134rem;left:3.7499997019767rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDmemA9dbEBHKOvhVx6U2TRmgxelGLdx { width:12.5rem;height:12.5rem;top:66.8652305603rem;left:3.7499997019767rem;display:block; }
 }@media only screen and (max-width: 763px) { #iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 { display:block; }#iG5ZK24GSTLSkHnaJw5dzbhEFsEfdXD8 > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Whnak8McmIuSahQO2hemdGnlORBFtGlr { width:20rem;height:13.6458125rem;top:2.7075214385986rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylfiEtdlGlke9LetxImXMoQS6mCbWcbx { display:block; }#ylfiEtdlGlke9LetxImXMoQS6mCbWcbx > .row .container { width:20rem;height:88.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h5dQiL8DCNGTiVi8sPZmTW5BlaNATM9A { width:18.75rem;height:5.51269375rem;top:2.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd .widget-input-text {padding-top: 0; padding-bottom: 0;}#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd .widget-input-select {padding-top: 0; padding-bottom: 0;}#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd  { width:17.5rem;height:auto;top:10.861003875733rem;left:0rem; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd {display:block;}#ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd { width:17.5rem;height:auto;top:10.861003875733rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #g8bgAg94bx5MlRrxbffEwLpv4bmKRg8Q {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #WqvvGi6GiH0kOx9cGuZwkeo8VTlMPhRh {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #bbxKqMKrEyelzc0U4tcX4DAlTIEM9xHC {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #az481UAFsK2Ji54HV71H2XHRClNvXHkH {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #VQiCOsiHCipbVnPhXEOIIPKBPC7Lw4l3 { display:block; }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #UvQb9BcDlh31lGTbaLKmbrrV7LLoRsQf {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #qOuST4VTXCpVohwS4tV6Uw2SJc5ahxPm {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #fxP9qxR8bGrbSTnFIeOg8lxr3RUN1vgE {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #clzt5RVpp09clns2FvMnwLCiXnBT6o0I {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #t0PTOB6xJ1NQgDE2pi13Etno5WJCtaSu {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #TP47fWUvP7yowOn6q46iK97wsu5NlOHM {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #vQHiSATcJKaeWUW3QRz6c8E4bCAx4rHL {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #MLzkgnPMNCdtmO8yqhAS644F1GfDkgoD {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #RMeiG0mVcsIsiEoaC2RJdHq06OUys2T4 {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #iLIi66bRfR2TSgxzG4fqK4iobPLFAnNd {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #cZ9wQKDn8NWVs5LypP1HT43VlyqJh3zH {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #KnFrlKr1ThXrC8ro9TeAT0TTDt7RdwSC {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #gZnHdcryhIhFa6Ul2uoSyZSIXEvAMkow {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #VmsASHCR6DApVsFhiu4IGDWEeTJuHu92 {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #zPooILltU7NW26RzNn5arHMAtLPOzI4c {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #h4Wsg7QhsmbDWTzzTmTrdBA1xtA4nocV {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #FwbJKEmeC5pRcoHPsk2ZsUFTlQMz5sAB {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #wWDSOpHDOJ0kNFLmyKe2uCRWJTFakV19 {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #qrNUUFic6rRh706oBI17tMsewZ8ESs3F {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #SUqlrsD9J6kTzaui96PNxLxtAwhMqBqU {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #aTOJNmxJMI1JqFWoXRQfvE4b5LJIDi6C {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #GInGhiZaUR1EJWDH6Gr82oFpoO25bGu3 {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #dgT5sqWqp7xpISTpbTsnZzAAfart7d3T {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #Gwc9WimMEMWHbtTTVusXyxgSxJR1z8zJ {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #KnayOGUCPQlkdbUEqM9Vf6VoOh8bTdaC {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #AqTVG72MLgPu6wT1ThmDM9m35T0aRztn {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #T2aVDTtTDnJ5Xs61L2eO9CBBvOeNLW9w {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #NuV4Fa1f7v53GD6LkVhohS3KmAMOM4tP {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #SJ66TvfoNy3l010JrX5h2vyx0Q9E4tAc {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #R0XEr4nd7q8z589CaGWmccqE1BPJIo0M {  }
 }@media only screen and (max-width: 763px) { #ltkm1a3byQLlztCp0uzTS2OWHcXL1dVd #BOQn7ByHLUMHnZyAg9T55KRG360pLqbZ {  }
 }@media only screen and (max-width: 763px) { #JgLmZlW6ZNC1ESolRqCdEStTWl0JAcrg { position:relative;z-index:auto;display:block; }#JgLmZlW6ZNC1ESolRqCdEStTWl0JAcrg > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dSL43FbhE5Er5GmcUbHLRXf4UMpKra7T { width:12.5rem;height:1.3rem;top:0.75rem;left:3.7500002980233rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lm8Ck4e7Cevzn2XvAGEOOTsimI9XZc67 { width:7.75rem;height:1.3rem;top:5.9375rem;left:6.1250002980232rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rvp00Q8BxyLspNEZ9xR2xTKCn4eOWlx1 { width:12.5rem;height:1.29964375rem;top:2.5625rem;left:3.7500002980233rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hAfmmhUmx5yhFkTEW98XhdAKKuJ1Kibe { width:7.1875rem;height:1.29964375rem;top:7.8125rem;left:6.3750002980231rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DSdwZmhs92ariUrJ2AyFoK0fCDevdye5 { width:0.0625rem;height:2.625rem;top:1.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #slUwa2TodGPFKK6NJvyHdTStOWCxsCQw { width:2.625rem;height:0.0625rem;top:10.124218940735rem;left:8.6874998211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIU0dWt5LFyOa8V2z2r4GUBipvqeZHCB { width:2.625rem;height:0.0625rem;top:4.9375rem;left:8.6874998211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbpmwqU52sAvOC2L949MD4pnTKgCkZsg { width:12.5rem;height:1.29964375rem;top:11.437500953674rem;left:3.7500002980233rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tFpq5T0rgqbukZrLfkSsBQGkrDpcuOKb { width:3.6875rem;height:4rem;top:14.562500476837rem;left:1.4993750452995rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQPK8JwsrKoGH4oot6QApcGBNCAmRKvi { width:3.75rem;height:4rem;top:14.562500476837rem;left:5.8124997019768rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5m7QJqu0Kp5JaKaddJIDhMnLJrzHfqo { width:3.75rem;height:4rem;top:14.5625rem;left:10.187500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnDhIqsfTKvafhfoSMcxIbW1eIdekIsD { width:3.75rem;height:4rem;top:14.562500476837rem;left:14.562500178814rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJzeal7b742CM1m7mNcWC3Wwb35UWzQN .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; }
#rJzeal7b742CM1m7mNcWC3Wwb35UWzQN .widget-text.counter-number { padding-top:0.470625rem;padding-right:0.40875rem;padding-bottom:0.470625rem;padding-left:0.40875rem;width:2.45375rem;min-width:2.45375rem;height:2.53rem;font-size:1.8825rem;line-height:40.48px;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; }
#rJzeal7b742CM1m7mNcWC3Wwb35UWzQN .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.294375rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.271875rem;height:1rem;font-size:0.70625rem;line-height:16px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#rJzeal7b742CM1m7mNcWC3Wwb35UWzQN { display:flex;width:17.0625rem;height:4.765625rem;top:13.1875rem;left:0.875rem;padding-top:0.625625rem;padding-right:0.620625rem;padding-bottom:0.625625rem;padding-left:0.620625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #VxQDXyHtvb0fuykvPmRkmOAwL5ZdPOrQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #ZaGtR2giTPbVQDQt1hxTsuSTUCbpU0OR {  }
 }@media only screen and (max-width: 763px) { #rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #Q37Du3ZR1pk96yBkqOmNQOupMst9iz06 {  }
 }@media only screen and (max-width: 763px) { #rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #JqeibqyOb6T8fTslXpMtGF7g5vIb5Npx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #EPMn4pQOfWLUoSZsk0RO1S9Bw0wToPBC {  }
 }@media only screen and (max-width: 763px) { #rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #HI5zNhAwlIhB3A3Nr3OGZ9bdifvpqGsX {  }
 }@media only screen and (max-width: 763px) { #rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #RTTU0rmIlfuiJXqpfvoNpgCdVituOJkl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #AwAkcznZD55KefZhufA0zGeUaS8lEa2s {  }
 }@media only screen and (max-width: 763px) { #rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #DCw1oklZqfLUIZ36Pa9Db9Kx5FcJUV29 {  }
 }@media only screen and (max-width: 763px) { #rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #kcaEv5lfBRpOHkQHn89Kwla0hhAvHEV4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #JwnC4IrP08Mfi64gwikHUgIvgiTuDl1c {  }
 }@media only screen and (max-width: 763px) { #rJzeal7b742CM1m7mNcWC3Wwb35UWzQN #llZPwA9HqyQNp1A7HwUWudoHXio4JNqe {  }
 }