.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
 #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 *:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="text"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="email"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="tel"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 textarea:focus-visible { outline:0.125rem solid #000000;; } #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Is0qVv19MCVFBy6EowRfRyn5QAprAytB { position:relative;display:block; }#Is0qVv19MCVFBy6EowRfRyn5QAprAytB { background-color: transparent; background-image: none; }#Is0qVv19MCVFBy6EowRfRyn5QAprAytB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Is0qVv19MCVFBy6EowRfRyn5QAprAytB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Is0qVv19MCVFBy6EowRfRyn5QAprAytB > .row .container > .video-iframe-container { display: none; }#Is0qVv19MCVFBy6EowRfRyn5QAprAytB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Is0qVv19MCVFBy6EowRfRyn5QAprAytB > .row > .video-iframe-container { display: none; }#Is0qVv19MCVFBy6EowRfRyn5QAprAytB > .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); }#Is0qVv19MCVFBy6EowRfRyn5QAprAytB { border-width: 0; border-radius: 0; }#Is0qVv19MCVFBy6EowRfRyn5QAprAytB > .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; }#Is0qVv19MCVFBy6EowRfRyn5QAprAytB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b0d47317-6be9-48a8-81e6-cc1d67104473/4_polska_wschodnia_kolor1024x91.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Is0qVv19MCVFBy6EowRfRyn5QAprAytB > .row .container.adaptive-delivery-prevent-bg, #Is0qVv19MCVFBy6EowRfRyn5QAprAytB > .row .container.lazyload, #Is0qVv19MCVFBy6EowRfRyn5QAprAytB > .row .container.lazyloading { background-image: none; }#gqtkEnteVvP4qpUmecDSTqCn5gO8Q99z { background-color:#4c4d51;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#gqtkEnteVvP4qpUmecDSTqCn5gO8Q99z > .row .container { background-color: transparent; background-image: none; }#gqtkEnteVvP4qpUmecDSTqCn5gO8Q99z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqtkEnteVvP4qpUmecDSTqCn5gO8Q99z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqtkEnteVvP4qpUmecDSTqCn5gO8Q99z > .row .container > .video-iframe-container { display: none; }#gqtkEnteVvP4qpUmecDSTqCn5gO8Q99z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqtkEnteVvP4qpUmecDSTqCn5gO8Q99z > .row > .video-iframe-container { display: none; }#gqtkEnteVvP4qpUmecDSTqCn5gO8Q99z > .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); }#gqtkEnteVvP4qpUmecDSTqCn5gO8Q99z > .row .container { border-width: 0; border-radius: 0; }#gqtkEnteVvP4qpUmecDSTqCn5gO8Q99z > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#gqtkEnteVvP4qpUmecDSTqCn5gO8Q99z > .row .container { font-size:0.875rem;font-family:raleway;height:4.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#UWiZS23Kw5rQcr1AViVEs3R8goZJrfnc { color:#ffffff;display:block;width:52.375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:1.07421875rem;left:22.625rem;height:1.9121125rem;font-style:normal;display:block; }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:rgba(0,0,0,0);background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#ffffff;padding-top:0.363125rem;padding-right:0.326875rem;padding-bottom:0.363125rem;padding-left:0.326875rem;display:block;align-items:center;width:1.961875rem;min-width:1.961875rem;height:1.9525rem;position:relative;font-family:raleway;font-size:1.453125rem;font-weight:700;line-height:31.24px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON .widget-text.counter-label { background-color:rgba(0,0,0,0);background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2275rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.615625rem;height:0.771875rem;position:relative;font-family:raleway;font-size:0.545rem;font-weight:400;line-height:12.35px;text-align:center;text-align-last:center;text-transform:none;top:-19%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:14.4375rem;height:3.678125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:raleway;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.19140625rem;left:0rem;z-index:15032; }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON #mi29N90WhapJqXvlMUQhxCLBOSf7ens5 { display:flex;position:relative;top:0rem;left:0rem; }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON #HUFyDy1EPDWgzFn5icqzfa9BNIZrVsrd { width:auto; }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON #dLu7dB2MHhzDvKVgkpX9s3IQHIltrcHX {  }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON #NcTPCCfILxMV3Rvy8kbTMo9JHFaiyxsg { display:flex;position:relative;top:0rem;left:0rem; }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON #VtmVtl99IrB49xrGpOSoarxTIEAGCPw1 {  }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON #yCiWoBNIGKqEwB54QgwWvzlKaGSVmKmM {  }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON #AsOcP5HL73G5uDwK1T10vcqiESauQowz { display:flex;position:relative;top:0rem;left:0rem; }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON #w7rNhc6HI44Ipx4kLnTaP5NGiMC5QxA5 {  }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON #sdT9aGTFT1HzrNPLkkTT76eZCD5ufvc0 {  }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON #LLKfGxzTqBIDDBMfmNcgbMQXxe9HX543 { display:flex;position:relative;top:0rem;left:0rem; }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON #sy4uwqgDrGzeP2M13bl9v3CCOplXf5Do {  }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON #xmR44qO4eS4w7eJLBHK9J56qzz9xmgQT {  }
