.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:217,222,240;--color-primary-1:128,146,205;--color-primary-2:0,37,154;--color-primary-3:0,19,77;--color-primary-4:0,6,23;--color-secondary-0:217,246,250;--color-secondary-1:128,224,239;--color-secondary-2:0,193,222;--color-secondary-3:0,97,111;--color-secondary-4:0,29,33;--color-tertiary-0:255,255,255;--color-tertiary-1:179,190,225;--color-tertiary-2:0,37,154;--color-tertiary-3:0,19,77;--color-tertiary-4:0,4,15;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media (max-width: 763px) { [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%;
}
 }@media only screen and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MyXUdPAiq4KABhTTyykdsHVnvInJVi3b { position:relative;display:block; }#MyXUdPAiq4KABhTTyykdsHVnvInJVi3b { background-color: transparent; background-image: none; }#MyXUdPAiq4KABhTTyykdsHVnvInJVi3b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MyXUdPAiq4KABhTTyykdsHVnvInJVi3b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MyXUdPAiq4KABhTTyykdsHVnvInJVi3b > .row .container > .video-iframe-container { display: none; }#MyXUdPAiq4KABhTTyykdsHVnvInJVi3b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MyXUdPAiq4KABhTTyykdsHVnvInJVi3b > .row > .video-iframe-container { display: none; }#MyXUdPAiq4KABhTTyykdsHVnvInJVi3b > .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); }#MyXUdPAiq4KABhTTyykdsHVnvInJVi3b { border-width: 0; border-radius: 0; }#MyXUdPAiq4KABhTTyykdsHVnvInJVi3b > .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; }#MyXUdPAiq4KABhTTyykdsHVnvInJVi3b > .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:5.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CTyw91XiepiHVbpdLIV9rQCXoE7TOLfq { position:absolute;display:block;z-index:15013;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.1875rem;width:12rem;top:0.96875rem;left:10.1875rem;overflow:hidden;display:block; }
