.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; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/496a917c-7484-4f63-b410-a2637925cf22/Projektbeznazwy2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.adaptive-delivery-prevent-bg, #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.lazyload, #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.lazyloading { background-image: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { background-color: transparent; background-image: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container > .video-iframe-container { display: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container { display: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .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); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { border-width: 0; border-radius: 0; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { font-size:0.875rem;font-family:arial;height:42.375rem;width:60rem;position:relative;display:block; }#mNTW6fGzWBFXMBZk6KJQ41FnUKiLIN4Z { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:7.9375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#rdNFsZSH7qnWI5NOvg3LAda0SaN2iUGD { color:#fed401;display:block;width:32.0625rem;position:absolute;font-family:lato;font-size:4.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:12.22500038147rem;left:0rem;height:6.25625rem;font-style:normal;display:block; }
#XBQNSgvJMdDm60LE4qqKxX3VyH2VpGRV { color:#f9b418;display:block;width:28.5rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:21.0625rem;left:0rem;height:6.369125rem;display:block; }
#FTh1pq65J8003f9fRtBQGT1BHwFNvFeT { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #fed401, #cc2f00);background-image: -moz-linear-gradient(90deg, #fed401, #cc2f00);background-image: -ms-linear-gradient(90deg, #fed401, #cc2f00);background-image: -o-linear-gradient(90deg, #fed401, #cc2f00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed401', endColorstr='#cc2f00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed401', endColorstr='#cc2f00' );";background-image: linear-gradient(90deg, #fed401, #cc2f00);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13rem;height:4.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:32.4375rem;left:14.5rem;display:block; }
#oZCkCP6pSlzAmLzg2HIRmqNqKFRDEwA0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e2t2TqWSGPZRoTM9surFepwi4COVUBRR { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #f5d74d, #f5bd2b);background-image: -moz-linear-gradient(90deg, #f5d74d, #f5bd2b);background-image: -ms-linear-gradient(90deg, #f5d74d, #f5bd2b);background-image: -o-linear-gradient(90deg, #f5d74d, #f5bd2b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5d74d', endColorstr='#f5bd2b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5d74d', endColorstr='#f5bd2b' );";background-image: linear-gradient(90deg, #f5d74d, #f5bd2b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13rem;height:4.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:32.4375rem;left:0rem;display:block; }
#TwHcgBEDEa0g4IOaTgHLTgSTUQ1VcScw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ACf6ks4Sm96qJCrXDJMUAqcpZLLPM9Ud { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#f9b418;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5625rem;height:1.875rem;text-decoration:none;z-index:15002;text-align:left;text-align-last:left;top:3.03125rem;left:7.9375rem;display:block; }
#ZgKUTIXzxZkrCycT8o20KU8dPgSQNO44 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bvO4sL9T5F76hn13e9b6Dp8drHKps08w { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:13.6875rem;top:1.7490234375rem;left:30.5625rem;overflow:hidden;display:block; }
#WBNfalqz7KpF9M8dAr4MdZHXLcMCIeTx { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:9.5625rem;top:3.28125rem;left:49.0625rem;overflow:hidden;display:block; }
#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { background-color: transparent; background-image: none; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container > .video-iframe-container { display: none; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row > .video-iframe-container { display: none; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .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); }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { border-width: 0; border-radius: 0; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { font-size:0.875rem;font-family:arial;height:52.625rem;width:60rem;position:relative;display:block; }#fWvwxryxLMrDLFAW1a6kC7UaHRw3MNva { color:#cc2f00;display:block;width:60rem;position:absolute;font-family:lato;font-size:3.25rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:4.1625003814697rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sg9uqq9no7WgGhkkTcus51twSpU6cPXL { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.3125rem;top:17.3125rem;left:2.03125rem;overflow:hidden;display:block; }
#apcOawkGcmT2OI4ltUh5lbJhxOZwVV3G { color:#6c1023;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:17.3125rem;left:7.28125rem;height:1.7875rem;font-style:normal;display:block; }
#Z7BziWQM8JgZ18uH9DuMtzDpoMRFXTab { color:#6c1023;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:19.60000038147rem;left:7.28125rem;height:2.80078125rem;font-style:normal;display:block; }
#pKS4Xub4cpzXs2BzTceUBAQb6GoMhE2C { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.3125rem;top:29.674999237061rem;left:0rem;overflow:hidden;display:block; }
#SZkHcKMROVeOBgIJSRxOh8hGXuRO15HW { color:#6c1023;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:29.8125rem;left:5.25rem;height:1.7875rem;font-style:normal;display:block; }
#cHmA3JkroG9tMElVMnRI2q3z11TlMmV4 { color:#6c1023;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:32.125rem;left:5.25rem;height:2.80078125rem;font-style:normal;display:block; }
#O5aE3krxHOPTSDicDo7WbGRoOcWkU7rU { 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:5.625rem;width:5.625rem;top:41.875rem;left:8.71875rem;overflow:hidden;display:block; }
#C4wcqPBEvEu4pubLMdZVJn7PBcr7eHpz { color:#6c1023;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:42rem;left:14.75rem;height:1.7875rem;font-style:normal;display:block; }
#kDZppDnNxU95PFRi3BLKW39NBCc2vB7V { color:#6c1023;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:44.3125rem;left:14.75rem;height:2.80078125rem;font-style:normal;display:block; }
#CkllFhT7TObmvQ0c4xolk3u2s3iloaMG { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:5.5625rem;top:16.71875rem;left:40.6875rem;overflow:hidden;display:block; }
#uvlOQTXAn8WitMATt8t4Xze2HcbWZamT { color:#6c1023;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:17.3125rem;left:46.9375rem;height:1.7875rem;font-style:normal;display:block; }
#i3ZH20mTTWIpwJJVoRIk34Tk3ME6zZ6P { color:#6c1023;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:19.625rem;left:46.9375rem;height:2.80078125rem;font-style:normal;display:block; }
#nxMdT8r43Va2CsJRc9yvDi6prBxW2EZ5 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:29.1875rem;left:42.1875rem;overflow:hidden;display:block; }
#T34rFaKkLQOAMWPLireKXBJMHlEVrBLp { color:#6c1023;display:block;width:11.6875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:29.8125rem;left:48.3125rem;height:;font-style:normal;display:block; }
#sNsHOgoBXsu4W6q2TUll6tmPUCqvOTJq { color:#6c1023;display:block;width:11.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:32.0625rem;left:48.3125rem;height:2.80078125rem;font-style:normal;display:block; }
#pQ2TRo6GLyHDAaotNcSTq2PpVLuzCXFu { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:5.1875rem;top:42rem;left:34.8125rem;overflow:hidden;display:block; }
#uLrA6zobWxMqdbqQh9KulTQkxGZa2WhE { color:#6c1023;display:block;width:13.625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:41.999996185302rem;left:39.9375rem;height:3.57421875rem;font-style:normal;display:block; }
#E6NoOZKbsA1zW6habFebEufUwCqlEqnm { color:#6c1023;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:44.3125rem;left:39.9375rem;height:2.80078125rem;font-style:normal;display:block; }
#rp77sWkmRlJ77UXtGkqaRFTdRtl3WTQ3 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.5rem;width:30.5rem;top:15.456250190735rem;left:14.75rem;overflow:hidden;display:block; }
#SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl > .row .container { background-color: transparent; background-image: none; }#SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl > .row .container > .video-iframe-container { display: none; }#SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl > .row > .video-iframe-container { display: none; }#SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl > .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); }#SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl > .row .container { border-width: 0; border-radius: 0; }#SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl > .row .container { font-size:0.875rem;font-family:arial;height:16.6875rem;width:60rem;position:relative;display:block; }#W8JFT3ChiGGG8WchxEWRoNi7kKNA0Ztb { color:#f9b418;display:block;width:60rem;position:absolute;font-family:lato;font-size:3.25rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:0rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JwM6Q047A2Ei0btVHbFMOXifPwROIkKB { position:absolute;display:block;z-index:15012;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:4.9375rem;top:7.3125rem;left:0rem;overflow:hidden;display:block; }
#aQEeIH1qJd1o9IQbJA1PGWgpgJ1U3Zb6 { color:#6c1023;display:block;width:9.6875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:7.3125rem;left:5.25rem;height:;font-style:normal;display:block; }
#ucA62sAM4xT5x07pVFlZVTkNpiQ0lP0F { color:#6c1023;display:block;width:10rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:9.625rem;left:5.25rem;height:2.80078125rem;font-style:normal;display:block; }
#ZVl5TQ1qoVJu5oseg4oWu5RCHwnZ1yu2 { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;border-top:0.0625rem dashed #f5be2c;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.6875rem;width:3.4375rem;top:9rem;left:16rem;display:block; }
#KiTqTLuQhkL93XKfFFnOxODkFL1Rp65Q { 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.75rem;width:5.3125rem;top:7.9375rem;left:22.4375rem;overflow:hidden;display:block; }
#pN1PEgOhodNGwGvepI7N7WOZJPT8zIDT { color:#6c1023;display:block;width:9.6875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:7.375rem;left:27.8125rem;height:1.7875rem;font-style:normal;display:block; }
#Maub5rbTunc81sAGpsfO2WrRwNaXbTXs { color:#6c1023;display:block;width:9.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:9.6875rem;left:27.8125rem;height:2.80078125rem;font-style:normal;display:block; }
#aNpgLg3XHJeByidbpgvdV22qNqeyo46Q { color:#6c1023;display:block;width:8.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:9.6875rem;left:50.3125rem;height:2.80078125rem;font-style:normal;display:block; }
#LqJ5MVc23bg2mXPltWWs0PWgJq1Xqmzb { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5.1875rem;top:7.3125rem;left:44.514583587646rem;overflow:hidden;display:block; }
#n44zXLuMUN9X20EXQKbT5rddPe72KWKe { position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;border-top:0.0625rem dashed #f5be2c;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.6875rem;width:3.4375rem;top:9rem;left:38.625rem;display:block; }
#M1zph7C9JX5zn29UXxIzNf12DK2IXVVM { color:#6c1023;display:block;width:9.6875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:7.375rem;left:50.3125rem;height:1.7875rem;font-style:normal;display:block; }
#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:url("https://images.assets-landingi.com/uc/496a917c-7484-4f63-b410-a2637925cf22/Projektbeznazwy2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4.adaptive-delivery-prevent-bg, #MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4.lazyload, #MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4.lazyloading { background-image: none; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row .container { background-color: transparent; background-image: none; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row .container > .video-iframe-container { display: none; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row > .video-iframe-container { display: none; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .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); }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row .container { border-width: 0; border-radius: 0; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row .container { font-size:0.875rem;font-family:arial;height:74.3125rem;width:60rem;position:relative;display:block; }#qpTW4tHk3VMMD2OyWbcb5IU2G8Lr1M7P { color:#6c1023;display:block;width:60rem;position:absolute;font-family:lato;font-size:2rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:4.9375rem;left:0rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#mmTMmVR8W6E1ncV02NezVhZH4AumOZIi { color:#cc2f00;display:block;width:60rem;position:absolute;font-family:lato;font-size:3.25rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:6.875rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sIN3yxqdT7pJmGb55VxwQVCo8iADbLDF { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.25rem;width:25.25rem;top:15.25rem;left:34.75rem;overflow:hidden;display:block; }
#zuU5MvhaXPxm4zw1oHRXyTb5OGKaxUUG { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.25rem;width:25.25rem;top:46.9375rem;left:2.1875rem;overflow:hidden;display:block; }
#ia046G7bzNLMfLTBSkenL2mdkne9MrDq { color:#cc2f00;display:block;width:23.3125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:16.8125rem;left:4.9375rem;height:4.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EuCq81ELlcTDDZomRi0p59aq4RSH7fAd { color:#70182b;display:block;width:18.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:21.5rem;left:7.46875rem;height:4.20116875rem;font-style:normal;display:block; }
#m4DywM1hsAm8xpd6x3pahTSlL1cPQJTV { 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:23.8125rem;width:29.5625rem;top:46.9375rem;left:30.4375rem;overflow:hidden;display:block; }
#fdXkfqv3aESq0H2SexcdQGaXJDWZpJ80 { color:#70182b;display:block;width:18.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:26.387499809265rem;left:7.46875rem;height:5.6015625rem;font-style:normal;display:block; }
#JtFD3kScOJ4lhu1MZuZ6Gqo4fIltDmkc { color:#70182b;display:block;width:18.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:59.5rem;left:36.125rem;height:4.20116875rem;font-style:normal;display:block; }
#l0TCcRsmWJzb2kpT7FFODTnpJ0Tan551 { color:#70182b;display:block;width:18.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:53.375rem;left:36.125rem;height:5.6015625rem;font-style:normal;display:block; }
#ureTtsWBcy9Embwca153BRTOSHHLEfdS { color:#cc2f00;display:block;width:23.3125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:46.9375rem;left:33.5625rem;height:2.34375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#avSIQhmfFTRz8XM7wFP4FvEfOS3reSEH { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.8125rem;width:29.5625rem;top:15.25rem;left:2.1875rem;overflow:hidden;display:block; }
#klRKnRlxFCaifMhORtttWoaOmR2tzISV { position:relative;display:block; }#klRKnRlxFCaifMhORtttWoaOmR2tzISV { background-color: transparent; background-image: none; }#klRKnRlxFCaifMhORtttWoaOmR2tzISV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#klRKnRlxFCaifMhORtttWoaOmR2tzISV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#klRKnRlxFCaifMhORtttWoaOmR2tzISV > .row .container > .video-iframe-container { display: none; }#klRKnRlxFCaifMhORtttWoaOmR2tzISV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#klRKnRlxFCaifMhORtttWoaOmR2tzISV > .row > .video-iframe-container { display: none; }#klRKnRlxFCaifMhORtttWoaOmR2tzISV > .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); }#klRKnRlxFCaifMhORtttWoaOmR2tzISV { border-width: 0; border-radius: 0; }#klRKnRlxFCaifMhORtttWoaOmR2tzISV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#klRKnRlxFCaifMhORtttWoaOmR2tzISV > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9b418;background-image:none;font-size:0.875rem;font-family:arial;height:25.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#GWIcUPhv8BQMwyfnW9BOKzZAeXogI0Fh { color:#ffffff;display:block;width:22.375rem;position:absolute;font-family:lato;font-size:3.25rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:5.625rem;left:5.75rem;height:;text-align:center;text-align-last:center;display:block; }
#VuT8sEDZxHH9fihm7MLW6eho2aUXfq8q { color:#000000;display:block;width:20.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.5rem;left:6.8125rem;height:4.38574375rem;text-align:center;text-align-last:center;display:block; }
#N3fqbM4bwkw4nHkwhoE332HbV88rWhWA { 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: none;height:3.4375rem;width:60rem;top:0rem;left:0rem;display:block; }
#z9qgyK7VxSsrFtL067TVAsMTBKGfeobR { 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:19.6875rem;width:12.5625rem;top:1.0625rem;left:35.40625rem;overflow:hidden;display:block; }
#N2A93wnvTwWS5NEex4MVaJZGrycUovHI { box-sizing:content-box;height:20.8125rem;width:13.75rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:0rem;left:34.8125rem;display:block; }
#hQNEs7CFawbLGP9Pnf7VKO5ktpf4zN6V { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f9b418;border-left:0.1875rem solid #f9b418;border-right:0.1875rem solid #f9b418;border-bottom:0.1875rem solid #f9b418;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;box-sizing:border-box;color:#f9b418;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:19.875rem;left:9rem;display:block; }
#isDrl0MxnAAxIkaE7ENWBy8xMvih8Qyw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kSVhgd58kgGEhS2NpKWUcwmw0sSvGPAt { position:absolute;display:block;z-index:15001;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:3.4375rem;width:60rem;top:22rem;left:0rem;display:block; }
#UXDfoW9a9recHWSTMToUSd4zRldTtCEs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/496a917c-7484-4f63-b410-a2637925cf22/Projektbeznazwy2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs.adaptive-delivery-prevent-bg, #UXDfoW9a9recHWSTMToUSd4zRldTtCEs.lazyload, #UXDfoW9a9recHWSTMToUSd4zRldTtCEs.lazyloading { background-image: none; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row .container { background-color: transparent; background-image: none; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row .container > .video-iframe-container { display: none; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row > .video-iframe-container { display: none; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .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); }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row .container { border-width: 0; border-radius: 0; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row .container { font-size:0.875rem;font-family:arial;height:30.3125rem;width:60rem;position:relative;display:block; }#X2dTpiLKytFu1XQLtnDgfqxHRiLdGsSS { color:#6c1023;display:block;width:60rem;position:absolute;font-family:lato;font-size:2rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:4.9375rem;left:0rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#Z8PiOgOosG1KwAWwmXhL3kV6TN5JfTrZ { color:#cc2f00;display:block;width:60rem;position:absolute;font-family:lato;font-size:3.25rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:6.6875rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eeaTK0m30Ge5JTCXTOTZCEB8tDq3OkLR { color:#6c1023;display:block;width:12.25rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:17.5rem;left:1.6875rem;height:7.8661875rem;font-style:normal;display:block; }
#irzVki48nN7u2mKz49zGVULCNDU1Wi8O { color:#6c1023;display:block;width:11.25rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:14.75rem;left:1.6875rem;height:3.57421875rem;font-style:normal;display:block; }
#fHFgiLaWAxAGsw9ROOnTyXgLPuEqqivp { color:#6c1023;display:block;width:12.25rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:17.5rem;left:17.5rem;height:7.8661875rem;font-style:normal;display:block; }
#AneVA9OhbvNoPt4sV8lRLBNCDsEp5P61 { color:#6c1023;display:block;width:11.25rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:14.75rem;left:17.5rem;height:1.7875rem;font-style:normal;display:block; }
#NB4TqoVqqQc1z4tJKKrxqnJn5QukdEIV { color:#6c1023;display:block;width:12.25rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:17.5rem;left:46.125rem;height:6.5551875rem;font-style:normal;display:block; }
#U6mbQPZpoNZ3EMn5Fvmgf0NgkywZ4CQw { color:#6c1023;display:block;width:11.25rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:14.75rem;left:46.125rem;height:3.57421875rem;font-style:normal;display:block; }
#oyRxNyhRLpVNiACaeVKtUSgRkIFN3QB8 { color:#6c1023;display:block;width:12.25rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:17.5625rem;left:31.9375rem;height:7.8661875rem;font-style:normal;display:block; }
#qJqglE2CdC9DMX9LyvkDqQ6y9ahVufhH { color:#6c1023;display:block;width:11.25rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:14.8125rem;left:31.9375rem;height:1.7875rem;font-style:normal;display:block; }
#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f9b418, #fed401);background-image: -moz-linear-gradient(180deg, #f9b418, #fed401);background-image: -ms-linear-gradient(180deg, #f9b418, #fed401);background-image: -o-linear-gradient(180deg, #f9b418, #fed401);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9b418', endColorstr='#fed401' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9b418', endColorstr='#fed401' );";background-image: linear-gradient(180deg, #f9b418, #fed401);background-size:initial !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; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container { background-color: transparent; background-image: none; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container > .video-iframe-container { display: none; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row > .video-iframe-container { display: none; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .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); }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container { border-width: 0; border-radius: 0; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container { font-size:0.875rem;font-family:arial;height:33.9375rem;width:60rem;position:relative;display:block; }#H1JPJdfswSHtbbpCXAXIfCpuA6GzyruD { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:2rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:4.9375rem;left:0rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#Mik2RMTzOtcdg4thIA99r7qiNUoy2VWw { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:3.25rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:6.6875rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top; }
#mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:lato;color:#6c1023; }
#mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:lato;color:#cc2f00; }
#mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO .accordion-trigger.adaptive-delivery-prevent-bg, #mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO .accordion-trigger.lazyload, #mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO .accordion-trigger.lazyloading { background-image: none; }
#mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO { box-sizing:content-box;height:auto;width:49.1875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15014;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:13.0625rem;left:4.15625rem; }
#mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #wps1ymTSOpaG4GHgJSqKAMxs5Bdv6kLt { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #eQnhVfWvh7wTfL3iJXTzTpBg6LBtrO8p { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #tucqwVlSXJK7AzNu1k9Q7WgdTgyN7Kq3 { display:block;position:relative; }
#mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #M2mz85TMhviZl6qQpvv66NxgZDmE64hZ {  }
#mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #RsSMmeF6taS27m7C1uLGny9V4SKEmHUw {  }
#mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #eeCafz7O4Eyk1iSgVXLVvdyAJVmdoBGZ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #sTdMuvFv2lot6IgMttE3skcZhUToNxCZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #R9R5Je2OuVlU7tUUAlbilczK9DHkU64z { display:block;position:relative; }
#mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #TMu50GhbaKkvUuLcuBRQDrCh2lrmhL06 {  }
#mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #NSlIfyKV0LaNAvh2afmWRVo4rWVfaay4 { display:none; }
#mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #qGc7IAVysnRcbqToaGqozeNTfEfXpTZs { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #nfFVpvNmTlanUdVhTC9kze7o1SQGmso3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #oV72rGWbXpHyo9MM4V3uqJRznt7eh4zf { display:block;position:relative; }
#mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #UVuisDZ2VBnO1LvyOPMowIGc1Cdw7fSV {  }
#mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #i9mMP8IhRvOdDynHM6RBnIbaoSFr5ENN { display:none; }
#mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #eGR5LwiRoH0VFQrwtcUV1TEmdZfVmNIl { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #Xcsuo9g6R2LDiEbwQtdhpprIZkwy6IZP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #L588Oce1rZwlgi9d5sgolleKXPunx4vG { display:block;position:relative; }
#mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #z9RT6rGhyLyFaTN1FmbdRZ49ImdmDVb0 {  }
#mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #gafst5Tw9iZsvd6w6L0fvemOdIBhIRFU { display:none; }
#mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #AUBpC0wPNvtRS5GOlfwLq0xmZx7858gh { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #RbwkoHZhfTb6ZPoNEk9mghGekzVLHa2o { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #qbkArkaXrH1ztTSGfqhaB3ADIAN8FCTw { display:block;position:relative; }
#mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #fW3O4FuQ0TKUUTAqoKvOGRoDEW4detR2 {  }
#mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #lZm4tG0XcT2NbTVvX0IGQZEF8zDH4X7z { display:none; }
#tM7SaEtTNuiDu4FTL4rcN24kIZX1gKHS { color:#ffffff;display:block;width:49.1875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:12.375rem;left:5.46875rem;height:1.3110375rem;font-style:normal;display:block; }
#ltgH3SVNexVoluzIEN0Dp35T9kqTPmW8 { position:relative;display:block; }#ltgH3SVNexVoluzIEN0Dp35T9kqTPmW8 { background-color: transparent; background-image: none; }#ltgH3SVNexVoluzIEN0Dp35T9kqTPmW8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltgH3SVNexVoluzIEN0Dp35T9kqTPmW8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltgH3SVNexVoluzIEN0Dp35T9kqTPmW8 > .row .container > .video-iframe-container { display: none; }#ltgH3SVNexVoluzIEN0Dp35T9kqTPmW8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltgH3SVNexVoluzIEN0Dp35T9kqTPmW8 > .row > .video-iframe-container { display: none; }#ltgH3SVNexVoluzIEN0Dp35T9kqTPmW8 > .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); }#ltgH3SVNexVoluzIEN0Dp35T9kqTPmW8 { border-width: 0; border-radius: 0; }#ltgH3SVNexVoluzIEN0Dp35T9kqTPmW8 > .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; }#ltgH3SVNexVoluzIEN0Dp35T9kqTPmW8 > .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:46.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ylgg0cv8pBhNBD9xrDt80zmtvG6ShJ4G { color:#f9b418;display:block;width:22.375rem;position:absolute;font-family:lato;font-size:2.5625rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:2.8125rem;left:34rem;height:2.5620125rem;text-align:center;text-align-last:center;display:block; }
#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC .widget-form-header {  }
#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.875rem;font-weight:bold;color:#ffffff;width:22.8125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid rgba(249,180,24,0.4);border-left:0.125rem solid rgba(249,180,24,0.4);border-right:0.125rem solid rgba(249,180,24,0.4);border-bottom:0.125rem solid rgba(249,180,24,0.4);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-bottom:0.25rem;margin-left:0;display:block;width:22.8125rem;box-sizing:border-box;height:3.125rem;color:#f9b418;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC .widget-input-text {padding-top: 0; padding-bottom: 0;}#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid rgba(249,180,24,0.4);border-left:0.125rem solid rgba(249,180,24,0.4);border-right:0.125rem solid rgba(249,180,24,0.4);border-bottom:0.125rem solid rgba(249,180,24,0.4);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:22.8125rem;box-sizing:border-box;height:4.375rem;color:#f9b418;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC .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:22.8125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC .widget-input-select {padding-top: 0; padding-bottom: 0;}#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#f9b418;background-image:none;background-position:top left !important;background-repeat: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:3.4375rem;margin-bottom:0.25rem;margin-left:3.4375rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;width:15.9375rem;height:3.125rem;font-family:raleway;overflow:hidden; }
#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC [class*="-text"]:-moz-placeholder { color:rgba(249,180,24,0.9);font-family:lato;font-size:0.875rem; }
#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC [class*="-text"]::-moz-placeholder { color:rgba(249,180,24,0.9);font-family:lato;font-size:0.875rem; }
#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC [class*="-text"]:-ms-input-placeholder { color:rgba(249,180,24,0.9);font-family:lato;font-size:0.875rem; }
#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC [class*="-text"]::-webkit-input-placeholder { color:rgba(249,180,24,0.9);font-family:lato;font-size:0.875rem; }
#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC .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:raleway;font-size:0.75rem;font-weight:300;color:#f9b418;vertical-align:top;width:21.75rem;overflow:hidden;font-style:normal;line-height:1.7;float:none; }
#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC .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; }
#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC .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:raleway;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC .widget-container:first-of-type{padding-top:0;}#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC .widget-container:last-of-type{padding-bottom:0;}#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15002;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13rem;left:32.53125rem; }
#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.8125rem;display:block;vertical-align:top; }
#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC {display:block;}#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15002;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13rem;left:32.53125rem; }
#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC #tTMkHThwz1z3q3mB4TIGCWPddB4PMZdq { position:relative; }
#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC #KvrxUE7pTl8LSTf5Po839PG2IEMuBzyU { position:relative;display:block; }
#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC #bQSzZUGPQPts2CJ4t8b8W1ZByTXNnHK7 { position:relative; }
#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC #Q55O5kydWvBkaiuOB8ZRQ2MhRigVWpCF { position:relative; }
#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC #OhE4BTFvPkPchLu7qr7GsSWgcHc1eKde { position:relative;display:block; }
#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC #TXr7WRhI484c33GdtLUq4FI7IQcN33IE { position:relative; }
#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC #F8QbNAdqFsz0XhOX1Da1ZZonTsCQRvFf { position:relative; }
#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC #Vsmzrq3FU4ghMZrG1C6SBArw2DplcUbJ { position:relative;display:block; }
#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC #oIUVAUiqStDNeaNtidZuuDfs5WztCyt5 { position:relative; }
#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC #p6336Xr9Ln66a55xHN0RMeuerANR8zV1 { position:relative; }
#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC #QaasKmEbrmLETs3Qsez6XmPI2MRNdW7z { position:relative;display:block; }
#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC #TaLF7A6z338IdhptxwcrDiUnQHwMqdzF { position:relative; }
#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC #JhrnleLeCTTibLW7BlqST0EQEuLTDCqa { position:relative; }
#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC #tqEfpQImp8sBW2u9ASqrBMgFwvluk0Qh { position:relative;display:block; }
#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC #bP9mwuD7O4mT0W8SCtwVkRE43hJ3WCSC { position:relative; }
#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC #nzQ9W3dw63fcE3XR3k7Z2K6Dx30ddnSb { position:relative; }
#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC #PpHKTZl8fxVFe53CoN2wuytm4riNOwwh { position:relative;z-index:2; }
#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC #TeB2MQS38C1QUQpJ4HhQ4ekqJUlpDMBZ { position:relative; }
#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC #TlFXyfKXpvPmUvrHGtrWO3GyLcmmH8Rt { position:relative; }
#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC #N8Z6ZKtGwtN39c4dRxbsTBwwBEyVfxc0 { position:relative; }
#qMKI4T3XiJaKKt7G4k0mMXCm31SaOZsA { 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: none;height:3.4375rem;width:60rem;top:0rem;left:0rem;display:block; }
#gqoumJMF0KqC5OiQ5GmsFkbzJA2rM1z0 { 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:26.9375rem;width:23.6875rem;top:3rem;left:4.8947906494141rem;overflow:hidden;display:block; }
#Zilobo01rdVghKmCDB0BoWn2RyDbJCfG { color:#f9b418;display:block;width:22.375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:6.0625rem;left:34rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#GbnXHhlPFRwz10spmBVeNkeyWva3G6WW { color:#f9b418;display:block;width:22.375rem;position:absolute;font-family:lato;font-size:0.6875rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:9.0625rem;left:34rem;height:;text-align:center;text-align-last:center;display:block; }
#MOXJTMzbGdlsc2dM3eyX9H7IyQpiBQ2T { color:#f9b418;display:block;width:30.8125rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:36.1875rem;left:1.3322906494141rem;height:8.9428625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Oq4uuO9eSgSxh5cFUITTZh302UVAa6se { color:#f9b418;display:block;width:30.8125rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:300;z-index:15005;line-height:1;letter-spacing:0;top:33.574999809265rem;left:1.3322906494141rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SVngxULp45ZDxwfi5ng58IHAqElM06b5 { color:#f9b418;display:block;width:30.8125rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:300;z-index:15005;line-height:1;letter-spacing:0;top:31.075000762939rem;left:1.3322906494141rem;height:;text-align:center;text-align-last:center;font-style:normal;display:none; }
#klS0wLllOHNyXcJIDC6MBohP65DVka0T { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f9b418;border-left:0.1875rem solid #f9b418;border-right:0.1875rem solid #f9b418;border-bottom:0.1875rem solid #f9b418;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;box-sizing:border-box;color:#f9b418;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:10.625rem;left:37.59375rem;display:block; }
#GoBCXFJSUibLdmp89o5bUF2IborpFvl9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WuNqqqSIkFb2H9ohtqGG5hiuFHtJETp9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WuNqqqSIkFb2H9ohtqGG5hiuFHtJETp9 > .row .container { background-color: transparent; background-image: none; }#WuNqqqSIkFb2H9ohtqGG5hiuFHtJETp9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WuNqqqSIkFb2H9ohtqGG5hiuFHtJETp9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WuNqqqSIkFb2H9ohtqGG5hiuFHtJETp9 > .row .container > .video-iframe-container { display: none; }#WuNqqqSIkFb2H9ohtqGG5hiuFHtJETp9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WuNqqqSIkFb2H9ohtqGG5hiuFHtJETp9 > .row > .video-iframe-container { display: none; }#WuNqqqSIkFb2H9ohtqGG5hiuFHtJETp9 > .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); }#WuNqqqSIkFb2H9ohtqGG5hiuFHtJETp9 > .row .container { border-width: 0; border-radius: 0; }#WuNqqqSIkFb2H9ohtqGG5hiuFHtJETp9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WuNqqqSIkFb2H9ohtqGG5hiuFHtJETp9 > .row .container { font-size:0.875rem;font-family:arial;height:15.8125rem;width:60rem;position:relative;display:block; }#zDU1x4eWDV9nbuD5Qeey4KKvKOm5klwx { position:absolute;display:block;z-index:15005;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:2.125rem;width:2.125rem;top:11.75rem;left:37.5625rem;display:block; }
#JSwK3cLTWGAMnbMCL3ZCQVfzWWomBnnA { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:0.5625rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:6.5rem;left:0rem;height:3.1464875rem;font-style:normal;display:block; }
#IkE9bNcqfvmrPT9eR8MHdt6nmheQTN6a { color:#000000;display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:8.5rem;left:52.6875rem;height:1.13818125rem;font-style:normal;display:block; }
#gCTBoT3h3l4Rn3pqquMLIr29rzxDmanZ { position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:35.625rem;top:11rem;left:24.375rem;display:block; }
#EU87FoeeqydnsJmSZdHZL3ILXvLQw2Oa { color:#000000;display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:8.5rem;left:41.3125rem;height:1.22314375rem;font-style:normal;display:block; }
#nliTZK02wkWkGpPG4nXW1e01UCHpop63 { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:8.4375rem;left:27.5rem;height:1.22314375rem;font-style:normal;display:block; }
#B3Q6pU2XkJQ1OiG0rq07SI6OFK5oridm { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:6.4375rem;left:24.9375rem;height:1.05rem;font-style:normal;display:block; }
#m5tnMPtvwoJE7tZCPOInVAOaNqPnkM3O { position:absolute;display:block;z-index:15016;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:20rem;top:11rem;left:0rem;display:block; }
#SvILv5Rts4gohO8MKAqe8yH7n8EcDe7R { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:8.3312492370606rem;left:25.5rem; }
#m1pw5diCm1HT35DHR1P6um8ab7iEBIPb { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:8.375rem;left:39.375rem; }
#ITQgqWllU1dgWzXtaMEoTdZqHORONGSk { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:8.22500038147rem;left:50.625rem; }
#krmryZ3MWAFT5clgQTDHWEEeAbQNmbz8 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:11.875rem;left:37.6875rem; }
#yrtsNo9siS1RX7CRb6DsS9edF9TS05kU { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:6.625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#wCzf6wlbGNxX6TSFMHPTkR5HauHwxbHn { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#f9b418;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5625rem;height:1.875rem;text-decoration:none;z-index:15003;text-align:left;text-align-last:left;top:2.375rem;left:7rem;display:block; }
#JiKS6bl03wm5Cv3H8kTdJwTBWT5TKxbO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cI15d1wFW5F3F6bokKMiErXCUITpM1dt { 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.6875rem;width:13.9375rem;top:11.74951171875rem;left:0rem;overflow:hidden;display:block; }
#NHobTgsaNyyzU69vP6RnQWlJCCu3Z7wn { 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:1.375rem;width:9.5625rem;top:12.22500038147rem;left:25.625rem;overflow:hidden;display:block; }
#tLEFuQfALtyWwauDGU873sVtWnxnXgrt { color:#000000;display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:8.5rem;left:52.6875rem;height:1.1375rem;font-style:normal;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu { display:block; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mNTW6fGzWBFXMBZk6KJQ41FnUKiLIN4Z { top:0rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdNFsZSH7qnWI5NOvg3LAda0SaN2iUGD { top:12.1875rem;left:0rem;width:32.0625rem;height:6.25rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBQNSgvJMdDm60LE4qqKxX3VyH2VpGRV { top:21.0625rem;left:0rem;width:28.5rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTh1pq65J8003f9fRtBQGT1BHwFNvFeT { width:13rem;height:4.25rem;top:32.4375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZCkCP6pSlzAmLzg2HIRmqNqKFRDEwA0 { display:block; }
 }@media only screen and (max-width: 763px) { #e2t2TqWSGPZRoTM9surFepwi4COVUBRR { width:13rem;height:4.25rem;top:32.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwHcgBEDEa0g4IOaTgHLTgSTUQ1VcScw { display:block; }
 }@media only screen and (max-width: 763px) { #ACf6ks4Sm96qJCrXDJMUAqcpZLLPM9Ud { width:18.5625rem;height:1.875rem;top:3rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgKUTIXzxZkrCycT8o20KU8dPgSQNO44 { display:block; }
 }@media only screen and (max-width: 763px) { #bvO4sL9T5F76hn13e9b6Dp8drHKps08w { top:1.6875rem;left:24.4375rem;width:13.6875rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBNfalqz7KpF9M8dAr4MdZHXLcMCIeTx { top:3.25rem;left:38.1875rem;width:9.5625rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti { display:block; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fWvwxryxLMrDLFAW1a6kC7UaHRw3MNva { top:4.125rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg9uqq9no7WgGhkkTcus51twSpU6cPXL { top:17.3125rem;left:0rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #apcOawkGcmT2OI4ltUh5lbJhxOZwVV3G { top:17.3125rem;left:1.15625rem;width:12.5625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7BziWQM8JgZ18uH9DuMtzDpoMRFXTab { top:19.5625rem;left:1.15625rem;width:12.5625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKS4Xub4cpzXs2BzTceUBAQb6GoMhE2C { top:29.625rem;left:0rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZkHcKMROVeOBgIJSRxOh8hGXuRO15HW { top:29.75rem;left:0rem;width:12.5625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHmA3JkroG9tMElVMnRI2q3z11TlMmV4 { top:32.0625rem;left:0rem;width:12.5625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5aE3krxHOPTSDicDo7WbGRoOcWkU7rU { top:41.875rem;left:2.59375rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4wcqPBEvEu4pubLMdZVJn7PBcr7eHpz { top:41.9375rem;left:8.625rem;width:12.5625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDZppDnNxU95PFRi3BLKW39NBCc2vB7V { top:44.25rem;left:8.625rem;width:12.5625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkllFhT7TObmvQ0c4xolk3u2s3iloaMG { top:16.6875rem;left:34.5625rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvlOQTXAn8WitMATt8t4Xze2HcbWZamT { top:17.3125rem;left:35.1875rem;width:12.5625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3ZH20mTTWIpwJJVoRIk34Tk3ME6zZ6P { top:19.625rem;left:35.1875rem;width:12.5625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxMdT8r43Va2CsJRc9yvDi6prBxW2EZ5 { top:29.1875rem;left:36.0625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T34rFaKkLQOAMWPLireKXBJMHlEVrBLp { top:29.75rem;left:36.0625rem;width:11.6875rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNsHOgoBXsu4W6q2TUll6tmPUCqvOTJq { top:32rem;left:36.0625rem;width:11.6875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQ2TRo6GLyHDAaotNcSTq2PpVLuzCXFu { top:42rem;left:28.6875rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLrA6zobWxMqdbqQh9KulTQkxGZa2WhE { top:41.9375rem;left:33.8125rem;width:13.625rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6NoOZKbsA1zW6habFebEufUwCqlEqnm { top:44.25rem;left:33.8125rem;width:12.5625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rp77sWkmRlJ77UXtGkqaRFTdRtl3WTQ3 { top:15.4375rem;left:8.625rem;width:30.5rem;height:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl { display:block; }#SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W8JFT3ChiGGG8WchxEWRoNi7kKNA0Ztb { top:0rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwM6Q047A2Ei0btVHbFMOXifPwROIkKB { top:7.3125rem;left:0rem;width:4.9375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQEeIH1qJd1o9IQbJA1PGWgpgJ1U3Zb6 { top:7.3125rem;left:0rem;width:9.6875rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucA62sAM4xT5x07pVFlZVTkNpiQ0lP0F { top:9.625rem;left:0rem;width:10rem;height:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVl5TQ1qoVJu5oseg4oWu5RCHwnZ1yu2 { top:9rem;left:9.875rem;width:3.4375rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiTqTLuQhkL93XKfFFnOxODkFL1Rp65Q { top:7.9375rem;left:16.3125rem;width:5.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pN1PEgOhodNGwGvepI7N7WOZJPT8zIDT { top:7.375rem;left:21.6875rem;width:9.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Maub5rbTunc81sAGpsfO2WrRwNaXbTXs { top:9.6875rem;left:21.6875rem;width:9.5625rem;height:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNpgLg3XHJeByidbpgvdV22qNqeyo46Q { top:9.6875rem;left:39.125rem;width:8.625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqJ5MVc23bg2mXPltWWs0PWgJq1Xqmzb { top:7.3125rem;left:38.389583587646rem;width:5.1875rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n44zXLuMUN9X20EXQKbT5rddPe72KWKe { top:9rem;left:32.5rem;width:3.4375rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1zph7C9JX5zn29UXxIzNf12DK2IXVVM { top:7.375rem;left:38.0625rem;width:9.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 { display:block; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qpTW4tHk3VMMD2OyWbcb5IU2G8Lr1M7P { top:4.9375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmTMmVR8W6E1ncV02NezVhZH4AumOZIi { top:6.875rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIN3yxqdT7pJmGb55VxwQVCo8iADbLDF { top:15.25rem;left:22.5rem;width:25.25rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuU5MvhaXPxm4zw1oHRXyTb5OGKaxUUG { top:46.9375rem;left:0rem;width:25.25rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ia046G7bzNLMfLTBSkenL2mdkne9MrDq { top:16.8125rem;left:0rem;width:23.3125rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuCq81ELlcTDDZomRi0p59aq4RSH7fAd { top:21.5rem;left:1.34375rem;width:18.25rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4DywM1hsAm8xpd6x3pahTSlL1cPQJTV { top:46.9375rem;left:18.1875rem;width:29.5625rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdXkfqv3aESq0H2SexcdQGaXJDWZpJ80 { top:26.375rem;left:1.34375rem;width:18.25rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtFD3kScOJ4lhu1MZuZ6Gqo4fIltDmkc { top:59.5rem;left:29.5rem;width:18.25rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0TCcRsmWJzb2kpT7FFODTnpJ0Tan551 { top:53.375rem;left:29.5rem;width:18.25rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ureTtsWBcy9Embwca153BRTOSHHLEfdS { top:46.9375rem;left:24.4375rem;width:23.3125rem;height:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #avSIQhmfFTRz8XM7wFP4FvEfOS3reSEH { top:15.25rem;left:0rem;width:29.5625rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #klRKnRlxFCaifMhORtttWoaOmR2tzISV { display:block; }#klRKnRlxFCaifMhORtttWoaOmR2tzISV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GWIcUPhv8BQMwyfnW9BOKzZAeXogI0Fh { width:22.375rem;height:;top:5.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuT8sEDZxHH9fihm7MLW6eho2aUXfq8q { width:20.25rem;height:4.375rem;top:10.5rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3fqbM4bwkw4nHkwhoE332HbV88rWhWA { width:47.75rem;height:3.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9qgyK7VxSsrFtL067TVAsMTBKGfeobR { width:12.5625rem;height:19.6875rem;top:1.0625rem;left:29.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2A93wnvTwWS5NEex4MVaJZGrycUovHI { top:0rem;left:28.6875rem;width:13.75rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQNEs7CFawbLGP9Pnf7VKO5ktpf4zN6V { width:17.5rem;height:3.4375rem;top:19.875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #isDrl0MxnAAxIkaE7ENWBy8xMvih8Qyw { display:block; }
 }@media only screen and (max-width: 763px) { #kSVhgd58kgGEhS2NpKWUcwmw0sSvGPAt { width:47.75rem;height:3.4375rem;top:22rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXDfoW9a9recHWSTMToUSd4zRldTtCEs { display:block; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X2dTpiLKytFu1XQLtnDgfqxHRiLdGsSS { top:4.9375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8PiOgOosG1KwAWwmXhL3kV6TN5JfTrZ { top:6.6875rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeaTK0m30Ge5JTCXTOTZCEB8tDq3OkLR { top:17.5rem;left:0rem;width:12.25rem;height:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #irzVki48nN7u2mKz49zGVULCNDU1Wi8O { top:14.75rem;left:0rem;width:11.25rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHFgiLaWAxAGsw9ROOnTyXgLPuEqqivp { top:17.5rem;left:11.375rem;width:12.25rem;height:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AneVA9OhbvNoPt4sV8lRLBNCDsEp5P61 { top:14.75rem;left:11.375rem;width:11.25rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB4TqoVqqQc1z4tJKKrxqnJn5QukdEIV { top:17.5rem;left:35.5rem;width:12.25rem;height:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6mbQPZpoNZ3EMn5Fvmgf0NgkywZ4CQw { top:14.75rem;left:36.5rem;width:11.25rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyRxNyhRLpVNiACaeVKtUSgRkIFN3QB8 { top:17.5625rem;left:25.8125rem;width:12.25rem;height:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJqglE2CdC9DMX9LyvkDqQ6y9ahVufhH { top:14.8125rem;left:25.8125rem;width:11.25rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EezuVNHQTM5ETaODkdP0xTztc9t1FWRT { display:block; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H1JPJdfswSHtbbpCXAXIfCpuA6GzyruD { top:4.9375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mik2RMTzOtcdg4thIA99r7qiNUoy2VWw { top:6.6875rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO { display:flex;height:auto;width:45.25rem;top:12.9375rem;left:0rem; }
#mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #wps1ymTSOpaG4GHgJSqKAMxs5Bdv6kLt {  }
 }@media only screen and (max-width: 763px) { #mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #eQnhVfWvh7wTfL3iJXTzTpBg6LBtrO8p {  }
 }@media only screen and (max-width: 763px) { #mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #tucqwVlSXJK7AzNu1k9Q7WgdTgyN7Kq3 {  }
 }@media only screen and (max-width: 763px) { #mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #M2mz85TMhviZl6qQpvv66NxgZDmE64hZ {  }
 }@media only screen and (max-width: 763px) { #mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #RsSMmeF6taS27m7C1uLGny9V4SKEmHUw {  }
 }@media only screen and (max-width: 763px) { #mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #eeCafz7O4Eyk1iSgVXLVvdyAJVmdoBGZ {  }
 }@media only screen and (max-width: 763px) { #mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #sTdMuvFv2lot6IgMttE3skcZhUToNxCZ {  }
 }@media only screen and (max-width: 763px) { #mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #R9R5Je2OuVlU7tUUAlbilczK9DHkU64z {  }
 }@media only screen and (max-width: 763px) { #mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #TMu50GhbaKkvUuLcuBRQDrCh2lrmhL06 {  }
 }@media only screen and (max-width: 763px) { #mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #NSlIfyKV0LaNAvh2afmWRVo4rWVfaay4 {  }
 }@media only screen and (max-width: 763px) { #mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #qGc7IAVysnRcbqToaGqozeNTfEfXpTZs {  }
 }@media only screen and (max-width: 763px) { #mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #nfFVpvNmTlanUdVhTC9kze7o1SQGmso3 {  }
 }@media only screen and (max-width: 763px) { #mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #oV72rGWbXpHyo9MM4V3uqJRznt7eh4zf {  }
 }@media only screen and (max-width: 763px) { #mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #UVuisDZ2VBnO1LvyOPMowIGc1Cdw7fSV {  }
 }@media only screen and (max-width: 763px) { #mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #i9mMP8IhRvOdDynHM6RBnIbaoSFr5ENN {  }
 }@media only screen and (max-width: 763px) { #mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #eGR5LwiRoH0VFQrwtcUV1TEmdZfVmNIl {  }
 }@media only screen and (max-width: 763px) { #mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #Xcsuo9g6R2LDiEbwQtdhpprIZkwy6IZP {  }
 }@media only screen and (max-width: 763px) { #mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #L588Oce1rZwlgi9d5sgolleKXPunx4vG {  }
 }@media only screen and (max-width: 763px) { #mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #z9RT6rGhyLyFaTN1FmbdRZ49ImdmDVb0 {  }
 }@media only screen and (max-width: 763px) { #mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #gafst5Tw9iZsvd6w6L0fvemOdIBhIRFU {  }
 }@media only screen and (max-width: 763px) { #mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #AUBpC0wPNvtRS5GOlfwLq0xmZx7858gh {  }
 }@media only screen and (max-width: 763px) { #mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #RbwkoHZhfTb6ZPoNEk9mghGekzVLHa2o {  }
 }@media only screen and (max-width: 763px) { #mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #qbkArkaXrH1ztTSGfqhaB3ADIAN8FCTw {  }
 }@media only screen and (max-width: 763px) { #mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #fW3O4FuQ0TKUUTAqoKvOGRoDEW4detR2 {  }
 }@media only screen and (max-width: 763px) { #mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #lZm4tG0XcT2NbTVvX0IGQZEF8zDH4X7z {  }
 }@media only screen and (max-width: 763px) { #tM7SaEtTNuiDu4FTL4rcN24kIZX1gKHS { top:12.375rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltgH3SVNexVoluzIEN0Dp35T9kqTPmW8 { display:block; }#ltgH3SVNexVoluzIEN0Dp35T9kqTPmW8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ylgg0cv8pBhNBD9xrDt80zmtvG6ShJ4G { width:22.375rem;height:2.5625rem;top:2.8125rem;left:25.375rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC .widget-regular-label { width:22.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC .widget-input-text { width:22.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC .widget-input-text {padding-top: 0; padding-bottom: 0;}#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC .widget-textarea { width:22.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC .widget-input-select { width:22.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC .widget-input-select {padding-top: 0; padding-bottom: 0;}#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC .widget-input-button { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.4375rem; }
#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC .widget-checkbox-label { width:21.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC  { width:22.8125rem;height:auto;top:13rem;left:22.4375rem; }
#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC .radio-container { width:22.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC {display:block;}#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC { width:22.8125rem;height:auto;top:13rem;left:22.4375rem; }
 }@media only screen and (max-width: 763px) { #xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC #tTMkHThwz1z3q3mB4TIGCWPddB4PMZdq {  }
 }@media only screen and (max-width: 763px) { #xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC #KvrxUE7pTl8LSTf5Po839PG2IEMuBzyU {  }
 }@media only screen and (max-width: 763px) { #xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC #bQSzZUGPQPts2CJ4t8b8W1ZByTXNnHK7 {  }
 }@media only screen and (max-width: 763px) { #xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC #Q55O5kydWvBkaiuOB8ZRQ2MhRigVWpCF {  }
 }@media only screen and (max-width: 763px) { #xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC #OhE4BTFvPkPchLu7qr7GsSWgcHc1eKde {  }
 }@media only screen and (max-width: 763px) { #xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC #TXr7WRhI484c33GdtLUq4FI7IQcN33IE {  }
 }@media only screen and (max-width: 763px) { #xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC #F8QbNAdqFsz0XhOX1Da1ZZonTsCQRvFf {  }
 }@media only screen and (max-width: 763px) { #xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC #Vsmzrq3FU4ghMZrG1C6SBArw2DplcUbJ {  }
 }@media only screen and (max-width: 763px) { #xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC #oIUVAUiqStDNeaNtidZuuDfs5WztCyt5 {  }
 }@media only screen and (max-width: 763px) { #xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC #p6336Xr9Ln66a55xHN0RMeuerANR8zV1 {  }
 }@media only screen and (max-width: 763px) { #xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC #QaasKmEbrmLETs3Qsez6XmPI2MRNdW7z {  }
 }@media only screen and (max-width: 763px) { #xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC #TaLF7A6z338IdhptxwcrDiUnQHwMqdzF {  }
 }@media only screen and (max-width: 763px) { #xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC #JhrnleLeCTTibLW7BlqST0EQEuLTDCqa {  }
 }@media only screen and (max-width: 763px) { #xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC #tqEfpQImp8sBW2u9ASqrBMgFwvluk0Qh {  }
 }@media only screen and (max-width: 763px) { #xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC #bP9mwuD7O4mT0W8SCtwVkRE43hJ3WCSC {  }
 }@media only screen and (max-width: 763px) { #xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC #nzQ9W3dw63fcE3XR3k7Z2K6Dx30ddnSb {  }
 }@media only screen and (max-width: 763px) { #xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC #PpHKTZl8fxVFe53CoN2wuytm4riNOwwh {  }
 }@media only screen and (max-width: 763px) { #xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC #TeB2MQS38C1QUQpJ4HhQ4ekqJUlpDMBZ {  }
 }@media only screen and (max-width: 763px) { #xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC #TlFXyfKXpvPmUvrHGtrWO3GyLcmmH8Rt {  }
 }@media only screen and (max-width: 763px) { #xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC #N8Z6ZKtGwtN39c4dRxbsTBwwBEyVfxc0 {  }
 }@media only screen and (max-width: 763px) { #qMKI4T3XiJaKKt7G4k0mMXCm31SaOZsA { width:47.75rem;height:3.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqoumJMF0KqC5OiQ5GmsFkbzJA2rM1z0 { width:23.6875rem;height:26.9375rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zilobo01rdVghKmCDB0BoWn2RyDbJCfG { width:22.375rem;height:1.125rem;top:6.0625rem;left:25.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbnXHhlPFRwz10spmBVeNkeyWva3G6WW { width:22.375rem;height:;top:9.0625rem;left:25.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOXJTMzbGdlsc2dM3eyX9H7IyQpiBQ2T { width:30.8125rem;height:8.9375rem;top:36.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oq4uuO9eSgSxh5cFUITTZh302UVAa6se { width:30.8125rem;height:1.3125rem;top:33.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVngxULp45ZDxwfi5ng58IHAqElM06b5 { width:20rem;height:1.3125rem;top:52.375rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #klS0wLllOHNyXcJIDC6MBohP65DVka0T { width:17.5rem;height:2.375rem;top:10.625rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoBCXFJSUibLdmp89o5bUF2IborpFvl9 { display:block; }
 }@media only screen and (max-width: 763px) { #WuNqqqSIkFb2H9ohtqGG5hiuFHtJETp9 { display:block; }#WuNqqqSIkFb2H9ohtqGG5hiuFHtJETp9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zDU1x4eWDV9nbuD5Qeey4KKvKOm5klwx { top:11.75rem;left:31.4375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSwK3cLTWGAMnbMCL3ZCQVfzWWomBnnA { top:6.5rem;left:0rem;width:19.875rem;height:3.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkE9bNcqfvmrPT9eR8MHdt6nmheQTN6a { top:8.5rem;left:40.4375rem;width:7.3125rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCTBoT3h3l4Rn3pqquMLIr29rzxDmanZ { top:11rem;left:12.125rem;width:35.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EU87FoeeqydnsJmSZdHZL3ILXvLQw2Oa { top:8.5rem;left:35.1875rem;width:7.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nliTZK02wkWkGpPG4nXW1e01UCHpop63 { top:8.4375rem;left:21.375rem;width:10.0625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3Q6pU2XkJQ1OiG0rq07SI6OFK5oridm { top:6.4375rem;left:18.8125rem;width:11.8125rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5tnMPtvwoJE7tZCPOInVAOaNqPnkM3O { top:11rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvILv5Rts4gohO8MKAqe8yH7n8EcDe7R { top:8.3125rem;left:19.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1pw5diCm1HT35DHR1P6um8ab7iEBIPb { top:8.375rem;left:33.25rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITQgqWllU1dgWzXtaMEoTdZqHORONGSk { top:8.1875rem;left:44.5rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #krmryZ3MWAFT5clgQTDHWEEeAbQNmbz8 { top:11.875rem;left:31.5625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrtsNo9siS1RX7CRb6DsS9edF9TS05kU { top:0rem;left:0rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCzf6wlbGNxX6TSFMHPTkR5HauHwxbHn { width:18.5625rem;height:1.875rem;top:2.375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiKS6bl03wm5Cv3H8kTdJwTBWT5TKxbO { display:block; }
 }@media only screen and (max-width: 763px) { #cI15d1wFW5F3F6bokKMiErXCUITpM1dt { top:11.6875rem;left:0rem;width:13.9375rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHobTgsaNyyzU69vP6RnQWlJCCu3Z7wn { top:12.1875rem;left:19.5rem;width:9.5625rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLEFuQfALtyWwauDGU873sVtWnxnXgrt { top:35.75rem;left:0.3125rem;width:10.3125rem;height:1.375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/496a917c-7484-4f63-b410-a2637925cf22/Projektbeznazwy2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.adaptive-delivery-prevent-bg, #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.lazyload, #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.lazyloading { background-image: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { background-color: transparent; background-image: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.74); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container > .video-iframe-container { display: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.74); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container { display: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .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); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { border-width: 0; border-radius: 0; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { width:20rem;height:35.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mNTW6fGzWBFXMBZk6KJQ41FnUKiLIN4Z { width:7.5rem;height:7.5rem;top:4.46875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdNFsZSH7qnWI5NOvg3LAda0SaN2iUGD { width:20rem;height:3.4125rem;top:12.61874961853rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XBQNSgvJMdDm60LE4qqKxX3VyH2VpGRV { width:18.4375rem;height:9rem;top:19.174999237061rem;left:0.78125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FTh1pq65J8003f9fRtBQGT1BHwFNvFeT { width:9.625rem;height:3.4375rem;top:30.125rem;left:9.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZCkCP6pSlzAmLzg2HIRmqNqKFRDEwA0 { display:block; }
 }@media only screen and (max-width: 763px) { #e2t2TqWSGPZRoTM9surFepwi4COVUBRR { width:8.4375rem;height:3.4375rem;top:30.125rem;left:0.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwHcgBEDEa0g4IOaTgHLTgSTUQ1VcScw { display:block; }
 }@media only screen and (max-width: 763px) { #ACf6ks4Sm96qJCrXDJMUAqcpZLLPM9Ud { width:18.5625rem;height:1.875rem;top:15.46875rem;left:0.71875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZgKUTIXzxZkrCycT8o20KU8dPgSQNO44 { display:block; }
 }@media only screen and (max-width: 763px) { #bvO4sL9T5F76hn13e9b6Dp8drHKps08w { width:6.1875rem;height:1.625rem;top:0.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBNfalqz7KpF9M8dAr4MdZHXLcMCIeTx { width:9.5625rem;height:1.375rem;top:3.90625rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti { display:block; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { width:20rem;height:57.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fWvwxryxLMrDLFAW1a6kC7UaHRw3MNva { width:20rem;height:4.5rem;top:2.7375001907349rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg9uqq9no7WgGhkkTcus51twSpU6cPXL { width:3.875rem;height:3.875rem;top:20.599998474121rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #apcOawkGcmT2OI4ltUh5lbJhxOZwVV3G { width:12.5625rem;height:1.625rem;top:20.3125rem;left:6.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7BziWQM8JgZ18uH9DuMtzDpoMRFXTab { width:12.5625rem;height:2.8rem;top:22.0625rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKS4Xub4cpzXs2BzTceUBAQb6GoMhE2C { width:3.875rem;height:3.875rem;top:26.9375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZkHcKMROVeOBgIJSRxOh8hGXuRO15HW { width:12.5625rem;height:1.625rem;top:26.625rem;left:6.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHmA3JkroG9tMElVMnRI2q3z11TlMmV4 { width:12.5625rem;height:2.8rem;top:28.375rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5aE3krxHOPTSDicDo7WbGRoOcWkU7rU { width:4.4375rem;height:4.4375rem;top:32.75rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4wcqPBEvEu4pubLMdZVJn7PBcr7eHpz { width:12.5625rem;height:1.625rem;top:32.75rem;left:6.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDZppDnNxU95PFRi3BLKW39NBCc2vB7V { width:12.5625rem;height:2.8rem;top:34.537498474121rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkllFhT7TObmvQ0c4xolk3u2s3iloaMG { width:4.3125rem;height:4.3125rem;top:39.299999237061rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvlOQTXAn8WitMATt8t4Xze2HcbWZamT { width:12.5625rem;height:1.625rem;top:38.9375rem;left:6.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3ZH20mTTWIpwJJVoRIk34Tk3ME6zZ6P { width:12.5625rem;height:2.8rem;top:40.75rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxMdT8r43Va2CsJRc9yvDi6prBxW2EZ5 { width:4.4375rem;height:4.4375rem;top:44.75rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T34rFaKkLQOAMWPLireKXBJMHlEVrBLp { width:11.6875rem;height:1.625rem;top:44.75rem;left:6.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNsHOgoBXsu4W6q2TUll6tmPUCqvOTJq { width:11.6875rem;height:2.8rem;top:46.5625rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQ2TRo6GLyHDAaotNcSTq2PpVLuzCXFu { width:3.875rem;height:3.875rem;top:50.6875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLrA6zobWxMqdbqQh9KulTQkxGZa2WhE { width:12.5625rem;height:1.625rem;top:50.6875rem;left:6.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6NoOZKbsA1zW6habFebEufUwCqlEqnm { width:12.5625rem;height:2.8rem;top:52.4375rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rp77sWkmRlJ77UXtGkqaRFTdRtl3WTQ3 { width:20rem;height:20rem;top:3.7875003814698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl { display:block; }#SouI7DUuVCi2X2lCLbC3tDWt4i2fuXEl > .row .container { width:20rem;height:47.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W8JFT3ChiGGG8WchxEWRoNi7kKNA0Ztb { width:20rem;height:2.25rem;top:2.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwM6Q047A2Ei0btVHbFMOXifPwROIkKB { width:4.5rem;height:4.5625rem;top:6rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQEeIH1qJd1o9IQbJA1PGWgpgJ1U3Zb6 { width:9.6875rem;height:1.7875rem;top:10.5rem;left:5.1875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ucA62sAM4xT5x07pVFlZVTkNpiQ0lP0F { width:8.625rem;height:4.2rem;top:12.75rem;left:5.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZVl5TQ1qoVJu5oseg4oWu5RCHwnZ1yu2 { width:3.4375rem;height:3.4375rem;top:32.25rem;left:9.9375rem;border-top:0;border-left:0.0625rem dashed #f5be2c;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #KiTqTLuQhkL93XKfFFnOxODkFL1Rp65Q { width:3.875rem;height:2.8125rem;top:22.21875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pN1PEgOhodNGwGvepI7N7WOZJPT8zIDT { width:9.6875rem;height:1.7875rem;top:25.14999961853rem;left:5.15625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Maub5rbTunc81sAGpsfO2WrRwNaXbTXs { width:8.625rem;height:4.2rem;top:26.875rem;left:5.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aNpgLg3XHJeByidbpgvdV22qNqeyo46Q { width:8.625rem;height:2.8rem;top:41.875rem;left:5.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LqJ5MVc23bg2mXPltWWs0PWgJq1Xqmzb { width:3.875rem;height:3.75rem;top:35.9375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n44zXLuMUN9X20EXQKbT5rddPe72KWKe { width:3.4375rem;height:3.4375rem;top:18.3125rem;left:9.9375rem;border-top:0;border-left:0.0625rem dashed #f5be2c;border-right:0;border-bottom:0;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #M1zph7C9JX5zn29UXxIzNf12DK2IXVVM { width:9.6875rem;height:1.7875rem;top:39.625rem;left:5.15625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 { background-color:#f7f7f7;background-image:none;display:block; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row .container { background-color: transparent; background-image: none; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row .container > .video-iframe-container { display: none; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row > .video-iframe-container { display: none; }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .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); }#MpM5kyFdBFsKyctTBfQwDuB69eB9Iuv4 > .row .container { width:20rem;height:64.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qpTW4tHk3VMMD2OyWbcb5IU2G8Lr1M7P { width:20rem;height:3.25rem;top:2.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmTMmVR8W6E1ncV02NezVhZH4AumOZIi { width:20rem;height:2.25rem;top:6.1000003814697rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIN3yxqdT7pJmGb55VxwQVCo8iADbLDF { width:14.125rem;height:14.125rem;top:8.28750038147rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuU5MvhaXPxm4zw1oHRXyTb5OGKaxUUG { width:13rem;height:13rem;top:35.685416221619rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ia046G7bzNLMfLTBSkenL2mdkne9MrDq { width:17.6875rem;height:1.5rem;top:22.412498474121rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuCq81ELlcTDDZomRi0p59aq4RSH7fAd { width:17rem;height:3.675rem;top:24.060416221619rem;left:1.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4DywM1hsAm8xpd6x3pahTSlL1cPQJTV { width:20rem;height:16.0625rem;top:47.875rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #fdXkfqv3aESq0H2SexcdQGaXJDWZpJ80 { width:17.25rem;height:4.9rem;top:28.547916412354rem;left:0.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtFD3kScOJ4lhu1MZuZ6Gqo4fIltDmkc { width:17.1875rem;height:3.675rem;top:56.185416221619rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0TCcRsmWJzb2kpT7FFODTnpJ0Tan551 { width:17rem;height:4.9rem;top:50.40625rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ureTtsWBcy9Embwca153BRTOSHHLEfdS { width:19.25rem;height:1.59375rem;top:48.372909545899rem;left:0.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #avSIQhmfFTRz8XM7wFP4FvEfOS3reSEH { width:20rem;height:16.109936575053rem;top:21.692708015442rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #klRKnRlxFCaifMhORtttWoaOmR2tzISV { display:block; }#klRKnRlxFCaifMhORtttWoaOmR2tzISV > .row .container { width:20rem;height:37.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GWIcUPhv8BQMwyfnW9BOKzZAeXogI0Fh { width:20rem;height:2.25rem;top:0.875rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuT8sEDZxHH9fihm7MLW6eho2aUXfq8q { width:17.6875rem;height:3.9rem;top:3.7250003814698rem;left:1.15625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N3fqbM4bwkw4nHkwhoE332HbV88rWhWA { width:20rem;height:3.4375rem;top:34.25rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #z9qgyK7VxSsrFtL067TVAsMTBKGfeobR { width:13.75rem;height:21.5rem;top:9.387499809265rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2A93wnvTwWS5NEex4MVaJZGrycUovHI { width:15.3125rem;height:21.8125rem;top:9.231249809265rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQNEs7CFawbLGP9Pnf7VKO5ktpf4zN6V { width:17.5rem;height:3.4375rem;top:32.700000762939rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #isDrl0MxnAAxIkaE7ENWBy8xMvih8Qyw { display:block; }
 }@media only screen and (max-width: 763px) { #kSVhgd58kgGEhS2NpKWUcwmw0sSvGPAt { width:20rem;height:3.4375rem;top:34.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXDfoW9a9recHWSTMToUSd4zRldTtCEs { display:block; }#UXDfoW9a9recHWSTMToUSd4zRldTtCEs > .row .container { width:20rem;height:50.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X2dTpiLKytFu1XQLtnDgfqxHRiLdGsSS { width:20rem;height:1.625rem;top:2.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8PiOgOosG1KwAWwmXhL3kV6TN5JfTrZ { width:20rem;height:2.15625rem;top:4.3125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeaTK0m30Ge5JTCXTOTZCEB8tDq3OkLR { width:15.3125rem;height:6.5625rem;top:10.887500762939rem;left:2.34375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #irzVki48nN7u2mKz49zGVULCNDU1Wi8O { width:11.25rem;height:1.625rem;top:8.4124984741213rem;left:4.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fHFgiLaWAxAGsw9ROOnTyXgLPuEqqivp { width:15rem;height:6.5625rem;top:21.674999237061rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AneVA9OhbvNoPt4sV8lRLBNCDsEp5P61 { width:11.25rem;height:1.625rem;top:19.324996948243rem;left:4.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NB4TqoVqqQc1z4tJKKrxqnJn5QukdEIV { width:15.9375rem;height:5.25rem;top:33.14999961853rem;left:2.03125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U6mbQPZpoNZ3EMn5Fvmgf0NgkywZ4CQw { width:11.25rem;height:1.625rem;top:30.462501525879rem;left:4.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oyRxNyhRLpVNiACaeVKtUSgRkIFN3QB8 { width:15.1875rem;height:6.5625rem;top:42.5625rem;left:2.40625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qJqglE2CdC9DMX9LyvkDqQ6y9ahVufhH { width:11.25rem;height:1.625rem;top:40.212501525879rem;left:4.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EezuVNHQTM5ETaODkdP0xTztc9t1FWRT { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f9b418, #f5d74d);background-image: -moz-linear-gradient(180deg, #f9b418, #f5d74d);background-image: -ms-linear-gradient(180deg, #f9b418, #f5d74d);background-image: -o-linear-gradient(180deg, #f9b418, #f5d74d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9b418', endColorstr='#f5d74d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9b418', endColorstr='#f5d74d' );";background-image: linear-gradient(180deg, #f9b418, #f5d74d);background-size:cover !important;display:block; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container { background-color: transparent; background-image: none; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container > .video-iframe-container { display: none; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row > .video-iframe-container { display: none; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .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); }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H1JPJdfswSHtbbpCXAXIfCpuA6GzyruD { width:20rem;height:1.625rem;top:2.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mik2RMTzOtcdg4thIA99r7qiNUoy2VWw { width:20rem;height:2.25rem;top:4.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO .accordion-heading-text { font-size:1rem;height:auto; }
#mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO .accordion-desc-text { font-size:0.875rem;height:auto; }
#mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO { display:flex;height:auto;width:17.5rem;top:11rem;left:0rem; }
#mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #wps1ymTSOpaG4GHgJSqKAMxs5Bdv6kLt {  }
 }@media only screen and (max-width: 763px) { #mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #eQnhVfWvh7wTfL3iJXTzTpBg6LBtrO8p {  }
 }@media only screen and (max-width: 763px) { #mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #tucqwVlSXJK7AzNu1k9Q7WgdTgyN7Kq3 {  }
 }@media only screen and (max-width: 763px) { #mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #M2mz85TMhviZl6qQpvv66NxgZDmE64hZ {  }
 }@media only screen and (max-width: 763px) { #mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #RsSMmeF6taS27m7C1uLGny9V4SKEmHUw {  }
 }@media only screen and (max-width: 763px) { #mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #eeCafz7O4Eyk1iSgVXLVvdyAJVmdoBGZ {  }
 }@media only screen and (max-width: 763px) { #mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #sTdMuvFv2lot6IgMttE3skcZhUToNxCZ {  }
 }@media only screen and (max-width: 763px) { #mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #R9R5Je2OuVlU7tUUAlbilczK9DHkU64z {  }
 }@media only screen and (max-width: 763px) { #mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #TMu50GhbaKkvUuLcuBRQDrCh2lrmhL06 {  }
 }@media only screen and (max-width: 763px) { #mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #NSlIfyKV0LaNAvh2afmWRVo4rWVfaay4 {  }
 }@media only screen and (max-width: 763px) { #mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #qGc7IAVysnRcbqToaGqozeNTfEfXpTZs {  }
 }@media only screen and (max-width: 763px) { #mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #nfFVpvNmTlanUdVhTC9kze7o1SQGmso3 {  }
 }@media only screen and (max-width: 763px) { #mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #oV72rGWbXpHyo9MM4V3uqJRznt7eh4zf {  }
 }@media only screen and (max-width: 763px) { #mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #UVuisDZ2VBnO1LvyOPMowIGc1Cdw7fSV {  }
 }@media only screen and (max-width: 763px) { #mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #i9mMP8IhRvOdDynHM6RBnIbaoSFr5ENN {  }
 }@media only screen and (max-width: 763px) { #mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #eGR5LwiRoH0VFQrwtcUV1TEmdZfVmNIl {  }
 }@media only screen and (max-width: 763px) { #mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #Xcsuo9g6R2LDiEbwQtdhpprIZkwy6IZP {  }
 }@media only screen and (max-width: 763px) { #mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #L588Oce1rZwlgi9d5sgolleKXPunx4vG {  }
 }@media only screen and (max-width: 763px) { #mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #z9RT6rGhyLyFaTN1FmbdRZ49ImdmDVb0 {  }
 }@media only screen and (max-width: 763px) { #mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #gafst5Tw9iZsvd6w6L0fvemOdIBhIRFU {  }
 }@media only screen and (max-width: 763px) { #mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #AUBpC0wPNvtRS5GOlfwLq0xmZx7858gh {  }
 }@media only screen and (max-width: 763px) { #mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #RbwkoHZhfTb6ZPoNEk9mghGekzVLHa2o {  }
 }@media only screen and (max-width: 763px) { #mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #qbkArkaXrH1ztTSGfqhaB3ADIAN8FCTw {  }
 }@media only screen and (max-width: 763px) { #mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #fW3O4FuQ0TKUUTAqoKvOGRoDEW4detR2 {  }
 }@media only screen and (max-width: 763px) { #mZo1XrgkaoFLivtkHpD1ZZxB0N1HKLxO #lZm4tG0XcT2NbTVvX0IGQZEF8zDH4X7z {  }
 }@media only screen and (max-width: 763px) { #tM7SaEtTNuiDu4FTL4rcN24kIZX1gKHS { width:18.6875rem;height:3.9375rem;top:7.75rem;left:0.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltgH3SVNexVoluzIEN0Dp35T9kqTPmW8 { display:block; }#ltgH3SVNexVoluzIEN0Dp35T9kqTPmW8 > .row .container { width:20rem;height:83.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ylgg0cv8pBhNBD9xrDt80zmtvG6ShJ4G { width:20rem;height:2.25rem;top:1.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.875rem; }
#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC .widget-input-text {padding-top: 0; padding-bottom: 0;}#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC .widget-input-select {padding-top: 0; padding-bottom: 0;}#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC .widget-input-button { width:12.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.625rem;font-size:0.875rem;overflow:hidden; }
#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC [class*="-text"]:-moz-placeholder { font-size:0.6875rem; }
#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC [class*="-text"]::-moz-placeholder { font-size:0.6875rem; }
#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC [class*="-text"]:-ms-input-placeholder { font-size:0.6875rem; }
#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC [class*="-text"]::-webkit-input-placeholder { font-size:0.6875rem; }
#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.6875rem;overflow:hidden;height:auto; }
#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC  { width:17.5rem;height:auto;top:56.299999237061rem;left:0rem; }
#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC {display:block;}#xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC { width:17.5rem;height:auto;top:56.299999237061rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC #tTMkHThwz1z3q3mB4TIGCWPddB4PMZdq {  }
 }@media only screen and (max-width: 763px) { #xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC #KvrxUE7pTl8LSTf5Po839PG2IEMuBzyU { display:block; }
 }@media only screen and (max-width: 763px) { #xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC #bQSzZUGPQPts2CJ4t8b8W1ZByTXNnHK7 {  }
 }@media only screen and (max-width: 763px) { #xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC #Q55O5kydWvBkaiuOB8ZRQ2MhRigVWpCF {  }
 }@media only screen and (max-width: 763px) { #xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC #OhE4BTFvPkPchLu7qr7GsSWgcHc1eKde { display:block; }
 }@media only screen and (max-width: 763px) { #xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC #TXr7WRhI484c33GdtLUq4FI7IQcN33IE {  }
 }@media only screen and (max-width: 763px) { #xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC #F8QbNAdqFsz0XhOX1Da1ZZonTsCQRvFf {  }
 }@media only screen and (max-width: 763px) { #xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC #Vsmzrq3FU4ghMZrG1C6SBArw2DplcUbJ { display:block; }
 }@media only screen and (max-width: 763px) { #xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC #oIUVAUiqStDNeaNtidZuuDfs5WztCyt5 {  }
 }@media only screen and (max-width: 763px) { #xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC #p6336Xr9Ln66a55xHN0RMeuerANR8zV1 {  }
 }@media only screen and (max-width: 763px) { #xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC #QaasKmEbrmLETs3Qsez6XmPI2MRNdW7z { display:block; }
 }@media only screen and (max-width: 763px) { #xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC #TaLF7A6z338IdhptxwcrDiUnQHwMqdzF {  }
 }@media only screen and (max-width: 763px) { #xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC #JhrnleLeCTTibLW7BlqST0EQEuLTDCqa {  }
 }@media only screen and (max-width: 763px) { #xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC #tqEfpQImp8sBW2u9ASqrBMgFwvluk0Qh { display:block; }
 }@media only screen and (max-width: 763px) { #xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC #bP9mwuD7O4mT0W8SCtwVkRE43hJ3WCSC {  }
 }@media only screen and (max-width: 763px) { #xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC #nzQ9W3dw63fcE3XR3k7Z2K6Dx30ddnSb {  }
 }@media only screen and (max-width: 763px) { #xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC #PpHKTZl8fxVFe53CoN2wuytm4riNOwwh {  }
 }@media only screen and (max-width: 763px) { #xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC #TeB2MQS38C1QUQpJ4HhQ4ekqJUlpDMBZ {  }
 }@media only screen and (max-width: 763px) { #xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC #TlFXyfKXpvPmUvrHGtrWO3GyLcmmH8Rt {  }
 }@media only screen and (max-width: 763px) { #xkOMsDcZGXm2I4HT8mzKQ5mS4i2nDxhC #N8Z6ZKtGwtN39c4dRxbsTBwwBEyVfxc0 {  }
 }@media only screen and (max-width: 763px) { #qMKI4T3XiJaKKt7G4k0mMXCm31SaOZsA { width:20rem;height:3.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqoumJMF0KqC5OiQ5GmsFkbzJA2rM1z0 { width:20rem;height:22.6875rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zilobo01rdVghKmCDB0BoWn2RyDbJCfG { width:20rem;height:1.125rem;top:5.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbnXHhlPFRwz10spmBVeNkeyWva3G6WW { width:20rem;height:0.6875rem;top:6.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOXJTMzbGdlsc2dM3eyX9H7IyQpiBQ2T { width:20rem;height:15.4375rem;top:37.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oq4uuO9eSgSxh5cFUITTZh302UVAa6se { width:20rem;height:1.3125rem;top:35.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVngxULp45ZDxwfi5ng58IHAqElM06b5 { width:20rem;height:1.3125rem;top:54.987499237061rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #klS0wLllOHNyXcJIDC6MBohP65DVka0T { width:17.5rem;height:2.375rem;top:8.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoBCXFJSUibLdmp89o5bUF2IborpFvl9 { display:block; }
 }@media only screen and (max-width: 763px) { #WuNqqqSIkFb2H9ohtqGG5hiuFHtJETp9 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/496a917c-7484-4f63-b410-a2637925cf22/Projektbeznazwy2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#WuNqqqSIkFb2H9ohtqGG5hiuFHtJETp9.adaptive-delivery-prevent-bg, #WuNqqqSIkFb2H9ohtqGG5hiuFHtJETp9.lazyload, #WuNqqqSIkFb2H9ohtqGG5hiuFHtJETp9.lazyloading { background-image: none; }#WuNqqqSIkFb2H9ohtqGG5hiuFHtJETp9 > .row .container { background-color: transparent; background-image: none; }#WuNqqqSIkFb2H9ohtqGG5hiuFHtJETp9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WuNqqqSIkFb2H9ohtqGG5hiuFHtJETp9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WuNqqqSIkFb2H9ohtqGG5hiuFHtJETp9 > .row .container > .video-iframe-container { display: none; }#WuNqqqSIkFb2H9ohtqGG5hiuFHtJETp9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WuNqqqSIkFb2H9ohtqGG5hiuFHtJETp9 > .row > .video-iframe-container { display: none; }#WuNqqqSIkFb2H9ohtqGG5hiuFHtJETp9 > .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); }#WuNqqqSIkFb2H9ohtqGG5hiuFHtJETp9 > .row .container { width:20rem;height:35.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zDU1x4eWDV9nbuD5Qeey4KKvKOm5klwx { width:1.6875rem;height:1.6875rem;top:31.8125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSwK3cLTWGAMnbMCL3ZCQVfzWWomBnnA { width:17.3125rem;height:5.25rem;top:7.4375rem;left:1.34375rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IkE9bNcqfvmrPT9eR8MHdt6nmheQTN6a { width:10.3125rem;height:1.4rem;top:29.3125rem;left:6.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCTBoT3h3l4Rn3pqquMLIr29rzxDmanZ { width:18.75rem;height:0.0625rem;top:35.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EU87FoeeqydnsJmSZdHZL3ILXvLQw2Oa { width:10.75rem;height:2.8375rem;top:26.875rem;left:6.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nliTZK02wkWkGpPG4nXW1e01UCHpop63 { width:11.375rem;height:1.4rem;top:24.25rem;left:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3Q6pU2XkJQ1OiG0rq07SI6OFK5oridm { width:20rem;height:1.225rem;top:18.375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:lato;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #m5tnMPtvwoJE7tZCPOInVAOaNqPnkM3O { width:18.75rem;height:0.0625rem;top:16.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvILv5Rts4gohO8MKAqe8yH7n8EcDe7R { width:1.5625rem;height:1.5625rem;top:24.1875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1pw5diCm1HT35DHR1P6um8ab7iEBIPb { width:1.5625rem;height:1.5625rem;top:26.8125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITQgqWllU1dgWzXtaMEoTdZqHORONGSk { width:1.5625rem;height:1.5625rem;top:29.3125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krmryZ3MWAFT5clgQTDHWEEeAbQNmbz8 { width:1.875rem;height:1.875rem;top:32rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrtsNo9siS1RX7CRb6DsS9edF9TS05kU { width:6.625rem;height:6.625rem;top:0rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCzf6wlbGNxX6TSFMHPTkR5HauHwxbHn { width:18.5625rem;height:1.875rem;top:4.8125rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiKS6bl03wm5Cv3H8kTdJwTBWT5TKxbO { display:block; }
 }@media only screen and (max-width: 763px) { #cI15d1wFW5F3F6bokKMiErXCUITpM1dt { width:5.8125rem;height:1.5rem;top:13.983333587646rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHobTgsaNyyzU69vP6RnQWlJCCu3Z7wn { width:9.5625rem;height:1.375rem;top:21.25rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLEFuQfALtyWwauDGU873sVtWnxnXgrt { width:10.3125rem;height:1.4rem;top:31.9375rem;left:6.125rem;font-size:1rem;z-index:15015;display:block; }
 }