#uhmml1IfDUAOCnpeJHXh6NcgxFpSKfAV { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:4.125rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#yLvdKcs3oCG6NGBe7FCSTwyaHIaVCD6H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a1q1lvUJL6FnoTG8AGkwS5rl7lU7prT1 { background-color:#101217;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a1q1lvUJL6FnoTG8AGkwS5rl7lU7prT1 > .row .container { background-color: transparent; background-image: none; }#a1q1lvUJL6FnoTG8AGkwS5rl7lU7prT1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a1q1lvUJL6FnoTG8AGkwS5rl7lU7prT1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a1q1lvUJL6FnoTG8AGkwS5rl7lU7prT1 > .row .container > .video-iframe-container { display: none; }#a1q1lvUJL6FnoTG8AGkwS5rl7lU7prT1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a1q1lvUJL6FnoTG8AGkwS5rl7lU7prT1 > .row > .video-iframe-container { display: none; }#a1q1lvUJL6FnoTG8AGkwS5rl7lU7prT1 > .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); }#a1q1lvUJL6FnoTG8AGkwS5rl7lU7prT1 > .row .container { border-width: 0; border-radius: 0; }#a1q1lvUJL6FnoTG8AGkwS5rl7lU7prT1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a1q1lvUJL6FnoTG8AGkwS5rl7lU7prT1 > .row .container { font-size:0.875rem;font-family:raleway;height:6.25rem;width:75rem;overflow:visible;position:relative;display:block; }#odsOtsGOx9a9DNcps39tIJu0ScDstqPk { 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:1.8125rem;width:8.125rem;top:2.1875rem;left:0rem;overflow:hidden;display:block; }
#bE9PdNAL8kQqtUaTUFJN99Uz5m787QTe { background-color:#ffd41f;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#101217;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.25rem;left:62.25rem;display:block; }
#v6JgICEqaWhFo3xb7fuFLNMRfrTBWdlf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cFwrBtJxuq52r0wwDMut7kXnpXaUCBdG { 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:#ffd41f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.25rem;left:51.0625rem;display:block; }
#KQLNHHqQ2oAGLtMZ8A6MQJKEDU0gsNFz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HMIrcmBV3pNmudmMqm2iceaiaAvMHQ99 { 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:#ffd41f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.25rem;left:21.125rem;display:block; }
#iLWFGoTSy8aVFB4pG6nuywTJkO2ZxnIh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GLJ7rbuGg9uC3iCg71KGysgsBEIDoJrA { 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:#ffd41f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.25rem;left:30.5rem;display:block; }
#XufZRPfi0MrJgNqsr9DDp0lS98bENHcw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v4BFStMThPIKN3hrWdS9rQmXxNr8LB9V { 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:#ffd41f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.25rem;left:39.875rem;display:block; }
#bW2ifBBDFTy60JtrGndXGTHpXACKVg1X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL { background-color:#101217;background-image:url("https://images.assets-landingi.com/uc/f2c71b05-1e65-4967-8e70-d0243e230db5/Projektbeznazwy6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL.adaptive-delivery-prevent-bg, #Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL.lazyload, #Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL.lazyloading { background-image: none; }#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL > .row .container { background-color: transparent; background-image: none; }#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL > .row .container > .video-iframe-container { display: none; }#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL > .row > .video-iframe-container { display: none; }#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL > .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); }#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL > .row .container { border-width: 0; border-radius: 0; }#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL > .row .container { font-size:0.875rem;font-family:raleway;height:50rem;width:75rem;overflow:visible;position:relative;display:block; }#OzJczE28CNZFCkyvkpVM8l7HlgJ1b3WX { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:2.75rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:12rem;left:2.5rem;height:13.19925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#m5RtL7H3ak8g6MVyeTq4cZsXM74z8XFQ { color:#808080;display:block;width:32.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:28.375rem;left:2.5rem;height:5.09765625rem;display:block; }
#gLsNbfmn44C7q3igHBhtRHSDkwRzphWs { background-color:#ffd41f;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#101217;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:34.25rem;left:2.5rem;display:block; }
#gO4rwK1PcpinIMAlVeQV58I9kH65zk9k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xzL6WbRa5Tdxrs3dyDFv6WOv4cTA43IB { background-color:transparent;background-image:none;border-top:0.125rem solid #ffd41f;border-left:0.125rem solid #ffd41f;border-right:0.125rem solid #ffd41f;border-bottom:0.125rem solid #ffd41f;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:#ffd41f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:34.25rem;left:17.125rem;display:block; }
#tVxGOpRBcNHQOAqEWJ6rRvTvFnzhTXbq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zzlmnPOGDHHhncXTnxyPeGVpytbVbT8u { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f4c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));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:20rem;width:0.5rem;top:0rem;left:2.5rem;display:block; }
#NTAHZRh7a3HHXLitwitevHvKSedlETVd { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f4c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));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:20rem;width:0.5rem;top:0rem;left:4.875rem;display:block; }
#qw5H6msMcMVvgQRtKupBhtl3CfEtxCMZ { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f4c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));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:20rem;width:0.5rem;top:0rem;left:9.625rem;display:block; }
#KLfI24foPmW8FX9nqek8y76iUT6MoT0z { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f4c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));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:20rem;width:0.5rem;top:0rem;left:7.25rem;display:block; }
#V9R2NTt13LcTTKR5dqFH1a06wPqv1oBO { position:absolute;display:block;z-index:15000;background-color:#101217;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:50rem;width:37.5rem;top:0rem;left:0rem;display:block; }
#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#101217;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; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container { background-color: transparent; background-image: none; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container > .video-iframe-container { display: none; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row > .video-iframe-container { display: none; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .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); }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container { border-width: 0; border-radius: 0; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container { font-size:0.875rem;font-family:raleway;height:46.4375rem;width:75rem;position:relative;display:block; }#cSyFqgA0TT0N01TfNe9LKsll6xUez9HP { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(255,212,31,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(255,212,31,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(255,212,31,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(255,212,31,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f33', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f33', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(255,212,31,0.2), rgba(0,0,0,0));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;box-shadow: none;height:26.5625rem;width:21.25rem;top:16rem;left:0rem;display:block; }
#tgg27DoAdWHm3Oh694TtV4o5pTdgA1A6 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:17.875rem;left:1.875rem; }
#hEQoZQW9DybGy4g0DIUnfGHkKwmWNPiO { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:20.9375rem;left:1.875rem;height:2.54980625rem;font-style:normal;display:block; }
#dOANFygcccLE4x0TvLUiMsPQ90kOV6bQ { color:#bfbfbf;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:23.875rem;left:1.875rem;height:6.796875rem;font-style:normal;display:block; }
#Mxk37O88TA8SHyzTIP87zA8ZOkP0JmAU { color:#ffd41f;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:1.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tQ2ynmKtEFbcSZOzMTxru8U3y4yMwVLG { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:6.63671875rem;left:11.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tBlQgRkRlpld0845Ro4tUxeenDTUS1wd { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f4c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#AepdMqpLpNqHypqt3q5crTGRukIrnSct { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f4c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#aafxIVOsfdhXwot6D1pJ1BgnkvFmbJNQ { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f4c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#DmJsDDqz758MlVKe8erNpEGIiFd8Km55 { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f4c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#I1KZ8r8X4QD39fMHGT5NB7hbaqVG94QN { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(255,212,31,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(255,212,31,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(255,212,31,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(255,212,31,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f33', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f33', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(255,212,31,0.2), rgba(0,0,0,0));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;box-shadow: none;height:26.5625rem;width:21.25rem;top:16rem;left:26.875rem;display:block; }
#U1GD9iTM6nnkmWkEiwg8XdIesVxzmRCs { color:#bfbfbf;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:26.037109375rem;left:28.8125rem;height:8.496125rem;font-style:normal;display:block; }
#THsdDMNbwdVt1bvMhHmx6h9FDXRMQn8T { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:20.9375rem;left:28.75rem;height:5.0996125rem;font-style:normal;display:block; }
#x06kRra6Kz94KaR7dIKa1VnnAnMxw1pR { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:17.875rem;left:28.75rem; }
#RfNl58tRautgGpFW5OdwV0EUTgeZeQOR { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(255,212,31,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(255,212,31,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(255,212,31,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(255,212,31,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f33', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f33', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(255,212,31,0.2), rgba(0,0,0,0));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;box-shadow: none;height:26.8125rem;width:21.25rem;top:16rem;left:53.75rem;display:block; }
#ON26KOSBzBm2rPzKT5a8ELUK19Qk1K84 { color:#bfbfbf;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:23.875rem;left:55.625rem;height:8.496125rem;font-style:normal;display:block; }
#R0QpIATpR8nC7O8ih6qiV349mnCUCmCX { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:20.9375rem;left:55.625rem;height:2.54980625rem;font-style:normal;display:block; }
#HErb9DiZUTaFBGR7L5mVP0nTHT1nm35P { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:17.875rem;left:55.625rem; }
#bsUTpEFiXdscrU8zCFUERmp4zUvMGqvx { color:#bfbfbf;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15019;line-height:1.7;letter-spacing:0;top:30.671875rem;left:1.875rem;height:5.72265625rem;font-style:normal;display:block; }#bsUTpEFiXdscrU8zCFUERmp4zUvMGqvx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bsUTpEFiXdscrU8zCFUERmp4zUvMGqvx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_08133ee98426ab76ce0de2d47e7c9e560cf79123.svg); }
#cVrTqsgMpoP16sOgW2bhfNgy27KGFAzI { color:#bfbfbf;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15023;line-height:1.7;letter-spacing:0;top:34.533203125rem;left:28.75rem;height:7.421875rem;font-style:normal;display:block; }#cVrTqsgMpoP16sOgW2bhfNgy27KGFAzI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cVrTqsgMpoP16sOgW2bhfNgy27KGFAzI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_08133ee98426ab76ce0de2d47e7c9e560cf79123.svg); }
#eNGBUQuxdQfoy1qmFyOAAKcHpa4q0e8G { color:#bfbfbf;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15027;line-height:1.7;letter-spacing:0;top:32.37109375rem;left:55.625rem;height:9.121125rem;font-style:normal;display:block; }#eNGBUQuxdQfoy1qmFyOAAKcHpa4q0e8G li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eNGBUQuxdQfoy1qmFyOAAKcHpa4q0e8G li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_08133ee98426ab76ce0de2d47e7c9e560cf79123.svg); }
#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cf6d475e-1d75-4d62-8c82-ccdc1872a05f/Projektbeznazwy20.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc.adaptive-delivery-prevent-bg, #hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc.lazyload, #hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc.lazyloading { background-image: none; }#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc > .row .container { background-color: transparent; background-image: none; }#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,18,23,0.95); }#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc > .row .container > .video-iframe-container { display: none; }#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,18,23,0.95); }#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc > .row > .video-iframe-container { display: none; }#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc > .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); }#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc > .row .container { border-width: 0; border-radius: 0; }#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc::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; }#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc > .row .container { font-size:0.875rem;font-family:raleway;height:41.875rem;width:75rem;position:relative;display:block; }#NIu7l3VVovUhCbA4DJ8kXEULmQLzJ0rC { position:absolute;display:block;z-index:15015;background-color:#101217;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;height:22.25rem;width:75rem;top:14.75rem;left:0rem;display:block; }
#uE4o1TcJFRk5d0ppoevVABurTEv97yPo { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:17.875rem;left:1.875rem; }
#VZ1hTCwKNFtECMximKqUlVHdZIcywEn8 { color:#ffffff;display:block;width:15rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:20.9375rem;left:1.875rem;height:5.0996125rem;font-style:normal;display:block; }
#oTT3OwweRC8E58NhUxmycCpqeC1mtJd0 { color:#bfbfbf;display:block;width:15rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:26.037109375rem;left:1.9375rem;height:5.09765625rem;font-style:normal;display:block; }
#Ct4mcOvaCysoWhRX3fs2o0xyVFpkXPEO { color:#bfbfbf;display:block;width:15rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:26.037109375rem;left:20.625rem;height:5.09765625rem;font-style:normal;display:block; }
#frwnF1zKC7TF6aDMDIOiw5eQpkQFCdKi { color:#ffffff;display:block;width:15rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:20.9375rem;left:20.625rem;height:5.0996125rem;font-style:normal;display:block; }
#Bf77wKiLS7c91VCmbPgUphGnqeO15NFI { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:17.875rem;left:20.625rem; }
#ox082P7sS5QsFscs1tyb5dr7IDLAZSdy { color:#bfbfbf;display:block;width:15rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:26.037109375rem;left:58.125rem;height:10.1953125rem;font-style:normal;display:block; }
#q0mHiWvnMWuOr8gDsWDHV1FiqtAwec3F { color:#ffffff;display:block;width:15rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:20.9375rem;left:58.125rem;height:5.0996125rem;font-style:normal;display:block; }
#wnSGkrkfNlCenDC6QGDgBzsJqmhNlNuu { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:17.875rem;left:58.125rem; }
#MmEHNUfshCXV1gzcORrd5vs2Tu1HJ3Ff { color:#ffd41f;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:1.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eah42vbkfS7TglklTsyfAiVa5XZcsVTN { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:6.63671875rem;left:11.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Tw1STw1J0QXz8Dul4RyqIWA4SvJTbJmB { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f4c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#wl6TroaJ2SXoeTmWT3DXuorwPzRbl4v1 { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f4c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#iOi5T3UxWLADck7v5JWl7d5yvsLX8Lbx { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f4c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#yrsTU0LAtVUZUNn8xg8X9LScAGfwtgfT { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f4c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#P7DJxZDdqnVIqQxc5yzpJ5OdgTWOziXU { color:#bfbfbf;display:block;width:15rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:26.037109375rem;left:39.375rem;height:6.796875rem;font-style:normal;display:block; }
#i8Za8XvoGwpTBrH48GJCUCTRaIEeGhTs { color:#ffffff;display:block;width:15rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:20.9375rem;left:39.375rem;height:5.0996125rem;font-style:normal;display:block; }
#zMek1LkcoFta7TwQDNvC50LlseBNCTmK { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:17.875rem;left:39.375rem; }
#iTmPlaSitA1hwcoreB0zMqV66KtHGxzh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#101217;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; }#iTmPlaSitA1hwcoreB0zMqV66KtHGxzh > .row .container { background-color: transparent; background-image: none; }#iTmPlaSitA1hwcoreB0zMqV66KtHGxzh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTmPlaSitA1hwcoreB0zMqV66KtHGxzh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTmPlaSitA1hwcoreB0zMqV66KtHGxzh > .row .container > .video-iframe-container { display: none; }#iTmPlaSitA1hwcoreB0zMqV66KtHGxzh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTmPlaSitA1hwcoreB0zMqV66KtHGxzh > .row > .video-iframe-container { display: none; }#iTmPlaSitA1hwcoreB0zMqV66KtHGxzh > .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); }#iTmPlaSitA1hwcoreB0zMqV66KtHGxzh > .row .container { border-width: 0; border-radius: 0; }#iTmPlaSitA1hwcoreB0zMqV66KtHGxzh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iTmPlaSitA1hwcoreB0zMqV66KtHGxzh > .row .container { font-size:0.875rem;font-family:raleway;height:39.875rem;width:75rem;position:relative;display:block; }#H9amRqBoyBpFrN7uQAD9noy6OOOb5hVE { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(255,212,31,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(255,212,31,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(255,212,31,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(255,212,31,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f33', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f33', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(255,212,31,0.2), rgba(0,0,0,0));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;box-shadow: none;height:20.0625rem;width:21.25rem;top:16rem;left:0rem;display:block; }
#TMchgWckwRZuRE1RFK0O5DugdeD4rARR { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:17.875rem;left:1.875rem; }
#AzC4trTtHUZaLh1RdgP2yo4uStavpTQz { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:20.9375rem;left:1.875rem;height:7.6494375rem;font-style:normal;display:block; }
#zgIa7lFHsmVWxpRrTNSD3eTDW5NlhTyE { color:#bfbfbf;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:28.97265625rem;left:1.875rem;height:3.3984375rem;font-style:normal;display:block; }
#GdTrWqEZEUzI4gG8dfOWGAMbgniWqMIW { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,212,31,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,212,31,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,212,31,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,212,31,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f33', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f33', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,212,31,0.2), rgba(0,0,0,0));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;box-shadow: none;height:20.25rem;width:21.25rem;top:16rem;left:26.875rem;display:block; }
#ppcl8RyPaeIl0QnZCNF5I0I4AAqixELn { color:#bfbfbf;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:26.037109375rem;left:28.75rem;height:8.496125rem;font-style:normal;display:block; }
#sZWdrFlyyuEznIeNNJKTFU826T7BnvQ6 { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:20.9375rem;left:28.75rem;height:5.0996125rem;font-style:normal;display:block; }
#X4foBbiWpZ3L1e5QsEGZymRu7ooU18G1 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:17.875rem;left:28.75rem; }
#ZbvLyTwTXOun5ac4oO4UePOiRlwrbci7 { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(225deg, rgba(255,212,31,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(225deg, rgba(255,212,31,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(225deg, rgba(255,212,31,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(225deg, rgba(255,212,31,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f33', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f33', endColorstr='#00000000' );";background-image: linear-gradient(225deg, rgba(255,212,31,0.2), rgba(0,0,0,0));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;box-shadow: none;height:20.25rem;width:21.25rem;top:16rem;left:53.75rem;display:block; }
#EOtp8KaT2NAdqTqTCswLgON1VOOLmQc6 { color:#bfbfbf;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:26.037109375rem;left:55.625rem;height:6.796875rem;font-style:normal;display:block; }
#c8BBrMRhAKNU9uAUFSNfOqR16irXtgKl { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:20.9375rem;left:55.625rem;height:5.0996125rem;font-style:normal;display:block; }
#gKgseA6OLQysyV0LRSeynmDXiknlKTBT { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:17.875rem;left:55.625rem; }
#JHWcXgLxv6OdLVEVhR7vTEOCnDRCXwLT { color:#ffd41f;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:1.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pwUBpGNWRiXxWKSsTGzqFm2LKg8DkpJh { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:6.63671875rem;left:11.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Rx0gVlZTTIRTruvhS9E5B3ePfv1IAvSR { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f4c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#h3Q4sqAdMbbfTGNGECJTQAriHbyIBJry { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f4c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#OlNmfH6cT9ENR0JTK9aliKuS32TzpImt { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f4c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#R4XCQr4rLt9aFUPWUQEJSeuPqEzXJe0H { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f4c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#q8TyndmxWA2L8T2fXfeIXy17hhnPbyPn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(16,18,23,0.8);background-image:url("https://images.assets-landingi.com/uc/89700abd-68c3-4afe-b4ed-71a1634b7d77/930ListazgoszeAwariaZweryfikowaneWumowieBrakcinieniawodynakotle111220251514OsiedleZieloneAwariaNiezweryfikowanePozaumowBrakprduwcaymobiekcie101220250935Osied1.png");background-position: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; }#q8TyndmxWA2L8T2fXfeIXy17hhnPbyPn.adaptive-delivery-prevent-bg, #q8TyndmxWA2L8T2fXfeIXy17hhnPbyPn.lazyload, #q8TyndmxWA2L8T2fXfeIXy17hhnPbyPn.lazyloading { background-image: none; }#q8TyndmxWA2L8T2fXfeIXy17hhnPbyPn > .row .container { background-color: transparent; background-image: none; }#q8TyndmxWA2L8T2fXfeIXy17hhnPbyPn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q8TyndmxWA2L8T2fXfeIXy17hhnPbyPn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q8TyndmxWA2L8T2fXfeIXy17hhnPbyPn > .row .container > .video-iframe-container { display: none; }#q8TyndmxWA2L8T2fXfeIXy17hhnPbyPn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q8TyndmxWA2L8T2fXfeIXy17hhnPbyPn > .row > .video-iframe-container { display: none; }#q8TyndmxWA2L8T2fXfeIXy17hhnPbyPn > .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); }#q8TyndmxWA2L8T2fXfeIXy17hhnPbyPn > .row .container { border-width: 0; border-radius: 0; }#q8TyndmxWA2L8T2fXfeIXy17hhnPbyPn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q8TyndmxWA2L8T2fXfeIXy17hhnPbyPn > .row .container { font-size:0.875rem;font-family:raleway;height:50rem;width:75rem;position:relative;display:block; }#o3Mq3Ncdv0kkdb7vDFZIf9UNTWDQPl3F { position:absolute;display:block;z-index:15004;background-color:rgba(16,18,23,0.63);background-image:none;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:50rem;width:37.5rem;top:0rem;left:37.5rem;display:block; }
#wL26y9Si7VJeI8ZMd3itdZR69eT5xVGG { color:#bfbfbf;display:block;width:25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:19.875rem;left:43.75rem;height:5.09765625rem;display:block; }
#ZuBBld4UBtmq2tcJPApcVa8GZx4s3afP { color:#ffffff;display:block;width:28.875rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:10.625rem;left:41.875rem;height:7rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Cayzh8QBDC3drHF3Tk7vLSO77MXORlK6 { background-color:#ffd41f;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#101217;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:42.5rem;left:43.75rem;display:block; }
#MCdQWQUcf7ZTg2xrKrwHBRIwzEu6dg1f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tHRUs227mqkNhCvafbBTNprh9vwUspyU { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffd41f4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffd41f4c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.3));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:9.375rem;width:0.5rem;top:0rem;left:39.375rem;display:block; }
#pucrouxNeBDRJTQrQDGt4ZJcxW6BRiF3 { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f4c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));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:9.375rem;width:0.5rem;top:0rem;left:41.75rem;display:block; }
#KAhTGlgyFcTbDR0o0Vouc1SXhf0FvXlk { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffd41f4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffd41f4c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.3));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:9.375rem;width:0.5rem;top:0rem;left:44.125rem;display:block; }
#v5XZRPQWvCiTtscrtC05mIw4ZkpEpyCL { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f4c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));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:9.375rem;width:0.5rem;top:0rem;left:46.5rem;display:block; }
#pf82pOtZkLRt2fkTTIPV6XJpluAQcxOu { color:#ffffff;display:block;width:25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15065;line-height:1.7;letter-spacing:0;top:26.125rem;left:43.75rem;height:15.15625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#pf82pOtZkLRt2fkTTIPV6XJpluAQcxOu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pf82pOtZkLRt2fkTTIPV6XJpluAQcxOu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_439dbc01a1bdcd2378975de466b0dcd4dab0d694.svg); }
#lcqvi4KZKtqcfgCfnqJPNzgcVnoLwJyp { 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:25.875rem;width:18.125rem;top:11.03125rem;left:0rem;overflow:hidden;display:block; }
#Xhs1Cix2ok7H02pVdiUAOnBnSgTNXiHg { 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:25.9375rem;width:18.125rem;top:11rem;left:19.4375rem;overflow:hidden;display:block; }
#VRMJS3QJ4Hqt6fEIHiLoBufq1AL0nyFT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.9375rem;width:5.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:21rem;left:15.84375rem; }
#JBbL9UrUaksWTMmFZOFELIVe1O4pbqMd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.9375rem;width:5.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:21rem;left:15.84375rem;display:none; }
#fTTADbaTxTD6dhpnMLfTwktQfBWrtkqa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#101217;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; }#fTTADbaTxTD6dhpnMLfTwktQfBWrtkqa > .row .container { background-color: transparent; background-image: none; }#fTTADbaTxTD6dhpnMLfTwktQfBWrtkqa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTTADbaTxTD6dhpnMLfTwktQfBWrtkqa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTTADbaTxTD6dhpnMLfTwktQfBWrtkqa > .row .container > .video-iframe-container { display: none; }#fTTADbaTxTD6dhpnMLfTwktQfBWrtkqa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTTADbaTxTD6dhpnMLfTwktQfBWrtkqa > .row > .video-iframe-container { display: none; }#fTTADbaTxTD6dhpnMLfTwktQfBWrtkqa > .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); }#fTTADbaTxTD6dhpnMLfTwktQfBWrtkqa > .row .container { border-width: 0; border-radius: 0; }#fTTADbaTxTD6dhpnMLfTwktQfBWrtkqa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fTTADbaTxTD6dhpnMLfTwktQfBWrtkqa > .row .container { font-size:0.875rem;font-family:raleway;height:36.8125rem;width:75rem;position:relative;display:block; }#neq9auaFpk6587dP7VeQyATscvtcpA25 { 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:7.4375rem;width:7.5rem;top:20.375rem;left:16.5625rem;overflow:hidden;display:block; }
#BLuFv7D1mXtz63LwfpeEBXAMZt7fF8li { 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:7.5rem;width:7.5rem;top:20.34375rem;left:3.1875rem;overflow:hidden;display:block; }
#WiOZ22u7n5vwPLyEunHUm9UxNKDdtadc { color:#ffd41f;display:block;width:26.25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15022;line-height:1.7;letter-spacing:0;top:6.25rem;left:0rem;height:1.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C769Mm8ldnsTu7nJddZzhcrQmT192iCy { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:7.9375rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#w80do3opDqabbJH16QxVRawa6FIkku3L { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f4c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.5rem;top:6.25rem;left:27.625rem;display:block; }
#il9RWJTNwviIPTLKqG6ucsTFeA7wNFuK { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffd41f4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffd41f4c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.5rem;top:6.25rem;left:30rem;display:block; }
#W70AGl3olRq31fd1ufcOT42MHwmzeFND { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f4c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.5rem;top:6.25rem;left:32.375rem;display:block; }
#NOhqf0oLnNHTpQrgcZSUxOlcK7EJ7QxS { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffd41f4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffd41f4c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.5rem;top:6.25rem;left:34.75rem;display:block; }
#L3Ad6PNKsUgddpRDiOCBH5CNSMdl816u { color:#808080;display:block;width:26.25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:13.4873046875rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Powpb8vnq4TeQusxB1vUXNSXzqx0HEsT { 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:6.875rem;width:7.5rem;top:28.9375rem;left:3.1875rem;overflow:hidden;display:block; }
#OFovEVmq6qGgErkMTyTxyOsfu6UPcnPE { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:9.1875rem;top:30.8125rem;left:15.71875rem;overflow:hidden;display:block; }
#lu7lQgA9DCbLqT4GKkLvM4oK9tVxIvaL { color:#808080;display:block;width:26.25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:12.0400390625rem;left:35.25rem;height:8.3965rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#sBZGlRdEHiilAG0GLWbLLNQZQWUDtZIu { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffd41f, #101217);background-image: -moz-linear-gradient(180deg, #ffd41f, #101217);background-image: -ms-linear-gradient(180deg, #ffd41f, #101217);background-image: -o-linear-gradient(180deg, #ffd41f, #101217);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f', endColorstr='#101217' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f', endColorstr='#101217' );";background-image: linear-gradient(180deg, #ffd41f, #101217);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:3.8125rem;width:25.125rem;top:22.875rem;left:35.25rem;display:block; }
#kbIzsTfKfV2pZC6lmpIvoigiFe67kR06 { color:#ffd41f;display:block;width:1.25rem;position:absolute;font-family:raleway;font-size:2.25rem;font-weight:400;z-index:15067;line-height:1.7;letter-spacing:0;top:22.869140625rem;left:35.8125rem;height:3.82421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#kbIzsTfKfV2pZC6lmpIvoigiFe67kR06 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kbIzsTfKfV2pZC6lmpIvoigiFe67kR06 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_439dbc01a1bdcd2378975de466b0dcd4dab0d694.svg); }
#Jix93RIJQJHvrtr5nzKuagPhZxvxlUsT { color:#ffffff;display:block;width:19.25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15023;line-height:1.7;letter-spacing:0;top:23.931640625rem;left:39.40625rem;height:1.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qoHUDS0LJzWRBuoTksdHBwmpOMMy4LgP { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffd41f, #101217);background-image: -moz-linear-gradient(180deg, #ffd41f, #101217);background-image: -ms-linear-gradient(180deg, #ffd41f, #101217);background-image: -o-linear-gradient(180deg, #ffd41f, #101217);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f', endColorstr='#101217' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f', endColorstr='#101217' );";background-image: linear-gradient(180deg, #ffd41f, #101217);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:3.8125rem;width:25.125rem;top:26rem;left:35.25rem;display:block; }
#nQrsKMmleG72RHagmTBfDgT8gHM6Ohu5 { color:#ffffff;display:block;width:19.25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15026;line-height:1.7;letter-spacing:0;top:27.0625rem;left:39.40625rem;height:1.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BTXwJUJDnMtxn2N5Khttrxg0K3CSCyMT { color:#ffd41f;display:block;width:1.25rem;position:absolute;font-family:raleway;font-size:2.25rem;font-weight:400;z-index:15070;line-height:1.7;letter-spacing:0;top:26rem;left:35.8125rem;height:3.82421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#BTXwJUJDnMtxn2N5Khttrxg0K3CSCyMT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BTXwJUJDnMtxn2N5Khttrxg0K3CSCyMT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_439dbc01a1bdcd2378975de466b0dcd4dab0d694.svg); }
#RDg7SDzN7WFkkzO3sJwFEtmJZJTTVCCK { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffd41f, #101217);background-image: -moz-linear-gradient(180deg, #ffd41f, #101217);background-image: -ms-linear-gradient(180deg, #ffd41f, #101217);background-image: -o-linear-gradient(180deg, #ffd41f, #101217);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f', endColorstr='#101217' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f', endColorstr='#101217' );";background-image: linear-gradient(180deg, #ffd41f, #101217);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:3.8125rem;width:25.125rem;top:29.125rem;left:35.25rem;display:block; }
#X1VwP2pD3lxKqA4FqAl8p3qKIlLN2QnI { color:#ffffff;display:block;width:20.125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15029;line-height:1.7;letter-spacing:0;top:30.1875rem;left:39.40625rem;height:1.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NC4TOb5GIT03ciyG16ex4RufbnOgHMW4 { color:#ffd41f;display:block;width:1.25rem;position:absolute;font-family:raleway;font-size:2.25rem;font-weight:400;z-index:15073;line-height:1.7;letter-spacing:0;top:28.9375rem;left:35.78125rem;height:3.82421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#NC4TOb5GIT03ciyG16ex4RufbnOgHMW4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NC4TOb5GIT03ciyG16ex4RufbnOgHMW4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_439dbc01a1bdcd2378975de466b0dcd4dab0d694.svg); }
#naeI3kaJO7JWskreaJc2RyKpLA53q3FF { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.2));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.2));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.2));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffd41f33' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffd41f33' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.2));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:17.0625rem;width:26rem;top:19.75rem;left:0rem;display:block; }
#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7335d8e9-5c1f-4328-99fd-50c260407d6c/Projektbeznazwy12.png");background-position: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; }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe.adaptive-delivery-prevent-bg, #bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe.lazyload, #bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe.lazyloading { background-image: none; }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe > .row .container { background-color: transparent; background-image: none; }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,212,31,0.8); }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe > .row .container > .video-iframe-container { display: none; }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,212,31,0.8); }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe > .row > .video-iframe-container { display: none; }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe > .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); }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe > .row .container { border-width: 0; border-radius: 0; }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe::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; }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe > .row .container { font-size:0.875rem;font-family:raleway;height:37.5rem;width:75rem;position:relative;display:block; }#eKwIpAMKKfPtT0JhKeCKATKiZ9rGuBq2 { color:#ffffff;display:block;width:55rem;position:absolute;font-family:raleway;font-size:2.125rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:12.625rem;left:10rem;height:2.54980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zql8GWaIm6roTlM2OATcKw0GDgTLxfTW { color:#ffffff;display:block;width:55rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:16.900390625rem;left:10rem;height:3.82421875rem;text-align:center;text-align-last:center;display:block; }
#Qdphw5xkbDeLXPu41fsIUPAylpvyRFLi { background-color:#ffd41f;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:22.5rem;left:31.125rem;display:block; }
#NTS05Wu3f4mEPkfIk9xmnDIOXsupH1tR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OoBKJ3hv9wKN3WNuLdKlzDTukdmQzcvL { position:absolute;display:block;z-index:15001;background-color:#101217;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:21.25rem;width:60rem;top:8.125rem;left:7.5rem;display:block; }
#ns8pMCefNSADcHspevq9aI6kFZOz2SPm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(16,18,23,0.6);background-image:url("https://images.assets-landingi.com/uc/8044702b-dbd8-48a7-a42e-145430cd5129/Projektbeznazwy14.png");background-position: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; }#ns8pMCefNSADcHspevq9aI6kFZOz2SPm.adaptive-delivery-prevent-bg, #ns8pMCefNSADcHspevq9aI6kFZOz2SPm.lazyload, #ns8pMCefNSADcHspevq9aI6kFZOz2SPm.lazyloading { background-image: none; }#ns8pMCefNSADcHspevq9aI6kFZOz2SPm > .row .container { background-color: transparent; background-image: none; }#ns8pMCefNSADcHspevq9aI6kFZOz2SPm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ns8pMCefNSADcHspevq9aI6kFZOz2SPm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ns8pMCefNSADcHspevq9aI6kFZOz2SPm > .row .container > .video-iframe-container { display: none; }#ns8pMCefNSADcHspevq9aI6kFZOz2SPm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ns8pMCefNSADcHspevq9aI6kFZOz2SPm > .row > .video-iframe-container { display: none; }#ns8pMCefNSADcHspevq9aI6kFZOz2SPm > .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); }#ns8pMCefNSADcHspevq9aI6kFZOz2SPm > .row .container { border-width: 0; border-radius: 0; }#ns8pMCefNSADcHspevq9aI6kFZOz2SPm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ns8pMCefNSADcHspevq9aI6kFZOz2SPm > .row .container { font-size:0.875rem;font-family:raleway;height:50rem;width:75rem;position:relative;display:block; }#qmzz2UMVumrguX3i5mIOVS35X8NMyWcC { position:absolute;display:block;z-index:15000;background-color:rgba(16,18,23,0.95);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:25rem;width:56.25rem;top:12.5rem;left:9.375rem;display:block; }
#ETfsy9geXZiqSuQ23sv7b2WcPXR6BEpc { color:#ffd41f;display:block;width:50rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15016;line-height:1.7;letter-spacing:0;top:17.4375rem;left:12.5rem;height:1.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OwaJKaglCF4KDIExTph9mJNprHhnmFcf { color:#ffffff;display:block;width:50rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:19.6875rem;left:12.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#vpczXn4yVG1lr6lElILXqf1V6zvT9MEt { color:#808080;display:block;width:50rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.7;letter-spacing:0;top:25.8125rem;left:12.5rem;height:10.1953125rem;text-align:center;text-align-last:center;display:block; }
#lQA8kzLMiGubJDi85UUnlh47mfIiDtLS { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffd41f4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffd41f4c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.3));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:9.375rem;width:0.5rem;top:8.125rem;left:11.875rem;display:block; }
#nFBFrefEPWhINsPKNTNzpUIUVNL2bQwz { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f4c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));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:9.375rem;width:0.5rem;top:8.125rem;left:14.25rem;display:block; }
#vFk8eanhU2CAOeXIpLApP7FSFrceCNT9 { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffd41f4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffd41f4c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.3));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:9.375rem;width:0.5rem;top:8.125rem;left:16.625rem;display:block; }
#THQ3GK3IJEQ9HiMg7LpRcrf6Ggd20P0F { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f4c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));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:9.375rem;width:0.5rem;top:8.125rem;left:19rem;display:block; }
#aryQslOMBspZOTZ1UohhTJzpA860fHIr { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffd41f4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffd41f4c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.3));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:9.375rem;width:0.5rem;top:32.625rem;left:55.875rem;display:block; }
#KctCbkQINP5EDOmKTZkeeNV4x91wOnFB { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f4c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));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:9.375rem;width:0.5rem;top:32.625rem;left:58.25rem;display:block; }
#BkINDvhGmZKfAvZxOCDkhJVQobDuwx4Q { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffd41f4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffd41f4c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.3));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:9.375rem;width:0.5rem;top:32.625rem;left:60.625rem;display:block; }
#cFEbSOyWC3zeNTTKBeBX9pPwOA6fPHte { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f4c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));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:9.375rem;width:0.5rem;top:32.625rem;left:63rem;display:block; }
#P6cwety0nThK86OkJBlMhLGXGDQ5uOQV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7335d8e9-5c1f-4328-99fd-50c260407d6c/Projektbeznazwy12.png");background-position: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; }#P6cwety0nThK86OkJBlMhLGXGDQ5uOQV.adaptive-delivery-prevent-bg, #P6cwety0nThK86OkJBlMhLGXGDQ5uOQV.lazyload, #P6cwety0nThK86OkJBlMhLGXGDQ5uOQV.lazyloading { background-image: none; }#P6cwety0nThK86OkJBlMhLGXGDQ5uOQV > .row .container { background-color: transparent; background-image: none; }#P6cwety0nThK86OkJBlMhLGXGDQ5uOQV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,212,31,0.8); }#P6cwety0nThK86OkJBlMhLGXGDQ5uOQV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P6cwety0nThK86OkJBlMhLGXGDQ5uOQV > .row .container > .video-iframe-container { display: none; }#P6cwety0nThK86OkJBlMhLGXGDQ5uOQV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,212,31,0.8); }#P6cwety0nThK86OkJBlMhLGXGDQ5uOQV > .row > .video-iframe-container { display: none; }#P6cwety0nThK86OkJBlMhLGXGDQ5uOQV > .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); }#P6cwety0nThK86OkJBlMhLGXGDQ5uOQV > .row .container { border-width: 0; border-radius: 0; }#P6cwety0nThK86OkJBlMhLGXGDQ5uOQV::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; }#P6cwety0nThK86OkJBlMhLGXGDQ5uOQV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P6cwety0nThK86OkJBlMhLGXGDQ5uOQV > .row .container { font-size:0.875rem;font-family:raleway;height:20rem;width:75rem;position:relative;display:block; }#XKQc3AdwBGuTvTRedCOR0ETNLu5yxSGr { color:#000000;display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15042;line-height:1.7;letter-spacing:0;top:11.9375rem;left:0rem;height:2.23046875rem;font-style:normal;display:block; }
#DPT7vehDQRrmSEqEaHhuVDWH4Oqi45wT { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(16,18,23,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(16,18,23,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(16,18,23,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(16,18,23,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1012174c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1012174c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(16,18,23,0.3), rgba(0,0,0,0));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.5rem;width:21.5rem;top:10.8125rem;left:0rem;display:block; }
#nVTbANaXJDgGlcz7K0LbaNkzENHewnD3 { color:#000000;display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15045;line-height:1.7;letter-spacing:0;top:11.9375rem;left:57.125rem;height:4.4609375rem;font-style:normal;display:block; }
#CySmABuvzhIoadUlkU5EB5H9SttcWIlT { color:#000000;display:block;width:2.125rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:5.5625rem;left:57.125rem;height:4.6494125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PWhawi4vqTlXuubaoG9aUi7dKDrqi1R4 { position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(16,18,23,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(16,18,23,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(16,18,23,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(16,18,23,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1012174c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1012174c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(16,18,23,0.3), rgba(0,0,0,0));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.5rem;width:16.25rem;top:10.8125rem;left:57.125rem;display:block; }
#H3wNphmdrTFDRhlc5i07nvSR6pLtDLNB { color:#000000;display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:11.9375rem;left:26.875rem;height:6.691375rem;font-style:normal;display:block; }
#WnzlOzuMxJ05N2G8p7GLQ3L69NHq1Gpt { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:5.5625rem;left:26.875rem;height:4.6494125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#I01T2lQSNRnd7rOc2ziEqszQmyCBsLvX { position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(16,18,23,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(16,18,23,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(16,18,23,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(16,18,23,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1012174c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1012174c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(16,18,23,0.3), rgba(0,0,0,0));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.5rem;width:21.25rem;top:10.8125rem;left:26.875rem;display:block; }
#ldA9hszftOASON93tIwTVCop99xnOvlx { color:#000000;display:block;width:3.25rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:5.625rem;left:44.8125rem;height:4.6494125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FmQn6encLTvn38LJHDlC5oAP1buV2ipt { color:#000000;display:block;width:2.5rem;position:absolute;font-family:raleway;font-size:2rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:7.25rem;left:42.3125rem;height:2.3994125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TXzxm0pMSLl2FuyQ1mMgv8QFziLqgg9o { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:5.5625rem;left:0rem;height:4.6494125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#M8TiMa1VESJugAJRpMFiVsuK8FzG9aEP { color:#000000;display:block;width:2.5rem;position:absolute;font-family:raleway;font-size:2rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:7.25rem;left:15.4375rem;height:2.3994125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Ui6BU03Hb1DRoPg85pXcGKQM8HymbTU8 { color:#000000;display:block;width:3.25rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:5.5625rem;left:17.9375rem;height:4.6494125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xS6UtFmUb64vvztdxGVXbt7aTp1THg5A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#101217;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; }#xS6UtFmUb64vvztdxGVXbt7aTp1THg5A > .row .container { background-color: transparent; background-image: none; }#xS6UtFmUb64vvztdxGVXbt7aTp1THg5A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xS6UtFmUb64vvztdxGVXbt7aTp1THg5A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xS6UtFmUb64vvztdxGVXbt7aTp1THg5A > .row .container > .video-iframe-container { display: none; }#xS6UtFmUb64vvztdxGVXbt7aTp1THg5A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xS6UtFmUb64vvztdxGVXbt7aTp1THg5A > .row > .video-iframe-container { display: none; }#xS6UtFmUb64vvztdxGVXbt7aTp1THg5A > .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); }#xS6UtFmUb64vvztdxGVXbt7aTp1THg5A > .row .container { border-width: 0; border-radius: 0; }#xS6UtFmUb64vvztdxGVXbt7aTp1THg5A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xS6UtFmUb64vvztdxGVXbt7aTp1THg5A > .row .container { font-size:0.875rem;font-family:raleway;height:56.125rem;width:75rem;position:relative;display:block; }#ozeokABFGLXwBiCrfMB9cmQ5PdcZeOfs { color:#ffd41f;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15023;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:1.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PNQe9mCxUPeOz0X8flEfXHzHTK6zqfZD { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:6.6875rem;left:11.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Ce4k03dW5bPB0tP2wnMIRpbOMqpQvg0I { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:15rem;width:15rem;top:15.5rem;left:4.4375rem;overflow:hidden;display:block; }
#lu1iTnlTLdfozB6QTHAgkXI2ZXV6t0xh { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:45.25rem;left:13.375rem; }
#T5lHC2PkJTLE8eQTcnHfQdMlPM2wyZhC { color:#ffffff;display:block;width:20rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:37.1875rem;left:1.9375rem;height:6.375rem;text-align:center;text-align-last:center;display:block; }
#PanbmNM24PpuAGZTvgLnT0TP7JelJZoC { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:45.25rem;left:9rem; }
#PanbmNM24PpuAGZTvgLnT0TP7JelJZoC > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#XIuDqT0prwqHFxGT1kZysn8WhmPruyxb { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:45.25rem;left:11.125rem; }
#rbl9XbtbG7UGbMAfIc9BWaTw8uaUCMQo { color:#808080;display:block;width:20rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:34.3125rem;left:1.9375rem;height:1.69921875rem;text-align:center;text-align-last:center;display:block; }
#QPwuF0qQ7MBmCanbnWm2zQEwDCco2d6m { color:#ffd41f;display:block;width:20rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:31.75rem;left:1.9375rem;height:2.54980625rem;text-align:center;text-align-last:center;display:block; }
#Kke7R2MuD5fDwvCKnHPu1tBgRE1XuE2K { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.2));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.2));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.2));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffd41f33' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffd41f33' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.2));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:36.5625rem;width:23.75rem;top:13.625rem;left:0rem;display:block; }
#TA4XwP6bMsX13yhRzZrmO53lh3bSnvUK { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:45.25rem;left:39rem; }
#IXaVuzmZVoATS3GpAK5mfoEm9ZATEKRH { color:#ffffff;display:block;width:20rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:37.1875rem;left:27.5625rem;height:6.375rem;text-align:center;text-align-last:center;display:block; }
#KZJZBWloi9GThNuzrnBi50bsDsNgrr5T { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:45.25rem;left:36.75rem; }
#eZlvseMX0FLvudPTkJLr9wBtAl3R31xO { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.2));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.2));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.2));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffd41f33' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffd41f33' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.2));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:36.5625rem;width:23.75rem;top:13.625rem;left:25.625rem;display:block; }
#ydhWz4cRU0D6e4ESNRwDKxd9Lh2XZ7Ks { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:15rem;width:15rem;top:15.5rem;left:30.0625rem;overflow:hidden;display:block; }
#v1almf95k3s6NuJIihVJAolaQrvrckrV { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:45.25rem;left:34.625rem; }
#v1almf95k3s6NuJIihVJAolaQrvrckrV > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#P83Zr5h64JfJ3VPP8rbVcsZP4lBKxQ5k { color:#808080;display:block;width:20rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:34.3125rem;left:27.5625rem;height:1.69921875rem;text-align:center;text-align-last:center;display:block; }
#zd6ncqLam8clJKEAnRr5l6RrlrInJe0V { color:#ffd41f;display:block;width:20rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:31.75rem;left:27.5625rem;height:2.54980625rem;text-align:center;text-align-last:center;display:block; }
#V7iVNv0SI7nsfADzq1Vs7DxqqFqLcgi5 { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.2));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.2));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.2));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffd41f33' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffd41f33' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.2));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:36.5625rem;width:23.75rem;top:13.625rem;left:51.25rem;display:block; }
#iBh5mVqoMrQzUQh9PZFlPxbQaFAWFQVw { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:45.25rem;left:64.625rem; }
#BCMnbuTT9gZHO8avZwvyKfh11zQSyROy { color:#ffffff;display:block;width:20rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:37.1875rem;left:53.1875rem;height:6.375rem;text-align:center;text-align-last:center;display:block; }
#d0GEZuM1xq1qiwXLQPdULKsC1NxPIGD3 { color:#808080;display:block;width:20rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:34.3125rem;left:53.1875rem;height:1.69921875rem;text-align:center;text-align-last:center;display:block; }
#IzdnyI3iSIy3fRtqmnoGeTkRGNdXtTOQ { color:#ffd41f;display:block;width:20rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:31.75rem;left:53.1875rem;height:2.54980625rem;text-align:center;text-align-last:center;display:block; }
#FwRr6vEQQbQix8vrUwWo8W2VdggNA3oF { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:45.25rem;left:62.375rem; }
#ByCSyNFoEShgASm6ux2QgyawyViLpc0X { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:15rem;width:15rem;top:15.5rem;left:55.6875rem;overflow:hidden;display:block; }
#sRSKX4k6fWGrAvPUUEt4y8RrhATmvufb { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:45.25rem;left:60.25rem; }
#sRSKX4k6fWGrAvPUUEt4y8RrhATmvufb > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#kcfI68RpJnNeIOdOW9gdngRbJatc1Uud { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#101217;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; }#kcfI68RpJnNeIOdOW9gdngRbJatc1Uud > .row .container { background-color: transparent; background-image: none; }#kcfI68RpJnNeIOdOW9gdngRbJatc1Uud::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kcfI68RpJnNeIOdOW9gdngRbJatc1Uud > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kcfI68RpJnNeIOdOW9gdngRbJatc1Uud > .row .container > .video-iframe-container { display: none; }#kcfI68RpJnNeIOdOW9gdngRbJatc1Uud > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kcfI68RpJnNeIOdOW9gdngRbJatc1Uud > .row > .video-iframe-container { display: none; }#kcfI68RpJnNeIOdOW9gdngRbJatc1Uud > .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); }#kcfI68RpJnNeIOdOW9gdngRbJatc1Uud > .row .container { border-width: 0; border-radius: 0; }#kcfI68RpJnNeIOdOW9gdngRbJatc1Uud > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kcfI68RpJnNeIOdOW9gdngRbJatc1Uud > .row .container { font-size:0.875rem;font-family:raleway;height:63.75rem;width:75rem;position:relative;display:block; }#zBlH245g8uGbGzd7iVKvWl6SGdwyeV2P { color:#ffd41f;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:6.25rem;left:11.25rem;height:1.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZwCwgSgNLWOZR3feM0BORzQzTSIgdEhn { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:7.9375rem;left:11.25rem;height:7.349625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RkZnmv0pHBtOnnbIhETXVRz7M0SJLWUS { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(276deg, rgba(0,0,0,0), rgba(255,212,31,0.2));background-image: -moz-linear-gradient(276deg, rgba(0,0,0,0), rgba(255,212,31,0.2));background-image: -ms-linear-gradient(276deg, rgba(0,0,0,0), rgba(255,212,31,0.2));background-image: -o-linear-gradient(276deg, rgba(0,0,0,0), rgba(255,212,31,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffd41f33' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffd41f33' );";background-image: linear-gradient(276deg, rgba(0,0,0,0), rgba(255,212,31,0.2));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:43.125rem;width:18.125rem;top:15.3125rem;left:0rem;display:block; }
#d4DNCmfX0FB0q7Ou2QPn2kmsKoGWcFZn { color:#ffd41f;display:block;width:16.1875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15047;line-height:1.7;letter-spacing:0;top:17.1875rem;left:1.875rem;height:1.9121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LlfpuOBBZx59ZI0D5ZQI3cKFMgWIiy3o { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:19.125rem;left:3.4375rem;height:5.42480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#vOzbogLiXX6FqtNwGc7neThdcJANXl1Z { color:#808080;display:block;width:16.125rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:25.25rem;left:1.875rem;height:4.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#owWiK2UKIHp8JEMqpZ0fsOKBEuDknKLH { position:absolute;display:block;z-index:15049;background-color:#ffd41f;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.125rem;width:15rem;top:30.1875rem;left:1.5625rem;display:block; }
#tkpDdc3qTTodG0eBT6pQJgMAARlx7Lzz { background-color:#ffd41f;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#101217;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:52.5625rem;left:3.75rem;display:block; }
#UhTJKLeSCCOReK8Q22tR6TSPh2adRPgy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ev3Txxl5Vw3ak3q9tZARFlQbkoIRUpou { color:#ffffff;display:block;width:10.0625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:21.75rem;left:8.25rem;height:1.57421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Z6bleOG9Jxsy8XHqHWmTGUTpVOCLhfnq { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15066;line-height:1.7;letter-spacing:0;top:31.8125rem;left:1.875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#Z6bleOG9Jxsy8XHqHWmTGUTpVOCLhfnq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Z6bleOG9Jxsy8XHqHWmTGUTpVOCLhfnq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_439dbc01a1bdcd2378975de466b0dcd4dab0d694.svg); }
#itwy7Gsa6T3mvi5PBKFedR6qmbca6KTD { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(276deg, rgba(0,0,0,0), rgba(255,212,31,0.2));background-image: -moz-linear-gradient(276deg, rgba(0,0,0,0), rgba(255,212,31,0.2));background-image: -ms-linear-gradient(276deg, rgba(0,0,0,0), rgba(255,212,31,0.2));background-image: -o-linear-gradient(276deg, rgba(0,0,0,0), rgba(255,212,31,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffd41f33' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffd41f33' );";background-image: linear-gradient(276deg, rgba(0,0,0,0), rgba(255,212,31,0.2));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:43.125rem;width:18.125rem;top:15.3125rem;left:18.9375rem;display:block; }
#fq6uQWMtA8T0CG7FvQQM6wrJbpcZmhsy { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15074;line-height:1.7;letter-spacing:0;top:31.578125rem;left:21.0625rem;height:1.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#fq6uQWMtA8T0CG7FvQQM6wrJbpcZmhsy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fq6uQWMtA8T0CG7FvQQM6wrJbpcZmhsy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_adc54381194b62ecd302651b2fbf454055828278.svg); }
#k1P6ZDVX1VntAlTl0PdLffBswGLc9Bep { position:absolute;display:block;z-index:15057;background-color:#ffd41f;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.125rem;width:15rem;top:30.1875rem;left:20.5rem;display:block; }
#EyCgR92tVnzCZhoCQduA1mJ4riC5crFn { color:#808080;display:block;width:16.125rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15056;line-height:1.7;letter-spacing:0;top:25.25rem;left:21rem;height:4.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bbQgLJd7wsovDgSSNUPZNLTGscSgpI3l { background-color:#ffd41f;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#101217;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.75rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:52.5625rem;left:22.6875rem;display:block; }
#XE20ZuCwF7DrdBoLd07I3IOLcoDWLQJF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mxax9Rk7JZnlX8KVfxhnZnIQ9LrtOaFz { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:19.125rem;left:22.25rem;height:5.42480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#JeaDPZmgOAwEPrOzsVspyEQTG7iPDLkV { color:#ffffff;display:block;width:10.0625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:21.75rem;left:27.0625rem;height:1.57421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#p6wm9uENxS5HhLcpN9cIrQvc1i0BdsD4 { color:#ffd41f;display:block;width:16.1875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15055;line-height:1.7;letter-spacing:0;top:17.1875rem;left:20.9375rem;height:1.9121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kR4Vr06wpPWhb1zOZeh5rD01bL632VFt { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(276deg, rgba(0,0,0,0), rgba(255,212,31,0.2));background-image: -moz-linear-gradient(276deg, rgba(0,0,0,0), rgba(255,212,31,0.2));background-image: -ms-linear-gradient(276deg, rgba(0,0,0,0), rgba(255,212,31,0.2));background-image: -o-linear-gradient(276deg, rgba(0,0,0,0), rgba(255,212,31,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffd41f33' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffd41f33' );";background-image: linear-gradient(276deg, rgba(0,0,0,0), rgba(255,212,31,0.2));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:43.125rem;width:18.125rem;top:15.3125rem;left:56.875rem;display:block; }
#vWk2ZLO5zhFELWrKcfactTffbrNSed30 { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15082;line-height:1.7;letter-spacing:0;top:31.8125rem;left:57.90625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#vWk2ZLO5zhFELWrKcfactTffbrNSed30 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vWk2ZLO5zhFELWrKcfactTffbrNSed30 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_439dbc01a1bdcd2378975de466b0dcd4dab0d694.svg); }
#fOeAC6OKgZvKtGP6TtGBcNo4BrFaD60W { position:absolute;display:block;z-index:15065;background-color:#ffd41f;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.125rem;width:15rem;top:30.25rem;left:58.4375rem;display:block; }
#nNaBeH8t90zE2vS6ig92pyF2K7f01gEk { color:#808080;display:block;width:16.125rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15064;line-height:1.7;letter-spacing:0;top:25.25rem;left:57.875rem;height:4.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uAs1FOPsIXdrS7Hbd25RwmevwyA4szfF { background-color:#ffd41f;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#101217;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.75rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:52.5625rem;left:60.625rem;display:block; }
#eGcIeibPZV09PPbTDHcmuKcuRyaBH6zd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DZhIPyL8qWGB4J50QuWoCLdJxb2TJJ3T { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:normal;z-index:15029;line-height:1.4;letter-spacing:0;top:19.125rem;left:58.5625rem;height:5.42480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Al7fPxem3zvI5liSIRQ6cJP2nvJxWRtT { color:#ffffff;display:block;width:9.875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15030;line-height:1.4;letter-spacing:0;top:21.75rem;left:65.125rem;height:1.57421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#QgTCUeHrOaJFJtkcmDxKsq1g0vUKyRn7 { color:#ffd41f;display:block;width:16.1875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15063;line-height:1.7;letter-spacing:0;top:17.1875rem;left:58.8125rem;height:1.9121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WAhFGr8tlTGVgX0koTFobdVmRReXg97N { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(276deg, rgba(0,0,0,0), rgba(255,212,31,0.2));background-image: -moz-linear-gradient(276deg, rgba(0,0,0,0), rgba(255,212,31,0.2));background-image: -ms-linear-gradient(276deg, rgba(0,0,0,0), rgba(255,212,31,0.2));background-image: -o-linear-gradient(276deg, rgba(0,0,0,0), rgba(255,212,31,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffd41f33' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffd41f33' );";background-image: linear-gradient(276deg, rgba(0,0,0,0), rgba(255,212,31,0.2));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:43.125rem;width:18.125rem;top:15.3125rem;left:37.875rem;display:block; }
#H71Fw7PZFTUFTNiCfKEFFnyGxHGeNHZR { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15090;line-height:1.7;letter-spacing:0;top:31.578125rem;left:38.90625rem;height:15.918rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#H71Fw7PZFTUFTNiCfKEFFnyGxHGeNHZR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#H71Fw7PZFTUFTNiCfKEFFnyGxHGeNHZR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_439dbc01a1bdcd2378975de466b0dcd4dab0d694.svg); }
#vxULF2TDZK69OGrrpHhZib1S2LqfXmih { position:absolute;display:block;z-index:15073;background-color:#ffd41f;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.125rem;width:15rem;top:30.1875rem;left:39.4375rem;display:block; }
#AEyXSNbFRsbHb6KExLuDdU0q8Ip7xkhx { color:#808080;display:block;width:16.125rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15072;line-height:1.7;letter-spacing:0;top:25.25rem;left:38.875rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ttCx5zfu7SN7MQhA48WD724WsxSbWB41 { background-color:#ffd41f;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#101217;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.75rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:52.5625rem;left:41.625rem;display:block; }
#PNrRydN0RwCFBnQcZK4AaIPZcQvTDhZs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uMpivrpUJuJxfKN0BdqP1TLhB6HQKtf3 { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:19.125rem;left:41.1875rem;height:5.42480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Ca4xF11b04W7futvrs0o5cDPhpHTSUii { color:#ffffff;display:block;width:10.0625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15038;line-height:1.4;letter-spacing:0;top:21.75rem;left:46rem;height:1.57421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#FGOr4hzSmpGquwWzKyMbpkpXZIyTlzcM { color:#ffd41f;display:block;width:16.1875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15071;line-height:1.7;letter-spacing:0;top:17.1875rem;left:39.875rem;height:1.9121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#omJ3fAZNnXyTWM5m4XI7x4FRgJe44JXV { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15075;line-height:1.7;letter-spacing:0;top:33.27734375rem;left:21.0625rem;height:14.53125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#omJ3fAZNnXyTWM5m4XI7x4FRgJe44JXV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#omJ3fAZNnXyTWM5m4XI7x4FRgJe44JXV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_439dbc01a1bdcd2378975de466b0dcd4dab0d694.svg); }
#O5KXGzuJeCzs9SxATf7oACOJQwAFGmAg { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15083;line-height:1.7;letter-spacing:0;top:46.11328125rem;left:57.90625rem;height:5.41015625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#O5KXGzuJeCzs9SxATf7oACOJQwAFGmAg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#O5KXGzuJeCzs9SxATf7oACOJQwAFGmAg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_439dbc01a1bdcd2378975de466b0dcd4dab0d694.svg); }
#t6P2grNQ4thgfe0BLDsJU4wiJVwNZTPo { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:raleway;font-size:0.8125rem;font-weight:400;z-index:15083;line-height:1.7;letter-spacing:0;top:35.2109375rem;left:59.3125rem;height:10.291rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#t6P2grNQ4thgfe0BLDsJU4wiJVwNZTPo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#t6P2grNQ4thgfe0BLDsJU4wiJVwNZTPo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57c6c7ea0d3307c0c1dda5caa47b9647fdd8f2da.svg); }
#XPZfDeeEi4FWXLQEDNBO40124AoBTifW { background-color:#101217;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#XPZfDeeEi4FWXLQEDNBO40124AoBTifW > .row .container { background-color: transparent; background-image: none; }#XPZfDeeEi4FWXLQEDNBO40124AoBTifW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPZfDeeEi4FWXLQEDNBO40124AoBTifW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPZfDeeEi4FWXLQEDNBO40124AoBTifW > .row .container > .video-iframe-container { display: none; }#XPZfDeeEi4FWXLQEDNBO40124AoBTifW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPZfDeeEi4FWXLQEDNBO40124AoBTifW > .row > .video-iframe-container { display: none; }#XPZfDeeEi4FWXLQEDNBO40124AoBTifW > .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); }#XPZfDeeEi4FWXLQEDNBO40124AoBTifW > .row .container { border-width: 0; border-radius: 0; }#XPZfDeeEi4FWXLQEDNBO40124AoBTifW > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#XPZfDeeEi4FWXLQEDNBO40124AoBTifW > .row .container { font-size:0.875rem;font-family:raleway;height:46.875rem;width:75rem;overflow:visible;position:relative;display:block; }#iP7Vu1BkGFlrxryc0sv5D73FD2WNBLGm { color:#ffffff;display:block;width:29.375rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:10.4375rem;left:1.25rem;height:6.2988125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xqtGlMo2S1rUrqIMZxwElfOrep9SpwHt { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f4c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:41.25rem;display:block; }
#hJSeK71D6TgCZ1kpf5D00N2m2zvynHbt { position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f4c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:43.625rem;display:block; }
#kMnI4ND3mdTTV21gws8PlEzHemcpUNsS { position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f4c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:48.375rem;display:block; }
#FQJATTV9nyG1DyWxUZ0ISScNThTtvW2J { position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f4c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:46rem;display:block; }
#ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 .widget-form-header {  }
#ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.875rem;font-weight:400;color:#ffffff;width:25rem;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;overflow:hidden;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 .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:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:3.125rem;color:#000000;font-size:1rem;overflow:hidden;font-family:raleway;vertical-align:top; }
#ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:1rem;overflow:hidden;font-family:raleway;vertical-align:top; }
#ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #808080;border-left:0.0625rem solid #808080;border-right:0.0625rem solid #808080;border-bottom:0.0625rem solid #808080;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:25rem;box-sizing:border-box;height:3.125rem;color:#000000;font-family:raleway;font-size:1rem;overflow:hidden;vertical-align:top; }
#ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 .widget-input-checkbox { width:1rem;height:1rem;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; }
#ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 .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:#ffd41f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#101217;width:25rem;height:3.4375rem;font-family:raleway;overflow:hidden; }
#ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 [class*="-text"]:-moz-placeholder { color:#808080;font-family:raleway;font-size:1rem; }
#ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 [class*="-text"]::-moz-placeholder { color:#808080;font-family:raleway;font-size:1rem; }
#ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 [class*="-text"]:-ms-input-placeholder { color:#808080;font-family:raleway;font-size:1rem; }
#ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 [class*="-text"]::-webkit-input-placeholder { color:#808080;font-family:raleway;font-size:1rem; }
#ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 .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;line-height:1.3;font-size:0.75rem;font-weight:400;color:#ffffff;vertical-align:top;width:23.75rem;overflow:hidden;font-style:normal;float:none; }
#ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 .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; }
#ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:raleway;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 .widget-container:first-of-type{padding-top:0;}#ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 .widget-container:last-of-type{padding-bottom:0;}#ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15034;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:21.625rem;left:0rem; }
#ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25rem;display:block;vertical-align:top; }
#ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 .widget-info-text { display:block;height:auto;font-family:raleway;font-size:1rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 {display:block;}#ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15034;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:21.625rem;left:0rem; }
#ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 #mXhFg7Mb7RLZ0K3E6yNXJxlq1M0O2lNm { position:relative; }
#ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 #yXqROTIuvLQWk6o2t1xDRoAlGSU2i0I0 { position:relative;display:none; }
#ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 #WqB5cd2oQg4bxBpcAi5OzBpXNqTn9Ae0 { position:relative; }
#ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 #gKSI3Tt9ghL8dk6t9To0OmPyskwfAWus { position:relative; }
#ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 #yoXKSGPT31ABU45C07ITAUeOfxK4tre9 { position:relative;display:none; }
#ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 #grLzULF72HmE7uvGIPfbC3XIQrxTbAxH { position:relative; }
#ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 #gD1nXz1wmVCSGSMAnTtfPWFX1hyBcsii { position:relative; }
#ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 #X5xAzv1fppzXk3l7LFROm0fazeAJmgMd { position:relative;z-index:2; }
#ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 #m7O3UybMWtayeF3PFDR7i5Rv0BIsvUFl { position:relative; }
#ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 #TTIT9BCCvQ7wLRnJae5CLwgDnRabLgpz { position:relative; }
#ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 #FeQbJm73Jopu63Hm1RD77WCamskhARdb { position:relative; }
#cSFJFmeot3rq7UgZTfAozalHkm3Gzi0P { color:#808080;display:block;width:29.375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:17.875rem;left:1.25rem;height:3.3984375rem;display:block; }
#Pl98L7S48eT1RrNC5I7XByi6EZ8E1iAU { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.125rem;width:26.25rem;top:4.875rem;left:28.375rem;overflow:hidden;display:block; }
#QLyGRsVwotnvSrv8IAtX01UPiVoTBpxa { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.125rem;width:26.25rem;top:4.875rem;left:48.75rem;overflow:hidden;display:block; }
#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#101217;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; }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .row .container { background-color: transparent; background-image: none; }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .row .container > .video-iframe-container { display: none; }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .row > .video-iframe-container { display: none; }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .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); }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .row .container { border-width: 0; border-radius: 0; }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .row .container { font-size:0.875rem;font-family:raleway;height:38rem;width:75rem;position:relative;display:block; }#dpAmgkLrrTWiSRWcAvLSLuzzotMqQm0U { color:#ffffff;display:block;width:25.625rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:6.0625rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#UlVesiSG98RSu4ILX6yo8CGLkWp4NmUb { color:#808080;display:block;width:25.625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:12.1875rem;left:0rem;height:1.69921875rem;display:block; }
#u1e5O8Cb330N4GP9ItJ1bLKR0slm5sT4 { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(255,212,31,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f4c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(255,212,31,0.3), rgba(0,0,0,0));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.5rem;width:25.625rem;top:10.25rem;left:0rem;display:block; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ .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:transparent;background-image: -webkit-linear-gradient(45deg, rgba(255,212,31,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(255,212,31,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(255,212,31,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(255,212,31,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f33', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f33', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(255,212,31,0.2), rgba(0,0,0,0));background-size:contain !important;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ .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-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.5rem;font-family:raleway;font-style:normal;color:#ffffff;height:auto;line-height:2;overflow:hidden; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:raleway;color:#ffffff;height:auto;line-height:1.7;overflow:hidden; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ .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_5e1ec8eec87448ebe1bea32e4e71afbcc7c33654.svg");background-size:contain !important; }#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ .accordion-trigger.adaptive-delivery-prevent-bg, #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ .accordion-trigger.lazyload, #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ .accordion-trigger.lazyloading { background-image: none; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ { box-sizing:content-box;height:auto;width:42.6875rem;position:absolute;display:flex;flex-direction:column;gap:1.5625rem;z-index:15045;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:6.0625rem;left:32.3125rem; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #qLCTAvNSL0wdMJWIelz2dI6ESIKZkEV4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #FccgSpdsPTeTui5E3hdsWKzAORxWJolk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #Zk6If7cTuhurtFfp4tfpnb3IzguI8May { display:block;position:relative; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #ASMhoW4BuE1edEi8ERUcGLNfhENKbtTo {  }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #C9TJPcAb3xmDrkQVMhEfElVTT0ePh6RS {  }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #QtGuXdzwTHKlotZ08PE31gwnqNQTihhw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #u45rG2w8vPTtPgbeuzKQS4B37TsWMiWh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #b7EJmOUtkVbwfNiGA2DBnQcU5UFZX1rH { display:block;position:relative; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #UiSxsuLZK3FJasaKOcOurlTRkKTCKIQ2 {  }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #nekM1LiJr0cZBiEWcRiybIrk1Pw13aH3 { display:none; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #Nv0FLXGaKBIEGZfH9x0s35NT3eK6kz0m { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #n4n83cZ4M6m8CB5tL1nZy2GBTo9ECsQ0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #TSeXlgBpcPd8lZiPg1MaSbGCXwolEQRf { display:block;position:relative; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #C7yMIaQxSdqwOqtK9lzh66TJUWfJE6dV {  }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #MJduZy5i1H9v6myv9rWfESs8Xl5W0aFL { display:none; }
#KAnhghDRuq98MPzkv8OLsxifolQddChD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#101217;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; }#KAnhghDRuq98MPzkv8OLsxifolQddChD > .row .container { background-color: transparent; background-image: none; }#KAnhghDRuq98MPzkv8OLsxifolQddChD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KAnhghDRuq98MPzkv8OLsxifolQddChD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KAnhghDRuq98MPzkv8OLsxifolQddChD > .row .container > .video-iframe-container { display: none; }#KAnhghDRuq98MPzkv8OLsxifolQddChD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KAnhghDRuq98MPzkv8OLsxifolQddChD > .row > .video-iframe-container { display: none; }#KAnhghDRuq98MPzkv8OLsxifolQddChD > .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); }#KAnhghDRuq98MPzkv8OLsxifolQddChD > .row .container { border-width: 0; border-radius: 0; }#KAnhghDRuq98MPzkv8OLsxifolQddChD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KAnhghDRuq98MPzkv8OLsxifolQddChD > .row .container { font-size:0.875rem;font-family:raleway;height:27.5625rem;width:75rem;position:relative;display:block; }#Ss6DTQGA8JlcIbe4MSxUmQLtzZUOfUIW { color:#ffd41f;display:block;width:26.25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:6.25rem;left:0rem;height:1.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PEzkyUuHCqcvIfuzvLWxnXPhTEc40q7i { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:7.9375rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#MFz6Jn99uEiLOWFm5dQfu6zxArTk8Bun { color:#808080;display:block;width:26.25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:13.4873046875rem;left:0rem;height:1.69921875rem;display:block; }
#EvMlv0uxMy78fzvwOENau2TbX97a5FxP { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:7.6875rem;left:36.1875rem; }
#oicITARaHA9n7uBIDBHIqXTI39QEOG2u { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:9.5rem;left:36.1875rem;height:2.54980625rem;font-style:normal;display:block; }
#KdArr0nhoVf7ZRbBLNbV9T8ROM0Kmx8e { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.7;letter-spacing:0;top:7.5rem;left:38.4375rem;height:1.9121125rem;font-style:normal;display:block; }
#hZrmeEfOXRmHil8rcuhhLBtXMxDIwpUc { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15042;line-height:1.7;letter-spacing:0;top:9.5rem;left:57.4375rem;height:2.54980625rem;font-style:normal;display:block; }
#TI3xw9vsfLNU7mU1DVcDRk6NpZkyvyZE { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:7.6875rem;left:57.4375rem; }
#RDLh2IfJ3mx6okiVySyhH3QQnKRlSlIT { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15043;line-height:1.7;letter-spacing:0;top:7.5rem;left:59.6875rem;height:1.9121125rem;font-style:normal;display:block; }
#bA5vJkIdxclR3TZ7DCI0LdmqacuqxlTR { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffd41f4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffd41f4c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.3));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:27.5rem;width:0.5rem;top:0rem;left:26.25rem;display:block; }
#rfqp2VLoDRNpb2DS20VRTPkybiKwIMzi { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f4c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));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:27.5rem;width:0.5rem;top:0rem;left:28.625rem;display:block; }
#RAxGAACTP6kMsATUBD2NJ9MTzKQhHx5y { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffd41f4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffd41f4c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(255,212,31,0.3));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:27.5rem;width:0.5rem;top:0rem;left:31rem;display:block; }
#ZEAzTn9z8gWa0hib9VbD4mwgpki26DgV { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f4c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,212,31,0.3), rgba(0,0,0,0));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:27.5rem;width:0.5rem;top:0rem;left:33.375rem;display:block; }
#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#101217;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; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container { background-color: transparent; background-image: none; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container > .video-iframe-container { display: none; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row > .video-iframe-container { display: none; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .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); }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container { border-width: 0; border-radius: 0; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container { font-size:0.875rem;font-family:raleway;height:7.5rem;width:75rem;position:relative;display:block; }#yEVb4g2T5citKNXTrPvoD6dOyeKFAuaz { 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:#ffd41f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.5rem;left:46.875rem;display:block; }
#PTJKbv43x9ccX8nZvhPUzAqAOsy3kost { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GzGr8kP7apLuKvZR8h57eLa9TICiJVel { 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:#ffd41f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.5rem;left:56.25rem;display:block; }
#I5gXXSPeGaVVp8D7OvRpZXypMutFroo0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rMQ8MEJKb4aoM8S9iakrbWeCE8I5LEUU { 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:#ffd41f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.5rem;left:65.625rem;display:block; }
#lsBReeWI9Q7LAk9vEbRTfOKgrSCdzzbL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#alK52xHNWXQ4IrZJWxNkzfzzkO9aqtA4 { color:#ffffff;display:block;width:33.9375rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:3.005859375rem;left:10rem;height:1.48730625rem;text-align:left;text-align-last:left;display:block; }
#IfW3Q5oDDOrBTtmEXheVNHAGpsDv6mTW { 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:1.8125rem;width:8.125rem;top:2.8125rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Is0qVv19MCVFBy6EowRfRyn5QAprAytB { display:block; }#Is0qVv19MCVFBy6EowRfRyn5QAprAytB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gqtkEnteVvP4qpUmecDSTqCn5gO8Q99z { display:block; }#gqtkEnteVvP4qpUmecDSTqCn5gO8Q99z > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UWiZS23Kw5rQcr1AViVEs3R8goZJrfnc { top:1.0625rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON { display:flex;width:18rem;height:5.0625rem;top:30rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #mi29N90WhapJqXvlMUQhxCLBOSf7ens5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #HUFyDy1EPDWgzFn5icqzfa9BNIZrVsrd {  }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #dLu7dB2MHhzDvKVgkpX9s3IQHIltrcHX {  }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #NcTPCCfILxMV3Rvy8kbTMo9JHFaiyxsg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #VtmVtl99IrB49xrGpOSoarxTIEAGCPw1 {  }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #yCiWoBNIGKqEwB54QgwWvzlKaGSVmKmM {  }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #AsOcP5HL73G5uDwK1T10vcqiESauQowz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #w7rNhc6HI44Ipx4kLnTaP5NGiMC5QxA5 {  }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #sdT9aGTFT1HzrNPLkkTT76eZCD5ufvc0 {  }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #LLKfGxzTqBIDDBMfmNcgbMQXxe9HX543 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #sy4uwqgDrGzeP2M13bl9v3CCOplXf5Do {  }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #xmR44qO4eS4w7eJLBHK9J56qzz9xmgQT {  }
 }@media only screen and (max-width: 763px) { #uhmml1IfDUAOCnpeJHXh6NcgxFpSKfAV { width:46.75rem;height:4.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLvdKcs3oCG6NGBe7FCSTwyaHIaVCD6H { display:block; }
 }@media only screen and (max-width: 763px) { #a1q1lvUJL6FnoTG8AGkwS5rl7lU7prT1 { display:block; }#a1q1lvUJL6FnoTG8AGkwS5rl7lU7prT1 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #odsOtsGOx9a9DNcps39tIJu0ScDstqPk { width:8.125rem;height:1.8125rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bE9PdNAL8kQqtUaTUFJN99Uz5m787QTe { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6JgICEqaWhFo3xb7fuFLNMRfrTBWdlf { display:block; }
 }@media only screen and (max-width: 763px) { #cFwrBtJxuq52r0wwDMut7kXnpXaUCBdG { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQLNHHqQ2oAGLtMZ8A6MQJKEDU0gsNFz { display:block; }
 }@media only screen and (max-width: 763px) { #HMIrcmBV3pNmudmMqm2iceaiaAvMHQ99 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLWFGoTSy8aVFB4pG6nuywTJkO2ZxnIh { display:block; }
 }@media only screen and (max-width: 763px) { #GLJ7rbuGg9uC3iCg71KGysgsBEIDoJrA { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XufZRPfi0MrJgNqsr9DDp0lS98bENHcw { display:block; }
 }@media only screen and (max-width: 763px) { #v4BFStMThPIKN3hrWdS9rQmXxNr8LB9V { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bW2ifBBDFTy60JtrGndXGTHpXACKVg1X { display:block; }
 }@media only screen and (max-width: 763px) { #Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL { display:block; }#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OzJczE28CNZFCkyvkpVM8l7HlgJ1b3WX { top:12rem;left:0rem;width:32.5rem;height:13.1875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5RtL7H3ak8g6MVyeTq4cZsXM74z8XFQ { top:28.375rem;left:0rem;width:32.5rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLsNbfmn44C7q3igHBhtRHSDkwRzphWs { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO4rwK1PcpinIMAlVeQV58I9kH65zk9k { display:block; }
 }@media only screen and (max-width: 763px) { #xzL6WbRa5Tdxrs3dyDFv6WOv4cTA43IB { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVxGOpRBcNHQOAqEWJ6rRvTvFnzhTXbq { display:block; }
 }@media only screen and (max-width: 763px) { #zzlmnPOGDHHhncXTnxyPeGVpytbVbT8u { width:0.5rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTAHZRh7a3HHXLitwitevHvKSedlETVd { width:0.5rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qw5H6msMcMVvgQRtKupBhtl3CfEtxCMZ { width:0.5rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLfI24foPmW8FX9nqek8y76iUT6MoT0z { width:0.5rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9R2NTt13LcTTKR5dqFH1a06wPqv1oBO { width:37.5rem;height:50rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul { display:block; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cSyFqgA0TT0N01TfNe9LKsll6xUez9HP { width:21.25rem;height:26.5625rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgg27DoAdWHm3Oh694TtV4o5pTdgA1A6 { top:17.875rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEQoZQW9DybGy4g0DIUnfGHkKwmWNPiO { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOANFygcccLE4x0TvLUiMsPQ90kOV6bQ { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mxk37O88TA8SHyzTIP87zA8ZOkP0JmAU { top:5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ2ynmKtEFbcSZOzMTxru8U3y4yMwVLG { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBlQgRkRlpld0845Ro4tUxeenDTUS1wd { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AepdMqpLpNqHypqt3q5crTGRukIrnSct { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aafxIVOsfdhXwot6D1pJ1BgnkvFmbJNQ { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmJsDDqz758MlVKe8erNpEGIiFd8Km55 { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1KZ8r8X4QD39fMHGT5NB7hbaqVG94QN { width:21.25rem;height:26.5625rem;top:16rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1GD9iTM6nnkmWkEiwg8XdIesVxzmRCs { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #THsdDMNbwdVt1bvMhHmx6h9FDXRMQn8T { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x06kRra6Kz94KaR7dIKa1VnnAnMxw1pR { top:17.875rem;left:15.125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfNl58tRautgGpFW5OdwV0EUTgeZeQOR { width:21.25rem;height:26.8125rem;top:16rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON26KOSBzBm2rPzKT5a8ELUK19Qk1K84 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0QpIATpR8nC7O8ih6qiV349mnCUCmCX { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HErb9DiZUTaFBGR7L5mVP0nTHT1nm35P { top:17.875rem;left:42rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsUTpEFiXdscrU8zCFUERmp4zUvMGqvx { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }#bsUTpEFiXdscrU8zCFUERmp4zUvMGqvx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_08133ee98426ab76ce0de2d47e7c9e560cf79123.svg); }
 }@media only screen and (max-width: 763px) { #cVrTqsgMpoP16sOgW2bhfNgy27KGFAzI { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }#cVrTqsgMpoP16sOgW2bhfNgy27KGFAzI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_08133ee98426ab76ce0de2d47e7c9e560cf79123.svg); }
 }@media only screen and (max-width: 763px) { #eNGBUQuxdQfoy1qmFyOAAKcHpa4q0e8G { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }#eNGBUQuxdQfoy1qmFyOAAKcHpa4q0e8G li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_08133ee98426ab76ce0de2d47e7c9e560cf79123.svg); }
 }@media only screen and (max-width: 763px) { #hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc { display:block; }#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NIu7l3VVovUhCbA4DJ8kXEULmQLzJ0rC { width:47.75rem;height:22.25rem;top:14.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE4o1TcJFRk5d0ppoevVABurTEv97yPo { top:17.875rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZ1hTCwKNFtECMximKqUlVHdZIcywEn8 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTT3OwweRC8E58NhUxmycCpqeC1mtJd0 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ct4mcOvaCysoWhRX3fs2o0xyVFpkXPEO { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #frwnF1zKC7TF6aDMDIOiw5eQpkQFCdKi { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bf77wKiLS7c91VCmbPgUphGnqeO15NFI { top:17.875rem;left:7rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ox082P7sS5QsFscs1tyb5dr7IDLAZSdy { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0mHiWvnMWuOr8gDsWDHV1FiqtAwec3F { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnSGkrkfNlCenDC6QGDgBzsJqmhNlNuu { top:17.875rem;left:44.5rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmEHNUfshCXV1gzcORrd5vs2Tu1HJ3Ff { top:5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eah42vbkfS7TglklTsyfAiVa5XZcsVTN { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw1STw1J0QXz8Dul4RyqIWA4SvJTbJmB { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl6TroaJ2SXoeTmWT3DXuorwPzRbl4v1 { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOi5T3UxWLADck7v5JWl7d5yvsLX8Lbx { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrsTU0LAtVUZUNn8xg8X9LScAGfwtgfT { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7DJxZDdqnVIqQxc5yzpJ5OdgTWOziXU { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8Za8XvoGwpTBrH48GJCUCTRaIEeGhTs { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMek1LkcoFta7TwQDNvC50LlseBNCTmK { top:17.875rem;left:25.75rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTmPlaSitA1hwcoreB0zMqV66KtHGxzh { display:block; }#iTmPlaSitA1hwcoreB0zMqV66KtHGxzh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H9amRqBoyBpFrN7uQAD9noy6OOOb5hVE { width:21.25rem;height:20.0625rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMchgWckwRZuRE1RFK0O5DugdeD4rARR { top:17.875rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzC4trTtHUZaLh1RdgP2yo4uStavpTQz { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgIa7lFHsmVWxpRrTNSD3eTDW5NlhTyE { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdTrWqEZEUzI4gG8dfOWGAMbgniWqMIW { width:21.25rem;height:20.25rem;top:16rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppcl8RyPaeIl0QnZCNF5I0I4AAqixELn { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZWdrFlyyuEznIeNNJKTFU826T7BnvQ6 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4foBbiWpZ3L1e5QsEGZymRu7ooU18G1 { top:17.875rem;left:15.125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbvLyTwTXOun5ac4oO4UePOiRlwrbci7 { width:21.25rem;height:20.25rem;top:16rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOtp8KaT2NAdqTqTCswLgON1VOOLmQc6 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8BBrMRhAKNU9uAUFSNfOqR16irXtgKl { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKgseA6OLQysyV0LRSeynmDXiknlKTBT { top:17.875rem;left:42rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHWcXgLxv6OdLVEVhR7vTEOCnDRCXwLT { top:5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwUBpGNWRiXxWKSsTGzqFm2LKg8DkpJh { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rx0gVlZTTIRTruvhS9E5B3ePfv1IAvSR { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3Q4sqAdMbbfTGNGECJTQAriHbyIBJry { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlNmfH6cT9ENR0JTK9aliKuS32TzpImt { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4XCQr4rLt9aFUPWUQEJSeuPqEzXJe0H { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8TyndmxWA2L8T2fXfeIXy17hhnPbyPn { display:block; }#q8TyndmxWA2L8T2fXfeIXy17hhnPbyPn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o3Mq3Ncdv0kkdb7vDFZIf9UNTWDQPl3F { width:47.75rem;height:20rem;top:25rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wL26y9Si7VJeI8ZMd3itdZR69eT5xVGG { top:28.9375rem;left:24.5rem;width:21.25rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuBBld4UBtmq2tcJPApcVa8GZx4s3afP { top:28.9375rem;left:1.75rem;width:21.25rem;height:7.349625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cayzh8QBDC3drHF3Tk7vLSO77MXORlK6 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCdQWQUcf7ZTg2xrKrwHBRIwzEu6dg1f { display:block; }
 }@media only screen and (max-width: 763px) { #tHRUs227mqkNhCvafbBTNprh9vwUspyU { width:0.5rem;height:9.375rem;top:0rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pucrouxNeBDRJTQrQDGt4ZJcxW6BRiF3 { width:0.5rem;height:9.375rem;top:0rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAhTGlgyFcTbDR0o0Vouc1SXhf0FvXlk { width:0.5rem;height:9.375rem;top:0rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5XZRPQWvCiTtscrtC05mIw4ZkpEpyCL { width:0.5rem;height:9.375rem;top:0rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pf82pOtZkLRt2fkTTIPV6XJpluAQcxOu { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#pf82pOtZkLRt2fkTTIPV6XJpluAQcxOu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_439dbc01a1bdcd2378975de466b0dcd4dab0d694.svg); }
 }@media only screen and (max-width: 763px) { #lcqvi4KZKtqcfgCfnqJPNzgcVnoLwJyp { width:18.125rem;height:25.875rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xhs1Cix2ok7H02pVdiUAOnBnSgTNXiHg { width:18.125rem;height:25.9375rem;top:11rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRMJS3QJ4Hqt6fEIHiLoBufq1AL0nyFT { top:21rem;left:2.21875rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBbL9UrUaksWTMmFZOFELIVe1O4pbqMd { top:21rem;left:2.21875rem;width:5.9375rem;height:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fTTADbaTxTD6dhpnMLfTwktQfBWrtkqa { display:block; }#fTTADbaTxTD6dhpnMLfTwktQfBWrtkqa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #neq9auaFpk6587dP7VeQyATscvtcpA25 { width:7.5rem;height:7.4375rem;top:20.375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLuFv7D1mXtz63LwfpeEBXAMZt7fF8li { width:7.5rem;height:7.5rem;top:20.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiOZ22u7n5vwPLyEunHUm9UxNKDdtadc { top:6.25rem;left:0rem;width:26.25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C769Mm8ldnsTu7nJddZzhcrQmT192iCy { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w80do3opDqabbJH16QxVRawa6FIkku3L { width:0.5rem;height:5rem;top:6.25rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #il9RWJTNwviIPTLKqG6ucsTFeA7wNFuK { width:0.5rem;height:5rem;top:6.25rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W70AGl3olRq31fd1ufcOT42MHwmzeFND { width:0.5rem;height:5rem;top:6.25rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOhqf0oLnNHTpQrgcZSUxOlcK7EJ7QxS { width:0.5rem;height:5rem;top:6.25rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3Ad6PNKsUgddpRDiOCBH5CNSMdl816u { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Powpb8vnq4TeQusxB1vUXNSXzqx0HEsT { width:7.5rem;height:6.875rem;top:28.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFovEVmq6qGgErkMTyTxyOsfu6UPcnPE { width:9.1875rem;height:3.125rem;top:30.8125rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lu7lQgA9DCbLqT4GKkLvM4oK9tVxIvaL { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBZGlRdEHiilAG0GLWbLLNQZQWUDtZIu { width:25.125rem;height:3.8125rem;top:22.875rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbIzsTfKfV2pZC6lmpIvoigiFe67kR06 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#kbIzsTfKfV2pZC6lmpIvoigiFe67kR06 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_439dbc01a1bdcd2378975de466b0dcd4dab0d694.svg); }
 }@media only screen and (max-width: 763px) { #Jix93RIJQJHvrtr5nzKuagPhZxvxlUsT { top:23.875rem;left:25.78125rem;width:19.25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoHUDS0LJzWRBuoTksdHBwmpOMMy4LgP { width:25.125rem;height:3.8125rem;top:26rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQrsKMmleG72RHagmTBfDgT8gHM6Ohu5 { top:27.0625rem;left:25.8125rem;width:19.25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTXwJUJDnMtxn2N5Khttrxg0K3CSCyMT { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#BTXwJUJDnMtxn2N5Khttrxg0K3CSCyMT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_439dbc01a1bdcd2378975de466b0dcd4dab0d694.svg); }
 }@media only screen and (max-width: 763px) { #RDg7SDzN7WFkkzO3sJwFEtmJZJTTVCCK { width:25.125rem;height:3.8125rem;top:29.125rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1VwP2pD3lxKqA4FqAl8p3qKIlLN2QnI { top:30.1875rem;left:25.8125rem;width:20.125rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NC4TOb5GIT03ciyG16ex4RufbnOgHMW4 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#NC4TOb5GIT03ciyG16ex4RufbnOgHMW4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_439dbc01a1bdcd2378975de466b0dcd4dab0d694.svg); }
 }@media only screen and (max-width: 763px) { #naeI3kaJO7JWskreaJc2RyKpLA53q3FF { width:26rem;height:17.0625rem;top:19.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe { display:block; }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eKwIpAMKKfPtT0JhKeCKATKiZ9rGuBq2 { top:12.625rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zql8GWaIm6roTlM2OATcKw0GDgTLxfTW { top:16.875rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qdphw5xkbDeLXPu41fsIUPAylpvyRFLi { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTS05Wu3f4mEPkfIk9xmnDIOXsupH1tR { display:block; }
 }@media only screen and (max-width: 763px) { #OoBKJ3hv9wKN3WNuLdKlzDTukdmQzcvL { width:47.75rem;height:21.25rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ns8pMCefNSADcHspevq9aI6kFZOz2SPm { display:block; }#ns8pMCefNSADcHspevq9aI6kFZOz2SPm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qmzz2UMVumrguX3i5mIOVS35X8NMyWcC { width:47.75rem;height:25rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETfsy9geXZiqSuQ23sv7b2WcPXR6BEpc { top:17.4375rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwaJKaglCF4KDIExTph9mJNprHhnmFcf { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpczXn4yVG1lr6lElILXqf1V6zvT9MEt { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQA8kzLMiGubJDi85UUnlh47mfIiDtLS { width:0.5rem;height:9.375rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFBFrefEPWhINsPKNTNzpUIUVNL2bQwz { width:0.5rem;height:9.375rem;top:8.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFk8eanhU2CAOeXIpLApP7FSFrceCNT9 { width:0.5rem;height:9.375rem;top:8.125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #THQ3GK3IJEQ9HiMg7LpRcrf6Ggd20P0F { width:0.5rem;height:9.375rem;top:8.125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aryQslOMBspZOTZ1UohhTJzpA860fHIr { width:0.5rem;height:9.375rem;top:32.625rem;left:42.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KctCbkQINP5EDOmKTZkeeNV4x91wOnFB { width:0.5rem;height:9.375rem;top:32.625rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkINDvhGmZKfAvZxOCDkhJVQobDuwx4Q { width:0.5rem;height:9.375rem;top:32.625rem;left:47rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFEbSOyWC3zeNTTKBeBX9pPwOA6fPHte { width:0.5rem;height:9.375rem;top:32.625rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6cwety0nThK86OkJBlMhLGXGDQ5uOQV { display:block; }#P6cwety0nThK86OkJBlMhLGXGDQ5uOQV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XKQc3AdwBGuTvTRedCOR0ETNLu5yxSGr { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPT7vehDQRrmSEqEaHhuVDWH4Oqi45wT { width:21.5rem;height:0.5rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVTbANaXJDgGlcz7K0LbaNkzENHewnD3 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CySmABuvzhIoadUlkU5EB5H9SttcWIlT { top:5.5625rem;left:43.5rem;width:2.125rem;height:4.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWhawi4vqTlXuubaoG9aUi7dKDrqi1R4 { width:16.25rem;height:0.5rem;top:10.8125rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3wNphmdrTFDRhlc5i07nvSR6pLtDLNB { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnzlOzuMxJ05N2G8p7GLQ3L69NHq1Gpt { top:5.5625rem;left:13.25rem;width:15.4375rem;height:4.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #I01T2lQSNRnd7rOc2ziEqszQmyCBsLvX { width:21.25rem;height:0.5rem;top:10.8125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldA9hszftOASON93tIwTVCop99xnOvlx { top:5.625rem;left:31.1875rem;width:3.25rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmQn6encLTvn38LJHDlC5oAP1buV2ipt { top:7.25rem;left:28.6875rem;width:2.5rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXzxm0pMSLl2FuyQ1mMgv8QFziLqgg9o { top:5.5625rem;left:0rem;width:15.4375rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8TiMa1VESJugAJRpMFiVsuK8FzG9aEP { top:7.25rem;left:1.8125rem;width:2.5rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui6BU03Hb1DRoPg85pXcGKQM8HymbTU8 { top:5.5625rem;left:4.3125rem;width:3.25rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS6UtFmUb64vvztdxGVXbt7aTp1THg5A { display:block; }#xS6UtFmUb64vvztdxGVXbt7aTp1THg5A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ozeokABFGLXwBiCrfMB9cmQ5PdcZeOfs { top:5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNQe9mCxUPeOz0X8flEfXHzHTK6zqfZD { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ce4k03dW5bPB0tP2wnMIRpbOMqpQvg0I { top:12.474609375rem;left:1.125rem;width:21.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lu1iTnlTLdfozB6QTHAgkXI2ZXV6t0xh { width:1.5rem;height:1.5rem;top:47.875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5lHC2PkJTLE8eQTcnHfQdMlPM2wyZhC { top:39.8359375rem;left:1.125rem;width:21.25rem;height:6.7988125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PanbmNM24PpuAGZTvgLnT0TP7JelJZoC { width:1.5rem;height:1.5rem;top:47.875rem;left:1.125rem;display:block; }
#PanbmNM24PpuAGZTvgLnT0TP7JelJZoC > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #XIuDqT0prwqHFxGT1kZysn8WhmPruyxb { width:1.5rem;height:1.5rem;top:47.875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbl9XbtbG7UGbMAfIc9BWaTw8uaUCMQo { top:36.88671875rem;left:1.125rem;width:21.25rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPwuF0qQ7MBmCanbnWm2zQEwDCco2d6m { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kke7R2MuD5fDwvCKnHPu1tBgRE1XuE2K { width:23.75rem;height:36.5625rem;top:13.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA4XwP6bMsX13yhRzZrmO53lh3bSnvUK { width:1.5rem;height:1.5rem;top:47.875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXaVuzmZVoATS3GpAK5mfoEm9ZATEKRH { top:39.8359375rem;left:1.125rem;width:21.25rem;height:6.7988125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZJZBWloi9GThNuzrnBi50bsDsNgrr5T { width:1.5rem;height:1.5rem;top:47.875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZlvseMX0FLvudPTkJLr9wBtAl3R31xO { width:23.75rem;height:36.5625rem;top:13.625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydhWz4cRU0D6e4ESNRwDKxd9Lh2XZ7Ks { top:12.474609375rem;left:1.125rem;width:21.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1almf95k3s6NuJIihVJAolaQrvrckrV { width:1.5rem;height:1.5rem;top:47.875rem;left:1.125rem;display:block; }
#v1almf95k3s6NuJIihVJAolaQrvrckrV > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #P83Zr5h64JfJ3VPP8rbVcsZP4lBKxQ5k { top:36.88671875rem;left:1.125rem;width:21.25rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zd6ncqLam8clJKEAnRr5l6RrlrInJe0V { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7iVNv0SI7nsfADzq1Vs7DxqqFqLcgi5 { width:23.75rem;height:36.5625rem;top:13.625rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBh5mVqoMrQzUQh9PZFlPxbQaFAWFQVw { width:1.5rem;height:1.5rem;top:47.875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCMnbuTT9gZHO8avZwvyKfh11zQSyROy { top:39.8359375rem;left:1.125rem;width:21.25rem;height:6.7988125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0GEZuM1xq1qiwXLQPdULKsC1NxPIGD3 { top:36.88671875rem;left:1.125rem;width:21.25rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzdnyI3iSIy3fRtqmnoGeTkRGNdXtTOQ { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwRr6vEQQbQix8vrUwWo8W2VdggNA3oF { width:1.5rem;height:1.5rem;top:47.875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByCSyNFoEShgASm6ux2QgyawyViLpc0X { top:12.474609375rem;left:1.125rem;width:21.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRSKX4k6fWGrAvPUUEt4y8RrhATmvufb { width:1.5rem;height:1.5rem;top:47.875rem;left:1.125rem;display:block; }
#sRSKX4k6fWGrAvPUUEt4y8RrhATmvufb > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #kcfI68RpJnNeIOdOW9gdngRbJatc1Uud { display:block; }#kcfI68RpJnNeIOdOW9gdngRbJatc1Uud > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zBlH245g8uGbGzd7iVKvWl6SGdwyeV2P { top:6.25rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwCwgSgNLWOZR3feM0BORzQzTSIgdEhn { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkZnmv0pHBtOnnbIhETXVRz7M0SJLWUS { width:18.125rem;height:43.125rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4DNCmfX0FB0q7Ou2QPn2kmsKoGWcFZn { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlfpuOBBZx59ZI0D5ZQI3cKFMgWIiy3o { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOzbogLiXX6FqtNwGc7neThdcJANXl1Z { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #owWiK2UKIHp8JEMqpZ0fsOKBEuDknKLH { width:15rem;height:0.125rem;top:30.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkpDdc3qTTodG0eBT6pQJgMAARlx7Lzz { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhTJKLeSCCOReK8Q22tR6TSPh2adRPgy { display:block; }
 }@media only screen and (max-width: 763px) { #ev3Txxl5Vw3ak3q9tZARFlQbkoIRUpou { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6bleOG9Jxsy8XHqHWmTGUTpVOCLhfnq { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#Z6bleOG9Jxsy8XHqHWmTGUTpVOCLhfnq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_439dbc01a1bdcd2378975de466b0dcd4dab0d694.svg); }
 }@media only screen and (max-width: 763px) { #itwy7Gsa6T3mvi5PBKFedR6qmbca6KTD { width:18.125rem;height:43.125rem;top:15.3125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fq6uQWMtA8T0CG7FvQQM6wrJbpcZmhsy { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#fq6uQWMtA8T0CG7FvQQM6wrJbpcZmhsy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_adc54381194b62ecd302651b2fbf454055828278.svg); }
 }@media only screen and (max-width: 763px) { #k1P6ZDVX1VntAlTl0PdLffBswGLc9Bep { width:15rem;height:0.125rem;top:30.1875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyCgR92tVnzCZhoCQduA1mJ4riC5crFn { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbQgLJd7wsovDgSSNUPZNLTGscSgpI3l { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XE20ZuCwF7DrdBoLd07I3IOLcoDWLQJF { display:block; }
 }@media only screen and (max-width: 763px) { #Mxax9Rk7JZnlX8KVfxhnZnIQ9LrtOaFz { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeaDPZmgOAwEPrOzsVspyEQTG7iPDLkV { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6wm9uENxS5HhLcpN9cIrQvc1i0BdsD4 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kR4Vr06wpPWhb1zOZeh5rD01bL632VFt { width:18.125rem;height:43.125rem;top:15.3125rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWk2ZLO5zhFELWrKcfactTffbrNSed30 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#vWk2ZLO5zhFELWrKcfactTffbrNSed30 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_439dbc01a1bdcd2378975de466b0dcd4dab0d694.svg); }
 }@media only screen and (max-width: 763px) { #fOeAC6OKgZvKtGP6TtGBcNo4BrFaD60W { width:15rem;height:0.125rem;top:30.25rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNaBeH8t90zE2vS6ig92pyF2K7f01gEk { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAs1FOPsIXdrS7Hbd25RwmevwyA4szfF { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGcIeibPZV09PPbTDHcmuKcuRyaBH6zd { display:block; }
 }@media only screen and (max-width: 763px) { #DZhIPyL8qWGB4J50QuWoCLdJxb2TJJ3T { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Al7fPxem3zvI5liSIRQ6cJP2nvJxWRtT { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgTCUeHrOaJFJtkcmDxKsq1g0vUKyRn7 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAhFGr8tlTGVgX0koTFobdVmRReXg97N { width:18.125rem;height:43.125rem;top:15.3125rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H71Fw7PZFTUFTNiCfKEFFnyGxHGeNHZR { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#H71Fw7PZFTUFTNiCfKEFFnyGxHGeNHZR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_439dbc01a1bdcd2378975de466b0dcd4dab0d694.svg); }
 }@media only screen and (max-width: 763px) { #vxULF2TDZK69OGrrpHhZib1S2LqfXmih { width:15rem;height:0.125rem;top:30.1875rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEyXSNbFRsbHb6KExLuDdU0q8Ip7xkhx { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttCx5zfu7SN7MQhA48WD724WsxSbWB41 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNrRydN0RwCFBnQcZK4AaIPZcQvTDhZs { display:block; }
 }@media only screen and (max-width: 763px) { #uMpivrpUJuJxfKN0BdqP1TLhB6HQKtf3 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ca4xF11b04W7futvrs0o5cDPhpHTSUii { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGOr4hzSmpGquwWzKyMbpkpXZIyTlzcM { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #omJ3fAZNnXyTWM5m4XI7x4FRgJe44JXV { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#omJ3fAZNnXyTWM5m4XI7x4FRgJe44JXV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_439dbc01a1bdcd2378975de466b0dcd4dab0d694.svg); }
 }@media only screen and (max-width: 763px) { #O5KXGzuJeCzs9SxATf7oACOJQwAFGmAg { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#O5KXGzuJeCzs9SxATf7oACOJQwAFGmAg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_439dbc01a1bdcd2378975de466b0dcd4dab0d694.svg); }
 }@media only screen and (max-width: 763px) { #t6P2grNQ4thgfe0BLDsJU4wiJVwNZTPo { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#t6P2grNQ4thgfe0BLDsJU4wiJVwNZTPo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57c6c7ea0d3307c0c1dda5caa47b9647fdd8f2da.svg); }
 }@media only screen and (max-width: 763px) { #XPZfDeeEi4FWXLQEDNBO40124AoBTifW { display:block; }#XPZfDeeEi4FWXLQEDNBO40124AoBTifW > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iP7Vu1BkGFlrxryc0sv5D73FD2WNBLGm { top:10.4375rem;left:0rem;width:29.375rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqtGlMo2S1rUrqIMZxwElfOrep9SpwHt { width:0.5rem;height:31.25rem;top:0rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJSeK71D6TgCZ1kpf5D00N2m2zvynHbt { width:0.5rem;height:31.25rem;top:0rem;left:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMnI4ND3mdTTV21gws8PlEzHemcpUNsS { width:0.5rem;height:31.25rem;top:0rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQJATTV9nyG1DyWxUZ0ISScNThTtvW2J { width:0.5rem;height:31.25rem;top:0rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 .widget-regular-label { width:25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 .widget-input-text { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 .widget-textarea { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 .widget-input-select { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 .widget-input-button { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 .widget-checkbox-label { width:23.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6  { width:25rem;height:auto;top:21.625rem;left:0rem; }
#ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 .radio-container { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 {display:block;}#ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 { width:25rem;height:auto;top:21.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 #mXhFg7Mb7RLZ0K3E6yNXJxlq1M0O2lNm {  }
 }@media only screen and (max-width: 763px) { #ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 #yXqROTIuvLQWk6o2t1xDRoAlGSU2i0I0 {  }
 }@media only screen and (max-width: 763px) { #ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 #WqB5cd2oQg4bxBpcAi5OzBpXNqTn9Ae0 {  }
 }@media only screen and (max-width: 763px) { #ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 #gKSI3Tt9ghL8dk6t9To0OmPyskwfAWus {  }
 }@media only screen and (max-width: 763px) { #ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 #yoXKSGPT31ABU45C07ITAUeOfxK4tre9 {  }
 }@media only screen and (max-width: 763px) { #ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 #grLzULF72HmE7uvGIPfbC3XIQrxTbAxH {  }
 }@media only screen and (max-width: 763px) { #ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 #gD1nXz1wmVCSGSMAnTtfPWFX1hyBcsii {  }
 }@media only screen and (max-width: 763px) { #ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 #X5xAzv1fppzXk3l7LFROm0fazeAJmgMd {  }
 }@media only screen and (max-width: 763px) { #ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 #m7O3UybMWtayeF3PFDR7i5Rv0BIsvUFl {  }
 }@media only screen and (max-width: 763px) { #ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 #TTIT9BCCvQ7wLRnJae5CLwgDnRabLgpz {  }
 }@media only screen and (max-width: 763px) { #ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 #FeQbJm73Jopu63Hm1RD77WCamskhARdb {  }
 }@media only screen and (max-width: 763px) { #cSFJFmeot3rq7UgZTfAozalHkm3Gzi0P { top:17.875rem;left:0rem;width:29.375rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pl98L7S48eT1RrNC5I7XByi6EZ8E1iAU { width:26.25rem;height:37.125rem;top:4.875rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLyGRsVwotnvSrv8IAtX01UPiVoTBpxa { width:26.25rem;height:37.125rem;top:4.875rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJseLTUEryBbsoExOi1J2AbaErmZlR3J { display:block; }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dpAmgkLrrTWiSRWcAvLSLuzzotMqQm0U { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlVesiSG98RSu4ILX6yo8CGLkWp4NmUb { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1e5O8Cb330N4GP9ItJ1bLKR0slm5sT4 { width:25.625rem;height:0.5rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ { display:flex;height:auto;width:27.8125rem;top:11.625rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #qLCTAvNSL0wdMJWIelz2dI6ESIKZkEV4 {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #FccgSpdsPTeTui5E3hdsWKzAORxWJolk {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #Zk6If7cTuhurtFfp4tfpnb3IzguI8May {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #ASMhoW4BuE1edEi8ERUcGLNfhENKbtTo {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #C9TJPcAb3xmDrkQVMhEfElVTT0ePh6RS {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #QtGuXdzwTHKlotZ08PE31gwnqNQTihhw {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #u45rG2w8vPTtPgbeuzKQS4B37TsWMiWh {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #b7EJmOUtkVbwfNiGA2DBnQcU5UFZX1rH {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #UiSxsuLZK3FJasaKOcOurlTRkKTCKIQ2 {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #nekM1LiJr0cZBiEWcRiybIrk1Pw13aH3 {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #Nv0FLXGaKBIEGZfH9x0s35NT3eK6kz0m {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #n4n83cZ4M6m8CB5tL1nZy2GBTo9ECsQ0 {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #TSeXlgBpcPd8lZiPg1MaSbGCXwolEQRf {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #C7yMIaQxSdqwOqtK9lzh66TJUWfJE6dV {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #MJduZy5i1H9v6myv9rWfESs8Xl5W0aFL {  }
 }@media only screen and (max-width: 763px) { #KAnhghDRuq98MPzkv8OLsxifolQddChD { display:block; }#KAnhghDRuq98MPzkv8OLsxifolQddChD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ss6DTQGA8JlcIbe4MSxUmQLtzZUOfUIW { top:6.25rem;left:0rem;width:26.25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEzkyUuHCqcvIfuzvLWxnXPhTEc40q7i { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFz6Jn99uEiLOWFm5dQfu6zxArTk8Bun { top:13.4375rem;left:0rem;width:26.25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvMlv0uxMy78fzvwOENau2TbX97a5FxP { width:1.5rem;height:1.5rem;top:7.6875rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oicITARaHA9n7uBIDBHIqXTI39QEOG2u { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdArr0nhoVf7ZRbBLNbV9T8ROM0Kmx8e { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZrmeEfOXRmHil8rcuhhLBtXMxDIwpUc { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI3xw9vsfLNU7mU1DVcDRk6NpZkyvyZE { width:1.5rem;height:1.5rem;top:7.6875rem;left:43.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDLh2IfJ3mx6okiVySyhH3QQnKRlSlIT { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bA5vJkIdxclR3TZ7DCI0LdmqacuqxlTR { width:0.5rem;height:27.5rem;top:0rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfqp2VLoDRNpb2DS20VRTPkybiKwIMzi { width:0.5rem;height:27.5rem;top:0rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAxGAACTP6kMsATUBD2NJ9MTzKQhHx5y { width:0.5rem;height:27.5rem;top:0rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEAzTn9z8gWa0hib9VbD4mwgpki26DgV { width:0.5rem;height:27.5rem;top:0rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B { display:block; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yEVb4g2T5citKNXTrPvoD6dOyeKFAuaz { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTJKbv43x9ccX8nZvhPUzAqAOsy3kost { display:block; }
 }@media only screen and (max-width: 763px) { #GzGr8kP7apLuKvZR8h57eLa9TICiJVel { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5gXXSPeGaVVp8D7OvRpZXypMutFroo0 { display:block; }
 }@media only screen and (max-width: 763px) { #rMQ8MEJKb4aoM8S9iakrbWeCE8I5LEUU { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsBReeWI9Q7LAk9vEbRTfOKgrSCdzzbL { display:block; }
 }@media only screen and (max-width: 763px) { #alK52xHNWXQ4IrZJWxNkzfzzkO9aqtA4 { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfW3Q5oDDOrBTtmEXheVNHAGpsDv6mTW { width:8.125rem;height:1.8125rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Is0qVv19MCVFBy6EowRfRyn5QAprAytB { display:block; }#Is0qVv19MCVFBy6EowRfRyn5QAprAytB { background-color: transparent; background-image: none; }#Is0qVv19MCVFBy6EowRfRyn5QAprAytB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Is0qVv19MCVFBy6EowRfRyn5QAprAytB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Is0qVv19MCVFBy6EowRfRyn5QAprAytB > .row .container > .video-iframe-container { display: none; }#Is0qVv19MCVFBy6EowRfRyn5QAprAytB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Is0qVv19MCVFBy6EowRfRyn5QAprAytB > .row > .video-iframe-container { display: none; }#Is0qVv19MCVFBy6EowRfRyn5QAprAytB > .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); }#Is0qVv19MCVFBy6EowRfRyn5QAprAytB { border-width: 0; border-radius: 0; }#Is0qVv19MCVFBy6EowRfRyn5QAprAytB > .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; }#Is0qVv19MCVFBy6EowRfRyn5QAprAytB > .row .container { width:20rem;height:2.75rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b0d47317-6be9-48a8-81e6-cc1d67104473/4_polska_wschodnia_kolor1024x91.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Is0qVv19MCVFBy6EowRfRyn5QAprAytB > .row .container.adaptive-delivery-prevent-bg, #Is0qVv19MCVFBy6EowRfRyn5QAprAytB > .row .container.lazyload, #Is0qVv19MCVFBy6EowRfRyn5QAprAytB > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #gqtkEnteVvP4qpUmecDSTqCn5gO8Q99z { display:block; }#gqtkEnteVvP4qpUmecDSTqCn5gO8Q99z > .row .container { width:20rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UWiZS23Kw5rQcr1AViVEs3R8goZJrfnc { width:20rem;height:3.3984375rem;top:0.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON .widget-text.counter-number { padding-top:0.333125rem;padding-right:0.296875rem;padding-bottom:0.333125rem;padding-left:0.296875rem;width:1.781875rem;min-width:1.781875rem;height:1.791875rem;font-size:1.333125rem;line-height:28.67px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.208125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.375625rem;height:0.708125rem;font-size:0.5rem;line-height:11.33px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#e7UKDNo3ylcqnKKIiix8nrNwobLiheON { display:flex;width:13.5rem;height:3.374375rem;top:4.0234375rem;left:3.90625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #mi29N90WhapJqXvlMUQhxCLBOSf7ens5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #HUFyDy1EPDWgzFn5icqzfa9BNIZrVsrd {  }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #dLu7dB2MHhzDvKVgkpX9s3IQHIltrcHX {  }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #NcTPCCfILxMV3Rvy8kbTMo9JHFaiyxsg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #VtmVtl99IrB49xrGpOSoarxTIEAGCPw1 {  }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #yCiWoBNIGKqEwB54QgwWvzlKaGSVmKmM {  }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #AsOcP5HL73G5uDwK1T10vcqiESauQowz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #w7rNhc6HI44Ipx4kLnTaP5NGiMC5QxA5 {  }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #sdT9aGTFT1HzrNPLkkTT76eZCD5ufvc0 {  }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #LLKfGxzTqBIDDBMfmNcgbMQXxe9HX543 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #sy4uwqgDrGzeP2M13bl9v3CCOplXf5Do {  }
 }@media only screen and (max-width: 763px) { #e7UKDNo3ylcqnKKIiix8nrNwobLiheON #xmR44qO4eS4w7eJLBHK9J56qzz9xmgQT {  }
 }@media only screen and (max-width: 763px) { #uhmml1IfDUAOCnpeJHXh6NcgxFpSKfAV { width:20rem;height:7.75rem;top:-0.17578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLvdKcs3oCG6NGBe7FCSTwyaHIaVCD6H { display:block; }
 }@media only screen and (max-width: 763px) { #a1q1lvUJL6FnoTG8AGkwS5rl7lU7prT1 { display:block; }#a1q1lvUJL6FnoTG8AGkwS5rl7lU7prT1 > .row .container { width:20rem;height:29rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #odsOtsGOx9a9DNcps39tIJu0ScDstqPk { width:8.125rem;height:1.8125rem;top:1.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bE9PdNAL8kQqtUaTUFJN99Uz5m787QTe { width:12.75rem;height:3.75rem;top:19.375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6JgICEqaWhFo3xb7fuFLNMRfrTBWdlf { display:block; }
 }@media only screen and (max-width: 763px) { #cFwrBtJxuq52r0wwDMut7kXnpXaUCBdG { width:9.375rem;height:3.75rem;top:15.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQLNHHqQ2oAGLtMZ8A6MQJKEDU0gsNFz { display:block; }
 }@media only screen and (max-width: 763px) { #HMIrcmBV3pNmudmMqm2iceaiaAvMHQ99 { width:9.375rem;height:3.75rem;top:8.125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLWFGoTSy8aVFB4pG6nuywTJkO2ZxnIh { display:block; }
 }@media only screen and (max-width: 763px) { #GLJ7rbuGg9uC3iCg71KGysgsBEIDoJrA { width:9.375rem;height:3.75rem;top:4.375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XufZRPfi0MrJgNqsr9DDp0lS98bENHcw { display:block; }
 }@media only screen and (max-width: 763px) { #v4BFStMThPIKN3hrWdS9rQmXxNr8LB9V { width:11.25rem;height:3.75rem;top:11.875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bW2ifBBDFTy60JtrGndXGTHpXACKVg1X { display:block; }
 }@media only screen and (max-width: 763px) { #Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ac8c9a25-05ab-4c6c-ad64-5c8c8d2b6b92/bg_placeholder.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL.adaptive-delivery-prevent-bg, #Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL.lazyload, #Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL.lazyloading { background-image: none; }#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL > .row .container { background-color: transparent; background-image: none; }#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #101217; }#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL > .row .container > .video-iframe-container { display: none; }#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #101217; }#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL > .row > .video-iframe-container { display: none; }#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL > .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); }#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL > .row .container { border-width: 0; border-radius: 0; }#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL::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; }#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Btqxo9e3iIR9zczxAi9t1qyRLR5prpnL > .row .container { width:20rem;height:33.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OzJczE28CNZFCkyvkpVM8l7HlgJ1b3WX { width:17.5rem;height:12.1465rem;top:2.75rem;left:1.25rem;font-size:1.6875rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m5RtL7H3ak8g6MVyeTq4cZsXM74z8XFQ { width:17.5rem;height:8.496125rem;top:11.3759765625rem;left:1.25rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gLsNbfmn44C7q3igHBhtRHSDkwRzphWs { width:12.75rem;height:3.75rem;top:20.625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO4rwK1PcpinIMAlVeQV58I9kH65zk9k { display:block; }
 }@media only screen and (max-width: 763px) { #xzL6WbRa5Tdxrs3dyDFv6WOv4cTA43IB { width:12.75rem;height:3.75rem;top:25.625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVxGOpRBcNHQOAqEWJ6rRvTvFnzhTXbq { display:block; }
 }@media only screen and (max-width: 763px) { #zzlmnPOGDHHhncXTnxyPeGVpytbVbT8u { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTAHZRh7a3HHXLitwitevHvKSedlETVd { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qw5H6msMcMVvgQRtKupBhtl3CfEtxCMZ { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLfI24foPmW8FX9nqek8y76iUT6MoT0z { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9R2NTt13LcTTKR5dqFH1a06wPqv1oBO { width:20rem;height:33.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul { display:block; }#b9wBIWIfz1VGUDpI3F6XmtHGfGroPVul > .row .container { width:20rem;height:90rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cSyFqgA0TT0N01TfNe9LKsll6xUez9HP { width:20rem;height:21.375rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgg27DoAdWHm3Oh694TtV4o5pTdgA1A6 { display:flex;width:2.125rem;height:2.125rem;top:11.8125rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #hEQoZQW9DybGy4g0DIUnfGHkKwmWNPiO { width:17.5rem;height:2.54980625rem;top:16.75rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dOANFygcccLE4x0TvLUiMsPQ90kOV6bQ { width:17.5rem;height:6.796875rem;top:19.125rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Mxk37O88TA8SHyzTIP87zA8ZOkP0JmAU { width:20rem;height:1.69921875rem;top:3.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ2ynmKtEFbcSZOzMTxru8U3y4yMwVLG { width:20rem;height:5.5996125rem;top:5.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBlQgRkRlpld0845Ro4tUxeenDTUS1wd { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AepdMqpLpNqHypqt3q5crTGRukIrnSct { width:0.5rem;height:11.25rem;top:0rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aafxIVOsfdhXwot6D1pJ1BgnkvFmbJNQ { width:0.5rem;height:11.25rem;top:0rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmJsDDqz758MlVKe8erNpEGIiFd8Km55 { width:0.5rem;height:11.25rem;top:0rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1KZ8r8X4QD39fMHGT5NB7hbaqVG94QN { width:20rem;height:26.9375rem;top:34.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1GD9iTM6nnkmWkEiwg8XdIesVxzmRCs { width:17.5rem;height:8.496125rem;top:44.375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #THsdDMNbwdVt1bvMhHmx6h9FDXRMQn8T { width:17.5rem;height:5.0996125rem;top:39.25rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x06kRra6Kz94KaR7dIKa1VnnAnMxw1pR { display:flex;width:2.125rem;height:2.125rem;top:34.3125rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #RfNl58tRautgGpFW5OdwV0EUTgeZeQOR { width:20rem;height:26.6875rem;top:62.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON26KOSBzBm2rPzKT5a8ELUK19Qk1K84 { width:17.5rem;height:8.496125rem;top:70.1875rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R0QpIATpR8nC7O8ih6qiV349mnCUCmCX { width:17.5rem;height:2.54980625rem;top:67.1875rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HErb9DiZUTaFBGR7L5mVP0nTHT1nm35P { display:flex;width:2.125rem;height:2.125rem;top:62.25rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #bsUTpEFiXdscrU8zCFUERmp4zUvMGqvx { width:17.5rem;height:5.72265625rem;top:25.875rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#bsUTpEFiXdscrU8zCFUERmp4zUvMGqvx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_08133ee98426ab76ce0de2d47e7c9e560cf79123.svg); }
 }@media only screen and (max-width: 763px) { #cVrTqsgMpoP16sOgW2bhfNgy27KGFAzI { width:17.5rem;height:7.421875rem;top:52.875rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#cVrTqsgMpoP16sOgW2bhfNgy27KGFAzI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_08133ee98426ab76ce0de2d47e7c9e560cf79123.svg); }
 }@media only screen and (max-width: 763px) { #eNGBUQuxdQfoy1qmFyOAAKcHpa4q0e8G { width:17.5rem;height:9.121125rem;top:78.625rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#eNGBUQuxdQfoy1qmFyOAAKcHpa4q0e8G li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_08133ee98426ab76ce0de2d47e7c9e560cf79123.svg); }
 }@media only screen and (max-width: 763px) { #hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc { background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/plumbing_1920x1080_5.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc.adaptive-delivery-prevent-bg, #hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc.lazyload, #hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc.lazyloading { background-image: none; }#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc > .row .container { background-color: transparent; background-image: none; }#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #101217; }#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc > .row .container > .video-iframe-container { display: none; }#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #101217; }#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc > .row > .video-iframe-container { display: none; }#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc > .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); }#hFRtJ2mXZoGgDfSuGNgV1QqAT2nTBgbc > .row .container { width:20rem;height:81.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NIu7l3VVovUhCbA4DJ8kXEULmQLzJ0rC { width:20rem;height:81.375rem;top:-0.0625rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #uE4o1TcJFRk5d0ppoevVABurTEv97yPo { display:flex;width:2.125rem;height:2.125rem;top:14.1875rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #VZ1hTCwKNFtECMximKqUlVHdZIcywEn8 { width:16.25rem;height:5.0996125rem;top:17.25rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oTT3OwweRC8E58NhUxmycCpqeC1mtJd0 { width:16.25rem;height:5.09765625rem;top:22.349609375rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ct4mcOvaCysoWhRX3fs2o0xyVFpkXPEO { width:16.25rem;height:5.09765625rem;top:37.974609375rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #frwnF1zKC7TF6aDMDIOiw5eQpkQFCdKi { width:17.5rem;height:5.0996125rem;top:32.875rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Bf77wKiLS7c91VCmbPgUphGnqeO15NFI { display:flex;width:2.125rem;height:2.125rem;top:29.8125rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #ox082P7sS5QsFscs1tyb5dr7IDLAZSdy { width:16.25rem;height:8.496125rem;top:54.224609375rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q0mHiWvnMWuOr8gDsWDHV1FiqtAwec3F { width:16.25rem;height:5.0996125rem;top:49.125rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wnSGkrkfNlCenDC6QGDgBzsJqmhNlNuu { display:flex;width:2.125rem;height:2.125rem;top:46.0625rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #MmEHNUfshCXV1gzcORrd5vs2Tu1HJ3Ff { width:20rem;height:1.69921875rem;top:3.17578125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eah42vbkfS7TglklTsyfAiVa5XZcsVTN { width:20rem;height:5.5996125rem;top:4.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw1STw1J0QXz8Dul4RyqIWA4SvJTbJmB { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl6TroaJ2SXoeTmWT3DXuorwPzRbl4v1 { width:0.5rem;height:11.25rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOi5T3UxWLADck7v5JWl7d5yvsLX8Lbx { width:0.5rem;height:11.25rem;top:0rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrsTU0LAtVUZUNn8xg8X9LScAGfwtgfT { width:0.5rem;height:11.25rem;top:0rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7DJxZDdqnVIqQxc5yzpJ5OdgTWOziXU { width:16.25rem;height:5.09765625rem;top:72.375rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i8Za8XvoGwpTBrH48GJCUCTRaIEeGhTs { width:16.25rem;height:2.54980625rem;top:69.8876953125rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zMek1LkcoFta7TwQDNvC50LlseBNCTmK { display:flex;width:2.125rem;height:2.125rem;top:66.625rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #iTmPlaSitA1hwcoreB0zMqV66KtHGxzh { display:block; }#iTmPlaSitA1hwcoreB0zMqV66KtHGxzh > .row .container { width:20rem;height:74.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H9amRqBoyBpFrN7uQAD9noy6OOOb5hVE { width:20rem;height:17.5rem;top:12.5625rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(30deg, rgba(255,212,31,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(30deg, rgba(255,212,31,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(30deg, rgba(255,212,31,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(30deg, rgba(255,212,31,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f33', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f33', endColorstr='#00000000' );";background-image: linear-gradient(30deg, rgba(255,212,31,0.2), rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TMchgWckwRZuRE1RFK0O5DugdeD4rARR { display:flex;width:2.125rem;height:2.125rem;top:14.4375rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #AzC4trTtHUZaLh1RdgP2yo4uStavpTQz { width:16.25rem;height:7.6494375rem;top:17.5rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zgIa7lFHsmVWxpRrTNSD3eTDW5NlhTyE { width:16.25rem;height:5.09765625rem;top:25.0625rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GdTrWqEZEUzI4gG8dfOWGAMbgniWqMIW { width:20rem;height:19.6875rem;top:31.125rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(248deg, rgba(255,212,31,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(248deg, rgba(255,212,31,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(248deg, rgba(255,212,31,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(248deg, rgba(255,212,31,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f33', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f33', endColorstr='#00000000' );";background-image: linear-gradient(248deg, rgba(255,212,31,0.2), rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ppcl8RyPaeIl0QnZCNF5I0I4AAqixELn { width:16.25rem;height:8.496125rem;top:41.1875rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sZWdrFlyyuEznIeNNJKTFU826T7BnvQ6 { width:16.25rem;height:5.0996125rem;top:36.0625rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X4foBbiWpZ3L1e5QsEGZymRu7ooU18G1 { display:flex;width:2.125rem;height:2.125rem;top:33rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #ZbvLyTwTXOun5ac4oO4UePOiRlwrbci7 { width:20rem;height:20.8125rem;top:52rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(128deg, rgba(255,212,31,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(128deg, rgba(255,212,31,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(128deg, rgba(255,212,31,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(128deg, rgba(255,212,31,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f33', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd41f33', endColorstr='#00000000' );";background-image: linear-gradient(128deg, rgba(255,212,31,0.2), rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #EOtp8KaT2NAdqTqTCswLgON1VOOLmQc6 { width:16.25rem;height:8.496125rem;top:62.0625rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c8BBrMRhAKNU9uAUFSNfOqR16irXtgKl { width:16.25rem;height:5.0996125rem;top:56.9375rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gKgseA6OLQysyV0LRSeynmDXiknlKTBT { display:flex;width:2.125rem;height:2.125rem;top:53.875rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #JHWcXgLxv6OdLVEVhR7vTEOCnDRCXwLT { width:20rem;height:1.69921875rem;top:1.92578125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwUBpGNWRiXxWKSsTGzqFm2LKg8DkpJh { width:20rem;height:8.3994375rem;top:4.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rx0gVlZTTIRTruvhS9E5B3ePfv1IAvSR { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3Q4sqAdMbbfTGNGECJTQAriHbyIBJry { width:0.5rem;height:11.25rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlNmfH6cT9ENR0JTK9aliKuS32TzpImt { width:0.5rem;height:11.25rem;top:0rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4XCQr4rLt9aFUPWUQEJSeuPqEzXJe0H { width:0.5rem;height:11.25rem;top:0rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8TyndmxWA2L8T2fXfeIXy17hhnPbyPn { background-color:#101217;background-image:url("https://images.assets-landingi.com/uc/89700abd-68c3-4afe-b4ed-71a1634b7d77/930ListazgoszeAwariaZweryfikowaneWumowieBrakcinieniawodynakotle111220251514OsiedleZieloneAwariaNiezweryfikowanePozaumowBrakprduwcaymobiekcie101220250935Osied1.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#q8TyndmxWA2L8T2fXfeIXy17hhnPbyPn.adaptive-delivery-prevent-bg, #q8TyndmxWA2L8T2fXfeIXy17hhnPbyPn.lazyload, #q8TyndmxWA2L8T2fXfeIXy17hhnPbyPn.lazyloading { background-image: none; }#q8TyndmxWA2L8T2fXfeIXy17hhnPbyPn > .row .container { background-color: transparent; background-image: none; }#q8TyndmxWA2L8T2fXfeIXy17hhnPbyPn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q8TyndmxWA2L8T2fXfeIXy17hhnPbyPn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q8TyndmxWA2L8T2fXfeIXy17hhnPbyPn > .row .container > .video-iframe-container { display: none; }#q8TyndmxWA2L8T2fXfeIXy17hhnPbyPn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q8TyndmxWA2L8T2fXfeIXy17hhnPbyPn > .row > .video-iframe-container { display: none; }#q8TyndmxWA2L8T2fXfeIXy17hhnPbyPn > .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); }#q8TyndmxWA2L8T2fXfeIXy17hhnPbyPn > .row .container { width:20rem;height:110.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o3Mq3Ncdv0kkdb7vDFZIf9UNTWDQPl3F { width:20rem;height:43.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wL26y9Si7VJeI8ZMd3itdZR69eT5xVGG { width:17.5rem;height:8.496125rem;top:10.2744140625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuBBld4UBtmq2tcJPApcVa8GZx4s3afP { width:17.5rem;height:8.3994375rem;top:1.875rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cayzh8QBDC3drHF3Tk7vLSO77MXORlK6 { width:12.75rem;height:3.75rem;top:105.658203125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCdQWQUcf7ZTg2xrKrwHBRIwzEu6dg1f { display:block; }
 }@media only screen and (max-width: 763px) { #tHRUs227mqkNhCvafbBTNprh9vwUspyU { width:0.5rem;height:9.375rem;top:0rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pucrouxNeBDRJTQrQDGt4ZJcxW6BRiF3 { width:0.5rem;height:9.375rem;top:0rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAhTGlgyFcTbDR0o0Vouc1SXhf0FvXlk { width:0.5rem;height:9.375rem;top:0rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5XZRPQWvCiTtscrtC05mIw4ZkpEpyCL { width:0.5rem;height:9.375rem;top:0rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pf82pOtZkLRt2fkTTIPV6XJpluAQcxOu { width:17.5rem;height:18.5546875rem;top:20.125rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#pf82pOtZkLRt2fkTTIPV6XJpluAQcxOu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_439dbc01a1bdcd2378975de466b0dcd4dab0d694.svg); }
 }@media only screen and (max-width: 763px) { #lcqvi4KZKtqcfgCfnqJPNzgcVnoLwJyp { width:18.125rem;height:25.875rem;top:39.9296875rem;left:0.9375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #Xhs1Cix2ok7H02pVdiUAOnBnSgTNXiHg { width:18.125rem;height:25.9375rem;top:74.2421875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRMJS3QJ4Hqt6fEIHiLoBufq1AL0nyFT { display:flex;width:5.9375rem;height:5.9375rem;top:67.0546875rem;left:7rem;display:none; }
 }@media only screen and (max-width: 763px) { #JBbL9UrUaksWTMmFZOFELIVe1O4pbqMd { display:flex;width:5.9375rem;height:5.9375rem;top:67.125rem;left:7.03125rem;z-index:15067; }
 }@media only screen and (max-width: 763px) { #fTTADbaTxTD6dhpnMLfTwktQfBWrtkqa { display:block; }#fTTADbaTxTD6dhpnMLfTwktQfBWrtkqa > .row .container { width:20rem;height:62.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #neq9auaFpk6587dP7VeQyATscvtcpA25 { width:7.5rem;height:7.4375rem;top:17.78125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLuFv7D1mXtz63LwfpeEBXAMZt7fF8li { width:7.5rem;height:7.5rem;top:17.75rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiOZ22u7n5vwPLyEunHUm9UxNKDdtadc { width:20rem;height:1.69921875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C769Mm8ldnsTu7nJddZzhcrQmT192iCy { width:20rem;height:2.79980625rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #w80do3opDqabbJH16QxVRawa6FIkku3L { width:0.5rem;height:5rem;top:1.25rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #il9RWJTNwviIPTLKqG6ucsTFeA7wNFuK { width:0.5rem;height:5rem;top:1.25rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W70AGl3olRq31fd1ufcOT42MHwmzeFND { width:0.5rem;height:5rem;top:1.25rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOhqf0oLnNHTpQrgcZSUxOlcK7EJ7QxS { width:0.5rem;height:5rem;top:1.25rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3Ad6PNKsUgddpRDiOCBH5CNSMdl816u { width:18.4375rem;height:6.9970625rem;top:8.4990234375rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Powpb8vnq4TeQusxB1vUXNSXzqx0HEsT { width:7.5rem;height:6.875rem;top:26.9375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFovEVmq6qGgErkMTyTxyOsfu6UPcnPE { width:5.4375rem;height:1.9375rem;top:29.40625rem;left:12.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lu7lQgA9DCbLqT4GKkLvM4oK9tVxIvaL { width:18.5rem;height:12.59475rem;top:34.9521484375rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBZGlRdEHiilAG0GLWbLLNQZQWUDtZIu { width:20rem;height:3.8125rem;top:49.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbIzsTfKfV2pZC6lmpIvoigiFe67kR06 { width:1.25rem;height:0;top:68.76953125rem;left:9.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }#kbIzsTfKfV2pZC6lmpIvoigiFe67kR06 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_439dbc01a1bdcd2378975de466b0dcd4dab0d694.svg); }
 }@media only screen and (max-width: 763px) { #Jix93RIJQJHvrtr5nzKuagPhZxvxlUsT { width:19.25rem;height:1.69921875rem;top:50.3125rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoHUDS0LJzWRBuoTksdHBwmpOMMy4LgP { width:20rem;height:3.8125rem;top:53.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQrsKMmleG72RHagmTBfDgT8gHM6Ohu5 { width:11.75rem;height:1.69921875rem;top:54.25rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTXwJUJDnMtxn2N5Khttrxg0K3CSCyMT { width:1.25rem;height:0;top:71.93164375rem;left:0.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }#BTXwJUJDnMtxn2N5Khttrxg0K3CSCyMT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_439dbc01a1bdcd2378975de466b0dcd4dab0d694.svg); }
 }@media only screen and (max-width: 763px) { #RDg7SDzN7WFkkzO3sJwFEtmJZJTTVCCK { width:20rem;height:3.8125rem;top:57.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1VwP2pD3lxKqA4FqAl8p3qKIlLN2QnI { width:19.375rem;height:1.69921875rem;top:58.125rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NC4TOb5GIT03ciyG16ex4RufbnOgHMW4 { width:1.25rem;height:0;top:74.86914375rem;left:0.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }#NC4TOb5GIT03ciyG16ex4RufbnOgHMW4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_439dbc01a1bdcd2378975de466b0dcd4dab0d694.svg); }
 }@media only screen and (max-width: 763px) { #naeI3kaJO7JWskreaJc2RyKpLA53q3FF { width:20rem;height:42.5rem;top:7.693359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe { display:block; }#bfQNnOdmoNr7zzcI00DN6mr7BGqBgrBe > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eKwIpAMKKfPtT0JhKeCKATKiZ9rGuBq2 { width:17.5rem;height:6.2988125rem;top:8.75rem;left:1.25rem;font-size:1.75rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #Zql8GWaIm6roTlM2OATcKw0GDgTLxfTW { width:17.5rem;height:9.5605625rem;top:15.0478515625rem;left:1.25rem;font-size:1.125rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #Qdphw5xkbDeLXPu41fsIUPAylpvyRFLi { width:12.75rem;height:3.75rem;top:26rem;left:3.625rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #NTS05Wu3f4mEPkfIk9xmnDIOXsupH1tR { display:block; }
 }@media only screen and (max-width: 763px) { #OoBKJ3hv9wKN3WNuLdKlzDTukdmQzcvL { width:20rem;height:28.75rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ns8pMCefNSADcHspevq9aI6kFZOz2SPm { display:block; }#ns8pMCefNSADcHspevq9aI6kFZOz2SPm > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qmzz2UMVumrguX3i5mIOVS35X8NMyWcC { width:20rem;height:31.25rem;top:1.25rem;left:0rem;background-color:rgba(16,18,23,0.74);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ETfsy9geXZiqSuQ23sv7b2WcPXR6BEpc { width:17.5rem;height:1.69921875rem;top:4.375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwaJKaglCF4KDIExTph9mJNprHhnmFcf { width:17.5rem;height:5.5996125rem;top:6.625rem;left:1.25rem;font-size:2rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #vpczXn4yVG1lr6lElILXqf1V6zvT9MEt { width:17.5rem;height:25.5rem;top:10.8125rem;left:1.25rem;font-size:0.9375rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #lQA8kzLMiGubJDi85UUnlh47mfIiDtLS { width:0.5rem;height:9.375rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFBFrefEPWhINsPKNTNzpUIUVNL2bQwz { width:0.5rem;height:9.375rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFk8eanhU2CAOeXIpLApP7FSFrceCNT9 { width:0.5rem;height:9.375rem;top:0rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THQ3GK3IJEQ9HiMg7LpRcrf6Ggd20P0F { width:0.5rem;height:9.375rem;top:0rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aryQslOMBspZOTZ1UohhTJzpA860fHIr { width:0.5rem;height:9.375rem;top:26.625rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KctCbkQINP5EDOmKTZkeeNV4x91wOnFB { width:0.5rem;height:9.375rem;top:26.625rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkINDvhGmZKfAvZxOCDkhJVQobDuwx4Q { width:0.5rem;height:9.375rem;top:26.625rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFEbSOyWC3zeNTTKBeBX9pPwOA6fPHte { width:0.5rem;height:9.375rem;top:26.625rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6cwety0nThK86OkJBlMhLGXGDQ5uOQV { display:block; }#P6cwety0nThK86OkJBlMhLGXGDQ5uOQV > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XKQc3AdwBGuTvTRedCOR0ETNLu5yxSGr { width:16.25rem;height:1.9121125rem;top:17.810546875rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DPT7vehDQRrmSEqEaHhuVDWH4Oqi45wT { width:16.25rem;height:0.5rem;top:16.685546875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVTbANaXJDgGlcz7K0LbaNkzENHewnD3 { width:16.25rem;height:1.9121125rem;top:27.99609375rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CySmABuvzhIoadUlkU5EB5H9SttcWIlT { width:16.25rem;height:2.3994125rem;top:23.91015625rem;left:1.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWhawi4vqTlXuubaoG9aUi7dKDrqi1R4 { width:16.25rem;height:0.5rem;top:26.87109375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3wNphmdrTFDRhlc5i07nvSR6pLtDLNB { width:16.25rem;height:3.82421875rem;top:38.181640625rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WnzlOzuMxJ05N2G8p7GLQ3L69NHq1Gpt { width:16.25rem;height:2.3994125rem;top:34.095703125rem;left:1.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #I01T2lQSNRnd7rOc2ziEqszQmyCBsLvX { width:16.25rem;height:0.5rem;top:37.056640625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldA9hszftOASON93tIwTVCop99xnOvlx { width:3.25rem;height:2.3994125rem;top:34.095703125rem;left:12.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmQn6encLTvn38LJHDlC5oAP1buV2ipt { width:2.5rem;height:2.3994125rem;top:34.158203125rem;left:9.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXzxm0pMSLl2FuyQ1mMgv8QFziLqgg9o { width:15.4375rem;height:2.3994125rem;top:13.755859375rem;left:1.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8TiMa1VESJugAJRpMFiVsuK8FzG9aEP { width:2.5rem;height:2.3994125rem;top:13.755859375rem;left:9.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui6BU03Hb1DRoPg85pXcGKQM8HymbTU8 { width:3.25rem;height:2.3994125rem;top:13.755859375rem;left:12.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS6UtFmUb64vvztdxGVXbt7aTp1THg5A { display:block; }#xS6UtFmUb64vvztdxGVXbt7aTp1THg5A > .row .container { width:20rem;height:125.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ozeokABFGLXwBiCrfMB9cmQ5PdcZeOfs { width:20rem;height:1.69921875rem;top:3.17578125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNQe9mCxUPeOz0X8flEfXHzHTK6zqfZD { width:20rem;height:5.5996125rem;top:4.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ce4k03dW5bPB0tP2wnMIRpbOMqpQvg0I { width:15rem;height:15rem;top:14.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lu1iTnlTLdfozB6QTHAgkXI2ZXV6t0xh { display:flex;width:1.5rem;height:1.5rem;top:45rem;left:11.375rem; }
 }@media only screen and (max-width: 763px) { #T5lHC2PkJTLE8eQTcnHfQdMlPM2wyZhC { width:17.5rem;height:8.496125rem;top:35.25rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PanbmNM24PpuAGZTvgLnT0TP7JelJZoC { display:flex;width:1.5rem;height:1.5rem;top:45rem;left:7.125rem; }
#PanbmNM24PpuAGZTvgLnT0TP7JelJZoC > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #XIuDqT0prwqHFxGT1kZysn8WhmPruyxb { display:flex;width:1.5rem;height:1.5rem;top:45rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #rbl9XbtbG7UGbMAfIc9BWaTw8uaUCMQo { width:17.5rem;height:1.69921875rem;top:32.375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPwuF0qQ7MBmCanbnWm2zQEwDCco2d6m { width:17.5rem;height:2.54980625rem;top:29.8125rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kke7R2MuD5fDwvCKnHPu1tBgRE1XuE2K { width:20rem;height:36.25rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA4XwP6bMsX13yhRzZrmO53lh3bSnvUK { display:flex;width:1.5rem;height:1.5rem;top:83.125rem;left:11.375rem; }
 }@media only screen and (max-width: 763px) { #IXaVuzmZVoATS3GpAK5mfoEm9ZATEKRH { width:17.5rem;height:8.496125rem;top:73.375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZJZBWloi9GThNuzrnBi50bsDsNgrr5T { display:flex;width:1.5rem;height:1.5rem;top:83.125rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #eZlvseMX0FLvudPTkJLr9wBtAl3R31xO { width:20rem;height:36.25rem;top:50.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydhWz4cRU0D6e4ESNRwDKxd9Lh2XZ7Ks { width:15rem;height:15rem;top:52.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1almf95k3s6NuJIihVJAolaQrvrckrV { display:flex;width:1.5rem;height:1.5rem;top:83.125rem;left:7.125rem; }
#v1almf95k3s6NuJIihVJAolaQrvrckrV > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #P83Zr5h64JfJ3VPP8rbVcsZP4lBKxQ5k { width:17.5rem;height:1.69921875rem;top:70.5rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zd6ncqLam8clJKEAnRr5l6RrlrInJe0V { width:17.5rem;height:2.54980625rem;top:67.9375rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7iVNv0SI7nsfADzq1Vs7DxqqFqLcgi5 { width:20rem;height:36.25rem;top:88.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBh5mVqoMrQzUQh9PZFlPxbQaFAWFQVw { display:flex;width:1.5rem;height:1.5rem;top:121.25rem;left:11.375rem; }
 }@media only screen and (max-width: 763px) { #BCMnbuTT9gZHO8avZwvyKfh11zQSyROy { width:17.5rem;height:8.496125rem;top:111.5rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0GEZuM1xq1qiwXLQPdULKsC1NxPIGD3 { width:17.5rem;height:1.69921875rem;top:108.625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzdnyI3iSIy3fRtqmnoGeTkRGNdXtTOQ { width:17.5rem;height:2.54980625rem;top:106.0625rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwRr6vEQQbQix8vrUwWo8W2VdggNA3oF { display:flex;width:1.5rem;height:1.5rem;top:121.25rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #ByCSyNFoEShgASm6ux2QgyawyViLpc0X { width:15rem;height:15rem;top:90.5rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRSKX4k6fWGrAvPUUEt4y8RrhATmvufb { display:flex;width:1.5rem;height:1.5rem;top:121.25rem;left:7.125rem; }
#sRSKX4k6fWGrAvPUUEt4y8RrhATmvufb > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #kcfI68RpJnNeIOdOW9gdngRbJatc1Uud { display:block; }#kcfI68RpJnNeIOdOW9gdngRbJatc1Uud > .row .container { width:20rem;height:186.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zBlH245g8uGbGzd7iVKvWl6SGdwyeV2P { width:20rem;height:3.3984375rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwCwgSgNLWOZR3feM0BORzQzTSIgdEhn { width:20rem;height:9.796875rem;top:5.8984375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkZnmv0pHBtOnnbIhETXVRz7M0SJLWUS { width:18.125rem;height:34.3125rem;top:17.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4DNCmfX0FB0q7Ou2QPn2kmsKoGWcFZn { width:10.875rem;height:1.9121125rem;top:19.75rem;left:2.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LlfpuOBBZx59ZI0D5ZQI3cKFMgWIiy3o { width:12.5rem;height:2.79980625rem;top:21.662109375rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOzbogLiXX6FqtNwGc7neThdcJANXl1Z { width:14.9375rem;height:4.4619125rem;top:28.4375rem;left:2.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #owWiK2UKIHp8JEMqpZ0fsOKBEuDknKLH { width:15rem;height:0.125rem;top:33.5625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkpDdc3qTTodG0eBT6pQJgMAARlx7Lzz { width:10.625rem;height:3.75rem;top:47.0625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhTJKLeSCCOReK8Q22tR6TSPh2adRPgy { display:block; }
 }@media only screen and (max-width: 763px) { #ev3Txxl5Vw3ak3q9tZARFlQbkoIRUpou { width:9.8125rem;height:1.57421875rem;top:22.9501953125rem;left:6.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6bleOG9Jxsy8XHqHWmTGUTpVOCLhfnq { width:16.3125rem;height:10.5078125rem;top:35.1875rem;left:1.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#Z6bleOG9Jxsy8XHqHWmTGUTpVOCLhfnq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_439dbc01a1bdcd2378975de466b0dcd4dab0d694.svg); }
 }@media only screen and (max-width: 763px) { #itwy7Gsa6T3mvi5PBKFedR6qmbca6KTD { width:18.125rem;height:41.5625rem;top:53.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fq6uQWMtA8T0CG7FvQQM6wrJbpcZmhsy { width:16.0625rem;height:1.69921875rem;top:69.4375rem;left:3.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#fq6uQWMtA8T0CG7FvQQM6wrJbpcZmhsy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_adc54381194b62ecd302651b2fbf454055828278.svg); }
 }@media only screen and (max-width: 763px) { #k1P6ZDVX1VntAlTl0PdLffBswGLc9Bep { width:15rem;height:0.125rem;top:68.0625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyCgR92tVnzCZhoCQduA1mJ4riC5crFn { width:14.875rem;height:4.4619125rem;top:63.125rem;left:2.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bbQgLJd7wsovDgSSNUPZNLTGscSgpI3l { width:10.625rem;height:3.75rem;top:89.75rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XE20ZuCwF7DrdBoLd07I3IOLcoDWLQJF { display:block; }
 }@media only screen and (max-width: 763px) { #Mxax9Rk7JZnlX8KVfxhnZnIQ9LrtOaFz { width:14.875rem;height:2.79980625rem;top:57rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeaDPZmgOAwEPrOzsVspyEQTG7iPDLkV { width:10.0625rem;height:1.57421875rem;top:58.3125rem;left:6.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6wm9uENxS5HhLcpN9cIrQvc1i0BdsD4 { width:16.1875rem;height:1.9121125rem;top:55.0625rem;left:2.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kR4Vr06wpPWhb1zOZeh5rD01bL632VFt { width:18.125rem;height:45.25rem;top:138.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWk2ZLO5zhFELWrKcfactTffbrNSed30 { width:16.0625rem;height:3.3984375rem;top:155.3125rem;left:1.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#vWk2ZLO5zhFELWrKcfactTffbrNSed30 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_439dbc01a1bdcd2378975de466b0dcd4dab0d694.svg); }
 }@media only screen and (max-width: 763px) { #fOeAC6OKgZvKtGP6TtGBcNo4BrFaD60W { width:15rem;height:0.125rem;top:153.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNaBeH8t90zE2vS6ig92pyF2K7f01gEk { width:15.125rem;height:4.4619125rem;top:148.75rem;left:2.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uAs1FOPsIXdrS7Hbd25RwmevwyA4szfF { width:10.625rem;height:3.75rem;top:178.625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGcIeibPZV09PPbTDHcmuKcuRyaBH6zd { display:block; }
 }@media only screen and (max-width: 763px) { #DZhIPyL8qWGB4J50QuWoCLdJxb2TJJ3T { width:15.625rem;height:2.79980625rem;top:142.5rem;left:3.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Al7fPxem3zvI5liSIRQ6cJP2nvJxWRtT { width:9.875rem;height:1.57421875rem;top:143.6875rem;left:6.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgTCUeHrOaJFJtkcmDxKsq1g0vUKyRn7 { width:16.1875rem;height:1.9121125rem;top:140.6875rem;left:2.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WAhFGr8tlTGVgX0koTFobdVmRReXg97N { width:18.125rem;height:41.5625rem;top:96rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H71Fw7PZFTUFTNiCfKEFFnyGxHGeNHZR { width:16.0625rem;height:15.918rem;top:112.25rem;left:1.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#H71Fw7PZFTUFTNiCfKEFFnyGxHGeNHZR li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_439dbc01a1bdcd2378975de466b0dcd4dab0d694.svg); }
 }@media only screen and (max-width: 763px) { #vxULF2TDZK69OGrrpHhZib1S2LqfXmih { width:15rem;height:0.125rem;top:110.875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEyXSNbFRsbHb6KExLuDdU0q8Ip7xkhx { width:15.125rem;height:2.9746125rem;top:105.9375rem;left:2.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ttCx5zfu7SN7MQhA48WD724WsxSbWB41 { width:10.625rem;height:3.75rem;top:132.5625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNrRydN0RwCFBnQcZK4AaIPZcQvTDhZs { display:block; }
 }@media only screen and (max-width: 763px) { #uMpivrpUJuJxfKN0BdqP1TLhB6HQKtf3 { width:14.875rem;height:2.79980625rem;top:99.8125rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ca4xF11b04W7futvrs0o5cDPhpHTSUii { width:10.0625rem;height:1.57421875rem;top:100.625rem;left:6.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGOr4hzSmpGquwWzKyMbpkpXZIyTlzcM { width:16.1875rem;height:1.9121125rem;top:97.875rem;left:2.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #omJ3fAZNnXyTWM5m4XI7x4FRgJe44JXV { width:16.0625rem;height:14.53125rem;top:71.125rem;left:1.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#omJ3fAZNnXyTWM5m4XI7x4FRgJe44JXV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_439dbc01a1bdcd2378975de466b0dcd4dab0d694.svg); }
 }@media only screen and (max-width: 763px) { #O5KXGzuJeCzs9SxATf7oACOJQwAFGmAg { width:16.0625rem;height:5.41015625rem;top:170.3125rem;left:1.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#O5KXGzuJeCzs9SxATf7oACOJQwAFGmAg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_439dbc01a1bdcd2378975de466b0dcd4dab0d694.svg); }
 }@media only screen and (max-width: 763px) { #t6P2grNQ4thgfe0BLDsJU4wiJVwNZTPo { width:15.75rem;height:11.036125rem;top:158.6875rem;left:2.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#t6P2grNQ4thgfe0BLDsJU4wiJVwNZTPo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_57c6c7ea0d3307c0c1dda5caa47b9647fdd8f2da.svg); }
 }@media only screen and (max-width: 763px) { #XPZfDeeEi4FWXLQEDNBO40124AoBTifW { display:block; }#XPZfDeeEi4FWXLQEDNBO40124AoBTifW > .row .container { width:20rem;height:58.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iP7Vu1BkGFlrxryc0sv5D73FD2WNBLGm { width:20rem;height:9.44825rem;top:3.75rem;left:0rem;font-size:2.625rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xqtGlMo2S1rUrqIMZxwElfOrep9SpwHt { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJSeK71D6TgCZ1kpf5D00N2m2zvynHbt { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMnI4ND3mdTTV21gws8PlEzHemcpUNsS { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQJATTV9nyG1DyWxUZ0ISScNThTtvW2J { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6  { width:17.5rem;height:auto;top:20.375rem;left:0rem; }
#ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 {display:block;}#ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 { width:17.5rem;height:auto;top:20.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 #mXhFg7Mb7RLZ0K3E6yNXJxlq1M0O2lNm {  }
 }@media only screen and (max-width: 763px) { #ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 #yXqROTIuvLQWk6o2t1xDRoAlGSU2i0I0 {  }
 }@media only screen and (max-width: 763px) { #ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 #WqB5cd2oQg4bxBpcAi5OzBpXNqTn9Ae0 {  }
 }@media only screen and (max-width: 763px) { #ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 #gKSI3Tt9ghL8dk6t9To0OmPyskwfAWus {  }
 }@media only screen and (max-width: 763px) { #ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 #yoXKSGPT31ABU45C07ITAUeOfxK4tre9 {  }
 }@media only screen and (max-width: 763px) { #ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 #grLzULF72HmE7uvGIPfbC3XIQrxTbAxH {  }
 }@media only screen and (max-width: 763px) { #ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 #gD1nXz1wmVCSGSMAnTtfPWFX1hyBcsii {  }
 }@media only screen and (max-width: 763px) { #ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 #X5xAzv1fppzXk3l7LFROm0fazeAJmgMd {  }
 }@media only screen and (max-width: 763px) { #ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 #m7O3UybMWtayeF3PFDR7i5Rv0BIsvUFl {  }
 }@media only screen and (max-width: 763px) { #ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 #TTIT9BCCvQ7wLRnJae5CLwgDnRabLgpz {  }
 }@media only screen and (max-width: 763px) { #ZWJIs3Wo12plEfFxssPMoBqIcsJmV6Q6 #FeQbJm73Jopu63Hm1RD77WCamskhARdb {  }
 }@media only screen and (max-width: 763px) { #cSFJFmeot3rq7UgZTfAozalHkm3Gzi0P { width:20rem;height:5.09765625rem;top:13.875rem;left:0rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pl98L7S48eT1RrNC5I7XByi6EZ8E1iAU { width:11.125rem;height:15.8125rem;top:40.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLyGRsVwotnvSrv8IAtX01UPiVoTBpxa { width:11.125rem;height:15.875rem;top:40.8125rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJseLTUEryBbsoExOi1J2AbaErmZlR3J { display:block; }#ZJseLTUEryBbsoExOi1J2AbaErmZlR3J > .row .container { width:20rem;height:39.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dpAmgkLrrTWiSRWcAvLSLuzzotMqQm0U { width:18.6875rem;height:2.79980625rem;top:1.25rem;left:0.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlVesiSG98RSu4ILX6yo8CGLkWp4NmUb { width:18.375rem;height:3.3984375rem;top:6.5625rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1e5O8Cb330N4GP9ItJ1bLKR0slm5sT4 { width:20rem;height:0.5rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ .accordion-heading-text { font-size:1.25rem;height:auto;line-height:1.5;overflow:hidden; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ .accordion-desc-text { font-size:0.875rem;height:auto; }
#Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ { display:flex;height:auto;width:20rem;top:12.16796875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #qLCTAvNSL0wdMJWIelz2dI6ESIKZkEV4 {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #FccgSpdsPTeTui5E3hdsWKzAORxWJolk {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #Zk6If7cTuhurtFfp4tfpnb3IzguI8May {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #ASMhoW4BuE1edEi8ERUcGLNfhENKbtTo {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #C9TJPcAb3xmDrkQVMhEfElVTT0ePh6RS {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #QtGuXdzwTHKlotZ08PE31gwnqNQTihhw {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #u45rG2w8vPTtPgbeuzKQS4B37TsWMiWh {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #b7EJmOUtkVbwfNiGA2DBnQcU5UFZX1rH {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #UiSxsuLZK3FJasaKOcOurlTRkKTCKIQ2 {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #nekM1LiJr0cZBiEWcRiybIrk1Pw13aH3 {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #Nv0FLXGaKBIEGZfH9x0s35NT3eK6kz0m {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #n4n83cZ4M6m8CB5tL1nZy2GBTo9ECsQ0 {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #TSeXlgBpcPd8lZiPg1MaSbGCXwolEQRf {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #C7yMIaQxSdqwOqtK9lzh66TJUWfJE6dV {  }
 }@media only screen and (max-width: 763px) { #Lck0zUGwABK2UEBOF4wmE6Tfw2wg1pNZ #MJduZy5i1H9v6myv9rWfESs8Xl5W0aFL {  }
 }@media only screen and (max-width: 763px) { #KAnhghDRuq98MPzkv8OLsxifolQddChD { display:block; }#KAnhghDRuq98MPzkv8OLsxifolQddChD > .row .container { width:20rem;height:27.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ss6DTQGA8JlcIbe4MSxUmQLtzZUOfUIW { width:18.5625rem;height:1.69921875rem;top:1.25rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEzkyUuHCqcvIfuzvLWxnXPhTEc40q7i { width:19.625rem;height:2.79980625rem;top:4.19921875rem;left:0.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFz6Jn99uEiLOWFm5dQfu6zxArTk8Bun { width:18.5625rem;height:1.69921875rem;top:8.2490234375rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvMlv0uxMy78fzvwOENau2TbX97a5FxP { display:flex;width:1.5rem;height:1.5rem;top:15.125rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #oicITARaHA9n7uBIDBHIqXTI39QEOG2u { width:17.1875rem;height:2.54980625rem;top:17.25rem;left:0.75rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KdArr0nhoVf7ZRbBLNbV9T8ROM0Kmx8e { width:15.3125rem;height:1.9121125rem;top:14.9375rem;left:2.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hZrmeEfOXRmHil8rcuhhLBtXMxDIwpUc { width:16.625rem;height:2.54980625rem;top:24.1875rem;left:0.75rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TI3xw9vsfLNU7mU1DVcDRk6NpZkyvyZE { display:flex;width:1.5rem;height:1.5rem;top:21.875rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #RDLh2IfJ3mx6okiVySyhH3QQnKRlSlIT { width:15.3125rem;height:1.9121125rem;top:21.6875rem;left:2.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bA5vJkIdxclR3TZ7DCI0LdmqacuqxlTR { width:0.5rem;height:27.5rem;top:0rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfqp2VLoDRNpb2DS20VRTPkybiKwIMzi { width:0.5rem;height:27.5rem;top:0rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAxGAACTP6kMsATUBD2NJ9MTzKQhHx5y { width:0.5rem;height:27.5rem;top:0rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEAzTn9z8gWa0hib9VbD4mwgpki26DgV { width:0.5rem;height:27.5rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B { display:block; }#GvWNeeSnXpwoZRVg6umJTmZFL7AhQf3B > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yEVb4g2T5citKNXTrPvoD6dOyeKFAuaz { width:9.375rem;height:2.75rem;top:1.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTJKbv43x9ccX8nZvhPUzAqAOsy3kost { display:block; }
 }@media only screen and (max-width: 763px) { #GzGr8kP7apLuKvZR8h57eLa9TICiJVel { width:9.375rem;height:2.75rem;top:4.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5gXXSPeGaVVp8D7OvRpZXypMutFroo0 { display:block; }
 }@media only screen and (max-width: 763px) { #rMQ8MEJKb4aoM8S9iakrbWeCE8I5LEUU { width:9.375rem;height:2.75rem;top:7rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsBReeWI9Q7LAk9vEbRTfOKgrSCdzzbL { display:block; }
 }@media only screen and (max-width: 763px) { #alK52xHNWXQ4IrZJWxNkzfzzkO9aqtA4 { width:20rem;height:1.69921875rem;top:12.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IfW3Q5oDDOrBTtmEXheVNHAGpsDv6mTW { width:8.125rem;height:1.8125rem;top:11rem;left:5.9375rem;display:block; }
 }