#IwDTXf81CarlzCsko7t7wRWM623OKt52 { position:absolute;display:block;z-index:15012;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:3.4375rem;width:10.1875rem;top:1.15625rem;left:0rem;overflow:hidden;display:block; }
#leoPqBSKcoISvwJ2atEaqOWQyy3ROw2p { background-color:transparent;background-image:none;border-top:0.125rem solid #00c1de;border-left:0.125rem solid #00c1de;border-right:0.125rem solid #00c1de;border-bottom:0.125rem solid #00c1de;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:2.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.5625rem;left:23.375rem;display:block; }
#LnkC6P1RS5q9HDgNmlOn70JkToNncwRy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xuJcTBTRBSlxf8BoqBrP8myT035WBOSa { background-color:transparent;background-image:none;border-top:0.125rem solid #00c1de;border-left:0.125rem solid #00c1de;border-right:0.125rem solid #00c1de;border-bottom:0.125rem solid #00c1de;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.5625rem;left:34rem;display:block; }
#PRhXqVtoxdvVUrsMWUTH32JkEoRZ6k8l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ak3xRcRqfpDCEQaxx09f1l54aOgsGXbx { background-color:transparent;background-image:none;border-top:0.1875rem dotted #00c1de;border-left:0.1875rem dotted #00c1de;border-right:0.1875rem dotted #00c1de;border-bottom:0.1875rem dotted #00c1de;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.51175rem;height:2.57421875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.587890625rem;left:43.0625rem;display:block; }
#AMi7ZCwrftfAwoXL2NFrBoeB3bnKUOzy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6d728c97-2d89-41ef-9058-bc8bc0f5ef86/toImfacetory1.webp");background-position:bottom 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; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi.adaptive-delivery-prevent-bg, #wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi.lazyload, #wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi.lazyloading { background-image: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { background-color: transparent; background-image: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container > .video-iframe-container { display: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container { display: none; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .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); }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { border-width: 0; border-radius: 0; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wdWrUvqV1Bu7q8GMVFpgKLqmKm7wzGEi > .row .container { font-size:0.875rem;font-family:arial;height:34.3125rem;width:60rem;position:relative;display:block; }#zSJaXRuNmZhu9AJ7N7Rl4MbtfKTIBDhT { color:rgba(var(--color-tertiary-0),1);display:block;width:47.4375rem;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:8.5625rem;left:0rem;height:4.0625rem;font-style:normal;display:block; }
#vgD5o4R4Rwgr8qTKGZ07Ldan3thfyT2U { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:3.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:22rem;left:0.75rem;display:block; }
#sD8oxdpUyty0BnUJOmJXZIbpqqEFiIkZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IPJvHkk7QKDIATt5bb5hMVclyER8bO6H { color:rgba(var(--color-tertiary-0),1);display:block;width:38.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.625rem;left:0rem;height:2.5996125rem;font-style:normal;display:block; }
#oNZ0BPmegLbm1HB5pR2WLWuLtnRl3Iwl { color:rgba(var(--color-tertiary-0),1);display:block;width:47.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.4375rem;left:0rem;height:4.0625rem;font-style:normal;display:block; }
#qkQUeFWsuiwGaWmJBflhglfhqA6L5LQK { color:rgba(var(--color-tertiary-0),1);display:block;width:38.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:18rem;left:0.75rem;height:1.94921875rem;font-style:normal;display:block; }
#SwTwl49SCwPyMi5RhBNJ3IFBpLHopkpl { background-color:rgba(var(--color-primary-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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.875rem;height:3.9375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:22rem;left:16.25rem;display:block; }
#fqkfDkZm4HGpAWr49QDUifA2JviX3Iq9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RgNuWixSXEVZSR2Mpp67s3hFXCOPrqTi { position:relative;display:block; }#RgNuWixSXEVZSR2Mpp67s3hFXCOPrqTi { background-color: transparent; background-image: none; }#RgNuWixSXEVZSR2Mpp67s3hFXCOPrqTi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgNuWixSXEVZSR2Mpp67s3hFXCOPrqTi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgNuWixSXEVZSR2Mpp67s3hFXCOPrqTi > .row .container > .video-iframe-container { display: none; }#RgNuWixSXEVZSR2Mpp67s3hFXCOPrqTi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgNuWixSXEVZSR2Mpp67s3hFXCOPrqTi > .row > .video-iframe-container { display: none; }#RgNuWixSXEVZSR2Mpp67s3hFXCOPrqTi > .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); }#RgNuWixSXEVZSR2Mpp67s3hFXCOPrqTi { border-width: 0; border-radius: 0; }#RgNuWixSXEVZSR2Mpp67s3hFXCOPrqTi > .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; }#RgNuWixSXEVZSR2Mpp67s3hFXCOPrqTi > .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:41.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vJ6a3LyM7AU7zqTZ3JmxIkdUTWUFEEtS { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.0625rem;left:0rem;height:5.361325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UH9iPccFVwiH4p9bbSLOrT1EFDLCR5bZ { color:rgba(var(--color-tertiary-3),1);display:block;width:36.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:13.625rem;left:0rem;height:2.3994125rem;font-style:normal;display:block; }
#iT8xsNvSXkzOc2vi8neMATv2O7CVy7ZF { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.75rem solid rgba(var(--color-secondary-2),1);border-left:0.75rem solid rgba(var(--color-secondary-2),1);border-right:0.75rem solid rgba(var(--color-secondary-2),1);border-bottom:0.75rem solid rgba(var(--color-secondary-2),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:17.6875rem;width:17.6875rem;top:11.1875rem;left:35.9375rem;display:block; }
#KAGDNg1sovnQReRTWtFJy2C0bmkeNTBJ { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:21.25rem;left:2.5rem;display:block; }
#Oo3y1AAaoGTfXrVz89mdEgkMTT6dqrH6 { color:rgba(var(--color-tertiary-3),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:21.8125rem;left:12.125rem;height:4.798825rem;display:block; }
#NFWTBHOtodrBuLqNznQ8ieu16GnNPRHn { color:rgba(var(--color-tertiary-3),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:28.375rem;left:12.1875rem;height:4.798825rem;display:block; }
#M3WAX2AfAnt7tRViDki3pTMIAet56Rxb { position:absolute;display:block;z-index:15007;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:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:27.8125rem;left:2.5rem;display:block; }
#hu57UI3LJnz2eoZLCcKC2wWTSvkaMVXS { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.875rem;width:24.6875rem;top:8.875rem;left:31.875rem;overflow:hidden;display:block; }
#u6hnMViWiM9tKIAtKytHUaVzPCg5z3sR { background-color:rgba(var(--color-primary-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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:3.9375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:36rem;left:20.4375rem;display:block; }
#EJAM4GiFE7O6NcOVKJfuty9h9giPXNOp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CSlIais0DfOImF6FfxcR668S2dz8yTdd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row .container { background-color: transparent; background-image: none; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row .container > .video-iframe-container { display: none; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row > .video-iframe-container { display: none; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .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); }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row .container { border-width: 0; border-radius: 0; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CSlIais0DfOImF6FfxcR668S2dz8yTdd > .row .container { font-size:0.875rem;font-family:arial;height:42.125rem;width:60rem;position:relative;display:block; }#OM93wUiOAX2BtNQNWXge8GdCKsMUSA81 { color:rgba(var(--color-tertiary-3),1);display:block;width:51.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 3.0625rem #ffffff;top:2.125rem;left:4.375rem;height:3.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EnTdLWh0sA4uWmZLxVmEvvhCo0TmnOD1 { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30.9375rem;width:55.125rem;top:6.8125rem;left:3.46875rem;display:block; }
#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S { position:relative;display:block; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S { background-color: transparent; background-image: none; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row .container > .video-iframe-container { display: none; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .row > .video-iframe-container { display: none; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .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); }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S { border-width: 0; border-radius: 0; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .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; }#x3KNPh29Jy0PFiCiDN0OpulrpkQ0os8S > .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:31.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MXDcdARGtMJloE4bZ10whmq4a6rpwqg7 { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.5625rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BTaxt0hdRsQVn0aOeHf7puFwf3T4HVgL { color:rgba(var(--color-tertiary-3),1);display:block;width:57.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:8.5625rem;left:1.5rem;height:10.1953125rem;display:block; }
#Q1JrwWAUiiwmMMqxt5Xz4ROAusIzn3mV { color:rgba(var(--color-tertiary-3),1);display:block;width:57.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.7;letter-spacing:0;top:20.3125rem;left:1.5rem;height:10.1953125rem;display:block; }
#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ae81c267-1722-4c45-b297-72ddea9cfde4/Projektbeznazwy45.crop_1104x970_110,82.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR.adaptive-delivery-prevent-bg, #dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR.lazyload, #dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR.lazyloading { background-image: none; }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row .container { background-color: transparent; background-image: none; }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row .container > .video-iframe-container { display: none; }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row > .video-iframe-container { display: none; }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .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); }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row .container { border-width: 0; border-radius: 0; }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dfUZu6xliLJRpqHKpSTBnMZtwpcu7eZR > .row .container { font-size:0.875rem;font-family:arial;height:51.125rem;width:60rem;position:relative;display:block; }#Id6Lt4D5vTkKtGzVHzF6MMoSZl41iOUa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/80a1d685-00e5-4cfc-96b8-811a1f8dfcd7/Projektbeznazwy40.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Id6Lt4D5vTkKtGzVHzF6MMoSZl41iOUa.adaptive-delivery-prevent-bg, #Id6Lt4D5vTkKtGzVHzF6MMoSZl41iOUa.lazyload, #Id6Lt4D5vTkKtGzVHzF6MMoSZl41iOUa.lazyloading { background-image: none; }#Id6Lt4D5vTkKtGzVHzF6MMoSZl41iOUa > .row .container { background-color: transparent; background-image: none; }#Id6Lt4D5vTkKtGzVHzF6MMoSZl41iOUa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Id6Lt4D5vTkKtGzVHzF6MMoSZl41iOUa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Id6Lt4D5vTkKtGzVHzF6MMoSZl41iOUa > .row .container > .video-iframe-container { display: none; }#Id6Lt4D5vTkKtGzVHzF6MMoSZl41iOUa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Id6Lt4D5vTkKtGzVHzF6MMoSZl41iOUa > .row > .video-iframe-container { display: none; }#Id6Lt4D5vTkKtGzVHzF6MMoSZl41iOUa > .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); }#Id6Lt4D5vTkKtGzVHzF6MMoSZl41iOUa > .row .container { border-width: 0; border-radius: 0; }#Id6Lt4D5vTkKtGzVHzF6MMoSZl41iOUa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Id6Lt4D5vTkKtGzVHzF6MMoSZl41iOUa > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:60rem;position:relative;display:block; }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 { position:relative;display:block; }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 { background-color: transparent; background-image: none; }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 > .row .container > .video-iframe-container { display: none; }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 > .row > .video-iframe-container { display: none; }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 > .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); }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 { border-width: 0; border-radius: 0; }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 > .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; }#mp4yZhDiMf1crpNQTMokPQzIK7pGmmw4 > .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:11.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#crTnILwmEDfXJOXrw2J5FsTMQCMlH8P0 { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:3.16796875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#meXisEIwRQMiHdGbL5hcpROI0GpTvKxK { position:relative;display:block; }#meXisEIwRQMiHdGbL5hcpROI0GpTvKxK { background-color: transparent; background-image: none; }#meXisEIwRQMiHdGbL5hcpROI0GpTvKxK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meXisEIwRQMiHdGbL5hcpROI0GpTvKxK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meXisEIwRQMiHdGbL5hcpROI0GpTvKxK > .row .container > .video-iframe-container { display: none; }#meXisEIwRQMiHdGbL5hcpROI0GpTvKxK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meXisEIwRQMiHdGbL5hcpROI0GpTvKxK > .row > .video-iframe-container { display: none; }#meXisEIwRQMiHdGbL5hcpROI0GpTvKxK > .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); }#meXisEIwRQMiHdGbL5hcpROI0GpTvKxK { border-width: 0; border-radius: 0; }#meXisEIwRQMiHdGbL5hcpROI0GpTvKxK > .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; }#meXisEIwRQMiHdGbL5hcpROI0GpTvKxK > .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:21.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SwgVll7RHKRJX23MT7MWBMDK7SnQzlCq { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:2.5rem;left:3.3125rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CmsbA9sthupL1xTPgAgsoCPAEI9GCvT0 { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.125rem;border-top-right-radius:7.125rem;border-bottom-left-radius:7.125rem;border-bottom-right-radius:7.125rem;box-shadow: none;height:14rem;width:14rem;top:1.875rem;left:3.3125rem;overflow:hidden;display:block; }
#MFb0DvlFQDeG4bTV42fl6esaX5t8XzI6 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid rgba(var(--color-secondary-2),1);border-left:0.3125rem solid rgba(var(--color-secondary-2),1);border-right:0.3125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-2),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:15.25rem;width:15.25rem;top:0.9375rem;left:2.375rem;display:block; }
#UrErQkZE0cs7In1Kcc4aasZ15NrV9ITW { color:rgba(var(--color-primary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:6.992968559265rem;left:18.862501144409rem;height:1.6rem;text-align:center;text-align-last:center;display:block; }
#bc9poQJi4QP10V48al99qKcV2mATT2iK { color:rgba(var(--color-tertiary-3),1);display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.6;letter-spacing:0;top:6.9929687976837rem;left:31.687501907349rem;height:1.6rem;text-align:left;text-align-last:left;display:block; }
#ObbOvKykIoKko4QTV3MTVsTRHFnxvGAT { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:3.375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:11.925000190735rem;left:22.343751907349rem;display:block; }
#TyBl8qtZ0OesA1OLvwQXacTFHQwdZOwt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UfZu6nKmo95OO458TAGZh90OQaIAdJBN { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-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:19.25rem;width:60rem;top:0rem;left:0rem;display:block; }
#NhQo9l0lXGdUkhmtQ54AykwEvnTHWiUv { position:relative;display:block; }#NhQo9l0lXGdUkhmtQ54AykwEvnTHWiUv { background-color: transparent; background-image: none; }#NhQo9l0lXGdUkhmtQ54AykwEvnTHWiUv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhQo9l0lXGdUkhmtQ54AykwEvnTHWiUv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhQo9l0lXGdUkhmtQ54AykwEvnTHWiUv > .row .container > .video-iframe-container { display: none; }#NhQo9l0lXGdUkhmtQ54AykwEvnTHWiUv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhQo9l0lXGdUkhmtQ54AykwEvnTHWiUv > .row > .video-iframe-container { display: none; }#NhQo9l0lXGdUkhmtQ54AykwEvnTHWiUv > .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); }#NhQo9l0lXGdUkhmtQ54AykwEvnTHWiUv { border-width: 0; border-radius: 0; }#NhQo9l0lXGdUkhmtQ54AykwEvnTHWiUv > .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; }#NhQo9l0lXGdUkhmtQ54AykwEvnTHWiUv > .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:11.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#irN5a4dLbLS9UnRCAhX6UBsHZk0t9CLp { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:3.16796875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lWWMTFEdG55VEZNWnN27w89x7zG5L7ZM { position:relative;display:block; }#lWWMTFEdG55VEZNWnN27w89x7zG5L7ZM { background-color: transparent; background-image: none; }#lWWMTFEdG55VEZNWnN27w89x7zG5L7ZM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWWMTFEdG55VEZNWnN27w89x7zG5L7ZM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWWMTFEdG55VEZNWnN27w89x7zG5L7ZM > .row .container > .video-iframe-container { display: none; }#lWWMTFEdG55VEZNWnN27w89x7zG5L7ZM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWWMTFEdG55VEZNWnN27w89x7zG5L7ZM > .row > .video-iframe-container { display: none; }#lWWMTFEdG55VEZNWnN27w89x7zG5L7ZM > .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); }#lWWMTFEdG55VEZNWnN27w89x7zG5L7ZM { border-width: 0; border-radius: 0; }#lWWMTFEdG55VEZNWnN27w89x7zG5L7ZM > .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; }#lWWMTFEdG55VEZNWnN27w89x7zG5L7ZM > .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:44.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NoM4vHaImDvtFpv0h8qkrblsmK0foqwO { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-1),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:36.9375rem;width:19.125rem;top:0rem;left:20.437501907349rem;display:block; }
#R7WSUT4tCs8Ll7p3AZTaX1IKRN1ytvDA { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:2.5rem;left:3.3125rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pHd8PRmUThLSWLorePsTnKdOyEtVMWGI { color:rgba(var(--color-primary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.6;letter-spacing:0;top:20.186719417572rem;left:1.875rem;height:1.6rem;text-align:center;text-align-last:center;display:block; }
#TzN0vvgSeGMKk8dEHyzG2VXcEGcxMvZz { color:rgba(var(--color-tertiary-3),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:23.430469512939rem;left:0.875rem;height:3.199225rem;text-align:center;text-align-last:center;display:block; }
#n66NTfOqaoGb8DUwAAPOookzGNB3IewG { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:1.8125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#blXB5FEinHciV2Tm0VgsMHTeJKsRmpfe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JUdCkgkP0Ox1PskwcJ71QpNZm75R5fUH { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-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:35.1875rem;width:19.125rem;top:0rem;left:0rem;display:block; }
#koL4uVqTytlvcIDPELmaFRWABh9T2ybL { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-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:35.125rem;width:19.125rem;top:0rem;left:40.875001907349rem;display:block; }
#aPDctzwwezKk7kHTQ96ME1TuMahRuDEZ { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid rgba(var(--color-secondary-2),1);border-left:0.3125rem solid rgba(var(--color-secondary-2),1);border-right:0.3125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-2),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:15.25rem;width:15.25rem;top:2.499219417572rem;left:1.6375007629394rem;display:block; }
#G4za4QbXJbPz9elaVHlTAIlS2EFhGmxD { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:11.875rem;border-top-right-radius:11.875rem;border-bottom-left-radius:11.875rem;border-bottom-right-radius:11.875rem;box-shadow: none;height:14.0625rem;width:14.0625rem;top:3.3921875953674rem;left:2.53125rem;overflow:hidden;display:block; }
#BerEcTOqHfiAfXWPHLXR9sONO6aHJ267 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid rgba(var(--color-primary-2),1);border-left:0.3125rem solid rgba(var(--color-primary-2),1);border-right:0.3125rem solid rgba(var(--color-primary-2),1);border-bottom:0.3125rem solid rgba(var(--color-primary-2),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:15.25rem;width:15.25rem;top:2.5rem;left:22.0625rem;display:block; }
#hgDR7pezG30rIlZ9f9XLJxGyT4KlHlgx { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:11.875rem;border-top-right-radius:11.875rem;border-bottom-left-radius:11.875rem;border-bottom-right-radius:11.875rem;box-shadow: none;height:14.0625rem;width:14.0625rem;top:3.375rem;left:23rem;overflow:hidden;display:block; }
#OE4cx7PDxBLWlTEsnCxre2WfSOTp1Vzn { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid rgba(var(--color-secondary-2),1);border-left:0.3125rem solid rgba(var(--color-secondary-2),1);border-right:0.3125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-2),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:15.25rem;width:15.25rem;top:2.499219417572rem;left:42.512502670288rem;display:block; }
#KodI9G5mmamsnzUDGw3TCBsG68RWSlcl { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:1.875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:0rem;left:20.4375rem;display:block; }
#O6mvFcbVAuxI3btiOIEpkk97Zql7Ui7R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lTNyhICUMLG6S88zrT8Ay7y9U0aNCKIL { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:20.1859382689rem;left:21.875001907349rem;height:1.6rem;text-align:center;text-align-last:center;display:block; }
#hy9NfCt4W0CKJTtxm01e61qfhd7aZZW9 { color:rgba(var(--color-tertiary-3),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.6;letter-spacing:0;top:23.430469512939rem;left:20.500001907349rem;height:3.199225rem;text-align:center;text-align-last:center;display:block; }
#L4to5KvwygPB6JzF96vCCMa3EfAuCeLR { color:rgba(var(--color-primary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:20.1859382689rem;left:42.312501907349rem;height:1.6rem;text-align:center;text-align-last:center;display:block; }
#czOv8TLathsa6EWQHTHF3wsrB04LtfVB { color:rgba(var(--color-tertiary-3),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.6;letter-spacing:0;top:23.430469989777rem;left:42.250001907349rem;height:3.199225rem;text-align:center;text-align-last:center;display:block; }
#uqncZvzTxAZwFVGtpD0oQULpU8pPcrxe { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:3.375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:29.936718374491rem;left:44.468751907349rem;display:block; }
#ZKW5MiVH5uMvhtNxBQJ3LHHWJwB7uMUo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W9FbQI5eRu8nZCwquZ0cdq2WWHRAwATD { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:11.875rem;border-top-right-radius:11.875rem;border-bottom-left-radius:11.875rem;border-bottom-right-radius:11.875rem;box-shadow: none;height:14.0625rem;width:14.0625rem;top:3.3929691314698rem;left:43.406251907349rem;overflow:hidden;display:block; }
#MG8dT85IgKmEJKCOERbIzkCQZGkrdp1F { color:rgba(var(--color-tertiary-0),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.6;letter-spacing:0;top:27.37890625rem;left:1.3125rem;height:4.7988375rem;text-align:center;text-align-last:center;display:block; }
#RVKGJ6CiTbzJ4Q7ZTut5bExQfe2w0PRI { color:rgba(var(--color-tertiary-0),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.6;letter-spacing:0;top:27.37890625rem;left:21.3125rem;height:4.7988375rem;text-align:center;text-align-last:center;display:block; }
#xVRL5adSZXsptuEM076a0vSBEovbAIbw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/80a1d685-00e5-4cfc-96b8-811a1f8dfcd7/Projektbeznazwy40.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xVRL5adSZXsptuEM076a0vSBEovbAIbw.adaptive-delivery-prevent-bg, #xVRL5adSZXsptuEM076a0vSBEovbAIbw.lazyload, #xVRL5adSZXsptuEM076a0vSBEovbAIbw.lazyloading { background-image: none; }#xVRL5adSZXsptuEM076a0vSBEovbAIbw > .row .container { background-color: transparent; background-image: none; }#xVRL5adSZXsptuEM076a0vSBEovbAIbw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVRL5adSZXsptuEM076a0vSBEovbAIbw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVRL5adSZXsptuEM076a0vSBEovbAIbw > .row .container > .video-iframe-container { display: none; }#xVRL5adSZXsptuEM076a0vSBEovbAIbw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xVRL5adSZXsptuEM076a0vSBEovbAIbw > .row > .video-iframe-container { display: none; }#xVRL5adSZXsptuEM076a0vSBEovbAIbw > .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); }#xVRL5adSZXsptuEM076a0vSBEovbAIbw > .row .container { border-width: 0; border-radius: 0; }#xVRL5adSZXsptuEM076a0vSBEovbAIbw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xVRL5adSZXsptuEM076a0vSBEovbAIbw > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:60rem;position:relative;display:block; }#nhELlzEx8J7dZfrPkUpnlJPGXt9ly0Xp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/80a1d685-00e5-4cfc-96b8-811a1f8dfcd7/Projektbeznazwy40.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nhELlzEx8J7dZfrPkUpnlJPGXt9ly0Xp.adaptive-delivery-prevent-bg, #nhELlzEx8J7dZfrPkUpnlJPGXt9ly0Xp.lazyload, #nhELlzEx8J7dZfrPkUpnlJPGXt9ly0Xp.lazyloading { background-image: none; }#nhELlzEx8J7dZfrPkUpnlJPGXt9ly0Xp > .row .container { background-color: transparent; background-image: none; }#nhELlzEx8J7dZfrPkUpnlJPGXt9ly0Xp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhELlzEx8J7dZfrPkUpnlJPGXt9ly0Xp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhELlzEx8J7dZfrPkUpnlJPGXt9ly0Xp > .row .container > .video-iframe-container { display: none; }#nhELlzEx8J7dZfrPkUpnlJPGXt9ly0Xp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhELlzEx8J7dZfrPkUpnlJPGXt9ly0Xp > .row > .video-iframe-container { display: none; }#nhELlzEx8J7dZfrPkUpnlJPGXt9ly0Xp > .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); }#nhELlzEx8J7dZfrPkUpnlJPGXt9ly0Xp > .row .container { border-width: 0; border-radius: 0; }#nhELlzEx8J7dZfrPkUpnlJPGXt9ly0Xp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nhELlzEx8J7dZfrPkUpnlJPGXt9ly0Xp > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:60rem;position:relative;display:block; }#TM7hJbcRFPealVCBbGop4Te0kXJvOARc { position:relative;display:block; }#TM7hJbcRFPealVCBbGop4Te0kXJvOARc { background-color: transparent; background-image: none; }#TM7hJbcRFPealVCBbGop4Te0kXJvOARc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TM7hJbcRFPealVCBbGop4Te0kXJvOARc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TM7hJbcRFPealVCBbGop4Te0kXJvOARc > .row .container > .video-iframe-container { display: none; }#TM7hJbcRFPealVCBbGop4Te0kXJvOARc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TM7hJbcRFPealVCBbGop4Te0kXJvOARc > .row > .video-iframe-container { display: none; }#TM7hJbcRFPealVCBbGop4Te0kXJvOARc > .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); }#TM7hJbcRFPealVCBbGop4Te0kXJvOARc { border-width: 0; border-radius: 0; }#TM7hJbcRFPealVCBbGop4Te0kXJvOARc > .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; }#TM7hJbcRFPealVCBbGop4Te0kXJvOARc > .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:13.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VzMHgbpuLUwRaPEn2hRdA0ygCg1wUOoP { position:absolute;display:block;z-index:15000;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:5.4375rem;width:16.5rem;top:4.28125rem;left:8.9375rem;overflow:hidden;display:block; }
#z3TAF2iDR5gcq7TMdXaXSCNcacum1PuK { position:absolute;display:block;z-index:15001;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:6.5625rem;width:18.25rem;top:4.28125rem;left:30.875001907349rem;overflow:hidden;display:block; }
#VClexT22TrMRoz6OFl0xDmONfPiDGkes { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/80a1d685-00e5-4cfc-96b8-811a1f8dfcd7/Projektbeznazwy40.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VClexT22TrMRoz6OFl0xDmONfPiDGkes.adaptive-delivery-prevent-bg, #VClexT22TrMRoz6OFl0xDmONfPiDGkes.lazyload, #VClexT22TrMRoz6OFl0xDmONfPiDGkes.lazyloading { background-image: none; }#VClexT22TrMRoz6OFl0xDmONfPiDGkes > .row .container { background-color: transparent; background-image: none; }#VClexT22TrMRoz6OFl0xDmONfPiDGkes::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VClexT22TrMRoz6OFl0xDmONfPiDGkes > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VClexT22TrMRoz6OFl0xDmONfPiDGkes > .row .container > .video-iframe-container { display: none; }#VClexT22TrMRoz6OFl0xDmONfPiDGkes > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VClexT22TrMRoz6OFl0xDmONfPiDGkes > .row > .video-iframe-container { display: none; }#VClexT22TrMRoz6OFl0xDmONfPiDGkes > .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); }#VClexT22TrMRoz6OFl0xDmONfPiDGkes > .row .container { border-width: 0; border-radius: 0; }#VClexT22TrMRoz6OFl0xDmONfPiDGkes > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VClexT22TrMRoz6OFl0xDmONfPiDGkes > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:60rem;position:relative;display:block; }#fG4zLRzaSpOdugSakpMDxSproBhIwXTc { position:relative;display:block; }#fG4zLRzaSpOdugSakpMDxSproBhIwXTc { background-color: transparent; background-image: none; }#fG4zLRzaSpOdugSakpMDxSproBhIwXTc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fG4zLRzaSpOdugSakpMDxSproBhIwXTc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fG4zLRzaSpOdugSakpMDxSproBhIwXTc > .row .container > .video-iframe-container { display: none; }#fG4zLRzaSpOdugSakpMDxSproBhIwXTc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fG4zLRzaSpOdugSakpMDxSproBhIwXTc > .row > .video-iframe-container { display: none; }#fG4zLRzaSpOdugSakpMDxSproBhIwXTc > .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); }#fG4zLRzaSpOdugSakpMDxSproBhIwXTc { border-width: 0; border-radius: 0; }#fG4zLRzaSpOdugSakpMDxSproBhIwXTc > .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; }#fG4zLRzaSpOdugSakpMDxSproBhIwXTc > .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:9rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SZnwNzqDrSPVJkcyKJhu1EQLTbPz2OLV { color:rgba(var(--color-primary-2),1);display:block;width:60rem;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.6718730926514rem;left:0rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rcwPbm3PDlVK1SSeKocaXO2Looatxb6z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rcwPbm3PDlVK1SSeKocaXO2Looatxb6z > .row .container { background-color: transparent; background-image: none; }#rcwPbm3PDlVK1SSeKocaXO2Looatxb6z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcwPbm3PDlVK1SSeKocaXO2Looatxb6z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcwPbm3PDlVK1SSeKocaXO2Looatxb6z > .row .container > .video-iframe-container { display: none; }#rcwPbm3PDlVK1SSeKocaXO2Looatxb6z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rcwPbm3PDlVK1SSeKocaXO2Looatxb6z > .row > .video-iframe-container { display: none; }#rcwPbm3PDlVK1SSeKocaXO2Looatxb6z > .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); }#rcwPbm3PDlVK1SSeKocaXO2Looatxb6z > .row .container { border-width: 0; border-radius: 0; }#rcwPbm3PDlVK1SSeKocaXO2Looatxb6z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rcwPbm3PDlVK1SSeKocaXO2Looatxb6z > .row .container { font-size:0.875rem;font-family:arial;height:26.9375rem;width:60rem;position:relative;display:block; }#now3aKV0V0RNrJCy5zOmRL0Tzyx37XJn { box-sizing:content-box;height:12.125rem;width:12.1235625rem;position:absolute;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block;z-index:15032;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4fd359cd-b282-4509-8430-219224094ef0/21e7cf9d7abf49c6b1eeb8e2d2d17d56.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:1rem;left:8.375rem;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);box-shadow: 0rem 0.0625rem 0rem rgba(var(--color-secondary-0),1) ;display:block; }#now3aKV0V0RNrJCy5zOmRL0Tzyx37XJn.adaptive-delivery-prevent-bg, #now3aKV0V0RNrJCy5zOmRL0Tzyx37XJn.lazyload, #now3aKV0V0RNrJCy5zOmRL0Tzyx37XJn.lazyloading { background-image: none; }
#CccZe6DU7B6yNKT8KOFK9lxhtyst8Kyg { color:rgba(var(--color-tertiary-3),1);display:block;width:16.375rem;position:absolute;font-family:comfortaa;font-size:0.75rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:18.9375rem;left:8.875rem;height:5.8730625rem;text-align:left;text-align-last:left;display:block; }
#DTOLcJHUpQCTbPasdLk48BmVN3aBZoPT { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:15.5625rem;left:8.875rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#KSVTayOkdnoyNCHXIiMlhaLIgdnU0RtL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:23.625rem;left:7.0625rem; }
#zobOx11lxGIqSATys3IMNuOcBM41T4Kq { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:21.75rem;left:7.0625rem; }
#hTIU1spg4nXlM797NixmUZnhf62yGSSd { color:rgba(var(--color-tertiary-3),1);display:block;width:16.375rem;position:absolute;font-family:comfortaa;font-size:0.75rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:18.9375rem;left:39rem;height:5.8730625rem;text-align:left;text-align-last:left;display:block; }
#QX6O5JNAk2WzTEQ68VElQTIq9O5Mo2Ix { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:15.5625rem;left:39rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#EbNXdt4KDU4I7er8whvQdAsvp9mtr4QD { box-sizing:content-box;height:12.125rem;width:12.1235625rem;position:absolute;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block;z-index:15037;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2d3ace34-f12f-40b7-99a3-22e291c73911/Przemek.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:1rem;left:38.5rem;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);box-shadow: 0rem 0.0625rem 0rem rgba(var(--color-secondary-0),1) ;display:block; }#EbNXdt4KDU4I7er8whvQdAsvp9mtr4QD.adaptive-delivery-prevent-bg, #EbNXdt4KDU4I7er8whvQdAsvp9mtr4QD.lazyload, #EbNXdt4KDU4I7er8whvQdAsvp9mtr4QD.lazyloading { background-image: none; }
#doOKJmGIxsDB8oTvfnT5vew7zRqae7GF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:23.625rem;left:37.1875rem; }
#dMFB2pqIE2z83Bv7eX9HmHahpSDDbIuO { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:21.75rem;left:37.1875rem; }
#maFMa18zL2SRGbBVNps0ZG0zfeBkd4ME { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#maFMa18zL2SRGbBVNps0ZG0zfeBkd4ME > .row .container { background-color: transparent; background-image: none; }#maFMa18zL2SRGbBVNps0ZG0zfeBkd4ME::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#maFMa18zL2SRGbBVNps0ZG0zfeBkd4ME > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#maFMa18zL2SRGbBVNps0ZG0zfeBkd4ME > .row .container > .video-iframe-container { display: none; }#maFMa18zL2SRGbBVNps0ZG0zfeBkd4ME > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#maFMa18zL2SRGbBVNps0ZG0zfeBkd4ME > .row > .video-iframe-container { display: none; }#maFMa18zL2SRGbBVNps0ZG0zfeBkd4ME > .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); }#maFMa18zL2SRGbBVNps0ZG0zfeBkd4ME > .row .container { border-width: 0; border-radius: 0; }#maFMa18zL2SRGbBVNps0ZG0zfeBkd4ME > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#maFMa18zL2SRGbBVNps0ZG0zfeBkd4ME > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:60rem;position:relative;display:block; }#zKNm120G8TTmA8bSgdFDvteRJ2D9cl4Q { box-sizing:content-box;height:12.125rem;width:12.122875rem;position:absolute;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block;z-index:15032;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/782d332e-6735-4a3e-b4d5-562b864ed4b5/PRELEGENCIPM4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0.75rem;left:38.25rem;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);box-shadow: 0rem 0.0625rem 0rem rgba(var(--color-secondary-0),1) ;display:block; }#zKNm120G8TTmA8bSgdFDvteRJ2D9cl4Q.adaptive-delivery-prevent-bg, #zKNm120G8TTmA8bSgdFDvteRJ2D9cl4Q.lazyload, #zKNm120G8TTmA8bSgdFDvteRJ2D9cl4Q.lazyloading { background-image: none; }
#SGccMtAKIIGCFDTvrSDBR4MzNO6TXpBl { color:rgba(var(--color-tertiary-3),1);display:block;width:21.8125rem;position:absolute;font-family:comfortaa;font-size:0.75rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:18.6875rem;left:8.125rem;height:5.847675rem;text-align:left;text-align-last:left;display:block; }
#TWIfyB0MZRUs2iVetpVSTOQ1BTnVOmfJ { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:15.3125rem;left:8.125rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#ST9t5hL8rf5sJZDhHa0rkQJTX8lSrHOK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:23.375rem;left:6.3125rem; }
#zLoaXcV5CP31AOqEvE6FB0tsO1oIKcJi { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:21.5rem;left:6.3125rem; }
#i5knLklMgmTiNx1Iz99DhxASKurEU1IC { color:rgba(var(--color-tertiary-3),1);display:block;width:16.375rem;position:absolute;font-family:comfortaa;font-size:0.75rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:18.6875rem;left:38.25rem;height:5.847675rem;text-align:left;text-align-last:left;display:block; }
#EqBrDqKnzzTV1TZxThhn4ZIJWRvUuaex { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:15.3125rem;left:38.25rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#bCV0oJlrPgmBTM0T1zDdUHTozyfd2tkp { box-sizing:content-box;height:12.125rem;width:12.122875rem;position:absolute;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block;z-index:15037;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6b0deea8-82bc-4373-954d-013a002408af/Edytka.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0.75rem;left:6.8125rem;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);box-shadow: 0rem 0.0625rem 0rem rgba(var(--color-secondary-0),1) ;display:block; }#bCV0oJlrPgmBTM0T1zDdUHTozyfd2tkp.adaptive-delivery-prevent-bg, #bCV0oJlrPgmBTM0T1zDdUHTozyfd2tkp.lazyload, #bCV0oJlrPgmBTM0T1zDdUHTozyfd2tkp.lazyloading { background-image: none; }
#LqWH5uUpVIB3qA6NfMk9oE3S8kIeLENA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:23.375rem;left:36.4375rem; }
#vdemsPbM4xdXDTX1JUl84pnVzaTMOe2s { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:21.5rem;left:36.4375rem; }
#T4kzCBtiiWmLRcnGf2S46OvwVrVxmwWH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#T4kzCBtiiWmLRcnGf2S46OvwVrVxmwWH > .row .container { background-color: transparent; background-image: none; }#T4kzCBtiiWmLRcnGf2S46OvwVrVxmwWH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4kzCBtiiWmLRcnGf2S46OvwVrVxmwWH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4kzCBtiiWmLRcnGf2S46OvwVrVxmwWH > .row .container > .video-iframe-container { display: none; }#T4kzCBtiiWmLRcnGf2S46OvwVrVxmwWH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4kzCBtiiWmLRcnGf2S46OvwVrVxmwWH > .row > .video-iframe-container { display: none; }#T4kzCBtiiWmLRcnGf2S46OvwVrVxmwWH > .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); }#T4kzCBtiiWmLRcnGf2S46OvwVrVxmwWH > .row .container { border-width: 0; border-radius: 0; }#T4kzCBtiiWmLRcnGf2S46OvwVrVxmwWH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T4kzCBtiiWmLRcnGf2S46OvwVrVxmwWH > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;position:relative;display:block; }#PNXviplHZ2xmTrzknaxdazrNoni8qT7m { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:1.875rem;left:26.625rem; }
#PNXviplHZ2xmTrzknaxdazrNoni8qT7m > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#Fq2qbKN83tbAnINQZaePJdwMd1WtIlVx { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;top:1.875rem;left:30.9375rem; }
#Fq2qbKN83tbAnINQZaePJdwMd1WtIlVx > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#P1ORqHmLIrtM6OkNWv5bLIHT82pJkwbi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#P1ORqHmLIrtM6OkNWv5bLIHT82pJkwbi > .row .container { background-color: transparent; background-image: none; }#P1ORqHmLIrtM6OkNWv5bLIHT82pJkwbi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P1ORqHmLIrtM6OkNWv5bLIHT82pJkwbi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P1ORqHmLIrtM6OkNWv5bLIHT82pJkwbi > .row .container > .video-iframe-container { display: none; }#P1ORqHmLIrtM6OkNWv5bLIHT82pJkwbi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P1ORqHmLIrtM6OkNWv5bLIHT82pJkwbi > .row > .video-iframe-container { display: none; }#P1ORqHmLIrtM6OkNWv5bLIHT82pJkwbi > .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); }#P1ORqHmLIrtM6OkNWv5bLIHT82pJkwbi > .row .container { border-width: 0; border-radius: 0; }#P1ORqHmLIrtM6OkNWv5bLIHT82pJkwbi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P1ORqHmLIrtM6OkNWv5bLIHT82pJkwbi > .row .container { font-size:0.875rem;font-family:arial;height:22.4375rem;width:60rem;position:relative;display:block; }#EbhM2vfVZK4yEuSt72szz6kNXdHvfAqH { color:#000000;display:block;width:17.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:9.25rem;left:21.3125rem;height:6.49903125rem;text-align:center;text-align-last:center;display:block; }
#OAI14ggP6o7Fu54l2ZfKK2QFmV8mx1m8 { color:#000000;display:block;width:10.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:17rem;left:24.875rem;height:1.3rem;display:block; }
#o92dkHB738gnf9BZfc8vrVimLeOSVEbX { color:#000000;display:block;width:10.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:18.8125rem;left:24.625rem;height:1.3rem;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; }
#Q9IkPKhf3yE4rCptoIkxJObXZXSaxCrF { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:15.3125rem;top:2.375rem;left:22.375rem;overflow:hidden;display:block; }
