.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:237,237,235;--color-primary-1:196,195,188;--color-primary-2:137,135,120;--color-primary-3:69,68,60;--color-primary-4:21,20,18;--color-secondary-0:221,226,227;--color-secondary-1:143,158,160;--color-secondary-2:30,61,65;--color-secondary-3:15,31,33;--color-secondary-4:5,9,10;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:28,28,28;--headlines-font-family:"Ubuntu";--paragraphs-font-family:"Ubuntu"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-primary-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); }#ZiqN7uNEgOhz9hcwvA9mZgkizXroUqdx { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-primary-2),1);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; }#ZiqN7uNEgOhz9hcwvA9mZgkizXroUqdx > .row .container { background-color: transparent; background-image: none; }#ZiqN7uNEgOhz9hcwvA9mZgkizXroUqdx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZiqN7uNEgOhz9hcwvA9mZgkizXroUqdx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZiqN7uNEgOhz9hcwvA9mZgkizXroUqdx > .row .container > .video-iframe-container { display: none; }#ZiqN7uNEgOhz9hcwvA9mZgkizXroUqdx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZiqN7uNEgOhz9hcwvA9mZgkizXroUqdx > .row > .video-iframe-container { display: none; }#ZiqN7uNEgOhz9hcwvA9mZgkizXroUqdx > .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); }#ZiqN7uNEgOhz9hcwvA9mZgkizXroUqdx > .row .container { border-width: 0; border-radius: 0; }#ZiqN7uNEgOhz9hcwvA9mZgkizXroUqdx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZiqN7uNEgOhz9hcwvA9mZgkizXroUqdx > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#W4aKXEhTlBOStis5GD0umWz0icTX8G03 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1862rem;width:11.624rem;top:1.0308160781861rem;left:0rem;overflow:hidden;display:block; }
#VhPfm9x4LT7v81EqJOyTgZTCSDqxXTBV { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1244375rem;height:3.12355625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.5625001192093rem;left:59.87486076355rem;display:block; }
#aoWdonrZikoobUr9P87Izt0wdXto9BOX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aKbUkCWTqH5C6our42reUOTl6lkTpWpp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),1);background-image:url("https://images.assets-landingi.com/uc/a797dc9b-3974-4bf8-a6fb-c094b9afd055/Beznazwy1200x579px2400x579px3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aKbUkCWTqH5C6our42reUOTl6lkTpWpp.adaptive-delivery-prevent-bg, #aKbUkCWTqH5C6our42reUOTl6lkTpWpp.lazyload, #aKbUkCWTqH5C6our42reUOTl6lkTpWpp.lazyloading { background-image: none; }#aKbUkCWTqH5C6our42reUOTl6lkTpWpp > .row .container { background-color: transparent; background-image: none; }#aKbUkCWTqH5C6our42reUOTl6lkTpWpp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKbUkCWTqH5C6our42reUOTl6lkTpWpp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKbUkCWTqH5C6our42reUOTl6lkTpWpp > .row .container > .video-iframe-container { display: none; }#aKbUkCWTqH5C6our42reUOTl6lkTpWpp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKbUkCWTqH5C6our42reUOTl6lkTpWpp > .row > .video-iframe-container { display: none; }#aKbUkCWTqH5C6our42reUOTl6lkTpWpp > .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); }#aKbUkCWTqH5C6our42reUOTl6lkTpWpp > .row .container { border-width: 0; border-radius: 0; }#aKbUkCWTqH5C6our42reUOTl6lkTpWpp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aKbUkCWTqH5C6our42reUOTl6lkTpWpp > .row .container { font-size:0.875rem;font-family:arial;height:36.1875rem;width:75rem;position:relative;display:block; }#tMRp1y4XKls6EOIhLWvT4vqZDDCvoxDA { color:rgba(var(--color-tertiary-0),1);display:block;width:35.499875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:9.6870670318606rem;left:39.186922073364rem;height:7.1498875rem;display:block; }
#kTdXhzE680TS3S4K1vKg7FcNaQ1mZDUr { color:rgba(var(--color-tertiary-0),1);display:block;width:35.499875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:20.296442031861rem;left:39.249422073364rem;height:5.0607625rem;font-style:normal;display:block; }
#OkuN0TVCODAvr8KDTUaBwQOlmb8olxbi { color:rgba(var(--color-tertiary-0),1);display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:2.8125rem;left:39.4375rem;height:4.2230875rem;font-style:normal;display:block; }
#F5lf6VSpPsTkBu0oKgEqeQiqXGobVfis { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.75rem;height:3.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:29.625rem;left:47.25rem;display:block; }
#o5xC3z2P5rexgDWAderrTNy69g5Hr6V7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#INbGiBDllUiLiMFtG0g4chfunCl3213n { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:0.125rem;top:20rem;left:38.3125rem;display:block; }
#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h { 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; }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h > .row .container { background-color: transparent; background-image: none; }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h > .row .container > .video-iframe-container { display: none; }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h > .row > .video-iframe-container { display: none; }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h > .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); }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h > .row .container { border-width: 0; border-radius: 0; }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h > .row .container { font-size:0.875rem;font-family:arial;height:64.8125rem;width:75rem;position:relative;display:block; }#P0PKAWGeKXgDTM5iF9DrCBICiyzLfkfG { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.05) ;height:25rem;width:37.1875rem;top:35.625rem;left:0rem;display:block; }
#NEKOcUSM8Hq5OFT4RPvT5BLAx7DlV1KR { position:absolute;display:block;z-index:15033;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/76b6a4e5-7a3d-4f95-8c7b-3dabef5f5174/PiotrTuralski1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:12.8125rem;top:37.5rem;left:1.875rem;display:block; }#NEKOcUSM8Hq5OFT4RPvT5BLAx7DlV1KR.adaptive-delivery-prevent-bg, #NEKOcUSM8Hq5OFT4RPvT5BLAx7DlV1KR.lazyload, #NEKOcUSM8Hq5OFT4RPvT5BLAx7DlV1KR.lazyloading { background-image: none; }
#JI9QcO2e0r25uLATPNt6yR6QQXHqiRKK { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:40.5rem;left:16.9375rem;height:2.11154375rem;font-style:normal;display:block; }
#IEn0wWSvUmSgad9MR6a4vTcHw5GsmII7 { color:rgba(var(--color-tertiary-4),0.7);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:43.375rem;left:16.9375rem;height:1.49956875rem;font-style:normal;display:block; }
#FLuTlebTgE92nllsILsgWwbt5ERcmIZs { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15026;line-height:1.7;letter-spacing:0;top:52.25rem;left:1.875rem;height:5.735675rem;font-style:normal;display:block; }
#muasE60T4xnRJq4l0NPIO2LIhMhTzvb9 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.05) ;height:25rem;width:37rem;top:35.625rem;left:38rem;display:block; }
#UOZofqqCgNTHNyl3TKvybMrEiBc0sJAD { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:40.5rem;left:54.9375rem;height:2.11154375rem;font-style:normal;display:block; }
#zcKTBFoQhr8eXscRMsnBkVPygp0AVGZu { color:rgba(var(--color-tertiary-4),0.7);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15032;line-height:1.5;letter-spacing:0;top:43.375rem;left:54.9375rem;height:1.49956875rem;font-style:normal;display:block; }
#hTEezF0gKZzAX6c0C39B07uVH0WbkWU9 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15031;line-height:1.7;letter-spacing:0;top:52.25rem;left:39.875rem;height:5.735675rem;font-style:normal;display:block; }
#ZXxB8RddPa8vTEIF2VvOLNcXKQko3Rik { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ce93b430-fe93-4884-b0bf-0b4349e0d3e2/ElaLiberda.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:12.8125rem;top:37.5rem;left:39.875rem;display:block; }#ZXxB8RddPa8vTEIF2VvOLNcXKQko3Rik.adaptive-delivery-prevent-bg, #ZXxB8RddPa8vTEIF2VvOLNcXKQko3Rik.lazyload, #ZXxB8RddPa8vTEIF2VvOLNcXKQko3Rik.lazyloading { background-image: none; }
#lMSk5om1q4n03o0qN7sCQs6Ldd1fAcX5 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:4.375rem;left:-0.0625rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GUCXVG5OTSOoK9yntauctfzXZZxPPfEe { color:rgba(var(--color-tertiary-4),1);display:block;width:70.311875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:21.875rem;left:1.875rem;height:5.68431875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#GUCXVG5OTSOoK9yntauctfzXZZxPPfEe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GUCXVG5OTSOoK9yntauctfzXZZxPPfEe li:before{  }
#qnJ8cpXdXGfyvI1Mzz9FQRWeNvr3WudU { color:rgba(var(--color-tertiary-4),1);display:block;width:72.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:16.1875rem;left:0rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XKwcFTBWaBTuQwoRbSweo7kyyFSxgOTV { position:absolute;display:block;z-index:15008;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:12.5rem;top:8.84375rem;left:0rem;display:block; }
#gd3TSED5SC0tfGqq25rAa3mKi4PTWker { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:31.375rem;left:0rem;height:2.3372375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#SiQcod0MzhX9gtgicfx1gnKOvFdURlwv { color:rgba(var(--color-tertiary-4),1);display:block;width:74.999375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:11.30859375rem;left:0rem;height:2.3372375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#EQsEoUsaohimqDEOFZ0ya4xcCuJC6Q7u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#EQsEoUsaohimqDEOFZ0ya4xcCuJC6Q7u > .row .container { background-color: transparent; background-image: none; }#EQsEoUsaohimqDEOFZ0ya4xcCuJC6Q7u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQsEoUsaohimqDEOFZ0ya4xcCuJC6Q7u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQsEoUsaohimqDEOFZ0ya4xcCuJC6Q7u > .row .container > .video-iframe-container { display: none; }#EQsEoUsaohimqDEOFZ0ya4xcCuJC6Q7u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQsEoUsaohimqDEOFZ0ya4xcCuJC6Q7u > .row > .video-iframe-container { display: none; }#EQsEoUsaohimqDEOFZ0ya4xcCuJC6Q7u > .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); }#EQsEoUsaohimqDEOFZ0ya4xcCuJC6Q7u > .row .container { border-width: 0; border-radius: 0; }#EQsEoUsaohimqDEOFZ0ya4xcCuJC6Q7u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EQsEoUsaohimqDEOFZ0ya4xcCuJC6Q7u > .row .container { font-size:0.875rem;font-family:arial;height:43.4375rem;width:75rem;position:relative;display:block; }#gGJk6ChcM5rgJUm3gbxiTUetUMfELC7S { color:rgba(var(--color-tertiary-4),1);display:block;width:44.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:5.125rem;left:28.9375rem;height:6.449625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TTQMXtXNaEdcd5WOZPtfqsUh3Vc7u2XA { color:rgba(var(--color-tertiary-4),1);display:block;width:46rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:25.125rem;left:28.9375rem;height:1.68691875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rqtpGRawifW1PP8BPaLr1thHniFizqCt { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-primary-2),0.15) ;height:33.0625rem;width:26.4375rem;top:5.0625rem;left:0rem;overflow:hidden;display:block; }
#UqLRzTWRf8SaXnh5GRzuxqX98xidFlQB { position:absolute;display:block;z-index:15007;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:12.5rem;top:13.3125rem;left:28.9375rem;display:block; }
#T1pQrSTRDZpEhJGq4HqPdpgqQ4lBxK4C { color:rgba(var(--color-tertiary-4),1);display:block;width:46.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:29.3125rem;left:28.875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#T1pQrSTRDZpEhJGq4HqPdpgqQ4lBxK4C li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T1pQrSTRDZpEhJGq4HqPdpgqQ4lBxK4C li:before{  }
#MbNb3O8WKy341iMZ8n5e26S4MPeppuP8 { color:rgba(var(--color-tertiary-4),1);display:block;width:46.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:15.541666984558rem;left:28.875rem;height:6.7476875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dTpRnC4bGwrtxblDNi0xiURwqzobJXdn { 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; }#dTpRnC4bGwrtxblDNi0xiURwqzobJXdn > .row .container { background-color: transparent; background-image: none; }#dTpRnC4bGwrtxblDNi0xiURwqzobJXdn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTpRnC4bGwrtxblDNi0xiURwqzobJXdn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTpRnC4bGwrtxblDNi0xiURwqzobJXdn > .row .container > .video-iframe-container { display: none; }#dTpRnC4bGwrtxblDNi0xiURwqzobJXdn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTpRnC4bGwrtxblDNi0xiURwqzobJXdn > .row > .video-iframe-container { display: none; }#dTpRnC4bGwrtxblDNi0xiURwqzobJXdn > .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); }#dTpRnC4bGwrtxblDNi0xiURwqzobJXdn > .row .container { border-width: 0; border-radius: 0; }#dTpRnC4bGwrtxblDNi0xiURwqzobJXdn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dTpRnC4bGwrtxblDNi0xiURwqzobJXdn > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:75rem;position:relative;display:block; }#laE4iKWUXl6RLyiaQTXVPHJAycZlHZ4U { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:5.625rem;left:0rem;height:3.224825rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bXSszGQFqVOvzqXD1mxFsFfJvgZ4o7fT { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-primary-2),0.15) ;height:31.1875rem;width:24.9375rem;top:5.625rem;left:50rem;overflow:hidden;display:block; }
#OHW8D7SIClMHdcdrHHwbC5sEas45i2gv { position:absolute;display:block;z-index:15007;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:12.5rem;top:10.562508821487rem;left:0rem;display:block; }
#lBzbeVmsUTZ3c3WFzTgKOJUwDrAgByMI { color:rgba(var(--color-tertiary-4),1);display:block;width:47.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:12.750001192093rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#H7KMPT07DlZ5EUD5EzSvuMdkI49yU2Vy { color:rgba(var(--color-tertiary-4),1);display:block;width:47.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:17.9375rem;left:0rem;height:19.051625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#H7KMPT07DlZ5EUD5EzSvuMdkI49yU2Vy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#H7KMPT07DlZ5EUD5EzSvuMdkI49yU2Vy li:before{  }
#xrdWJuc8DhT5Mbt3c7qQPTz2yy9R78mA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#xrdWJuc8DhT5Mbt3c7qQPTz2yy9R78mA > .row .container { background-color: transparent; background-image: none; }#xrdWJuc8DhT5Mbt3c7qQPTz2yy9R78mA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xrdWJuc8DhT5Mbt3c7qQPTz2yy9R78mA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xrdWJuc8DhT5Mbt3c7qQPTz2yy9R78mA > .row .container > .video-iframe-container { display: none; }#xrdWJuc8DhT5Mbt3c7qQPTz2yy9R78mA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xrdWJuc8DhT5Mbt3c7qQPTz2yy9R78mA > .row > .video-iframe-container { display: none; }#xrdWJuc8DhT5Mbt3c7qQPTz2yy9R78mA > .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); }#xrdWJuc8DhT5Mbt3c7qQPTz2yy9R78mA > .row .container { border-width: 0; border-radius: 0; }#xrdWJuc8DhT5Mbt3c7qQPTz2yy9R78mA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xrdWJuc8DhT5Mbt3c7qQPTz2yy9R78mA > .row .container { font-size:0.875rem;font-family:arial;height:38rem;width:75rem;position:relative;display:block; }#sPUU5kyntKzEnX2i5tvv0QcJCASaqw9H { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-primary-2),0.15) ;height:28.0625rem;width:24.9375rem;top:5.0625rem;left:0rem;overflow:hidden;display:block; }
#K1U0saTzT8F6x695i83eC63J7xID2sGw { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:8.3125rem;left:28.9375rem;height:14.806125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#K1U0saTzT8F6x695i83eC63J7xID2sGw li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#K1U0saTzT8F6x695i83eC63J7xID2sGw li:before{  }
#cv5t2gltomslH61pyxIHOQTu5mP1IBxJ { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:5.0625rem;left:28.9375rem;height:2rem;font-style:normal;display:block; }
#VJgXQdWVbXKrKzcKnVkMm34s87UIKqgc { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.6;letter-spacing:0;top:5.0625rem;left:53.125rem;height:2rem;font-style:normal;display:block; }
#NSKLEDLnDtyNOAIRXBwI9TrgUnsGSqpi { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15032;line-height:1.5;letter-spacing:0;top:8.3125rem;left:53.125rem;height:17.8045625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#NSKLEDLnDtyNOAIRXBwI9TrgUnsGSqpi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NSKLEDLnDtyNOAIRXBwI9TrgUnsGSqpi li:before{  }
#b7VNM6xT6DGTL5oOoyfubGQKdQglMWK7 { 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:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9994375rem;height:3.37456875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:29.794570922851rem;left:58.061346054077rem;display:block; }
#EXMf5TxzTOFvKm6qsZ0NVdUX7mq3XamE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZCT52GR1oZqu2TAz0aLupB0JRclPwEnV { 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; }#ZCT52GR1oZqu2TAz0aLupB0JRclPwEnV > .row .container { background-color: transparent; background-image: none; }#ZCT52GR1oZqu2TAz0aLupB0JRclPwEnV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCT52GR1oZqu2TAz0aLupB0JRclPwEnV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCT52GR1oZqu2TAz0aLupB0JRclPwEnV > .row .container > .video-iframe-container { display: none; }#ZCT52GR1oZqu2TAz0aLupB0JRclPwEnV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCT52GR1oZqu2TAz0aLupB0JRclPwEnV > .row > .video-iframe-container { display: none; }#ZCT52GR1oZqu2TAz0aLupB0JRclPwEnV > .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); }#ZCT52GR1oZqu2TAz0aLupB0JRclPwEnV > .row .container { border-width: 0; border-radius: 0; }#ZCT52GR1oZqu2TAz0aLupB0JRclPwEnV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZCT52GR1oZqu2TAz0aLupB0JRclPwEnV > .row .container { font-size:0.875rem;font-family:arial;height:55.375rem;width:75rem;position:relative;display:block; }#hIc0WABrJsXFcTi9pixL8G6W8pB2Ac2c { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:16.529296875rem;left:0rem;height:1.94986875rem;font-style:normal;display:block; }
#eWx1XCRp09FauWm5zqXK5OIXyXGBk1to { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:22rem;left:0rem;height:7.30975rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yxNnMEiJRAgTFJBMOJECceJTLwNBfE3H { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5d01e143-956b-4033-b140-8bd154e69784/8E8A3385scaled.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.9375rem;width:25rem;top:34.375rem;left:0rem;display:block; }#yxNnMEiJRAgTFJBMOJECceJTLwNBfE3H.adaptive-delivery-prevent-bg, #yxNnMEiJRAgTFJBMOJECceJTLwNBfE3H.lazyload, #yxNnMEiJRAgTFJBMOJECceJTLwNBfE3H.lazyloading { background-image: none; }
#yxNnMEiJRAgTFJBMOJECceJTLwNBfE3H::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#yxNnMEiJRAgTFJBMOJECceJTLwNBfE3H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0); }#wQP6qx24tL7eO3xyfAWgop7gkT7TqGTG { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1af32c55-5b0f-4108-8bf6-a15a532712bb/8E8A3880scaled.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.9375rem;width:25rem;top:13.5rem;left:25rem;display:block; }#wQP6qx24tL7eO3xyfAWgop7gkT7TqGTG.adaptive-delivery-prevent-bg, #wQP6qx24tL7eO3xyfAWgop7gkT7TqGTG.lazyload, #wQP6qx24tL7eO3xyfAWgop7gkT7TqGTG.lazyloading { background-image: none; }
#wQP6qx24tL7eO3xyfAWgop7gkT7TqGTG::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wQP6qx24tL7eO3xyfAWgop7gkT7TqGTG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0); }#R6uVHtiRlTXLkv9a32dIQfePWOeKWrup { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c6432593-f326-4385-9090-72d1b7ebd783/8E8A3430scaled.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.9375rem;width:25rem;top:34.375rem;left:50rem;display:block; }#R6uVHtiRlTXLkv9a32dIQfePWOeKWrup.adaptive-delivery-prevent-bg, #R6uVHtiRlTXLkv9a32dIQfePWOeKWrup.lazyload, #R6uVHtiRlTXLkv9a32dIQfePWOeKWrup.lazyloading { background-image: none; }
#R6uVHtiRlTXLkv9a32dIQfePWOeKWrup::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#R6uVHtiRlTXLkv9a32dIQfePWOeKWrup::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0); }#hNlP9lo9GVy9RqeB7oUGOy1oifFJEDy3 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:16.529297351837rem;left:53.125rem;height:3.8997375rem;font-style:normal;display:block; }
#tKlFr9xO1HHc69yp6rkerW4R6WZ4qa9c { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:22.125001430511rem;left:53.125rem;height:7.30975rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oVFzHuEWGkRUBgA79prvU88TEV2VGFst { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:38.080078125rem;left:27.5rem;height:3.89901875rem;font-style:normal;display:block; }
#kPfl1RnXcdA5vKt2sr0CB5afDpVxyFG1 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:44.125rem;left:27.5rem;height:7.30975rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Uq5DPMN4BfUdr8MXfM6a4bUKpuR381xB { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:3.8125rem;left:0rem;height:3.224825rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KcQ5Mx2Agroc9x6GRnVBOPwfFDqq3LNK { position:absolute;display:block;z-index:15009;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:12.5rem;top:8.75rem;left:0rem;display:block; }
#A6O4Jk5mLJT6HVLsdnvLfVoBU27stgNS { 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; }#A6O4Jk5mLJT6HVLsdnvLfVoBU27stgNS > .row .container { background-color: transparent; background-image: none; }#A6O4Jk5mLJT6HVLsdnvLfVoBU27stgNS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6O4Jk5mLJT6HVLsdnvLfVoBU27stgNS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6O4Jk5mLJT6HVLsdnvLfVoBU27stgNS > .row .container > .video-iframe-container { display: none; }#A6O4Jk5mLJT6HVLsdnvLfVoBU27stgNS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6O4Jk5mLJT6HVLsdnvLfVoBU27stgNS > .row > .video-iframe-container { display: none; }#A6O4Jk5mLJT6HVLsdnvLfVoBU27stgNS > .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); }#A6O4Jk5mLJT6HVLsdnvLfVoBU27stgNS > .row .container { border-width: 0; border-radius: 0; }#A6O4Jk5mLJT6HVLsdnvLfVoBU27stgNS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A6O4Jk5mLJT6HVLsdnvLfVoBU27stgNS > .row .container { font-size:0.875rem;font-family:arial;height:47.0625rem;width:75rem;position:relative;display:block; }#Jk6nSFF79wpTlpEcStbKrND6ifP4HkVH { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:3rem;left:0rem;height:1.94986875rem;font-style:normal;display:block; }
#UcbpwnVy9TXpNNJJcM10iBiBFOlsLpZc { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:8.5rem;left:0rem;height:5.8478rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hnXvTn5RToCniKiAwKWKciStz6w0QFDK { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ab597600-ad44-484a-9b00-ed1a0137a12d/Projektbeznazwy14.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.9375rem;width:25rem;top:20.875rem;left:0rem;display:block; }#hnXvTn5RToCniKiAwKWKciStz6w0QFDK.adaptive-delivery-prevent-bg, #hnXvTn5RToCniKiAwKWKciStz6w0QFDK.lazyload, #hnXvTn5RToCniKiAwKWKciStz6w0QFDK.lazyloading { background-image: none; }
#hnXvTn5RToCniKiAwKWKciStz6w0QFDK::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#hnXvTn5RToCniKiAwKWKciStz6w0QFDK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0); }#RJN04Wgc7gXu0np7SkZi0tzGKT4oCIGt { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33df8d71-2ed3-4397-9e0e-a8e3c1bad35f/remaxObraz1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.9375rem;width:25rem;top:0rem;left:25rem;display:block; }#RJN04Wgc7gXu0np7SkZi0tzGKT4oCIGt.adaptive-delivery-prevent-bg, #RJN04Wgc7gXu0np7SkZi0tzGKT4oCIGt.lazyload, #RJN04Wgc7gXu0np7SkZi0tzGKT4oCIGt.lazyloading { background-image: none; }
#RJN04Wgc7gXu0np7SkZi0tzGKT4oCIGt::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#RJN04Wgc7gXu0np7SkZi0tzGKT4oCIGt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0); }#a8TSG6906WclyNxW9GrByhtZcpkImQ1a { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/87d26a78-b06f-4833-9526-45ffab9b2309/Projektbeznazwy15.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.93675rem;width:24.99925rem;top:20.874567151069rem;left:50.000722885132rem;display:block; }#a8TSG6906WclyNxW9GrByhtZcpkImQ1a.adaptive-delivery-prevent-bg, #a8TSG6906WclyNxW9GrByhtZcpkImQ1a.lazyload, #a8TSG6906WclyNxW9GrByhtZcpkImQ1a.lazyloading { background-image: none; }
#a8TSG6906WclyNxW9GrByhtZcpkImQ1a::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#a8TSG6906WclyNxW9GrByhtZcpkImQ1a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0); }#JeE3PKm6gHPdwW32XFOLaGBk0gbJ8kT6 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:3rem;left:53.125rem;height:1.94950625rem;font-style:normal;display:block; }
#umzM4H4ne0qI2qIf6osyitBAoKxJburF { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:8.625rem;left:53.125rem;height:2.9239rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vAVET57rkaTR9XqEL7LT6UvkOyUDuJ2l { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:24.5625rem;left:27.5rem;height:3.8997375rem;font-style:normal;display:block; }
#GtctK5Qe70NlKFwhdpNWkdAtJ7WyUWyS { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:30.625rem;left:27.5rem;height:4.38585rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d643dPfDOk9dpQerwoc92anMZfnTwinK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#d643dPfDOk9dpQerwoc92anMZfnTwinK > .row .container { background-color: transparent; background-image: none; }#d643dPfDOk9dpQerwoc92anMZfnTwinK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d643dPfDOk9dpQerwoc92anMZfnTwinK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d643dPfDOk9dpQerwoc92anMZfnTwinK > .row .container > .video-iframe-container { display: none; }#d643dPfDOk9dpQerwoc92anMZfnTwinK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d643dPfDOk9dpQerwoc92anMZfnTwinK > .row > .video-iframe-container { display: none; }#d643dPfDOk9dpQerwoc92anMZfnTwinK > .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); }#d643dPfDOk9dpQerwoc92anMZfnTwinK > .row .container { border-width: 0; border-radius: 0; }#d643dPfDOk9dpQerwoc92anMZfnTwinK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d643dPfDOk9dpQerwoc92anMZfnTwinK > .row .container { font-size:0.875rem;font-family:arial;height:43.4375rem;width:75rem;position:relative;display:block; }#DNPw7k6NIuwiXLcUtDMGByKzXkuLKqzJ { color:rgba(var(--color-tertiary-4),1);display:block;width:44.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:5.125rem;left:28.9375rem;height:3.224825rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M8HhtB36xossTXywrdUyT9IGKEO9WyVD { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-primary-2),0.15) ;height:33.0625rem;width:26.4375rem;top:5.0625rem;left:0rem;overflow:hidden;display:block; }
#XElT9ohEPeCnWOIwFuouF1CIFe6533pk { position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:0.0625rem;top:13.1875rem;left:29.625rem;display:block; }
#pOSfdzg01pavlBOltLZVvwihJB6cFVNh { position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.375rem;top:13.1875rem;left:29.625rem;display:block; }
#remOhTdhRW5yBNEkB8GIZKDrTOmLxeTn { color:rgba(var(--color-tertiary-4),1);display:block;width:2.3125rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:15038;line-height:1.5;letter-spacing:0;top:13.625rem;left:28.9375rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kumwHgE4LtODg8VGVl1Ja8M5mLTBvuTT { color:rgba(var(--color-tertiary-4),1);display:block;width:26.87425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15037;line-height:1.5;letter-spacing:0;top:14.625rem;left:31.25rem;height:1.68691875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ocoxT2gHslzAls6JTXJtwrOHPG4G9lTt { position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:0.0625rem;top:17.0625rem;left:29.625rem;display:block; }
#iiH4wwUOGT5JUT7dsZWTLHDkaQ0BPgbx { position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.375rem;top:17.75rem;left:29.625rem;display:block; }
#JAnyGbOO0lniUrtrOPl53UmQqOrDIDun { position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:0.0625rem;top:19.4375rem;left:29.625rem;display:block; }
#A5R3IZEO0WsK8A3SrauDzdW9Tp98JaGv { position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.375rem;top:19.4375rem;left:29.625rem;display:block; }
#feHOoSr1lzJg8SqKrBUq6TUWEGOAQlEo { color:rgba(var(--color-tertiary-4),1);display:block;width:2.3125rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:15044;line-height:1.5;letter-spacing:0;top:19.875rem;left:28.9375rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cwmaUHDVHQW36JeWxksWMJ9MSouqKCcm { color:rgba(var(--color-tertiary-4),1);display:block;width:33.8121875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15043;line-height:1.5;letter-spacing:0;top:20.873841285706rem;left:31.247831344604rem;height:1.68691875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xgfyZHuuawyZvHoQ8l6TSWrEwOkzlWgM { position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:0.0625rem;top:23.3125rem;left:29.625rem;display:block; }
#TFxGANAT0wwSIOeVqR90IBhfuIeDPImi { position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.375rem;top:24rem;left:29.625rem;display:block; }
#LDFB6P3su7UQxH1fJW0MO4phtvEn5c3O { position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:0.0625rem;top:25.6875rem;left:29.625rem;display:block; }
#nDeTgLZtnZIiWMTMDmyJEz8ElDvbwgmc { position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.375rem;top:25.6875rem;left:29.625rem;display:block; }
#uzdMiDWU0T1txq3lwvCoyqk4J1Q3JZVm { color:rgba(var(--color-tertiary-4),1);display:block;width:2.3125rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:15044;line-height:1.5;letter-spacing:0;top:26.125rem;left:28.9375rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ThtB6nLCKa6z3tpBTs4vItVScKe1RHck { color:rgba(var(--color-tertiary-4),1);display:block;width:36.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15043;line-height:1.5;letter-spacing:0;top:27.125rem;left:31.25rem;height:1.68691875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wTqfphEJ80BZFl2zdwHr1r6EF4UcxBgo { position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:0.0625rem;top:29.5625rem;left:29.625rem;display:block; }
#GBi8Dun1TzCbq3TRBS40l6KqqgtraikG { position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.375rem;top:30.25rem;left:29.625rem;display:block; }
#gguiUnSOsZu0QHAxHm4u7nIfNQqm4kRX { 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:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9994375rem;height:3.37456875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:34.856772542rem;left:45.217741012573rem;display:block; }
#rHIhDnf48aJKwVBDGV3e1peXJgh3NWmh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WLWsX5Hmxr6z0dpOTBkSrAUpNrWktmRx { position:absolute;display:block;z-index:15008;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062210625rem;width:12.49925rem;top:10.018807411194rem;left:28.937356948852rem;display:block; }
#qzoQ1CwiW26QHmT8xIw5XMTw6qiFGo1C { 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; }#qzoQ1CwiW26QHmT8xIw5XMTw6qiFGo1C > .row .container { background-color: transparent; background-image: none; }#qzoQ1CwiW26QHmT8xIw5XMTw6qiFGo1C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzoQ1CwiW26QHmT8xIw5XMTw6qiFGo1C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzoQ1CwiW26QHmT8xIw5XMTw6qiFGo1C > .row .container > .video-iframe-container { display: none; }#qzoQ1CwiW26QHmT8xIw5XMTw6qiFGo1C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzoQ1CwiW26QHmT8xIw5XMTw6qiFGo1C > .row > .video-iframe-container { display: none; }#qzoQ1CwiW26QHmT8xIw5XMTw6qiFGo1C > .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); }#qzoQ1CwiW26QHmT8xIw5XMTw6qiFGo1C > .row .container { border-width: 0; border-radius: 0; }#qzoQ1CwiW26QHmT8xIw5XMTw6qiFGo1C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qzoQ1CwiW26QHmT8xIw5XMTw6qiFGo1C > .row .container { font-size:0.875rem;font-family:arial;height:35.125rem;width:75rem;position:relative;display:block; }#KywL2XNstkGqEqq2Ttywz0bTg7VIZayX { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:8.4375rem;left:7.5625rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pIE3DbVTLd7e3ff39WIdKxo8xHxrHLz2 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.0625rem;width:12.5rem;top:15.625001430511rem;left:31.25rem;display:block; }
#KG4x41skgEEhFVhdLLFitJZiuuZnD8Ro { color:rgba(128,128,128,0.15);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pIqtT06kcsOtD9c873yCi6IkaSe6oxks { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:9.75rem;width:21.0625rem;top:19.09375rem;left:4rem;overflow:hidden;display:block; }
#g7JzLtFMlSc2TVrugmeP1D6Q0e5HKH4q { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:9.75rem;width:21.0625rem;top:19.09375rem;left:26.96875rem;overflow:hidden;display:block; }
#tg2kRpiVuwnfbTxKbTyLkbUmGmvFvb4t { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:9.75rem;width:21.0625rem;top:19.09375rem;left:49.875rem;overflow:hidden;display:block; }
#JTzwx5HngEqGLq4TmOvh5VBu6zVAWMHv { position:relative;display:block; }#JTzwx5HngEqGLq4TmOvh5VBu6zVAWMHv { background-color: transparent; background-image: none; }#JTzwx5HngEqGLq4TmOvh5VBu6zVAWMHv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTzwx5HngEqGLq4TmOvh5VBu6zVAWMHv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTzwx5HngEqGLq4TmOvh5VBu6zVAWMHv > .row .container > .video-iframe-container { display: none; }#JTzwx5HngEqGLq4TmOvh5VBu6zVAWMHv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTzwx5HngEqGLq4TmOvh5VBu6zVAWMHv > .row > .video-iframe-container { display: none; }#JTzwx5HngEqGLq4TmOvh5VBu6zVAWMHv > .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); }#JTzwx5HngEqGLq4TmOvh5VBu6zVAWMHv { border-width: 0; border-radius: 0; }#JTzwx5HngEqGLq4TmOvh5VBu6zVAWMHv > .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; }#JTzwx5HngEqGLq4TmOvh5VBu6zVAWMHv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:53.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fwvH2iTZos7KNzIqhkmvnEKfE9s7i84Q { color:#000000;display:block;width:27.25rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:4.3125rem;left:0rem;height:2.7625875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT .widget-form-header {  }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:36.25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:36.25rem;box-sizing:border-box;height:3.125rem;color:#000000;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;box-shadow: none;line-height:1.2; }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT .widget-input-text {padding-top: 0; padding-bottom: 0;}#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:36.25rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;box-shadow: none;line-height:1.2; }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:36.25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:1rem;overflow:hidden;vertical-align:top;font-weight:300;font-style:normal; }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT .widget-input-select {padding-top: 0; padding-bottom: 0;}#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.1875rem;font-weight:bold;color:#ffffff;width:36.25rem;height:3.75rem;font-family:var(--headlines-font-family);overflow:hidden;box-shadow: 0rem 0.125rem 0.3125rem rgba(0,0,0,0.2) ; }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT [class*="-text"]:-moz-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal; }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT [class*="-text"]::-moz-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal; }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal; }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal; }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;color:#000000;vertical-align:top;width:35.1875rem;overflow:hidden;font-style:normal;float:none;line-height:1.2; }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT .widget-container:first-of-type{padding-top:0;}#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT .widget-container:last-of-type{padding-bottom:0;}#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT  { background-color:rgba(var(--color-primary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:36.25rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15014;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.458770751953rem;left:18.122831344604rem; }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:36.25rem;display:block;vertical-align:top; }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT {display:block;}#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT { background-color:rgba(var(--color-primary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:36.25rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15014;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.458770751953rem;left:18.122831344604rem; }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #O4mspbSimfGHmqv8KvkUEkV0LBKIBrM1 { position:relative; }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #m3ldv1vhPMZgRMXvBsWzTho55CCFGBqp { position:relative;display:none; }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #VaCxpsecnBCR4qT9O9vKphpRLT8GkQqa { position:relative; }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #hh8rKq3OpQyDpfE4IK2iBJdbgJvInJUU { position:relative; }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #kNP9W6wX2odETFcl2550yvmHD7c70IfP { position:relative;display:none; }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #oVZgmhupvkH5nvTAhDG9sEuZ3RW0lvPv { position:relative; }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #QTGcfqBeXTst1du0D0r61Ev5JTTnmgho { position:relative; }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #b5dWX4TRDV6BTBOxaIm5PuVe8aKqI3po { position:relative;display:none; }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #byG4knJkUmRno8TZaXPXa0ArmNuEtB39 { position:relative; }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #TZFhIGaot9HTIIopFxNErUWD2L0HT1lL { position:relative; }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #Twfwe97P4DLUkAyU9q8OAoa9pgrJElVl { position:relative;display:none; }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #WI5JwyH66lwTOOzD94eVydawLsZs7FVx { position:relative; }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #TLNrfHvDWmK47xlnTMDn6E1ov116hESR { position:relative; }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #TLNrfHvDWmK47xlnTMDn6E1ov116hESR .container-column{width:50%;}#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #qiAmChD6eLWFUKIUfnkAoMexSO7afZtw { position:relative;display:none; }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #t5aZNJq5TEJybyfrclflefb5sT0qbe9d { position:relative;z-index:2; }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #HS3ULbWST7Q117LlmFoubXoIfnN3dLn2 { position:relative; }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #O0rv9XzP7B8R2tBJXPzRzxHEeihFgeCp { position:relative;z-index:2; }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #skdzx4uqHOgq8WRh3GKO2vGTqqrsHmqW { position:relative; }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #TXIiD7NEKHtKPb4wMriA57ZZ13RQTPGx { position:relative; }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #U4CiRgR8EFysHIXAM2kAOEpAEudG9FIb { position:relative;display:none; }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #CFQB3oA5zdmP7fDCMnkzQbDdXexvo0up { position:relative; }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #thfo4AM3pK4o9GExMIwO5TSDyB4f29Sq { position:relative; }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #JV5EsAzp7oOVdd0MEvTl6F8CcDBryfxJ { position:relative;display:none; }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #kV2i5G7W8kfDD7gL30nSoxBVAFkGM0ct { position:relative; }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #GmJCmVw9zggcto7vwgxAwe5SAzpeGXXR { position:relative; }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #p14cLNni0H05OnMtM4P2h6y6T9TsCzT8 { position:relative;z-index:2; }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #WKvVpBuBKsDrgXgZcnQWg3VMAyOo8ZLV { position:relative; }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #JHQ1HW0BzTEbn72hFZ4kJ5rSfxZAw4AD { position:relative; }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #f7MyPIoPoZg9o6D7quGH2QyfQ4T9wBpK { position:relative; }
#dcIvSZgDVbcey7F8rndyJQZzmCNXVyJ6 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.06148725rem;width:12.4985625rem;top:8.9315681457519rem;left:0rem;display:block; }
#Fu17TfLw2umoRbIN1827u7LuincouGNh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b4b4b4;background-image:url("https://images.assets-landingi.com/uc/36da6117-9a5e-4637-8610-852abffb228f/Powitalnanalandingi320x579px2400x579px6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#Fu17TfLw2umoRbIN1827u7LuincouGNh.adaptive-delivery-prevent-bg, #Fu17TfLw2umoRbIN1827u7LuincouGNh.lazyload, #Fu17TfLw2umoRbIN1827u7LuincouGNh.lazyloading { background-image: none; }#Fu17TfLw2umoRbIN1827u7LuincouGNh > .row .container { background-color: transparent; background-image: none; }#Fu17TfLw2umoRbIN1827u7LuincouGNh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fu17TfLw2umoRbIN1827u7LuincouGNh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fu17TfLw2umoRbIN1827u7LuincouGNh > .row .container > .video-iframe-container { display: none; }#Fu17TfLw2umoRbIN1827u7LuincouGNh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fu17TfLw2umoRbIN1827u7LuincouGNh > .row > .video-iframe-container { display: none; }#Fu17TfLw2umoRbIN1827u7LuincouGNh > .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); }#Fu17TfLw2umoRbIN1827u7LuincouGNh > .row .container { border-width: 0; border-radius: 0; }#Fu17TfLw2umoRbIN1827u7LuincouGNh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fu17TfLw2umoRbIN1827u7LuincouGNh > .row .container { font-size:0.875rem;font-family:arial;height:26.4375rem;width:75rem;position:relative;display:block; }#igrRzDW4nNo2qS1JzukTErqTRu8dV3Pl { color:#ffffff;display:block;width:42.2496875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:9.7497119903562rem;left:32.750291824341rem;height:3.2313375rem;font-style:normal;display:block; }
#tpIsyPuIzgwsTi3eItzISOBEp6rIeJ65 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.3125rem;position:absolute;font-family:signika;font-size:1.8125rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:14.75rem;left:32.75rem;height:2.1752rem;font-style:normal;display:block; }
#yCodgN00tHfTlhd2sgVpKhlqGrzXILD3 { color:#ffffff;display:block;width:11rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:17.5625rem;left:35rem;height:1.65003125rem;font-style:normal;display:block; }
#TuhoEymJlgi0PZrNePVNe4mhoSwwEqzq { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:17.562211990356rem;left:48.374425888061rem;height:1.65003125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#bqJ2v3AlRWnSmoTUgaDVaTPuGnXEE4RG { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;top:17.5625rem;left:32.75rem; }
#lSuWXesRRm3dFGHAeedgAN9nGDOLk8MP { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;top:17.5625rem;left:48.3125rem; }
#Khoai8R1HUQeFcXKCDGHBkRBNox23Slw { color:#ffffff;display:block;width:22.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15012;line-height:1.2;letter-spacing:0;top:21.642072677613rem;left:32.749567031861rem;height:1.65003125rem;font-style:normal;display:block; }
#bbxT7rJ5wCWzVZtqi25sTtGOfGECbG3y { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:20.557584489868rem;left:64.030534471556rem; }
#bbxT7rJ5wCWzVZtqi25sTtGOfGECbG3y > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; }#SKoftr0MibiSD0wIC4fFB9RCfWlhrEGT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.74956875rem;width:2.74956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:20.588109970092rem;left:68.310911178588rem; }
#SKoftr0MibiSD0wIC4fFB9RCfWlhrEGT > img { max-width: 100%;max-height:100%; width:2.74956875rem; height:2.74956875rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZiqN7uNEgOhz9hcwvA9mZgkizXroUqdx { display:block; }#ZiqN7uNEgOhz9hcwvA9mZgkizXroUqdx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W4aKXEhTlBOStis5GD0umWz0icTX8G03 { width:11.5625rem;height:4.1640517463868rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhPfm9x4LT7v81EqJOyTgZTCSDqxXTBV { width:15.0625rem;height:3.0625rem;top:1.5625rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoWdonrZikoobUr9P87Izt0wdXto9BOX { display:block; }
 }@media only screen and (max-width: 763px) { #aKbUkCWTqH5C6our42reUOTl6lkTpWpp { display:block; }#aKbUkCWTqH5C6our42reUOTl6lkTpWpp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tMRp1y4XKls6EOIhLWvT4vqZDDCvoxDA { top:9.625rem;left:12.3125rem;width:35.4375rem;height:7.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTdXhzE680TS3S4K1vKg7FcNaQ1mZDUr { top:20.25rem;left:12.3125rem;width:35.4375rem;height:6.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkuN0TVCODAvr8KDTUaBwQOlmb8olxbi { top:2.8125rem;left:12.3125rem;width:35.4375rem;height:4.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5lf6VSpPsTkBu0oKgEqeQiqXGobVfis { width:20.75rem;height:3.125rem;top:29.625rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5xC3z2P5rexgDWAderrTNy69g5Hr6V7 { display:block; }
 }@media only screen and (max-width: 763px) { #INbGiBDllUiLiMFtG0g4chfunCl3213n { top:20rem;left:23.875rem;width:0.125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h { display:block; }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P0PKAWGeKXgDTM5iF9DrCBICiyzLfkfG { top:35.625rem;left:0rem;width:37.125rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEKOcUSM8Hq5OFT4RPvT5BLAx7DlV1KR { top:37.5rem;left:0rem;width:12.75rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JI9QcO2e0r25uLATPNt6yR6QQXHqiRKK { top:40.5rem;left:3.3125rem;width:16.6875rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEn0wWSvUmSgad9MR6a4vTcHw5GsmII7 { top:43.375rem;left:3.3125rem;width:13.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLuTlebTgE92nllsILsgWwbt5ERcmIZs { top:52.1875rem;left:0rem;width:32rem;height:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #muasE60T4xnRJq4l0NPIO2LIhMhTzvb9 { top:35.625rem;left:10.8125rem;width:36.9375rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOZofqqCgNTHNyl3TKvybMrEiBc0sJAD { top:40.5rem;left:31.0625rem;width:16.6875rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcKTBFoQhr8eXscRMsnBkVPygp0AVGZu { top:43.375rem;left:34rem;width:13.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTEezF0gKZzAX6c0C39B07uVH0WbkWU9 { top:52.25rem;left:14.6875rem;width:33.0625rem;height:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXxB8RddPa8vTEIF2VvOLNcXKQko3Rik { top:37.5rem;left:26.25rem;width:12.75rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMSk5om1q4n03o0qN7sCQs6Ldd1fAcX5 { width:47.75rem;height:;top:4.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUCXVG5OTSOoK9yntauctfzXZZxPPfEe { width:47.75rem;height:;top:21.8125rem;left:0rem;font-size:1rem;display:block; }#GUCXVG5OTSOoK9yntauctfzXZZxPPfEe li:before{  }
 }@media only screen and (max-width: 763px) { #qnJ8cpXdXGfyvI1Mzz9FQRWeNvr3WudU { width:47.75rem;height:3.75rem;top:16.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKwcFTBWaBTuQwoRbSweo7kyyFSxgOTV { top:8.8125rem;left:0rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gd3TSED5SC0tfGqq25rAa3mKi4PTWker { top:31.3125rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiQcod0MzhX9gtgicfx1gnKOvFdURlwv { top:11.25rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQsEoUsaohimqDEOFZ0ya4xcCuJC6Q7u { display:block; }#EQsEoUsaohimqDEOFZ0ya4xcCuJC6Q7u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gGJk6ChcM5rgJUm3gbxiTUetUMfELC7S { width:44.5625rem;height:6.4375rem;top:5.125rem;left:3.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTQMXtXNaEdcd5WOZPtfqsUh3Vc7u2XA { width:46rem;height:3.375rem;top:25.125rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqtpGRawifW1PP8BPaLr1thHniFizqCt { top:5.0625rem;left:0rem;width:26.4375rem;height:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqLRzTWRf8SaXnh5GRzuxqX98xidFlQB { top:13.3125rem;left:15.3125rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1pQrSTRDZpEhJGq4HqPdpgqQ4lBxK4C { width:46.1875rem;height:;top:29.25rem;left:1.5625rem;font-size:1rem;display:block; }#T1pQrSTRDZpEhJGq4HqPdpgqQ4lBxK4C li:before{  }
 }@media only screen and (max-width: 763px) { #MbNb3O8WKy341iMZ8n5e26S4MPeppuP8 { width:46.0625rem;height:8.375rem;top:15.5rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTpRnC4bGwrtxblDNi0xiURwqzobJXdn { display:block; }#dTpRnC4bGwrtxblDNi0xiURwqzobJXdn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #laE4iKWUXl6RLyiaQTXVPHJAycZlHZ4U { width:37.5625rem;height:3.1875rem;top:5.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXSszGQFqVOvzqXD1mxFsFfJvgZ4o7fT { top:5.625rem;left:22.75rem;width:24.9375rem;height:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHW8D7SIClMHdcdrHHwbC5sEas45i2gv { top:10.5625rem;left:0rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBzbeVmsUTZ3c3WFzTgKOJUwDrAgByMI { top:12.6875rem;left:0rem;width:47.625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7KMPT07DlZ5EUD5EzSvuMdkI49yU2Vy { top:17.875rem;left:0rem;width:47.6875rem;height:;font-size:1.125rem;display:block; }#H7KMPT07DlZ5EUD5EzSvuMdkI49yU2Vy li:before{  }
 }@media only screen and (max-width: 763px) { #xrdWJuc8DhT5Mbt3c7qQPTz2yy9R78mA { display:block; }#xrdWJuc8DhT5Mbt3c7qQPTz2yy9R78mA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sPUU5kyntKzEnX2i5tvv0QcJCASaqw9H { top:5.0625rem;left:0rem;width:24.9375rem;height:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1U0saTzT8F6x695i83eC63J7xID2sGw { top:8.3125rem;left:15.3125rem;width:21.875rem;height:14.8125rem;font-size:1.125rem;display:block; }#K1U0saTzT8F6x695i83eC63J7xID2sGw li:before{  }
 }@media only screen and (max-width: 763px) { #cv5t2gltomslH61pyxIHOQTu5mP1IBxJ { top:5.0625rem;left:15.3125rem;width:21.875rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJgXQdWVbXKrKzcKnVkMm34s87UIKqgc { top:5.0625rem;left:25.875rem;width:21.875rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSKLEDLnDtyNOAIRXBwI9TrgUnsGSqpi { top:8.25rem;left:25.9375rem;width:21.8125rem;height:;font-size:1.125rem;display:block; }#NSKLEDLnDtyNOAIRXBwI9TrgUnsGSqpi li:before{  }
 }@media only screen and (max-width: 763px) { #b7VNM6xT6DGTL5oOoyfubGQKdQglMWK7 { width:11.9375rem;height:3.3125rem;top:29.75rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXMf5TxzTOFvKm6qsZ0NVdUX7mq3XamE { display:block; }
 }@media only screen and (max-width: 763px) { #ZCT52GR1oZqu2TAz0aLupB0JRclPwEnV { display:block; }#ZCT52GR1oZqu2TAz0aLupB0JRclPwEnV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hIc0WABrJsXFcTi9pixL8G6W8pB2Ac2c { top:16.5rem;left:0rem;width:21.875rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWx1XCRp09FauWm5zqXK5OIXyXGBk1to { top:21.9375rem;left:0rem;width:21.8125rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxNnMEiJRAgTFJBMOJECceJTLwNBfE3H { top:34.375rem;left:0rem;width:25rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQP6qx24tL7eO3xyfAWgop7gkT7TqGTG { top:13.5rem;left:11.375rem;width:25rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6uVHtiRlTXLkv9a32dIQfePWOeKWrup { top:34.375rem;left:22.75rem;width:25rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNlP9lo9GVy9RqeB7oUGOy1oifFJEDy3 { top:16.5rem;left:25.875rem;width:21.875rem;height:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKlFr9xO1HHc69yp6rkerW4R6WZ4qa9c { top:22.0625rem;left:25.9375rem;width:21.8125rem;height:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVFzHuEWGkRUBgA79prvU88TEV2VGFst { top:38.0625rem;left:13.874277114868rem;width:19.9375rem;height:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPfl1RnXcdA5vKt2sr0CB5afDpVxyFG1 { top:44.0625rem;left:13.874277114868rem;width:19.9375rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uq5DPMN4BfUdr8MXfM6a4bUKpuR381xB { width:37.5625rem;height:3.1875rem;top:3.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcQ5Mx2Agroc9x6GRnVBOPwfFDqq3LNK { top:8.75rem;left:0rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6O4Jk5mLJT6HVLsdnvLfVoBU27stgNS { display:block; }#A6O4Jk5mLJT6HVLsdnvLfVoBU27stgNS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jk6nSFF79wpTlpEcStbKrND6ifP4HkVH { top:3rem;left:0rem;width:21.875rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcbpwnVy9TXpNNJJcM10iBiBFOlsLpZc { top:8.4375rem;left:0rem;width:21.8125rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnXvTn5RToCniKiAwKWKciStz6w0QFDK { top:20.875rem;left:0rem;width:25rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJN04Wgc7gXu0np7SkZi0tzGKT4oCIGt { top:0rem;left:11.375rem;width:25rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8TSG6906WclyNxW9GrByhtZcpkImQ1a { top:20.8125rem;left:22.8125rem;width:24.9375rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeE3PKm6gHPdwW32XFOLaGBk0gbJ8kT6 { top:3rem;left:25.875rem;width:21.875rem;height:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #umzM4H4ne0qI2qIf6osyitBAoKxJburF { top:8.5625rem;left:25.9375rem;width:21.8125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAVET57rkaTR9XqEL7LT6UvkOyUDuJ2l { top:24.5625rem;left:13.875rem;width:20rem;height:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtctK5Qe70NlKFwhdpNWkdAtJ7WyUWyS { top:30.625rem;left:13.875rem;width:20rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d643dPfDOk9dpQerwoc92anMZfnTwinK { display:block; }#d643dPfDOk9dpQerwoc92anMZfnTwinK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DNPw7k6NIuwiXLcUtDMGByKzXkuLKqzJ { width:44.5rem;height:;top:5.0625rem;left:3.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8HhtB36xossTXywrdUyT9IGKEO9WyVD { top:5.0625rem;left:0rem;width:26.4375rem;height:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XElT9ohEPeCnWOIwFuouF1CIFe6533pk { width:0;height:0.6875rem;top:13.1875rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOSfdzg01pavlBOltLZVvwihJB6cFVNh { width:3.3125rem;height:0;top:13.1875rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #remOhTdhRW5yBNEkB8GIZKDrTOmLxeTn { width:2.25rem;height:3.75rem;top:13.625rem;left:15.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kumwHgE4LtODg8VGVl1Ja8M5mLTBvuTT { width:26.8125rem;height:1.625rem;top:14.5625rem;left:17.624277114868rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocoxT2gHslzAls6JTXJtwrOHPG4G9lTt { width:0;height:0.6875rem;top:17.0625rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiH4wwUOGT5JUT7dsZWTLHDkaQ0BPgbx { width:3.3125rem;height:0;top:17.75rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAnyGbOO0lniUrtrOPl53UmQqOrDIDun { width:0;height:0.6875rem;top:19.4375rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5R3IZEO0WsK8A3SrauDzdW9Tp98JaGv { width:3.3125rem;height:0;top:19.4375rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #feHOoSr1lzJg8SqKrBUq6TUWEGOAQlEo { width:2.25rem;height:;top:19.875rem;left:15.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwmaUHDVHQW36JeWxksWMJ9MSouqKCcm { width:33.75rem;height:1.625rem;top:20.8125rem;left:13.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgfyZHuuawyZvHoQ8l6TSWrEwOkzlWgM { width:0;height:0.6875rem;top:23.3125rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFxGANAT0wwSIOeVqR90IBhfuIeDPImi { width:3.3125rem;height:0;top:24rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDFB6P3su7UQxH1fJW0MO4phtvEn5c3O { width:0;height:0.6875rem;top:25.6875rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDeTgLZtnZIiWMTMDmyJEz8ElDvbwgmc { width:3.3125rem;height:0;top:25.6875rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzdMiDWU0T1txq3lwvCoyqk4J1Q3JZVm { width:2.25rem;height:;top:26.125rem;left:15.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThtB6nLCKa6z3tpBTs4vItVScKe1RHck { width:36.3125rem;height:1.6875rem;top:27.125rem;left:11.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTqfphEJ80BZFl2zdwHr1r6EF4UcxBgo { width:0;height:0.6875rem;top:29.5625rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBi8Dun1TzCbq3TRBS40l6KqqgtraikG { width:3.3125rem;height:0;top:30.25rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #gguiUnSOsZu0QHAxHm4u7nIfNQqm4kRX { width:11.9375rem;height:3.3125rem;top:34.8125rem;left:31.592741012573rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHIhDnf48aJKwVBDGV3e1peXJgh3NWmh { display:block; }
 }@media only screen and (max-width: 763px) { #WLWsX5Hmxr6z0dpOTBkSrAUpNrWktmRx { top:10rem;left:15.312356948852rem;width:12.4375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #qzoQ1CwiW26QHmT8xIw5XMTw6qiFGo1C { display:block; }#qzoQ1CwiW26QHmT8xIw5XMTw6qiFGo1C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KywL2XNstkGqEqq2Ttywz0bTg7VIZayX { width:47.75rem;height:4.0625rem;top:8.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIE3DbVTLd7e3ff39WIdKxo8xHxrHLz2 { width:12.5rem;height:0.0625rem;top:15.625rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG4x41skgEEhFVhdLLFitJZiuuZnD8Ro { width:47.75rem;height:9.75rem;top:4rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIqtT06kcsOtD9c873yCi6IkaSe6oxks { top:19.0625rem;left:0rem;width:21.0625rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7JzLtFMlSc2TVrugmeP1D6Q0e5HKH4q { top:19.0625rem;left:13.34375rem;width:21.0625rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tg2kRpiVuwnfbTxKbTyLkbUmGmvFvb4t { top:19.0625rem;left:26.6875rem;width:21.0625rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTzwx5HngEqGLq4TmOvh5VBu6zVAWMHv { display:block; }#JTzwx5HngEqGLq4TmOvh5VBu6zVAWMHv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwvH2iTZos7KNzIqhkmvnEKfE9s7i84Q { width:27.1875rem;height:2.75rem;top:4.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT .widget-regular-label { width:36.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT .widget-input-text { width:36.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT .widget-input-text {padding-top: 0; padding-bottom: 0;}#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT .widget-textarea { width:36.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT .widget-input-select { width:36.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT .widget-input-select {padding-top: 0; padding-bottom: 0;}#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT .widget-input-button { width:36.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT .widget-checkbox-label { width:35.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT  { width:36.25rem;height:auto;top:12.4375rem;left:4.4978313446045rem; }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT .radio-container { width:36.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT {display:block;}#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT { width:36.25rem;height:auto;top:12.4375rem;left:4.4978313446045rem; }
 }@media only screen and (max-width: 763px) { #gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #O4mspbSimfGHmqv8KvkUEkV0LBKIBrM1 {  }
 }@media only screen and (max-width: 763px) { #gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #m3ldv1vhPMZgRMXvBsWzTho55CCFGBqp { display:none; }
 }@media only screen and (max-width: 763px) { #gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #VaCxpsecnBCR4qT9O9vKphpRLT8GkQqa {  }
 }@media only screen and (max-width: 763px) { #gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #hh8rKq3OpQyDpfE4IK2iBJdbgJvInJUU {  }
 }@media only screen and (max-width: 763px) { #gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #kNP9W6wX2odETFcl2550yvmHD7c70IfP { display:none; }
 }@media only screen and (max-width: 763px) { #gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #oVZgmhupvkH5nvTAhDG9sEuZ3RW0lvPv {  }
 }@media only screen and (max-width: 763px) { #gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #QTGcfqBeXTst1du0D0r61Ev5JTTnmgho {  }
 }@media only screen and (max-width: 763px) { #gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #b5dWX4TRDV6BTBOxaIm5PuVe8aKqI3po { display:none; }
 }@media only screen and (max-width: 763px) { #gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #byG4knJkUmRno8TZaXPXa0ArmNuEtB39 {  }
 }@media only screen and (max-width: 763px) { #gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #TZFhIGaot9HTIIopFxNErUWD2L0HT1lL {  }
 }@media only screen and (max-width: 763px) { #gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #Twfwe97P4DLUkAyU9q8OAoa9pgrJElVl {  }
 }@media only screen and (max-width: 763px) { #gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #WI5JwyH66lwTOOzD94eVydawLsZs7FVx {  }
 }@media only screen and (max-width: 763px) { #gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #TLNrfHvDWmK47xlnTMDn6E1ov116hESR {  }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #TLNrfHvDWmK47xlnTMDn6E1ov116hESR .container-column{width:50%;} }@media only screen and (max-width: 763px) { #gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #qiAmChD6eLWFUKIUfnkAoMexSO7afZtw {  }
 }@media only screen and (max-width: 763px) { #gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #t5aZNJq5TEJybyfrclflefb5sT0qbe9d {  }
 }@media only screen and (max-width: 763px) { #gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #HS3ULbWST7Q117LlmFoubXoIfnN3dLn2 {  }
 }@media only screen and (max-width: 763px) { #gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #O0rv9XzP7B8R2tBJXPzRzxHEeihFgeCp {  }
 }@media only screen and (max-width: 763px) { #gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #skdzx4uqHOgq8WRh3GKO2vGTqqrsHmqW {  }
 }@media only screen and (max-width: 763px) { #gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #TXIiD7NEKHtKPb4wMriA57ZZ13RQTPGx {  }
 }@media only screen and (max-width: 763px) { #gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #U4CiRgR8EFysHIXAM2kAOEpAEudG9FIb {  }
 }@media only screen and (max-width: 763px) { #gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #CFQB3oA5zdmP7fDCMnkzQbDdXexvo0up {  }
 }@media only screen and (max-width: 763px) { #gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #thfo4AM3pK4o9GExMIwO5TSDyB4f29Sq {  }
 }@media only screen and (max-width: 763px) { #gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #JV5EsAzp7oOVdd0MEvTl6F8CcDBryfxJ {  }
 }@media only screen and (max-width: 763px) { #gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #kV2i5G7W8kfDD7gL30nSoxBVAFkGM0ct {  }
 }@media only screen and (max-width: 763px) { #gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #GmJCmVw9zggcto7vwgxAwe5SAzpeGXXR {  }
 }@media only screen and (max-width: 763px) { #gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #p14cLNni0H05OnMtM4P2h6y6T9TsCzT8 {  }
 }@media only screen and (max-width: 763px) { #gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #WKvVpBuBKsDrgXgZcnQWg3VMAyOo8ZLV {  }
 }@media only screen and (max-width: 763px) { #gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #JHQ1HW0BzTEbn72hFZ4kJ5rSfxZAw4AD {  }
 }@media only screen and (max-width: 763px) { #gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #f7MyPIoPoZg9o6D7quGH2QyfQ4T9wBpK {  }
 }@media only screen and (max-width: 763px) { #dcIvSZgDVbcey7F8rndyJQZzmCNXVyJ6 { width:12.4375rem;height:0;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fu17TfLw2umoRbIN1827u7LuincouGNh { display:block; }#Fu17TfLw2umoRbIN1827u7LuincouGNh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #igrRzDW4nNo2qS1JzukTErqTRu8dV3Pl { width:42.1875rem;height:3.1875rem;top:9.6875rem;left:5.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpIsyPuIzgwsTi3eItzISOBEp6rIeJ65 { width:29.25rem;height:2.125rem;top:14.75rem;left:18.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCodgN00tHfTlhd2sgVpKhlqGrzXILD3 { width:10.9375rem;height:1.625rem;top:17.5rem;left:21.374277114868rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuhoEymJlgi0PZrNePVNe4mhoSwwEqzq { width:14.0625rem;height:1.625rem;top:17.5rem;left:33.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqJ2v3AlRWnSmoTUgaDVaTPuGnXEE4RG { top:17.5625rem;left:19.125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSuWXesRRm3dFGHAeedgAN9nGDOLk8MP { top:17.5625rem;left:34.6875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Khoai8R1HUQeFcXKCDGHBkRBNox23Slw { width:22.1875rem;height:1.625rem;top:21.625rem;left:19.124567031861rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbxT7rJ5wCWzVZtqi25sTtGOfGECbG3y { top:20.5rem;left:44.6875rem;width:2.6875rem;height:2.6875rem;display:block; }
#bbxT7rJ5wCWzVZtqi25sTtGOfGECbG3y > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #SKoftr0MibiSD0wIC4fFB9RCfWlhrEGT { top:20.5625rem;left:45rem;width:2.6875rem;height:2.6875rem;display:block; }
#SKoftr0MibiSD0wIC4fFB9RCfWlhrEGT > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZiqN7uNEgOhz9hcwvA9mZgkizXroUqdx { position:relative;z-index:auto;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }#ZiqN7uNEgOhz9hcwvA9mZgkizXroUqdx > .row .container { background-color: transparent; background-image: none; }#ZiqN7uNEgOhz9hcwvA9mZgkizXroUqdx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZiqN7uNEgOhz9hcwvA9mZgkizXroUqdx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZiqN7uNEgOhz9hcwvA9mZgkizXroUqdx > .row .container > .video-iframe-container { display: none; }#ZiqN7uNEgOhz9hcwvA9mZgkizXroUqdx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZiqN7uNEgOhz9hcwvA9mZgkizXroUqdx > .row > .video-iframe-container { display: none; }#ZiqN7uNEgOhz9hcwvA9mZgkizXroUqdx > .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); }#ZiqN7uNEgOhz9hcwvA9mZgkizXroUqdx > .row .container { border-width: 0; border-radius: 0; }#ZiqN7uNEgOhz9hcwvA9mZgkizXroUqdx > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W4aKXEhTlBOStis5GD0umWz0icTX8G03 { width:8.1871875rem;height:2.68735625rem;top:1.0076678991318rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhPfm9x4LT7v81EqJOyTgZTCSDqxXTBV { width:10.187375rem;height:2.43706875rem;top:1.132089138031rem;left:9.8119217157363rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoWdonrZikoobUr9P87Izt0wdXto9BOX { display:block; }
 }@media only screen and (max-width: 763px) { #aKbUkCWTqH5C6our42reUOTl6lkTpWpp { background-color:rgba(var(--color-tertiary-4),0.73);background-image:none;display:block; }#aKbUkCWTqH5C6our42reUOTl6lkTpWpp > .row .container { background-color: transparent; background-image: none; }#aKbUkCWTqH5C6our42reUOTl6lkTpWpp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKbUkCWTqH5C6our42reUOTl6lkTpWpp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKbUkCWTqH5C6our42reUOTl6lkTpWpp > .row .container > .video-iframe-container { display: none; }#aKbUkCWTqH5C6our42reUOTl6lkTpWpp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKbUkCWTqH5C6our42reUOTl6lkTpWpp > .row > .video-iframe-container { display: none; }#aKbUkCWTqH5C6our42reUOTl6lkTpWpp > .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); }#aKbUkCWTqH5C6our42reUOTl6lkTpWpp > .row .container { width:20rem;height:42.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tMRp1y4XKls6EOIhLWvT4vqZDDCvoxDA { width:20rem;height:9.507375rem;top:11.4375rem;left:0rem;font-size:2.4375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kTdXhzE680TS3S4K1vKg7FcNaQ1mZDUr { width:18.125rem;height:8.997375rem;top:24.1875rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OkuN0TVCODAvr8KDTUaBwQOlmb8olxbi { width:19.99925rem;height:6.3346375rem;top:2.930410861969rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F5lf6VSpPsTkBu0oKgEqeQiqXGobVfis { width:19.9985625rem;height:2.9362rem;top:37.061634540558rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5xC3z2P5rexgDWAderrTNy69g5Hr6V7 { display:block; }
 }@media only screen and (max-width: 763px) { #INbGiBDllUiLiMFtG0g4chfunCl3213n { width:0.062210625rem;height:10.812375rem;top:23.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h { display:block; }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h > .row .container { width:20rem;height:91.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P0PKAWGeKXgDTM5iF9DrCBICiyzLfkfG { width:20rem;height:23.1875rem;top:65.8125rem;left:0rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #NEKOcUSM8Hq5OFT4RPvT5BLAx7DlV1KR { width:8.25rem;height:12.8125rem;top:45.0625rem;left:1.0625rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/76b6a4e5-7a3d-4f95-8c7b-3dabef5f5174/PiotrTuralski1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#NEKOcUSM8Hq5OFT4RPvT5BLAx7DlV1KR.adaptive-delivery-prevent-bg, #NEKOcUSM8Hq5OFT4RPvT5BLAx7DlV1KR.lazyload, #NEKOcUSM8Hq5OFT4RPvT5BLAx7DlV1KR.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #JI9QcO2e0r25uLATPNt6yR6QQXHqiRKK { width:8.3125rem;height:3.73698125rem;top:47.3125rem;left:10.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEn0wWSvUmSgad9MR6a4vTcHw5GsmII7 { width:8.3125rem;height:2.99913125rem;top:51.375rem;left:10.625rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #FLuTlebTgE92nllsILsgWwbt5ERcmIZs { width:17.5625rem;height:5.95196875rem;top:58.875rem;left:1.125rem;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #muasE60T4xnRJq4l0NPIO2LIhMhTzvb9 { width:19.9985625rem;height:22.4985625rem;top:43.375rem;left:0rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #UOZofqqCgNTHNyl3TKvybMrEiBc0sJAD { width:8.3125rem;height:3.73698125rem;top:69.75rem;left:10.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcKTBFoQhr8eXscRMsnBkVPygp0AVGZu { width:7.9375rem;height:1.49956875rem;top:74.25rem;left:10.4375rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #hTEezF0gKZzAX6c0C39B07uVH0WbkWU9 { width:17.5625rem;height:5.95196875rem;top:82rem;left:1.25rem;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ZXxB8RddPa8vTEIF2VvOLNcXKQko3Rik { width:8.25rem;height:12.8125rem;top:67.9375rem;left:1.1875rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ce93b430-fe93-4884-b0bf-0b4349e0d3e2/ElaLiberda.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ZXxB8RddPa8vTEIF2VvOLNcXKQko3Rik.adaptive-delivery-prevent-bg, #ZXxB8RddPa8vTEIF2VvOLNcXKQko3Rik.lazyload, #ZXxB8RddPa8vTEIF2VvOLNcXKQko3Rik.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #lMSk5om1q4n03o0qN7sCQs6Ldd1fAcX5 { width:19.99925rem;height:3.75rem;top:2.2489886283874rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUCXVG5OTSOoK9yntauctfzXZZxPPfEe { width:19.9985625rem;height:15.6191875rem;top:22.499277949333rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#GUCXVG5OTSOoK9yntauctfzXZZxPPfEe li:before{  }
 }@media only screen and (max-width: 763px) { #qnJ8cpXdXGfyvI1Mzz9FQRWeNvr3WudU { width:19.99925rem;height:7.4978125rem;top:13.122829914093rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKwcFTBWaBTuQwoRbSweo7kyyFSxgOTV { width:12.5rem;height:0.0625rem;top:6.8125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gd3TSED5SC0tfGqq25rAa3mKi4PTWker { width:19.9985625rem;height:2.8862875rem;top:40.5625rem;left:0rem;font-size:1.3125rem;z-index:15001;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SiQcod0MzhX9gtgicfx1gnKOvFdURlwv { width:19.9985625rem;height:3.30005625rem;top:8.247977256775rem;left:0rem;font-size:1.5rem;z-index:15001;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EQsEoUsaohimqDEOFZ0ya4xcCuJC6Q7u { display:block; }#EQsEoUsaohimqDEOFZ0ya4xcCuJC6Q7u > .row .container { width:20rem;height:72.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gGJk6ChcM5rgJUm3gbxiTUetUMfELC7S { width:20rem;height:3.14815rem;top:2.7500104904175rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTQMXtXNaEdcd5WOZPtfqsUh3Vc7u2XA { width:20rem;height:4.4987rem;top:9.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqtpGRawifW1PP8BPaLr1thHniFizqCt { width:18rem;height:22.5625rem;top:30.747243881226rem;left:0.936053276062rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqLRzTWRf8SaXnh5GRzuxqX98xidFlQB { width:12.5rem;height:0.0625rem;top:7.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1pQrSTRDZpEhJGq4HqPdpgqQ4lBxK4C { width:20rem;height:14.119625rem;top:15rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }#T1pQrSTRDZpEhJGq4HqPdpgqQ4lBxK4C li:before{  }
 }@media only screen and (max-width: 763px) { #MbNb3O8WKy341iMZ8n5e26S4MPeppuP8 { width:19.9985625rem;height:13.496125rem;top:55.373266220093rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTpRnC4bGwrtxblDNi0xiURwqzobJXdn { display:block; }#dTpRnC4bGwrtxblDNi0xiURwqzobJXdn > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #laE4iKWUXl6RLyiaQTXVPHJAycZlHZ4U { width:20rem;height:1.574075rem;top:2.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXSszGQFqVOvzqXD1mxFsFfJvgZ4o7fT { width:18.0625rem;height:22.625rem;top:79.687500953675rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OHW8D7SIClMHdcdrHHwbC5sEas45i2gv { width:12.5rem;height:0.0625rem;top:5.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBzbeVmsUTZ3c3WFzTgKOJUwDrAgByMI { width:20rem;height:5.9982625rem;top:7.8248653411862rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H7KMPT07DlZ5EUD5EzSvuMdkI49yU2Vy { width:20rem;height:35.172875rem;top:15.236328125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#H7KMPT07DlZ5EUD5EzSvuMdkI49yU2Vy li:before{  }
 }@media only screen and (max-width: 763px) { #xrdWJuc8DhT5Mbt3c7qQPTz2yy9R78mA { display:block; }#xrdWJuc8DhT5Mbt3c7qQPTz2yy9R78mA > .row .container { width:20rem;height:54.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sPUU5kyntKzEnX2i5tvv0QcJCASaqw9H { width:18.125rem;height:20.4375rem;top:28.0625rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #K1U0saTzT8F6x695i83eC63J7xID2sGw { width:20rem;height:18.18rem;top:5.6875rem;left:0rem;font-size:1.125rem;display:block; }#K1U0saTzT8F6x695i83eC63J7xID2sGw li:before{  }
 }@media only screen and (max-width: 763px) { #cv5t2gltomslH61pyxIHOQTu5mP1IBxJ { width:20rem;height:1.79976875rem;top:2.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJgXQdWVbXKrKzcKnVkMm34s87UIKqgc { width:20rem;height:1.79976875rem;top:26.61653649807rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSKLEDLnDtyNOAIRXBwI9TrgUnsGSqpi { width:20rem;height:17.8045625rem;top:29.1875rem;left:0rem;font-size:1.125rem;line-height:1.5;display:block; }#NSKLEDLnDtyNOAIRXBwI9TrgUnsGSqpi li:before{  }
 }@media only screen and (max-width: 763px) { #b7VNM6xT6DGTL5oOoyfubGQKdQglMWK7 { width:19.9985625rem;height:3.37456875rem;top:49.535600662231rem;left:0rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #EXMf5TxzTOFvKm6qsZ0NVdUX7mq3XamE { display:block; }
 }@media only screen and (max-width: 763px) { #ZCT52GR1oZqu2TAz0aLupB0JRclPwEnV { display:block; }#ZCT52GR1oZqu2TAz0aLupB0JRclPwEnV > .row .container { width:20rem;height:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hIc0WABrJsXFcTi9pixL8G6W8pB2Ac2c { width:12.375rem;height:3.30005625rem;top:11rem;left:7.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWx1XCRp09FauWm5zqXK5OIXyXGBk1to { width:20rem;height:6.4959375rem;top:15.5rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxNnMEiJRAgTFJBMOJECceJTLwNBfE3H { width:6.25rem;height:6.25rem;top:8rem;left:0.0625rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33df8d71-2ed3-4397-9e0e-a8e3c1bad35f/remaxObraz1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15001;display:block; }#yxNnMEiJRAgTFJBMOJECceJTLwNBfE3H.adaptive-delivery-prevent-bg, #yxNnMEiJRAgTFJBMOJECceJTLwNBfE3H.lazyload, #yxNnMEiJRAgTFJBMOJECceJTLwNBfE3H.lazyloading { background-image: none; }
#yxNnMEiJRAgTFJBMOJECceJTLwNBfE3H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0); } }@media only screen and (max-width: 763px) { #wQP6qx24tL7eO3xyfAWgop7gkT7TqGTG { width:6.25rem;height:6.25rem;top:24.0625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6uVHtiRlTXLkv9a32dIQfePWOeKWrup { width:6.25rem;height:6.25rem;top:41.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNlP9lo9GVy9RqeB7oUGOy1oifFJEDy3 { width:12.4375rem;height:4.9500875rem;top:25.375rem;left:7.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKlFr9xO1HHc69yp6rkerW4R6WZ4qa9c { width:20rem;height:7.795125rem;top:31.8125rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVFzHuEWGkRUBgA79prvU88TEV2VGFst { width:12.49925rem;height:4.9500875rem;top:42.594764709472rem;left:7.5007234811781rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPfl1RnXcdA5vKt2sr0CB5afDpVxyFG1 { width:20rem;height:6.4959375rem;top:48.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uq5DPMN4BfUdr8MXfM6a4bUKpuR381xB { width:20rem;height:1.574075rem;top:2.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcQ5Mx2Agroc9x6GRnVBOPwfFDqq3LNK { width:12.5rem;height:0.0625rem;top:5.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6O4Jk5mLJT6HVLsdnvLfVoBU27stgNS { display:block; }#A6O4Jk5mLJT6HVLsdnvLfVoBU27stgNS > .row .container { width:20rem;height:40.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jk6nSFF79wpTlpEcStbKrND6ifP4HkVH { width:12.374875rem;height:3.30005625rem;top:2.9947916269303rem;left:7.6244217157362rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcbpwnVy9TXpNNJJcM10iBiBFOlsLpZc { width:20rem;height:5.1967625rem;top:7.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnXvTn5RToCniKiAwKWKciStz6w0QFDK { width:6.25rem;height:6.25rem;top:0rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ab597600-ad44-484a-9b00-ed1a0137a12d/Projektbeznazwy14.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#hnXvTn5RToCniKiAwKWKciStz6w0QFDK.adaptive-delivery-prevent-bg, #hnXvTn5RToCniKiAwKWKciStz6w0QFDK.lazyload, #hnXvTn5RToCniKiAwKWKciStz6w0QFDK.lazyloading { background-image: none; }
#hnXvTn5RToCniKiAwKWKciStz6w0QFDK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0); } }@media only screen and (max-width: 763px) { #RJN04Wgc7gXu0np7SkZi0tzGKT4oCIGt { width:6.25rem;height:6.25rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8TSG6906WclyNxW9GrByhtZcpkImQ1a { width:6.25rem;height:6.25rem;top:27.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeE3PKm6gHPdwW32XFOLaGBk0gbJ8kT6 { width:12.4370625rem;height:2.7502875rem;top:18.125rem;left:7.5625rem;font-size:1.375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #umzM4H4ne0qI2qIf6osyitBAoKxJburF { width:20rem;height:2.59838125rem;top:22.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAVET57rkaTR9XqEL7LT6UvkOyUDuJ2l { width:12.4370625rem;height:4.9500875rem;top:28.4375rem;left:7.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtctK5Qe70NlKFwhdpNWkdAtJ7WyUWyS { width:20rem;height:3.89756875rem;top:34.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d643dPfDOk9dpQerwoc92anMZfnTwinK { display:block; }#d643dPfDOk9dpQerwoc92anMZfnTwinK > .row .container { width:20rem;height:26.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DNPw7k6NIuwiXLcUtDMGByKzXkuLKqzJ { width:20rem;height:1.574075rem;top:2.7500104904175rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8HhtB36xossTXywrdUyT9IGKEO9WyVD { width:18rem;height:22.5625rem;top:8.4367828369137rem;left:0.935329914093rem;display:none; }
 }@media only screen and (max-width: 763px) { #XElT9ohEPeCnWOIwFuouF1CIFe6533pk { width:0;height:0.6875rem;top:9.8125rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pOSfdzg01pavlBOltLZVvwihJB6cFVNh { width:3.3125rem;height:0;top:9.8125rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #remOhTdhRW5yBNEkB8GIZKDrTOmLxeTn { width:2.2497125rem;height:2.43706875rem;top:7.31192111969rem;left:0rem;text-align:left;text-align-last:left;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kumwHgE4LtODg8VGVl1Ja8M5mLTBvuTT { width:17.6875rem;height:1.49956875rem;top:7.7792249917981rem;left:2.2482639551163rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocoxT2gHslzAls6JTXJtwrOHPG4G9lTt { width:0;height:0.6875rem;top:17.5rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iiH4wwUOGT5JUT7dsZWTLHDkaQ0BPgbx { width:3.3125rem;height:0;top:18.1875rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JAnyGbOO0lniUrtrOPl53UmQqOrDIDun { width:0;height:0.6875rem;top:19.4375rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #A5R3IZEO0WsK8A3SrauDzdW9Tp98JaGv { width:3.3125rem;height:0;top:19.4375rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #feHOoSr1lzJg8SqKrBUq6TUWEGOAQlEo { width:2.2497125rem;height:2.43706875rem;top:11.125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwmaUHDVHQW36JeWxksWMJ9MSouqKCcm { width:17.75rem;height:2.99913125rem;top:10.8125rem;left:2.1875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgfyZHuuawyZvHoQ8l6TSWrEwOkzlWgM { width:0;height:0.6875rem;top:28.625rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TFxGANAT0wwSIOeVqR90IBhfuIeDPImi { width:3.3125rem;height:0;top:29.3125rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LDFB6P3su7UQxH1fJW0MO4phtvEn5c3O { width:0;height:0.6875rem;top:30.5625rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nDeTgLZtnZIiWMTMDmyJEz8ElDvbwgmc { width:3.3125rem;height:0;top:30.5625rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uzdMiDWU0T1txq3lwvCoyqk4J1Q3JZVm { width:2.2497125rem;height:2.43706875rem;top:15.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThtB6nLCKa6z3tpBTs4vItVScKe1RHck { width:17.8125rem;height:2.99913125rem;top:15rem;left:2.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTqfphEJ80BZFl2zdwHr1r6EF4UcxBgo { width:0;height:0.6875rem;top:39.75rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GBi8Dun1TzCbq3TRBS40l6KqqgtraikG { width:3.3125rem;height:0;top:40.4375rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gguiUnSOsZu0QHAxHm4u7nIfNQqm4kRX { width:11.9365rem;height:3.31235625rem;top:21.05975151062rem;left:4.0299483537674rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #rHIhDnf48aJKwVBDGV3e1peXJgh3NWmh { display:block; }
 }@media only screen and (max-width: 763px) { #WLWsX5Hmxr6z0dpOTBkSrAUpNrWktmRx { width:12.4985625rem;height:0.06148725rem;top:5.8058605194092rem;left:3.7492767572403rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzoQ1CwiW26QHmT8xIw5XMTw6qiFGo1C { display:block; }#qzoQ1CwiW26QHmT8xIw5XMTw6qiFGo1C > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KywL2XNstkGqEqq2Ttywz0bTg7VIZayX { width:20rem;height:2.43706875rem;top:5.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIE3DbVTLd7e3ff39WIdKxo8xHxrHLz2 { width:12.49925rem;height:0.062210625rem;top:9.6867790222169rem;left:3.7478300333023rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG4x41skgEEhFVhdLLFitJZiuuZnD8Ro { width:20rem;height:4.46875rem;top:2.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIqtT06kcsOtD9c873yCi6IkaSe6oxks { width:20rem;height:9.2581602373887rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7JzLtFMlSc2TVrugmeP1D6Q0e5HKH4q { width:20rem;height:9.2581602373887rem;top:22.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tg2kRpiVuwnfbTxKbTyLkbUmGmvFvb4t { width:20rem;height:9.2581602373887rem;top:32.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTzwx5HngEqGLq4TmOvh5VBu6zVAWMHv { display:block; }#JTzwx5HngEqGLq4TmOvh5VBu6zVAWMHv > .row .container { width:20rem;height:46.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwvH2iTZos7KNzIqhkmvnEKfE9s7i84Q { width:19.99925rem;height:4.87413125rem;top:2.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0rem solid #d6d4d4;border-left:0rem solid #c32ea9;border-right:0rem solid #d6d4d4;border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block;vertical-align:top; }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT .widget-input-text {padding-top: 0; padding-bottom: 0;}#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0rem solid #d6d4d4;border-left:0rem solid #c32ea9;border-right:0rem solid #d6d4d4;border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block;vertical-align:top; }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT .widget-input-select {padding-top: 0; padding-bottom: 0;}#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.8125rem;overflow:hidden;height:auto; }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT .widget-radio-label { font-family:var(--paragraphs-font-family);font-size:0.9375rem;overflow:hidden;height:1.3125rem; }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT  { width:17.5rem;height:auto;top:8.6769409179688rem;left:0rem;background-color:transparent;background-image:none; }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT {display:block;}#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT { width:17.5rem;height:auto;top:8.6769409179688rem;left:0rem;background-color:transparent;background-image:none; }
 }@media only screen and (max-width: 763px) { #gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #O4mspbSimfGHmqv8KvkUEkV0LBKIBrM1 {  }
 }@media only screen and (max-width: 763px) { #gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #m3ldv1vhPMZgRMXvBsWzTho55CCFGBqp { display:none; }
 }@media only screen and (max-width: 763px) { #gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #VaCxpsecnBCR4qT9O9vKphpRLT8GkQqa {  }
 }@media only screen and (max-width: 763px) { #gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #hh8rKq3OpQyDpfE4IK2iBJdbgJvInJUU {  }
 }@media only screen and (max-width: 763px) { #gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #kNP9W6wX2odETFcl2550yvmHD7c70IfP { display:none; }
 }@media only screen and (max-width: 763px) { #gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #oVZgmhupvkH5nvTAhDG9sEuZ3RW0lvPv {  }
 }@media only screen and (max-width: 763px) { #gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #QTGcfqBeXTst1du0D0r61Ev5JTTnmgho {  }
 }@media only screen and (max-width: 763px) { #gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #b5dWX4TRDV6BTBOxaIm5PuVe8aKqI3po { display:none; }
 }@media only screen and (max-width: 763px) { #gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #byG4knJkUmRno8TZaXPXa0ArmNuEtB39 {  }
 }@media only screen and (max-width: 763px) { #gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #TZFhIGaot9HTIIopFxNErUWD2L0HT1lL {  }
 }@media only screen and (max-width: 763px) { #gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #Twfwe97P4DLUkAyU9q8OAoa9pgrJElVl {  }
 }@media only screen and (max-width: 763px) { #gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #WI5JwyH66lwTOOzD94eVydawLsZs7FVx {  }
 }@media only screen and (max-width: 763px) { #gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #TLNrfHvDWmK47xlnTMDn6E1ov116hESR {  }
#gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #TLNrfHvDWmK47xlnTMDn6E1ov116hESR .container-column{width:50%;} }@media only screen and (max-width: 763px) { #gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #qiAmChD6eLWFUKIUfnkAoMexSO7afZtw { display:none; }
 }@media only screen and (max-width: 763px) { #gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #t5aZNJq5TEJybyfrclflefb5sT0qbe9d {  }
 }@media only screen and (max-width: 763px) { #gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #HS3ULbWST7Q117LlmFoubXoIfnN3dLn2 {  }
 }@media only screen and (max-width: 763px) { #gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #O0rv9XzP7B8R2tBJXPzRzxHEeihFgeCp {  }
 }@media only screen and (max-width: 763px) { #gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #skdzx4uqHOgq8WRh3GKO2vGTqqrsHmqW {  }
 }@media only screen and (max-width: 763px) { #gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #TXIiD7NEKHtKPb4wMriA57ZZ13RQTPGx {  }
 }@media only screen and (max-width: 763px) { #gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #U4CiRgR8EFysHIXAM2kAOEpAEudG9FIb { display:none; }
 }@media only screen and (max-width: 763px) { #gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #CFQB3oA5zdmP7fDCMnkzQbDdXexvo0up {  }
 }@media only screen and (max-width: 763px) { #gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #thfo4AM3pK4o9GExMIwO5TSDyB4f29Sq {  }
 }@media only screen and (max-width: 763px) { #gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #JV5EsAzp7oOVdd0MEvTl6F8CcDBryfxJ { display:none; }
 }@media only screen and (max-width: 763px) { #gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #kV2i5G7W8kfDD7gL30nSoxBVAFkGM0ct {  }
 }@media only screen and (max-width: 763px) { #gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #GmJCmVw9zggcto7vwgxAwe5SAzpeGXXR {  }
 }@media only screen and (max-width: 763px) { #gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #p14cLNni0H05OnMtM4P2h6y6T9TsCzT8 {  }
 }@media only screen and (max-width: 763px) { #gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #WKvVpBuBKsDrgXgZcnQWg3VMAyOo8ZLV {  }
 }@media only screen and (max-width: 763px) { #gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #JHQ1HW0BzTEbn72hFZ4kJ5rSfxZAw4AD {  }
 }@media only screen and (max-width: 763px) { #gdFDsddHerbFbQQTHKfOVGSNbwGe5XMT #f7MyPIoPoZg9o6D7quGH2QyfQ4T9wBpK {  }
 }@media only screen and (max-width: 763px) { #dcIvSZgDVbcey7F8rndyJQZzmCNXVyJ6 { width:12.4985625rem;height:0;top:7.6244125366213rem;left:3.7492767572403rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Fu17TfLw2umoRbIN1827u7LuincouGNh { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d6c28ef5-dd7e-4de0-af60-58b7ab821dce/Todopodzikowanianalandingi320x579px1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Fu17TfLw2umoRbIN1827u7LuincouGNh.adaptive-delivery-prevent-bg, #Fu17TfLw2umoRbIN1827u7LuincouGNh.lazyload, #Fu17TfLw2umoRbIN1827u7LuincouGNh.lazyloading { background-image: none; }#Fu17TfLw2umoRbIN1827u7LuincouGNh > .row .container { background-color: transparent; background-image: none; }#Fu17TfLw2umoRbIN1827u7LuincouGNh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.5); }#Fu17TfLw2umoRbIN1827u7LuincouGNh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fu17TfLw2umoRbIN1827u7LuincouGNh > .row .container > .video-iframe-container { display: none; }#Fu17TfLw2umoRbIN1827u7LuincouGNh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.5); }#Fu17TfLw2umoRbIN1827u7LuincouGNh > .row > .video-iframe-container { display: none; }#Fu17TfLw2umoRbIN1827u7LuincouGNh > .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); }#Fu17TfLw2umoRbIN1827u7LuincouGNh > .row .container { border-width: 0; border-radius: 0; }#Fu17TfLw2umoRbIN1827u7LuincouGNh::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fu17TfLw2umoRbIN1827u7LuincouGNh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fu17TfLw2umoRbIN1827u7LuincouGNh > .row .container { width:20rem;height:41.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #igrRzDW4nNo2qS1JzukTErqTRu8dV3Pl { width:19.99925rem;height:4.26070625rem;top:22.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpIsyPuIzgwsTi3eItzISOBEp6rIeJ65 { width:17.9369375rem;height:1.79976875rem;top:28.125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;color:rgba(var(--color-primary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #yCodgN00tHfTlhd2sgVpKhlqGrzXILD3 { width:13.9375rem;height:1.79976875rem;top:30.6875rem;left:3.875rem;text-align:left;text-align-last:left;font-size:1.5rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TuhoEymJlgi0PZrNePVNe4mhoSwwEqzq { width:16rem;height:1.79976875rem;top:33.125rem;left:4rem;text-align:left;text-align-last:left;font-size:1.5rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bqJ2v3AlRWnSmoTUgaDVaTPuGnXEE4RG { width:1.561775rem;height:1.561775rem;top:30.8125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSuWXesRRm3dFGHAeedgAN9nGDOLk8MP { width:1.5625rem;height:1.5625rem;top:33.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Khoai8R1HUQeFcXKCDGHBkRBNox23Slw { width:19.99925rem;height:1.79976875rem;top:35.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bbxT7rJ5wCWzVZtqi25sTtGOfGECbG3y { display:flex;width:2.6875rem;height:2.6875rem;top:38.625rem;left:11.875rem; }
#bbxT7rJ5wCWzVZtqi25sTtGOfGECbG3y > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #SKoftr0MibiSD0wIC4fFB9RCfWlhrEGT { display:flex;width:2.6875rem;height:2.6875rem;top:38.625rem;left:15.3125rem; }
#SKoftr0MibiSD0wIC4fFB9RCfWlhrEGT > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }