.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:223,228,236;--color-primary-1:158,173,197;--color-primary-2:94,118,158;--color-primary-3:54,84,134;--color-primary-4:15,16,53;--color-secondary-0:218,234,246;--color-secondary-1:132,184,224;--color-secondary-2:9,112,193;--color-secondary-3:5,56,97;--color-secondary-4:1,17,29;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container { display: none; }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .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); }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row .container { background-color: transparent; background-image: none; }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row .container > .video-iframe-container { display: none; }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row > .video-iframe-container { display: none; }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .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); }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row .container { border-width: 0; border-radius: 0; }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:75rem;position:relative;display:block; }#A07fZ8ALdxmBUc8Uf0Qq8q8ll52yMddO { 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:4.9375rem;width:6.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#T2UkOIHkW4sRa5noD2fMlZZxtv68XwAB { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:6.8125rem;top:0.90625rem;left:7.3125rem;overflow:hidden;display:block; }
#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/bbccea82-c373-417c-ba66-09f6e723206c/Projektbeznazwy30.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy.adaptive-delivery-prevent-bg, #iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy.lazyload, #iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy.lazyloading { background-image: none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container { background-color: transparent; background-image: none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container > .video-iframe-container { display: none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row > .video-iframe-container { display: none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .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); }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container { border-width: 0; border-radius: 0; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container { font-size:0.875rem;font-family:arial;height:61.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#eEX8xFCH5FIyVCZnHxmgqXQVEbfiMM7V { color:rgba(var(--color-tertiary-0),1);display:block;width:31.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.437501907349rem;left:3.5rem;height:3.0875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#olR0CJww02tqnJIwCic5TdUL4rC1yOhm { color:rgba(var(--color-tertiary-0),1);display:block;width:31.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:14.687501907349rem;left:3.34375rem;height:11.55rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CThBp8kQpf2dz77RJOpM7OaO1TMhfVlE { color:rgba(var(--color-tertiary-0),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:34.208335876465rem;left:3.5rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mzfXM5ElpD4byuzglWiM4zavTmpxoKHP { background-color:rgba(var(--color-secondary-2),1);background-image:none;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:3.5625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:52.545141220093rem;left:18.034723281861rem;display:block; }
#b8QggBIT2DZO49SiQyeAVz41P74SFXlC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NS5bGirSGBrlCcx3NPN3NNhV2vIRm0Ta { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),0.89);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:61.4375rem;width:36.6875rem;top:1.9073486328125E-6rem;left:0rem;display:block; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b .widget-text.counter-number { border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.51rem;padding-right:0.4725rem;padding-bottom:0.51rem;padding-left:0.4725rem;display:block;align-items:center;width:2.830625rem;min-width:2.830625rem;height:2.685rem;position:relative;font-family:"open sans";font-size:2.04125rem;font-weight:700;line-height:42.96px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left: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; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-secondary-2),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.31875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.77625rem;height:1.056875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.765625rem;font-weight:400;line-height:16.91px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b { 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.6875rem;height:5.205625rem;padding-top:0.638125rem;padding-right:0.674375rem;padding-bottom:0.638125rem;padding-left:0.674375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:2.875rem;left:2.875rem;z-index:15003; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #Cpt54go4DmrWONlTBDWLW3xKF1SBD5wJ { display:flex;position:relative;top:0rem;left:0rem; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #rpOnoX00doMbXniTzRxlyT9GyFXstZOq { width:auto; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #y1TVuzKnoV943kDrKhcT56oFXTsai0Ke {  }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #O4EPi18SbJCKVWTWZU2VoTiazo8I7zD6 { display:flex;position:relative;top:0rem;left:0rem; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #UqVg53LZcWrz3BNNIPvHIACCnzNobIXn {  }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #vGeLGTJMA9NHNvoHpXs7Nxs21U70cJbb {  }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #EcyQhXh2ka5npICh6o4Cu1pOz4vH4uZi { display:flex;position:relative;top:0rem;left:0rem; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #ShcRnKubnTT8L4spVCwD0oLm6zPl4wT5 {  }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #P1mLXdP5WttMzcxCW134Ohcqo5OBHuZc {  }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #Iif5q6SFSWSlTDXmOyXxRo4xIpuAXw5p { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #XF8Ic4aBdHakJon35nLVScAwOR02b3Lu {  }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b #TfZuHD6kCT1cWgUtrasLbgrkqtTxzSPH {  }
#nrC1OzpBpFmzE1mF6uqv0vPxxGks4EeE { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.3125rem;width:11.3125rem;top:37.277780532837rem;left:1.5rem;overflow:hidden;display:block; }
#McCJP0sehBV6ki3hid6Mxb8rPZzHnPWn { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.3125rem;width:11.3125rem;top:44.739585876465rem;left:5.2352428436279rem;overflow:hidden;display:block; }
#rWOehQSdHquNZFMHvKFuWghHZBPSqvZB { color:rgba(var(--color-tertiary-0),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:44.802085876465rem;left:18.034723281861rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#G8fy7lcaVFk0MeLxCxbxf4iW8mQ6tGHv { color:rgba(var(--color-tertiary-0),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:49.145835876465rem;left:18.034723281861rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FXvKE3o95DkbtQAvm3HCIz4LR73ZveD0 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:27.458335876465rem;left:3.34375rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .row .container { background-color: transparent; background-image: none; }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .row .container > .video-iframe-container { display: none; }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .row > .video-iframe-container { display: none; }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .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); }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .row .container { border-width: 0; border-radius: 0; }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .row .container { font-size:0.875rem;font-family:arial;height:34.6875rem;width:75rem;position:relative;display:block; }#nIoAxuHyytbdkqZQaQXeTR8BvTMnocBI { color:rgba(var(--color-primary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:27.124996185302rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Mn3xiZpVqEsKc67aGHp3HJbHtIWalCt3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:27.593751907349rem;left:25.819444656372rem; }
#Icy3nRzmB2GnCTJePXy3wMyKmLzlfCiF { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:1.625rem;left:0rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(0deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(0deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(0deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(0deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(0deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-4),1));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; }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row .container { background-color: transparent; background-image: none; }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row .container > .video-iframe-container { display: none; }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row > .video-iframe-container { display: none; }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .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); }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row .container { border-width: 0; border-radius: 0; }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row .container { font-size:0.875rem;font-family:arial;height:44.375rem;width:75rem;position:relative;display:block; }#uUkqDnqOdWhdSIwKsKCJfEO60ExznnC3 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:19.375rem;top:26.6875rem;left:12rem;display:block; }
#UTsAE4Z2dUclmhMbIqXxWeTPJS9Thrqs { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:15rem;width:15rem;top:4.3125rem;left:7.25rem;display:block; }
#NOam2AuRHhUnT0bX4yesXuUeDEKJNidR { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:26.25rem;left:31.375rem;display:block; }
#rnpxRih2PZM0aek4ATWg5Ot5i3hlVHk6 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:22.0625rem;left:12rem;height:1.625rem;text-align:left;text-align-last:left;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; }
#milG0GuPhRRorna0nSzH8xatRP3dWSKf { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:23.6875rem;left:12rem;height:1.35rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#U8tdtvetaHcpJdedAILrzuq6raEyUMxN { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:13.625rem;left:20.875rem;display:block; }
#cZTo7FQHOFV8RwgTuUpGyOiCw9ddTeVq { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:27.6875rem;left:12rem;height:14rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mBzPgDcNGFVNkXVmFUTzd6KqG3uPEz14 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:5.6875rem;top:3.25rem;left:12rem;display:block; }
#qlwdq6mdUyGTXJrArfTe9OTiTRP6TTow { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:15rem;width:15rem;top:4.1875rem;left:42.6875rem;display:block; }
#hzpAhUX1KDEikl92ZvNUreOTw0fFxMRE { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:13.6875rem;left:56.125rem;display:block; }
#ssukUdro2NBLdefhkgmlBeTOnw2IA2Ju { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:14rem;left:56.5625rem; }
#ssukUdro2NBLdefhkgmlBeTOnw2IA2Ju > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#KFJhiC3ybSImNoUG6lqgczJsAytiWUBT { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:26.25rem;left:66.5rem;display:block; }
#QaWmfC942buZCExDlmrdDVsNi0soCRzw { color:rgba(var(--color-tertiary-0),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:22.0625rem;left:47.375rem;height:1.625rem;text-align:left;text-align-last:left;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; }
#hxmqZcrymruvyd5PrTTpaBcdQfChPrAF { color:rgba(var(--color-tertiary-0),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:14998;line-height:1.2;letter-spacing:0;top:23.6875rem;left:47.5rem;height:1.35rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NRZ5zeIkk9x3ldl8wlRBISoRdcXEJilJ { color:rgba(var(--color-tertiary-0),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:27.6875rem;left:47.4375rem;height:12.6rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#b9WRUd7IMScXQIJsTKwvBbBDQQtvn9n3 { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3afc33c8-46a3-4535-a963-58e7d9cfdfa8/Projektbeznazwy28.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:5.625rem;left:8.5625rem;display:block; }#b9WRUd7IMScXQIJsTKwvBbBDQQtvn9n3.adaptive-delivery-prevent-bg, #b9WRUd7IMScXQIJsTKwvBbBDQQtvn9n3.lazyload, #b9WRUd7IMScXQIJsTKwvBbBDQQtvn9n3.lazyloading { background-image: none; }
#tuUTfclTQgBmyJZdNs0b3B47fEe3eXda { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e1ce2384-b769-4816-abd4-9a3b94e85cac/1700340164625.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:5.625rem;left:44rem;display:block; }#tuUTfclTQgBmyJZdNs0b3B47fEe3eXda.adaptive-delivery-prevent-bg, #tuUTfclTQgBmyJZdNs0b3B47fEe3eXda.lazyload, #tuUTfclTQgBmyJZdNs0b3B47fEe3eXda.lazyloading { background-image: none; }
#WTwWwWR7XWllM54Q8B362kbpH14oFqxR { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:5.6875rem;top:3.25rem;left:47.4375rem;display:block; }
#mpy4N3zMrVCJ06sgHHUzzhBsqSJuUhug { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:19.375rem;top:26.6875rem;left:47.375rem;display:block; }
#T5Qb9pVpbDkqk1p6WxzA1ktx1Ke447kT { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:13.9375rem;left:21.25rem; }
#T5Qb9pVpbDkqk1p6WxzA1ktx1Ke447kT > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC > .row .container { background-color: transparent; background-image: none; }#TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC > .row .container > .video-iframe-container { display: none; }#TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC > .row > .video-iframe-container { display: none; }#TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC > .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); }#TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC > .row .container { border-width: 0; border-radius: 0; }#TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC > .row .container { font-size:0.875rem;font-family:arial;height:45.9375rem;width:75rem;position:relative;display:block; }#HD3ebbTlItAygQw3TEsNITDT7xNucdmV { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:31.6875rem;width:75rem;top:10.5rem;left:0rem;display:block; }
#Kf0PTyFZ3DXf9ezgFr6NFtWSHBrac6ud { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:14.1875rem;left:35.875rem; }
#waC3B6Li6lI2BfE5m9BCwnRqJzr9f3xv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:14.125rem;left:15.125rem; }
#L0TaR1RLwJhaxvOiqQ5wBcQ2tbRsrmpT { color:rgba(var(--color-tertiary-0),1);display:block;width:16.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:19.625rem;left:8.25rem;height:4.95rem;text-align:center;text-align-last:center;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; }
#agZSRw2JXhnvFUfqxTu5PzXC2bzi0RNg { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:19.625rem;left:29rem;height:;text-align:center;text-align-last:center;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; }
#A4TswCTBT2SDXqCZTwwdvT6snD9sJOZp { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:19.625rem;left:49.6875rem;height:;text-align:center;text-align-last:center;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; }
#HcSPfM8tLSsCxQM5ruBv6HwBrDrRGDPA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:14.375rem;left:56.8125rem; }
#LtdwcJrkB2icOhZc0StmLtyZ9wSBeryv { background-color:rgba(var(--color-primary-0),1);background-image:none;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:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3.3125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:37.875rem;left:31.687501907349rem;display:block; }
#TKdrTG1AS7wulVVqTvcuJOiVFkcJnUGh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S1FrFHPd0qQtM1KHL7d3IVmzXBUMwG1v { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0.125rem solid #dcf2f1;border-left:0.125rem solid #dcf2f1;border-right:0.125rem solid #dcf2f1;border-bottom:0.125rem solid #dcf2f1;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5rem;width:5rem;top:13.1875rem;left:14.125rem;display:block; }
#rD0dZBUJIoLH2d7Lwe1xUbcc9hS4BB9R { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0.125rem solid #dcf2f1;border-left:0.125rem solid #dcf2f1;border-right:0.125rem solid #dcf2f1;border-bottom:0.125rem solid #dcf2f1;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5rem;width:5rem;top:13.1875rem;left:34.8125rem;display:block; }
#EtH7Qs9QhwCl37VJ0yoTtN6FTvH5cbqX { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0.125rem solid #dcf2f1;border-left:0.125rem solid #dcf2f1;border-right:0.125rem solid #dcf2f1;border-bottom:0.125rem solid #dcf2f1;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5rem;width:5rem;top:13.125rem;left:55.5625rem;display:block; }
#O7UTBJhmPDLxAA6w9dICRqPsOz2uTi8w { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:38.125rem;top:15.6875rem;left:17.875rem;display:block; }
#khrS13BJ9BfTz43oBvg3UUi9vkhI5eAx { color:rgba(var(--color-tertiary-0),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:25.78732585907rem;left:9rem;height:8.4rem;text-align:center;text-align-last:center;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; }
#D8QDsGlX3Jlu1iuSHHWTNfl0GXBWp27p { position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);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:16.9375rem;top:25.1875rem;left:8.1875rem;display:block; }
#VkPtEzRKyU60IRs3LIvliOZvVKiz6fOm { position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);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.75rem;width:16.9375rem;top:25.1875rem;left:28.875001907349rem;display:block; }
#bn9WsP8x9AXQF2r9wAWEK3ThilCHC3Zx { position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);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.875rem;width:16.9375rem;top:25.1875rem;left:49.625001907349rem;display:block; }
#baiidrWbmrCVEgQi6VLcS8LIEpeHhRnO { color:rgba(var(--color-tertiary-0),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:26.48611164093rem;left:29.781251907349rem;height:7rem;text-align:center;text-align-last:center;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; }
#ds2cB7dL2aSTdirRFcxtxSSyLIuCrOGu { color:rgba(var(--color-tertiary-0),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:26.48611164093rem;left:50.531251907349rem;height:7rem;text-align:center;text-align-last:center;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; }
#su7tG4TET0GxBrrEmVqxGBHFGDifnzuk { color:rgba(var(--color-tertiary-0),1);display:block;width:58.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6250057220459rem;left:8.125rem;height:;text-align:center;text-align-last:center;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; }
#ZqF91tOSqMqxvoGRl8UDn4C4eVE9yvHn { position:absolute;display:block;z-index:14998;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:23rem;width:23rem;top:1.1276016235351rem;left:52.000001907349rem;overflow:hidden;display:block; }
#qSA659UKvWknzMqAQuGu3Wpiy7l8Gxpp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:4.0937557220459rem;left:15.15625rem; }
#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b690cb61-e46e-4033-bb1c-070b62450b41/Projektbeznazwy32.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W.adaptive-delivery-prevent-bg, #Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W.lazyload, #Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W.lazyloading { background-image: none; }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .row .container { background-color: transparent; background-image: none; }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,8,28,0.11); }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .row .container > .video-iframe-container { display: none; }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,8,28,0.11); }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .row > .video-iframe-container { display: none; }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .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); }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .row .container { border-width: 0; border-radius: 0; }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W::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; }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:75rem;position:relative;display:block; }#pXRMZtvzafpLs3DTE62XTZWWooFkRaBh { color:#e9ecfc;display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.5000009536744rem;left:2.1180553436279rem;height:4.225rem;text-align:left;text-align-last:left;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; }
#NkrdFrgPUbDrJ3bEX5h5SmuJoOP1WISA { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:20.906250596046rem;left:52.970483779907rem;height:3.9rem;text-align:right;text-align-last:right;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; }
#VVVaO3nvwT9kCeIcBLmf8SpsFxTGdRfN { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:25.937500596046rem;left:56.462671279907rem;height:4.3875rem;text-align:right;text-align-last:right;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; }
#T1NS0r8dcW9Z511PGErSoHfFCTJRlnFO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:1.5625rem;left:2.1171875rem; }
#TF3vHXmBpOQrv3OG6FmFNB9KBJpe58Sr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.625rem;width:5.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:13.062499642372rem;left:68.025171279906rem; }
#i6pRAhXx8ZvQSTT5D1vEOh0HHwVNVAHQ { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:27.5rem;width:24.375rem;top:8.1875085830687rem;left:50.625001907349rem;display:block; }
#QycP6mzmRBAo7kyOOvhqwmkfVVSt8nMZ { color:#e9ecfc;display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:13.062500953674rem;left:2.1171875rem;height:8.775rem;text-align:left;text-align-last:left;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; }
#aTZ2H4vD0qxrslQBklHIG9VaEcVVnnkf { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:25rem;box-shadow: none;height:24.75rem;width:30.0625rem;top:0rem;left:0rem;display:block; }
#Iz9RJOwBXy4M29x0CVMIM3052y8deqFf { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:16.8125rem;width:18.875rem;top:35.624994874001rem;left:50.625001907349rem;display:block; }
#vZQZJ4pln6yW0PoWp8HC8wArEwK0NEt0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vZQZJ4pln6yW0PoWp8HC8wArEwK0NEt0 > .row .container { background-color: transparent; background-image: none; }#vZQZJ4pln6yW0PoWp8HC8wArEwK0NEt0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZQZJ4pln6yW0PoWp8HC8wArEwK0NEt0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZQZJ4pln6yW0PoWp8HC8wArEwK0NEt0 > .row .container > .video-iframe-container { display: none; }#vZQZJ4pln6yW0PoWp8HC8wArEwK0NEt0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZQZJ4pln6yW0PoWp8HC8wArEwK0NEt0 > .row > .video-iframe-container { display: none; }#vZQZJ4pln6yW0PoWp8HC8wArEwK0NEt0 > .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); }#vZQZJ4pln6yW0PoWp8HC8wArEwK0NEt0 > .row .container { border-width: 0; border-radius: 0; }#vZQZJ4pln6yW0PoWp8HC8wArEwK0NEt0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vZQZJ4pln6yW0PoWp8HC8wArEwK0NEt0 > .row .container { font-size:0.875rem;font-family:arial;height:49.4375rem;width:75rem;position:relative;display:block; }#t0I6LhBMXKEG6f1UbbykIEuAvKZv53hk { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:16.712670326233rem;left:6.8125rem;height:14.1375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-form-header {  }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:#e9ecfc;width:23.875rem;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;text-align:left;text-align-last:left;vertical-align:top; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#00081c;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);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:23.875rem;box-sizing:border-box;height:3rem;color:#fbfcfd;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-input-text {padding-top: 0; padding-bottom: 0;}#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#00081c;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);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:23.875rem;box-sizing:border-box;height:4.375rem;color:#fbfcfd;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-input-select {padding-top: 0; padding-bottom: 0;}#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .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; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:23.875rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .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:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:22.625rem;overflow:hidden;font-style:normal;float:none; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .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; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-container:first-of-type{padding-top:0;}#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-container:last-of-type{padding-bottom:0;}#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:11.25rem;left:35.500001907349rem; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.875rem;display:block;vertical-align:top; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd {display:block;}#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:11.25rem;left:35.500001907349rem; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #ZU0VBOVz3BaTVMsnSF3vKQCW53FF3FPF { position:relative; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #fCwtO9RzFyU51PPQ08CInuqwd140qdiq { position:relative;display:none; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #LobDvtHKiehxFIb7wtN5rVHCRIq9V9oA { position:relative; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #xGeLcDed1miL58rIGiT9sdZM74iTR43r { position:relative; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #UnEaKWEHdqtXvx4Seatvc8LuENF3JiqB { position:relative;display:none; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #rw3q60UU8Fn4Ff9gHtHVJ0uz2qV6f05g { position:relative; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #imqpEZTwLnw2ZWTlfnp0lwIgtJb7Gg5C { position:relative; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #ugAGTBVVRaG09hKzHoVOcT0h6xsoL7yg { position:relative;display:block; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #sPE0WiaFCp4ktThr4rMCWiRcg0uq1wBL { position:relative; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #E5FPuJ5zxvnN18lsPrImUxadvLSbzKDy { position:relative; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #SMULw2MyfeCz7gSkkqZS2TWJKTbP8EXw { position:relative;display:block; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #VwTeDDROBl7GR2FK8TJXI2xwGrSLE4OM { position:relative; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #fBwuByEvf2vs2DA8C6g8y7HWALC4XDgE { position:relative; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #xxOOLfueFCObCpUWzFDU6bgr3EA2KKca { position:relative;display:none; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #AdLpwJ53dTzDC1n76GiSWX4UhdGXTNaP { position:relative; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #vMB4VTiLXuBR4Di787HkTQb1nfS7srMM { position:relative; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #eRSccXQ74n9T7ftzhhaa0nCHDPPNdZ9f { position:relative;z-index:2; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #c6qbCkvac5HnRfW13pKqSvZWbNsG8hWC { position:relative; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #P1aVHwxQKpWWpSH6Wbd4MPI85tUfVhR5 { position:relative; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #DQcoK9Jq3fJR5QbWkNXFPd3y4hsL0pPJ { position:relative;z-index:2; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #ocnp0MFXAUrqeTVnSfUH2tUPO0lhlHUU { position:relative; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #GTcdtVw1fEHkzCyWn659zhqwIDCumve7 { position:relative; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #NMblnEGZ25KXTxcgxQVGlPONSZJELHNh { position:relative;z-index:2; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #TLUEwmGDLra9Q6y5KsVWo6l1FDWl0Hs1 { position:relative; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #SI8PbFxuNhpOX9tAPqRBqicMD4KIcHTy { position:relative; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #o5gIBFiTEPHGSyJtg1OrXJT29vDPviO8 { position:relative; }
#Ff0Tz9NnMs9kME8LPZxG2vIGGKmHqSsT { color:rgba(var(--color-tertiary-0),1);display:block;width:16.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.215274810791rem;left:51.500001907349rem;height:7.15rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Xr5V6aKt3zWMdmglafOWVFJaMdOw5xE1 { color:rgba(var(--color-secondary-2),1);display:block;width:33.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.3125rem;left:13.0625rem;height:4.95625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#y7ALUiNsKkgIJ4A7oKbpnvNbkZkmoRAb { position:relative;display:block; }#y7ALUiNsKkgIJ4A7oKbpnvNbkZkmoRAb { background-color: transparent; background-image: none; }#y7ALUiNsKkgIJ4A7oKbpnvNbkZkmoRAb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7ALUiNsKkgIJ4A7oKbpnvNbkZkmoRAb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7ALUiNsKkgIJ4A7oKbpnvNbkZkmoRAb > .row .container > .video-iframe-container { display: none; }#y7ALUiNsKkgIJ4A7oKbpnvNbkZkmoRAb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7ALUiNsKkgIJ4A7oKbpnvNbkZkmoRAb > .row > .video-iframe-container { display: none; }#y7ALUiNsKkgIJ4A7oKbpnvNbkZkmoRAb > .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); }#y7ALUiNsKkgIJ4A7oKbpnvNbkZkmoRAb { border-width: 0; border-radius: 0; }#y7ALUiNsKkgIJ4A7oKbpnvNbkZkmoRAb > .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; }#y7ALUiNsKkgIJ4A7oKbpnvNbkZkmoRAb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.0625rem;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; }#POiLLJr3UIzhJZ2EEx4okMrSToktkcxA { color:rgba(var(--color-secondary-2),1);display:block;width:50.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.8194446563721rem;left:13.131944656372rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GniSUE2MhxoDCpqhQnffUBh1axMT0PVT { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:15.125rem;top:10.240451812744rem;left:6.78125rem;overflow:hidden;display:block; }
#fUKOSZm47VM6S9G6M2dMKKgHMLA68Iqn { color:#e9ecfc;display:block;width:50.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:8.7118053436281rem;left:23.913194656372rem;height:7.3125rem;text-align:left;text-align-last:left;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; }
#qB0p4n3rX8KiWJTC07fyQZoQRuGisog5 { color:rgba(var(--color-secondary-2),1);display:block;width:50.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:21.319440841675rem;left:13.131944656372rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nXESMOnaCr44PE7CNiGitWwfSTl6uAq0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nXESMOnaCr44PE7CNiGitWwfSTl6uAq0 > .row .container { background-color: transparent; background-image: none; }#nXESMOnaCr44PE7CNiGitWwfSTl6uAq0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXESMOnaCr44PE7CNiGitWwfSTl6uAq0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXESMOnaCr44PE7CNiGitWwfSTl6uAq0 > .row .container > .video-iframe-container { display: none; }#nXESMOnaCr44PE7CNiGitWwfSTl6uAq0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXESMOnaCr44PE7CNiGitWwfSTl6uAq0 > .row > .video-iframe-container { display: none; }#nXESMOnaCr44PE7CNiGitWwfSTl6uAq0 > .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); }#nXESMOnaCr44PE7CNiGitWwfSTl6uAq0 > .row .container { border-width: 0; border-radius: 0; }#nXESMOnaCr44PE7CNiGitWwfSTl6uAq0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nXESMOnaCr44PE7CNiGitWwfSTl6uAq0 > .row .container { font-size:0.875rem;font-family:arial;height:15.9375rem;width:75rem;position:relative;display:block; }#BllSDHhRkiOkRnwcRbtEe8MLGa6hRx0p { position:absolute;display:block;z-index:15006;border-top:0.125rem solid #0868c1;border-left:0.125rem solid #0868c1;border-right:0.125rem solid #0868c1;border-bottom:0.125rem solid #0868c1;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:10.3125rem;width:10.3125rem;top:4.0625rem;left:12.624999046326rem;overflow:hidden;display:block; }
#ShrItHCXInPrLIdUIRpoUqWiwxtLzk4y { color:#000000;display:block;width:47.5625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:1.3125rem;left:12.624999046326rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rZrZKe75kKuSlQTNB67c3QhUL8L5Jlam { color:#000000;display:block;width:35.9375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:5.875rem;left:24.250000953674rem;height:3.1875rem;display:block; }
#se4OnHLgf2lilDLkmnh3IsnSOtiagZOc { color:#000000;display:block;width:27.9375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:.9;letter-spacing:0;top:9.75rem;left:24.250000953674rem;height:2.53125rem;display:block; }
#fxo6fgTSWndGNdDgon4a6RhwJ9TbhUli { color:#000000;display:block;width:15.875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.3125rem;left:41.812500953674rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ncIy9GvuGczrwgS4UahXPbcTpTuEDyzh { position:absolute;display:block;z-index:15007;border-top:0.125rem solid #0868c1;border-left:0.125rem solid #0868c1;border-right:0.125rem solid #0868c1;border-bottom:0.125rem solid #0868c1;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:10.3125rem;width:10.3125rem;top:4.0625rem;left:40.750000953674rem;overflow:hidden;display:block; }
#e1SWHw3Eqxc314qNlh4hq4L6LLmv9PwJ { color:#000000;display:block;width:11rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:5.875rem;left:53.062500953674rem;height:3.1875rem;display:block; }
#Bs3JMp2TQuTnCaNsbR3TM4ZKNb7Dbkgy { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:.9;letter-spacing:0;top:9.6875rem;left:53.062500953674rem;height:2.53125rem;display:block; }
#H1DzAAHx6fUfF1a5ZFAtG0ZuNt2XoH35 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#H1DzAAHx6fUfF1a5ZFAtG0ZuNt2XoH35 > .row .container { background-color: transparent; background-image: none; }#H1DzAAHx6fUfF1a5ZFAtG0ZuNt2XoH35::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1DzAAHx6fUfF1a5ZFAtG0ZuNt2XoH35 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1DzAAHx6fUfF1a5ZFAtG0ZuNt2XoH35 > .row .container > .video-iframe-container { display: none; }#H1DzAAHx6fUfF1a5ZFAtG0ZuNt2XoH35 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1DzAAHx6fUfF1a5ZFAtG0ZuNt2XoH35 > .row > .video-iframe-container { display: none; }#H1DzAAHx6fUfF1a5ZFAtG0ZuNt2XoH35 > .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); }#H1DzAAHx6fUfF1a5ZFAtG0ZuNt2XoH35 > .row .container { border-width: 0; border-radius: 0; }#H1DzAAHx6fUfF1a5ZFAtG0ZuNt2XoH35 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H1DzAAHx6fUfF1a5ZFAtG0ZuNt2XoH35 > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;position:relative;display:block; }#n7HxXTIaVR9erl9lVvDQRaWw4hke27T5 { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:9.25rem;left:45.0625rem;height:1.38125rem;text-align:center;text-align-last:center;display:block; }
#OLy1WUCuA6V7EFRpudeZ0vrRQ6e71lKb { color:#000000;display:block;width:17.875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:11.875rem;left:43rem;height:1.38125rem;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; }
#Wg1CLrv2FSva47tz4PVxKGk82L4G5Icu { color:#000000;display:block;width:17.375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:2.625rem;left:43.25rem;height:5.525rem;text-align:center;text-align-last:center;display:block; }
#c1vZCnMiCuKQVrkKuUzxKQbD55eNmFZd { color:#001623;display:block;width:19.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.875rem;left:21.875rem;height:1.4625rem;display:block; }
#x4JzokdDU5ArqyAggRHX7a4IyKeq3d7R { box-sizing:content-box;color:#001623;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:8.8125rem;left:29rem;display:block; }
#GTOUm5AXVE3ag1QosckqfOPgZFbFwQw3 { box-sizing:content-box;color:#001623;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:8.5625rem;left:26.0625rem;display:block; }
#aJzMeG1SVLAelamVTkTLxzTwZUKCVQC1 { box-sizing:content-box;color:#001623;font-size:2.125rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:8.4375rem;left:23rem;display:block; }
#dWaaCLTQvRHTKMZFpsS2H8CAkopNf9mm { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:14.125rem;top:2.3125rem;left:20.75rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 { display:block; }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A07fZ8ALdxmBUc8Uf0Qq8q8ll52yMddO { width:6.6875rem;height:4.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2UkOIHkW4sRa5noD2fMlZZxtv68XwAB { width:6.8125rem;height:3.25rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy { display:block; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eEX8xFCH5FIyVCZnHxmgqXQVEbfiMM7V { top:10.4375rem;left:0rem;width:31.3125rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #olR0CJww02tqnJIwCic5TdUL4rC1yOhm { top:14.6875rem;left:0rem;width:31.625rem;height:11.5rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CThBp8kQpf2dz77RJOpM7OaO1TMhfVlE { top:34.1875rem;left:0rem;width:29.6875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzfXM5ElpD4byuzglWiM4zavTmpxoKHP { width:10.9375rem;height:3.5625rem;top:52.5rem;left:4.4097232818604rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8QggBIT2DZO49SiQyeAVz41P74SFXlC { display:block; }
 }@media only screen and (max-width: 763px) { #NS5bGirSGBrlCcx3NPN3NNhV2vIRm0Ta { top:0rem;left:0rem;width:36.6875rem;height:61.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b .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; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b .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; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b { display:flex;width:13.875rem;height:5.1875rem;top:2.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #Cpt54go4DmrWONlTBDWLW3xKF1SBD5wJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #rpOnoX00doMbXniTzRxlyT9GyFXstZOq {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #y1TVuzKnoV943kDrKhcT56oFXTsai0Ke {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #O4EPi18SbJCKVWTWZU2VoTiazo8I7zD6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #UqVg53LZcWrz3BNNIPvHIACCnzNobIXn {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #vGeLGTJMA9NHNvoHpXs7Nxs21U70cJbb {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #EcyQhXh2ka5npICh6o4Cu1pOz4vH4uZi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #ShcRnKubnTT8L4spVCwD0oLm6zPl4wT5 {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #P1mLXdP5WttMzcxCW134Ohcqo5OBHuZc {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #Iif5q6SFSWSlTDXmOyXxRo4xIpuAXw5p { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #XF8Ic4aBdHakJon35nLVScAwOR02b3Lu {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #TfZuHD6kCT1cWgUtrasLbgrkqtTxzSPH {  }
 }@media only screen and (max-width: 763px) { #nrC1OzpBpFmzE1mF6uqv0vPxxGks4EeE { top:37.25rem;left:0rem;width:11.3125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #McCJP0sehBV6ki3hid6Mxb8rPZzHnPWn { top:44.6875rem;left:0rem;width:11.3125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWOehQSdHquNZFMHvKFuWghHZBPSqvZB { top:44.75rem;left:4.4097232818604rem;width:29.6875rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8fy7lcaVFk0MeLxCxbxf4iW8mQ6tGHv { top:49.125rem;left:4.4097232818604rem;width:29.6875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXvKE3o95DkbtQAvm3HCIz4LR73ZveD0 { top:27.4375rem;left:0rem;width:31.125rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z { display:block; }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nIoAxuHyytbdkqZQaQXeTR8BvTMnocBI { top:27.0625rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn3xiZpVqEsKc67aGHp3HJbHtIWalCt3 { top:27.5625rem;left:12.194444656372rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Icy3nRzmB2GnCTJePXy3wMyKmLzlfCiF { top:1.625rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB { display:block; }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uUkqDnqOdWhdSIwKsKCJfEO60ExznnC3 { top:26.6875rem;left:0rem;width:19.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTsAE4Z2dUclmhMbIqXxWeTPJS9Thrqs { top:4.3125rem;left:0rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOam2AuRHhUnT0bX4yesXuUeDEKJNidR { top:26.25rem;left:17.75rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnpxRih2PZM0aek4ATWg5Ot5i3hlVHk6 { top:22.0625rem;left:0rem;width:18.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #milG0GuPhRRorna0nSzH8xatRP3dWSKf { top:23.6875rem;left:0rem;width:19.6875rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8tdtvetaHcpJdedAILrzuq6raEyUMxN { top:13.625rem;left:7.25rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZTo7FQHOFV8RwgTuUpGyOiCw9ddTeVq { top:27.6875rem;left:0rem;width:20.5625rem;height:13.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBzPgDcNGFVNkXVmFUTzd6KqG3uPEz14 { top:3.25rem;left:0rem;width:5.6875rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlwdq6mdUyGTXJrArfTe9OTiTRP6TTow { top:4.1875rem;left:29.0625rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzpAhUX1KDEikl92ZvNUreOTw0fFxMRE { top:13.6875rem;left:42.5rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssukUdro2NBLdefhkgmlBeTOnw2IA2Ju { top:14rem;left:42.9375rem;width:1.4375rem;height:1.4375rem;display:block; }
#ssukUdro2NBLdefhkgmlBeTOnw2IA2Ju > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #KFJhiC3ybSImNoUG6lqgczJsAytiWUBT { top:26.25rem;left:46.8125rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaWmfC942buZCExDlmrdDVsNi0soCRzw { top:22.0625rem;left:28.9375rem;width:18.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxmqZcrymruvyd5PrTTpaBcdQfChPrAF { top:23.6875rem;left:28.3125rem;width:19.4375rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRZ5zeIkk9x3ldl8wlRBISoRdcXEJilJ { top:27.6875rem;left:27.4375rem;width:20.3125rem;height:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9WRUd7IMScXQIJsTKwvBbBDQQtvn9n3 { top:5.625rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuUTfclTQgBmyJZdNs0b3B47fEe3eXda { top:5.625rem;left:30.375rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTwWwWR7XWllM54Q8B362kbpH14oFqxR { top:3.25rem;left:33.8125rem;width:5.6875rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpy4N3zMrVCJ06sgHHUzzhBsqSJuUhug { top:26.6875rem;left:28.375rem;width:19.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5Qb9pVpbDkqk1p6WxzA1ktx1Ke447kT { top:13.9375rem;left:7.625rem;width:1.4375rem;height:1.4375rem;display:block; }
#T5Qb9pVpbDkqk1p6WxzA1ktx1Ke447kT > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC { display:block; }#TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HD3ebbTlItAygQw3TEsNITDT7xNucdmV { top:10.5rem;left:0rem;width:47.75rem;height:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kf0PTyFZ3DXf9ezgFr6NFtWSHBrac6ud { top:14.1875rem;left:22.25rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #waC3B6Li6lI2BfE5m9BCwnRqJzr9f3xv { top:14.125rem;left:1.5rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0TaR1RLwJhaxvOiqQ5wBcQ2tbRsrmpT { top:19.625rem;left:0rem;width:16.9375rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #agZSRw2JXhnvFUfqxTu5PzXC2bzi0RNg { top:19.625rem;left:15.375001907349rem;width:16.875rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4TswCTBT2SDXqCZTwwdvT6snD9sJOZp { top:19.625rem;left:30.625rem;width:17.125rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcSPfM8tLSsCxQM5ruBv6HwBrDrRGDPA { top:14.375rem;left:43.1875rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtdwcJrkB2icOhZc0StmLtyZ9wSBeryv { width:11.625rem;height:3.3125rem;top:37.875rem;left:18.062501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKdrTG1AS7wulVVqTvcuJOiVFkcJnUGh { display:block; }
 }@media only screen and (max-width: 763px) { #S1FrFHPd0qQtM1KHL7d3IVmzXBUMwG1v { top:13.1875rem;left:0.5rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rD0dZBUJIoLH2d7Lwe1xUbcc9hS4BB9R { top:13.1875rem;left:21.1875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtH7Qs9QhwCl37VJ0yoTtN6FTvH5cbqX { top:13.125rem;left:41.9375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7UTBJhmPDLxAA6w9dICRqPsOz2uTi8w { top:15.6875rem;left:4.25rem;width:38.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #khrS13BJ9BfTz43oBvg3UUi9vkhI5eAx { top:25.75rem;left:0rem;width:15.4375rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8QDsGlX3Jlu1iuSHHWTNfl0GXBWp27p { top:25.1875rem;left:0rem;width:16.9375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkPtEzRKyU60IRs3LIvliOZvVKiz6fOm { top:25.1875rem;left:15.250001907349rem;width:16.9375rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bn9WsP8x9AXQF2r9wAWEK3ThilCHC3Zx { top:25.1875rem;left:30.5625rem;width:16.9375rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #baiidrWbmrCVEgQi6VLcS8LIEpeHhRnO { top:26.4375rem;left:16.156251907349rem;width:15.4375rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ds2cB7dL2aSTdirRFcxtxSSyLIuCrOGu { top:26.4375rem;left:32.3125rem;width:15.4375rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #su7tG4TET0GxBrrEmVqxGBHFGDifnzuk { top:3.625rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqF91tOSqMqxvoGRl8UDn4C4eVE9yvHn { top:1.125rem;left:24.75rem;width:23rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSA659UKvWknzMqAQuGu3Wpiy7l8Gxpp { top:4.0625rem;left:1.53125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W { display:block; }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pXRMZtvzafpLs3DTE62XTZWWooFkRaBh { top:7.5rem;left:0rem;width:15.3125rem;height:4.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkrdFrgPUbDrJ3bEX5h5SmuJoOP1WISA { top:20.875rem;left:27.125rem;width:20.625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVVaO3nvwT9kCeIcBLmf8SpsFxTGdRfN { top:25.9375rem;left:30.5625rem;width:17.1875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1NS0r8dcW9Z511PGErSoHfFCTJRlnFO { top:1.5625rem;left:0rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF3vHXmBpOQrv3OG6FmFNB9KBJpe58Sr { top:13rem;left:42.125rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6pRAhXx8ZvQSTT5D1vEOh0HHwVNVAHQ { top:8.1875rem;left:23.375rem;width:24.375rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QycP6mzmRBAo7kyOOvhqwmkfVVSt8nMZ { top:13.0625rem;left:0rem;width:18.4375rem;height:8.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTZ2H4vD0qxrslQBklHIG9VaEcVVnnkf { top:0rem;left:0rem;width:30.0625rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iz9RJOwBXy4M29x0CVMIM3052y8deqFf { top:35.5625rem;left:28.875rem;width:18.875rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZQZJ4pln6yW0PoWp8HC8wArEwK0NEt0 { display:block; }#vZQZJ4pln6yW0PoWp8HC8wArEwK0NEt0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t0I6LhBMXKEG6f1UbbykIEuAvKZv53hk { top:16.6875rem;left:0rem;width:25rem;height:14.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-regular-label { width:23.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-input-text { width:23.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-input-text {padding-top: 0; padding-bottom: 0;}#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-textarea { width:23.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-input-select { width:23.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-input-select {padding-top: 0; padding-bottom: 0;}#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-input-button { width:23.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-checkbox-label { width:22.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd  { width:23.875rem;height:auto;top:11.25rem;left:21.375rem; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .radio-container { width:23.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd {display:block;}#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd { width:23.875rem;height:auto;top:11.25rem;left:21.375rem; }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #ZU0VBOVz3BaTVMsnSF3vKQCW53FF3FPF {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #fCwtO9RzFyU51PPQ08CInuqwd140qdiq {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #LobDvtHKiehxFIb7wtN5rVHCRIq9V9oA {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #xGeLcDed1miL58rIGiT9sdZM74iTR43r {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #UnEaKWEHdqtXvx4Seatvc8LuENF3JiqB {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #rw3q60UU8Fn4Ff9gHtHVJ0uz2qV6f05g {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #imqpEZTwLnw2ZWTlfnp0lwIgtJb7Gg5C {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #ugAGTBVVRaG09hKzHoVOcT0h6xsoL7yg {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #sPE0WiaFCp4ktThr4rMCWiRcg0uq1wBL {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #E5FPuJ5zxvnN18lsPrImUxadvLSbzKDy {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #SMULw2MyfeCz7gSkkqZS2TWJKTbP8EXw {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #VwTeDDROBl7GR2FK8TJXI2xwGrSLE4OM {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #fBwuByEvf2vs2DA8C6g8y7HWALC4XDgE {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #xxOOLfueFCObCpUWzFDU6bgr3EA2KKca {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #AdLpwJ53dTzDC1n76GiSWX4UhdGXTNaP {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #vMB4VTiLXuBR4Di787HkTQb1nfS7srMM {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #eRSccXQ74n9T7ftzhhaa0nCHDPPNdZ9f {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #c6qbCkvac5HnRfW13pKqSvZWbNsG8hWC {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #P1aVHwxQKpWWpSH6Wbd4MPI85tUfVhR5 {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #DQcoK9Jq3fJR5QbWkNXFPd3y4hsL0pPJ {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #ocnp0MFXAUrqeTVnSfUH2tUPO0lhlHUU {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #GTcdtVw1fEHkzCyWn659zhqwIDCumve7 {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #NMblnEGZ25KXTxcgxQVGlPONSZJELHNh {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #TLUEwmGDLra9Q6y5KsVWo6l1FDWl0Hs1 {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #SI8PbFxuNhpOX9tAPqRBqicMD4KIcHTy {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #o5gIBFiTEPHGSyJtg1OrXJT29vDPviO8 {  }
 }@media only screen and (max-width: 763px) { #Ff0Tz9NnMs9kME8LPZxG2vIGGKmHqSsT { top:3.1875rem;left:31.625rem;width:16.125rem;height:7.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xr5V6aKt3zWMdmglafOWVFJaMdOw5xE1 { top:4.3125rem;left:0rem;width:33.25rem;height:;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7ALUiNsKkgIJ4A7oKbpnvNbkZkmoRAb { display:block; }#y7ALUiNsKkgIJ4A7oKbpnvNbkZkmoRAb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #POiLLJr3UIzhJZ2EEx4okMrSToktkcxA { top:2.8125rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GniSUE2MhxoDCpqhQnffUBh1axMT0PVT { top:10.1875rem;left:0rem;width:15.125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUKOSZm47VM6S9G6M2dMKKgHMLA68Iqn { top:8.6875rem;left:0rem;width:47.75rem;height:7.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qB0p4n3rX8KiWJTC07fyQZoQRuGisog5 { top:21.3125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXESMOnaCr44PE7CNiGitWwfSTl6uAq0 { display:block; }#nXESMOnaCr44PE7CNiGitWwfSTl6uAq0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BllSDHhRkiOkRnwcRbtEe8MLGa6hRx0p { top:4.0625rem;left:0rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShrItHCXInPrLIdUIRpoUqWiwxtLzk4y { width:47.5625rem;height:2rem;top:1.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZrZKe75kKuSlQTNB67c3QhUL8L5Jlam { top:5.875rem;left:10.625000953674rem;width:35.9375rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #se4OnHLgf2lilDLkmnh3IsnSOtiagZOc { top:9.75rem;left:10.625000953674rem;width:27.9375rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxo6fgTSWndGNdDgon4a6RhwJ9TbhUli { width:15.875rem;height:2rem;top:1.3125rem;left:28.187500953674rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncIy9GvuGczrwgS4UahXPbcTpTuEDyzh { top:4.0625rem;left:27.125000953674rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1SWHw3Eqxc314qNlh4hq4L6LLmv9PwJ { top:5.875rem;left:36.75rem;width:11rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bs3JMp2TQuTnCaNsbR3TM4ZKNb7Dbkgy { top:9.6875rem;left:29.0625rem;width:18.6875rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1DzAAHx6fUfF1a5ZFAtG0ZuNt2XoH35 { display:block; }#H1DzAAHx6fUfF1a5ZFAtG0ZuNt2XoH35 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n7HxXTIaVR9erl9lVvDQRaWw4hke27T5 { top:9.25rem;left:31.4375rem;width:13.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLy1WUCuA6V7EFRpudeZ0vrRQ6e71lKb { top:11.875rem;left:29.375rem;width:17.875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wg1CLrv2FSva47tz4PVxKGk82L4G5Icu { top:2.625rem;left:29.625rem;width:17.375rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1vZCnMiCuKQVrkKuUzxKQbD55eNmFZd { top:11.875rem;left:8.25rem;width:19.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4JzokdDU5ArqyAggRHX7a4IyKeq3d7R { width:2.6875rem;height:2.6875rem;top:8.8125rem;left:15.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTOUm5AXVE3ag1QosckqfOPgZFbFwQw3 { width:2.8125rem;height:2.8125rem;top:8.5625rem;left:12.4375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJzMeG1SVLAelamVTkTLxzTwZUKCVQC1 { width:3.0625rem;height:3.0625rem;top:8.4375rem;left:9.375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWaaCLTQvRHTKMZFpsS2H8CAkopNf9mm { top:2.3125rem;left:7.125rem;width:14.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 { display:block; }#TOlRHw9yqpq38ebTtFKwK5c1hlNJVS24 > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A07fZ8ALdxmBUc8Uf0Qq8q8ll52yMddO { width:6.625rem;height:4.875rem;top:1.125rem;left:2.0868515339491rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2UkOIHkW4sRa5noD2fMlZZxtv68XwAB { width:6.8125rem;height:3.25rem;top:1.9375rem;left:10.562500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bbccea82-c373-417c-ba66-09f6e723206c/Projektbeznazwy30.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy.adaptive-delivery-prevent-bg, #iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy.lazyload, #iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy.lazyloading { background-image: none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container { background-color: transparent; background-image: none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container > .video-iframe-container { display: none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row > .video-iframe-container { display: none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .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); }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container { width:20rem;height:61.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eEX8xFCH5FIyVCZnHxmgqXQVEbfiMM7V { width:17.8125rem;height:1.625rem;top:8.2899303436281rem;left:1.09375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #olR0CJww02tqnJIwCic5TdUL4rC1yOhm { width:18.75rem;height:6.8046875rem;top:10.539930343628rem;left:0.625rem;font-size:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CThBp8kQpf2dz77RJOpM7OaO1TMhfVlE { width:18.5625rem;height:1.46180625rem;top:17.978298187256rem;left:0.71875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mzfXM5ElpD4byuzglWiM4zavTmpxoKHP { width:16.8125rem;height:3.5625rem;top:54.745660781861rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8QggBIT2DZO49SiQyeAVz41P74SFXlC { display:block; }
 }@media only screen and (max-width: 763px) { #NS5bGirSGBrlCcx3NPN3NNhV2vIRm0Ta { width:20rem;height:60.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b .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; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b .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; }
#cMtp77vlgeer5K4MRbEygQFG9onBtf5b { display:flex;width:13.875rem;height:5.1875rem;top:1.25rem;left:2.3871527910232rem; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #Cpt54go4DmrWONlTBDWLW3xKF1SBD5wJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #rpOnoX00doMbXniTzRxlyT9GyFXstZOq {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #y1TVuzKnoV943kDrKhcT56oFXTsai0Ke {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #O4EPi18SbJCKVWTWZU2VoTiazo8I7zD6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #UqVg53LZcWrz3BNNIPvHIACCnzNobIXn {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #vGeLGTJMA9NHNvoHpXs7Nxs21U70cJbb {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #EcyQhXh2ka5npICh6o4Cu1pOz4vH4uZi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #ShcRnKubnTT8L4spVCwD0oLm6zPl4wT5 {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #P1mLXdP5WttMzcxCW134Ohcqo5OBHuZc {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #Iif5q6SFSWSlTDXmOyXxRo4xIpuAXw5p { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #XF8Ic4aBdHakJon35nLVScAwOR02b3Lu {  }
 }@media only screen and (max-width: 763px) { #cMtp77vlgeer5K4MRbEygQFG9onBtf5b #TfZuHD6kCT1cWgUtrasLbgrkqtTxzSPH {  }
 }@media only screen and (max-width: 763px) { #nrC1OzpBpFmzE1mF6uqv0vPxxGks4EeE { width:11.3125rem;height:11.3125rem;top:29.808160781861rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #McCJP0sehBV6ki3hid6Mxb8rPZzHnPWn { width:11.3125rem;height:11.3125rem;top:36.244791984558rem;left:3.8437501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWOehQSdHquNZFMHvKFuWghHZBPSqvZB { width:16.5625rem;height:2.9236125rem;top:48.182292938233rem;left:1.09375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G8fy7lcaVFk0MeLxCxbxf4iW8mQ6tGHv { width:16rem;height:1.46180625rem;top:51.105035781861rem;left:2.0000001192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FXvKE3o95DkbtQAvm3HCIz4LR73ZveD0 { width:20rem;height:7.309rem;top:21.125000476837rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z { display:block; }#zA7ZMADTedtfQAmoLP6ZrmKKSWTgC88Z > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nIoAxuHyytbdkqZQaQXeTR8BvTMnocBI { width:14.5625rem;height:2.03125rem;top:46.734374523163rem;left:3.4357639551163rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn3xiZpVqEsKc67aGHp3HJbHtIWalCt3 { display:flex;width:3.125rem;height:3.125rem;top:46.18750333786rem;left:1.5625001192093rem; }
 }@media only screen and (max-width: 763px) { #Icy3nRzmB2GnCTJePXy3wMyKmLzlfCiF { width:20rem;height:41.4375rem;top:1.8116283416748rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB { display:block; }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row .container { width:20rem;height:75.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uUkqDnqOdWhdSIwKsKCJfEO60ExznnC3 { width:20rem;height:0.0625rem;top:36.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UTsAE4Z2dUclmhMbIqXxWeTPJS9Thrqs { width:15rem;height:15rem;top:3.5rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOam2AuRHhUnT0bX4yesXuUeDEKJNidR { width:0.9375rem;height:0.9375rem;top:19.1875rem;left:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #rnpxRih2PZM0aek4ATWg5Ot5i3hlVHk6 { width:12.25rem;height:1.625rem;top:20.5rem;left:3.8750001192093rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #milG0GuPhRRorna0nSzH8xatRP3dWSKf { width:10.0625rem;height:1.349825rem;top:22.0625rem;left:4.9687501192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U8tdtvetaHcpJdedAILrzuq6raEyUMxN { width:2.1875rem;height:2.1875rem;top:13.5rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZTo7FQHOFV8RwgTuUpGyOiCw9ddTeVq { width:20rem;height:13.9930625rem;top:23.785591125488rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mBzPgDcNGFVNkXVmFUTzd6KqG3uPEz14 { width:5.6875rem;height:17.6875rem;top:2.21875rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlwdq6mdUyGTXJrArfTe9OTiTRP6TTow { width:15rem;height:15rem;top:39.875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzpAhUX1KDEikl92ZvNUreOTw0fFxMRE { width:2.1875rem;height:2.1875rem;top:49.125rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssukUdro2NBLdefhkgmlBeTOnw2IA2Ju { display:flex;width:1.5rem;height:1.5rem;top:49.4375rem;left:16.0625rem;font-size:1rem; }
#ssukUdro2NBLdefhkgmlBeTOnw2IA2Ju > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #KFJhiC3ybSImNoUG6lqgczJsAytiWUBT { width:0.9375rem;height:0.9375rem;top:62.625rem;left:16.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QaWmfC942buZCExDlmrdDVsNi0soCRzw { width:10.5rem;height:1.625rem;top:57.4375rem;left:6.1875rem;font-size:1.25rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #hxmqZcrymruvyd5PrTTpaBcdQfChPrAF { width:17.1875rem;height:1.349825rem;top:59.061632156372rem;left:1.4062501192093rem;font-size:1.125rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #NRZ5zeIkk9x3ldl8wlRBISoRdcXEJilJ { width:20rem;height:12.59375rem;top:61.437512397766rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b9WRUd7IMScXQIJsTKwvBbBDQQtvn9n3 { width:12.5rem;height:12.5rem;top:4.8125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuUTfclTQgBmyJZdNs0b3B47fEe3eXda { width:12.5rem;height:12.5rem;top:41.1875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTwWwWR7XWllM54Q8B362kbpH14oFqxR { width:5.6875rem;height:17.6875rem;top:38.59375rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpy4N3zMrVCJ06sgHHUzzhBsqSJuUhug { width:19.375rem;height:0.0625rem;top:72.4375rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5Qb9pVpbDkqk1p6WxzA1ktx1Ke447kT { display:flex;width:1.4375rem;height:1.4375rem;top:13.8125rem;left:16rem; }
#T5Qb9pVpbDkqk1p6WxzA1ktx1Ke447kT > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC { display:block; }#TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC > .row .container { width:20rem;height:66.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HD3ebbTlItAygQw3TEsNITDT7xNucdmV { width:20rem;height:59.1875rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kf0PTyFZ3DXf9ezgFr6NFtWSHBrac6ud { display:flex;width:3.0625rem;height:3.0625rem;top:27.017360448838rem;left:2.1250001192093rem; }
 }@media only screen and (max-width: 763px) { #waC3B6Li6lI2BfE5m9BCwnRqJzr9f3xv { display:flex;width:3.1875rem;height:3.1875rem;top:8.65625rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #L0TaR1RLwJhaxvOiqQ5wBcQ2tbRsrmpT { width:10.875rem;height:5.39930625rem;top:42.659723281861rem;left:6.9062501192094rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #agZSRw2JXhnvFUfqxTu5PzXC2bzi0RNg { width:11.5625rem;height:4.04948125rem;top:26.523437261581rem;left:6.9062501192094rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #A4TswCTBT2SDXqCZTwwdvT6snD9sJOZp { width:11.125rem;height:5.39930625rem;top:7.5494718551638rem;left:7.1250001192094rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HcSPfM8tLSsCxQM5ruBv6HwBrDrRGDPA { display:flex;width:2.625rem;height:2.625rem;top:44.047744750976rem;left:2.3437501192093rem; }
 }@media only screen and (max-width: 763px) { #LtdwcJrkB2icOhZc0StmLtyZ9wSBeryv { width:17.75rem;height:4rem;top:61.3125rem;left:1.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKdrTG1AS7wulVVqTvcuJOiVFkcJnUGh { display:block; }
 }@media only screen and (max-width: 763px) { #S1FrFHPd0qQtM1KHL7d3IVmzXBUMwG1v { width:5rem;height:5rem;top:7.875rem;left:1.0625rem;border-top:0.125rem solid #dcf2f1;border-left:0.125rem solid #dcf2f1;border-right:0.125rem solid #dcf2f1;border-bottom:0.125rem solid #dcf2f1;display:block; }
 }@media only screen and (max-width: 763px) { #rD0dZBUJIoLH2d7Lwe1xUbcc9hS4BB9R { width:5rem;height:5rem;top:25.937499761581rem;left:1.0451389551162rem;border-top:0.125rem solid #dcf2f1;border-left:0.125rem solid #dcf2f1;border-right:0.125rem solid #dcf2f1;border-bottom:0.125rem solid #dcf2f1;display:block; }
 }@media only screen and (max-width: 763px) { #EtH7Qs9QhwCl37VJ0yoTtN6FTvH5cbqX { width:5rem;height:5rem;top:42.749999046326rem;left:1.0451389551162rem;border-top:0.125rem solid #dcf2f1;border-left:0.125rem solid #dcf2f1;border-right:0.125rem solid #dcf2f1;border-bottom:0.125rem solid #dcf2f1;display:block; }
 }@media only screen and (max-width: 763px) { #O7UTBJhmPDLxAA6w9dICRqPsOz2uTi8w { width:0.0625rem;height:17.4375rem;top:9.3125rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #khrS13BJ9BfTz43oBvg3UUi9vkhI5eAx { width:15.4375rem;height:6.5625rem;top:15.40625rem;left:2.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8QDsGlX3Jlu1iuSHHWTNfl0GXBWp27p { width:16.9375rem;height:9.375rem;top:14rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkPtEzRKyU60IRs3LIvliOZvVKiz6fOm { width:16.9375rem;height:9.4375rem;top:31.357635259628rem;left:1.4505208730698rem;display:block; }
 }@media only screen and (max-width: 763px) { #bn9WsP8x9AXQF2r9wAWEK3ThilCHC3Zx { width:16.9375rem;height:7.9375rem;top:49.187501907349rem;left:1.4505208730698rem;display:block; }
 }@media only screen and (max-width: 763px) { #baiidrWbmrCVEgQi6VLcS8LIEpeHhRnO { width:15.4375rem;height:6.5625rem;top:32.874999046326rem;left:2.2812501192093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ds2cB7dL2aSTdirRFcxtxSSyLIuCrOGu { width:15.4375rem;height:5.25rem;top:50.500013351441rem;left:2.2812501192093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #su7tG4TET0GxBrrEmVqxGBHFGDifnzuk { width:15.75rem;height:4.0625rem;top:1.4340276718139rem;left:3.1805557012558rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqF91tOSqMqxvoGRl8UDn4C4eVE9yvHn { width:4.5rem;height:4.5rem;top:4.59375rem;left:3.945rem;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #qSA659UKvWknzMqAQuGu3Wpiy7l8Gxpp { display:flex;width:3.125rem;height:3.125rem;top:1.9001767635346rem;left:3.2152777910232rem; }
 }@media only screen and (max-width: 763px) { #Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fbcb0793-6945-4b02-a23d-3effe9ad3e6c/grey1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W.adaptive-delivery-prevent-bg, #Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W.lazyload, #Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W.lazyloading { background-image: none; }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .row .container { background-color: transparent; background-image: none; }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(15,16,53,0.79); }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .row .container > .video-iframe-container { display: none; }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(15,16,53,0.79); }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .row > .video-iframe-container { display: none; }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .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); }#Zs6uL1TLZEWWr5MMmWl5S4G6Sr2lbc6W > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pXRMZtvzafpLs3DTE62XTZWWooFkRaBh { width:15.1875rem;height:3.7361125rem;top:5.7803783416748rem;left:0.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkrdFrgPUbDrJ3bEX5h5SmuJoOP1WISA { width:14.8125rem;height:6.3359375rem;top:29.75rem;left:3.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVVaO3nvwT9kCeIcBLmf8SpsFxTGdRfN { width:13.25rem;height:5.847225rem;top:36.5625rem;left:5.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1NS0r8dcW9Z511PGErSoHfFCTJRlnFO { display:flex;width:4.5625rem;height:4.5625rem;top:1.21875rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #TF3vHXmBpOQrv3OG6FmFNB9KBJpe58Sr { display:flex;width:4.25rem;height:4.25rem;top:24.75rem;left:11.96875rem; }
 }@media only screen and (max-width: 763px) { #i6pRAhXx8ZvQSTT5D1vEOh0HHwVNVAHQ { width:20rem;height:23.75rem;top:21.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QycP6mzmRBAo7kyOOvhqwmkfVVSt8nMZ { width:14.0625rem;height:9.096375rem;top:10.092881679535rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTZ2H4vD0qxrslQBklHIG9VaEcVVnnkf { width:18.6875rem;height:23.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iz9RJOwBXy4M29x0CVMIM3052y8deqFf { width:18.875rem;height:16.4375rem;top:30.125rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vZQZJ4pln6yW0PoWp8HC8wArEwK0NEt0 { display:block; }#vZQZJ4pln6yW0PoWp8HC8wArEwK0NEt0 > .row .container { width:20rem;height:65.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t0I6LhBMXKEG6f1UbbykIEuAvKZv53hk { width:19.5625rem;height:10.234375rem;top:11.687480926514rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-input-text {padding-top: 0; padding-bottom: 0;}#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-input-select {padding-top: 0; padding-bottom: 0;}#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd  { width:17.5rem;height:auto;top:23.874997138977rem;left:0rem; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd {display:block;}#MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd { width:17.5rem;height:auto;top:23.874997138977rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #ZU0VBOVz3BaTVMsnSF3vKQCW53FF3FPF {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #fCwtO9RzFyU51PPQ08CInuqwd140qdiq {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #LobDvtHKiehxFIb7wtN5rVHCRIq9V9oA {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #xGeLcDed1miL58rIGiT9sdZM74iTR43r {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #UnEaKWEHdqtXvx4Seatvc8LuENF3JiqB {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #rw3q60UU8Fn4Ff9gHtHVJ0uz2qV6f05g {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #imqpEZTwLnw2ZWTlfnp0lwIgtJb7Gg5C {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #ugAGTBVVRaG09hKzHoVOcT0h6xsoL7yg {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #sPE0WiaFCp4ktThr4rMCWiRcg0uq1wBL {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #E5FPuJ5zxvnN18lsPrImUxadvLSbzKDy {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #SMULw2MyfeCz7gSkkqZS2TWJKTbP8EXw {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #VwTeDDROBl7GR2FK8TJXI2xwGrSLE4OM {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #fBwuByEvf2vs2DA8C6g8y7HWALC4XDgE {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #xxOOLfueFCObCpUWzFDU6bgr3EA2KKca {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #AdLpwJ53dTzDC1n76GiSWX4UhdGXTNaP {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #vMB4VTiLXuBR4Di787HkTQb1nfS7srMM {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #eRSccXQ74n9T7ftzhhaa0nCHDPPNdZ9f {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #c6qbCkvac5HnRfW13pKqSvZWbNsG8hWC {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #P1aVHwxQKpWWpSH6Wbd4MPI85tUfVhR5 {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #DQcoK9Jq3fJR5QbWkNXFPd3y4hsL0pPJ {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #ocnp0MFXAUrqeTVnSfUH2tUPO0lhlHUU {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #GTcdtVw1fEHkzCyWn659zhqwIDCumve7 {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #NMblnEGZ25KXTxcgxQVGlPONSZJELHNh {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #TLUEwmGDLra9Q6y5KsVWo6l1FDWl0Hs1 {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #SI8PbFxuNhpOX9tAPqRBqicMD4KIcHTy {  }
 }@media only screen and (max-width: 763px) { #MaAC9uixBdZCFlqw4ORVKuVV1KcPafdd #o5gIBFiTEPHGSyJtg1OrXJT29vDPviO8 {  }
 }@media only screen and (max-width: 763px) { #Ff0Tz9NnMs9kME8LPZxG2vIGGKmHqSsT { width:19.375rem;height:4.5rem;top:6rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Xr5V6aKt3zWMdmglafOWVFJaMdOw5xE1 { width:19.375rem;height:4.0625rem;top:2rem;left:0rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y7ALUiNsKkgIJ4A7oKbpnvNbkZkmoRAb { display:block; }#y7ALUiNsKkgIJ4A7oKbpnvNbkZkmoRAb > .row .container { width:20rem;height:32.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #POiLLJr3UIzhJZ2EEx4okMrSToktkcxA { width:20rem;height:2.27430625rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GniSUE2MhxoDCpqhQnffUBh1axMT0PVT { width:15.125rem;height:4.25rem;top:4.9487848281861rem;left:2.4375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUKOSZm47VM6S9G6M2dMKKgHMLA68Iqn { width:20rem;height:14.29425rem;top:9.8237848281863rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qB0p4n3rX8KiWJTC07fyQZoQRuGisog5 { width:20rem;height:2.599825rem;top:28.7421625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nXESMOnaCr44PE7CNiGitWwfSTl6uAq0 { display:block; }#nXESMOnaCr44PE7CNiGitWwfSTl6uAq0 > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BllSDHhRkiOkRnwcRbtEe8MLGa6hRx0p { width:10.3125rem;height:10.3125rem;top:4.0625rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ShrItHCXInPrLIdUIRpoUqWiwxtLzk4y { width:20rem;height:1.21875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZrZKe75kKuSlQTNB67c3QhUL8L5Jlam { width:16.184375rem;height:2.625rem;top:2.46875rem;left:1.9078124165535rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #se4OnHLgf2lilDLkmnh3IsnSOtiagZOc { width:19.6875rem;height:1.854166875rem;top:5.625rem;left:0.15625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fxo6fgTSWndGNdDgon4a6RhwJ9TbhUli { width:20rem;height:1.21875rem;top:9.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncIy9GvuGczrwgS4UahXPbcTpTuEDyzh { width:10.3125rem;height:10.3125rem;top:4.0625rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #e1SWHw3Eqxc314qNlh4hq4L6LLmv9PwJ { width:20rem;height:2.625rem;top:11.5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bs3JMp2TQuTnCaNsbR3TM4ZKNb7Dbkgy { width:20rem;height:1.854166875rem;top:14.75rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H1DzAAHx6fUfF1a5ZFAtG0ZuNt2XoH35 { display:block; }#H1DzAAHx6fUfF1a5ZFAtG0ZuNt2XoH35 > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n7HxXTIaVR9erl9lVvDQRaWw4hke27T5 { width:10.4984375rem;height:1.05625rem;top:16.221876144409rem;left:4.7507811188698rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OLy1WUCuA6V7EFRpudeZ0vrRQ6e71lKb { width:20rem;height:1.05625rem;top:21.39052772522rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wg1CLrv2FSva47tz4PVxKGk82L4G5Icu { width:20rem;height:4.222225rem;top:10.87343788147rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c1vZCnMiCuKQVrkKuUzxKQbD55eNmFZd { width:16.3109375rem;height:1.05625rem;top:17.965625762939rem;left:2.3750000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x4JzokdDU5ArqyAggRHX7a4IyKeq3d7R { width:2.6234375rem;height:2.6234375rem;top:6.875rem;left:9.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTOUm5AXVE3ag1QosckqfOPgZFbFwQw3 { width:2.8734375rem;height:2.8734375rem;top:6.875rem;left:5.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJzMeG1SVLAelamVTkTLxzTwZUKCVQC1 { width:3.0625rem;height:3.0625rem;top:8.4375rem;left:8.4375rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dWaaCLTQvRHTKMZFpsS2H8CAkopNf9mm { width:13.25rem;height:5.75rem;top:1.125rem;left:3.3750000596046rem;display:block; }
 }