.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
 #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 *:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="text"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="email"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="tel"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 textarea:focus-visible { outline:0.125rem solid #ffcc00;; } #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/ab90a9ba-d888-4e0e-b641-46514d5d4294/prezentacja2_12kopia.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:33.0625rem;width:75rem;overflow:visible;position:relative;display:none; }#lrKpLJszoEnbTR1iXMFgXXPcsvstFyk8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#dsMbxzXxriSuI0wA6LVyw78pTfeQ5Xo4 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #6f6f6e, #969798);background-image: -moz-linear-gradient(180deg, #6f6f6e, #969798);background-image: -ms-linear-gradient(180deg, #6f6f6e, #969798);background-image: -o-linear-gradient(180deg, #6f6f6e, #969798);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f6f6e', endColorstr='#969798' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f6f6e', endColorstr='#969798' );";background-image: linear-gradient(180deg, #6f6f6e, #969798);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:"open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:1.25rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:4.5625rem;left:15.3125rem;display:none; }
#kMJWCJAyT2TKigzuSQ1HJFi9ScgSLJdn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zq5L8RXwUaaO528oVrIKNQvBDA6Oiswp { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #6f6f6e, #969798);background-image: -moz-linear-gradient(180deg, #6f6f6e, #969798);background-image: -ms-linear-gradient(180deg, #6f6f6e, #969798);background-image: -o-linear-gradient(180deg, #6f6f6e, #969798);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f6f6e', endColorstr='#969798' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f6f6e', endColorstr='#969798' );";background-image: linear-gradient(180deg, #6f6f6e, #969798);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:"open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:1.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:4.5625rem;left:25.25rem;display:none; }
#rTO3s51OZKuK17L48tbpuQmbdeHKwoCL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#roBwtMGyapvL5atcuEEi5UqrxR3CPMak { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #6f6f6e, #969798);background-image: -moz-linear-gradient(180deg, #6f6f6e, #969798);background-image: -ms-linear-gradient(180deg, #6f6f6e, #969798);background-image: -o-linear-gradient(180deg, #6f6f6e, #969798);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f6f6e', endColorstr='#969798' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f6f6e', endColorstr='#969798' );";background-image: linear-gradient(180deg, #6f6f6e, #969798);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:"open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:1.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:4.5625rem;left:35.1875rem;display:none; }
#eVcctXd06i0Pdv9L4NmtiNoZwc5sSmdR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TD03Cg2pZBpgT9i5C0w7FIHC2B5XvHxu { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#tGTfPH8hAAlfzVSK784sce0ATDu4vf0b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#tGTfPH8hAAlfzVSK784sce0ATDu4vf0b > .row .container { background-color: transparent; background-image: none; }#tGTfPH8hAAlfzVSK784sce0ATDu4vf0b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGTfPH8hAAlfzVSK784sce0ATDu4vf0b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGTfPH8hAAlfzVSK784sce0ATDu4vf0b > .row .container > .video-iframe-container { display: none; }#tGTfPH8hAAlfzVSK784sce0ATDu4vf0b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGTfPH8hAAlfzVSK784sce0ATDu4vf0b > .row > .video-iframe-container { display: none; }#tGTfPH8hAAlfzVSK784sce0ATDu4vf0b > .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); }#tGTfPH8hAAlfzVSK784sce0ATDu4vf0b > .row .container { border-width: 0; border-radius: 0; }#tGTfPH8hAAlfzVSK784sce0ATDu4vf0b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tGTfPH8hAAlfzVSK784sce0ATDu4vf0b > .row .container { font-size:0.875rem;font-family:arial;height:7.625rem;width:75rem;position:relative;display:block; }#l36GswKTawoaxGe1sdtCJ034g6Z6TktD { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:2.8125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.40625rem;left:34.4375rem;display:block; }
#wnXKtiRBcxFP6V1C87rNfQQ7PtVe0ztZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ornBimNo4gEZZsfFZksTU88LqWLAztvH { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:2.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.40625rem;left:51.875rem;display:block; }
#b4rFQgJsQ9bqbWTsCBJp5MUDWRT3GuX5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gkcf4mVq56xakUerMlTuiyKCRCtvJrXn { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.6875rem;height:2.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.40625rem;left:67.3125rem;display:block; }
#dqTGAQgcDQs2rTvPgGAGvyIJbCvAi6JN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b68KvTnFZ4JANHbPtoT3VVigNzdlOmya { box-sizing:content-box;height:1.875rem;width:0.125rem;position:absolute;display:block;z-index:15006;background-color:#ffcc00;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.875rem;left:51rem;display:block; }
#KXSbMHFz7AbZGEAiwbtkJtsk0wAkBpoV { box-sizing:content-box;height:1.875rem;width:0.125rem;position:absolute;display:block;z-index:15007;background-color:#ffcc00;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.90625rem;left:66.40625rem;display:block; }
#nugZDGpTF0W6e0nTRpzWWaxaaXqmC1Lm { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:23.3125rem;top:0.625rem;left:-2.5234375rem;overflow:hidden;display:block; }
#VE1lckIU9CbVuRqcQk8gNSCTS2e8uIim { position:relative;display:none; }#VE1lckIU9CbVuRqcQk8gNSCTS2e8uIim { border-width: 0; border-radius: 0; }#VE1lckIU9CbVuRqcQk8gNSCTS2e8uIim > .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; }#VE1lckIU9CbVuRqcQk8gNSCTS2e8uIim > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;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:none; }#NAoaT9JgToR6a8B2XrXhsVvOplFQnRRV { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:9.375rem;top:0.5625rem;left:0.625rem;overflow:hidden;display:none; }
#xNuwC4ZW6RoaW95k3A4imIfmsNEzEqvp { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/ab90a9ba-d888-4e0e-b641-46514d5d4294/prezentacja2_12kopia.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#xNuwC4ZW6RoaW95k3A4imIfmsNEzEqvp.adaptive-delivery-prevent-bg, #xNuwC4ZW6RoaW95k3A4imIfmsNEzEqvp.lazyload, #xNuwC4ZW6RoaW95k3A4imIfmsNEzEqvp.lazyloading { background-image: none; }#xNuwC4ZW6RoaW95k3A4imIfmsNEzEqvp > .row .container { background-color: transparent; background-image: none; }#xNuwC4ZW6RoaW95k3A4imIfmsNEzEqvp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xNuwC4ZW6RoaW95k3A4imIfmsNEzEqvp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xNuwC4ZW6RoaW95k3A4imIfmsNEzEqvp > .row .container > .video-iframe-container { display: none; }#xNuwC4ZW6RoaW95k3A4imIfmsNEzEqvp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xNuwC4ZW6RoaW95k3A4imIfmsNEzEqvp > .row > .video-iframe-container { display: none; }#xNuwC4ZW6RoaW95k3A4imIfmsNEzEqvp > .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); }#xNuwC4ZW6RoaW95k3A4imIfmsNEzEqvp > .row .container { border-width: 0; border-radius: 0; }#xNuwC4ZW6RoaW95k3A4imIfmsNEzEqvp > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#xNuwC4ZW6RoaW95k3A4imIfmsNEzEqvp > .row .container { font-size:0.875rem;font-family:arial;height:46.25rem;width:75rem;overflow:visible;position:relative;display:block; }#egoU3mvF9Mmn0gR83n01uVO8foZ0A0NL { color:#ffcc00;display:block;width:45.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.6875rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:17.6875rem;left:0rem;height:8.1123125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#JJTMW7dOe7ThNxAQISMaH2iCUul6eD1a { color:#ffffff;display:block;width:45.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.7;letter-spacing:0;top:25.8125rem;left:0rem;height:4.88671875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#S8FO60VDFA1Dmpvz5rzchcma956UL228 { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28rem;width:29rem;top:11.4248046875rem;left:45.863713318284rem;overflow:hidden;display:block; }
#T1qnpd7h5JLeCwlBXHs4cCR8qThVZHCU { background-color:transparent;background-image:none;border-top:0.125rem solid #ffcc00;border-left:0.125rem solid #ffcc00;border-right:0.125rem solid #ffcc00;border-bottom:0.125rem solid #ffcc00;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: none;box-sizing:border-box;color:#ffcc00;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.0625rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:35.8125rem;left:27.375rem;display:block; }
#r10uguW2yu691QRhHS0M4HS45AAutPWL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bZ2zPME17MDrvh5fRz9kEzdkRpcl5bsU { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #f19300, #ffcc00);background-image: -moz-linear-gradient(90deg, #f19300, #ffcc00);background-image: -ms-linear-gradient(90deg, #f19300, #ffcc00);background-image: -o-linear-gradient(90deg, #f19300, #ffcc00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f19300', endColorstr='#ffcc00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f19300', endColorstr='#ffcc00' );";background-image: linear-gradient(90deg, #f19300, #ffcc00);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.6875rem;left:-37.625rem;display:block; }
#RCkICpor6OiZwVPuM4W4DlOwdnPOxHif { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:75rem;width:75rem;top:6.875rem;left:-38rem;overflow:hidden;display:block; }
#J8TwDgSama2nTvK5bT1eZpnwUHztJiwi { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffcc00, #f19300);background-image: -moz-linear-gradient(90deg, #ffcc00, #f19300);background-image: -ms-linear-gradient(90deg, #ffcc00, #f19300);background-image: -o-linear-gradient(90deg, #ffcc00, #f19300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc00', endColorstr='#f19300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc00', endColorstr='#f19300' );";background-image: linear-gradient(90deg, #ffcc00, #f19300);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.6875rem;left:37.375rem;display:block; }
#Q9MnTyxd39fbWbLSQJHcX2SSohoNvC1e { background-color:#ffffff;background-image:none;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Q9MnTyxd39fbWbLSQJHcX2SSohoNvC1e > .row .container { background-color: transparent; background-image: none; }#Q9MnTyxd39fbWbLSQJHcX2SSohoNvC1e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9MnTyxd39fbWbLSQJHcX2SSohoNvC1e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9MnTyxd39fbWbLSQJHcX2SSohoNvC1e > .row .container > .video-iframe-container { display: none; }#Q9MnTyxd39fbWbLSQJHcX2SSohoNvC1e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9MnTyxd39fbWbLSQJHcX2SSohoNvC1e > .row > .video-iframe-container { display: none; }#Q9MnTyxd39fbWbLSQJHcX2SSohoNvC1e > .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); }#Q9MnTyxd39fbWbLSQJHcX2SSohoNvC1e > .row .container { border-width: 0; border-radius: 0; }#Q9MnTyxd39fbWbLSQJHcX2SSohoNvC1e > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Q9MnTyxd39fbWbLSQJHcX2SSohoNvC1e > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;overflow:visible;position:relative;display:block; }#IGoNxKl8xbKUE5k1tZr08E0LKTmahHfT { color:#ffffff;display:block;width:34.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:400;z-index:15001;line-height:1.7;letter-spacing:0;top:4.0625rem;left:0rem;height:21.567375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#zdR7marc76tRIJ8TJaT3izJkLCo8NxCL { color:#ffffff;display:block;width:37.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:2.2;letter-spacing:0;top:13rem;left:37.6875rem;height:16.097625rem;text-align:justify;text-align-last:initial;font-style:normal;overflow:hidden;display:block; }#zdR7marc76tRIJ8TJaT3izJkLCo8NxCL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zdR7marc76tRIJ8TJaT3izJkLCo8NxCL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d766b727-ecce-4046-95bb-dd630b400320/gwiazda.svg); }
#GTE4yb2o2yTpTBTTh3c8NTx3mHfa0a9p { color:#000000;display:block;width:37.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:9.125rem;left:37.6875rem;height:1.875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#KS0HcFdSiu8TUXOTenNWbJtdXl1SMWk7 { color:#000000;display:block;width:34.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.5625rem;left:37.6875rem;height:2.5996125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#NDSTJuxJKupLNF42pdVBEE0sZGnKi8eR { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:64.0625rem;width:64.0625rem;top:41.125rem;left:38rem;overflow:hidden;display:block; }
#NifTAwdpqr5CKx3XmKNgRJd1o7E3GOMW { box-sizing:content-box;height:8.4375rem;width:75rem;position:absolute;display:block;z-index:14998;background-color:#ffcc00;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.0625rem;left:36.4375rem;display:block; }
#nbqS1xsTkFkufxzgJT4zGTPOQOM8n0pO { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/ab90a9ba-d888-4e0e-b641-46514d5d4294/prezentacja2_12kopia.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#nbqS1xsTkFkufxzgJT4zGTPOQOM8n0pO.adaptive-delivery-prevent-bg, #nbqS1xsTkFkufxzgJT4zGTPOQOM8n0pO.lazyload, #nbqS1xsTkFkufxzgJT4zGTPOQOM8n0pO.lazyloading { background-image: none; }#nbqS1xsTkFkufxzgJT4zGTPOQOM8n0pO > .row .container { background-color: transparent; background-image: none; }#nbqS1xsTkFkufxzgJT4zGTPOQOM8n0pO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nbqS1xsTkFkufxzgJT4zGTPOQOM8n0pO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nbqS1xsTkFkufxzgJT4zGTPOQOM8n0pO > .row .container > .video-iframe-container { display: none; }#nbqS1xsTkFkufxzgJT4zGTPOQOM8n0pO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nbqS1xsTkFkufxzgJT4zGTPOQOM8n0pO > .row > .video-iframe-container { display: none; }#nbqS1xsTkFkufxzgJT4zGTPOQOM8n0pO > .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); }#nbqS1xsTkFkufxzgJT4zGTPOQOM8n0pO > .row .container { border-width: 0; border-radius: 0; }#nbqS1xsTkFkufxzgJT4zGTPOQOM8n0pO > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#nbqS1xsTkFkufxzgJT4zGTPOQOM8n0pO > .row .container { font-size:0.875rem;font-family:arial;height:45.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#HmT4vqBGTPNex7ysIPnKF7HxT3aZerqW { color:#ffcc00;display:block;width:23.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.8125rem;left:25.6875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oArXhKvLMgXGXc5pDzX6TNHwRNLtr8No { box-sizing:content-box;height:0.125rem;width:25.5rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #f19300, #ffcc00);background-image: -moz-linear-gradient(90deg, #f19300, #ffcc00);background-image: -ms-linear-gradient(90deg, #f19300, #ffcc00);background-image: -o-linear-gradient(90deg, #f19300, #ffcc00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f19300', endColorstr='#ffcc00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f19300', endColorstr='#ffcc00' );";background-image: linear-gradient(90deg, #f19300, #ffcc00);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.375rem;left:0rem;display:block; }
#LBBvPX2SLxbyXukvgF4xNlWIhzMxRyFa { box-sizing:content-box;height:0.125rem;width:25.9375rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffcc00, #f19300);background-image: -moz-linear-gradient(90deg, #ffcc00, #f19300);background-image: -ms-linear-gradient(90deg, #ffcc00, #f19300);background-image: -o-linear-gradient(90deg, #ffcc00, #f19300);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc00', endColorstr='#f19300' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc00', endColorstr='#f19300' );";background-image: linear-gradient(90deg, #ffcc00, #f19300);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.25rem;left:49.0625rem;display:block; }
#cd6WcmsSyiBbggs1mZV6BaAsgczEovou { color:#ffcc00;display:block;width:19.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:12.4375rem;left:0.5625rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bZwHQX04SeXeh7vJUetE80IwV3aWQvrG { color:#ffcc00;display:block;width:15.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:30.33740234375rem;left:20.3125rem;height:2.5996125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#lMVcTiccWngqMwi3BhOvNp7qy7MhTepy { color:#ffcc00;display:block;width:14rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.4375rem;left:40.25rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nJJPiZlqNofLCOX4RtVbvh0UVP1pf156 { color:#ffcc00;display:block;width:18.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:30.52490234375rem;left:56.4375rem;height:2.5996125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#rvZMRJi3cNZhCdO1nW4d5MLCMNK9VCtu { color:#ffffff;display:block;width:21.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:16.1875rem;left:0rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WI7OXFeZPc0IOpKtJ7hk4iTv2XULN0uH { color:#ffffff;display:block;width:17.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:33.12451171875rem;left:18.4375rem;height:4.5rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#JnPMRswAvgxEzm6gwcNyeob7rhMbH9UA { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:15.8125rem;left:40.34375rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#v9R2mzP0IC6P1PEq9Bah3hgoURQAJIBA { color:#ffffff;display:block;width:20.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:33.37451171875rem;left:53.75rem;height:4.5rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#DF0ve9tTGRFevsSZA6O8byxfF0fylKG8 { box-sizing:content-box;height:0.125rem;width:20.75rem;position:absolute;display:block;z-index:15007;background-color:#ffcc00;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.5rem;left:0.5625rem;display:block; }
#qLTUpRgecyxSvmx45LmWceRkS04lL45R { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:18.9375rem;top:6.78125rem;left:18.6875rem;overflow:hidden;display:block; }
#qAu0SPXtBF7LGxOS7uX0CQBoXmTJad42 { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:17.75rem;top:6.78125rem;left:55.9375rem;overflow:hidden;display:block; }
#bVgHrJzgLI32FypsLAVuD6JJnpy5pyAz { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:19.9375rem;top:24.34375rem;left:0rem;overflow:hidden;display:block; }
#CS0bEnnFGRb4dGPsXFTrHd6SvJO1Ffup { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.3125rem;width:18.75rem;top:24.34375rem;left:37.875rem;overflow:hidden;display:block; }
#dVQwaIQOo2rP5rg4R1OVApSL0QaKCqHq { box-sizing:content-box;height:0.125rem;width:16.8125rem;position:absolute;display:block;z-index:15008;background-color:#ffcc00;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.0625rem;left:18.5625rem;display:block; }
#Teo0zibahkByTdM3OVAIhoLyzlcRndwc { box-sizing:content-box;height:0.125rem;width:17.375rem;position:absolute;display:block;z-index:15008;background-color:#ffcc00;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.4375rem;left:40.25rem;display:block; }
#mBi4B21GzVKC4iCDtS8m15S7bwxDGSxy { box-sizing:content-box;height:0.125rem;width:20.0625rem;position:absolute;display:block;z-index:15011;background-color:#ffcc00;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.0625rem;left:54.625rem;display:block; }
#eQawT3fB8ww52RhkvuwD16lt85dPeFm4 { background-color:#ffffff;background-image:none;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#eQawT3fB8ww52RhkvuwD16lt85dPeFm4 > .row .container { background-color: transparent; background-image: none; }#eQawT3fB8ww52RhkvuwD16lt85dPeFm4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQawT3fB8ww52RhkvuwD16lt85dPeFm4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQawT3fB8ww52RhkvuwD16lt85dPeFm4 > .row .container > .video-iframe-container { display: none; }#eQawT3fB8ww52RhkvuwD16lt85dPeFm4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQawT3fB8ww52RhkvuwD16lt85dPeFm4 > .row > .video-iframe-container { display: none; }#eQawT3fB8ww52RhkvuwD16lt85dPeFm4 > .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); }#eQawT3fB8ww52RhkvuwD16lt85dPeFm4 > .row .container { border-width: 0; border-radius: 0; }#eQawT3fB8ww52RhkvuwD16lt85dPeFm4 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#eQawT3fB8ww52RhkvuwD16lt85dPeFm4 > .row .container { font-size:0.875rem;font-family:arial;height:26.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#qvo87Z2xFtcVy7xmE93ot90DL7763Q00 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:9.125rem;top:8.25rem;left:2.5rem;overflow:hidden;display:block; }
#oTDT6PqktaA04lNwZxC1AKxzL5Zvw8kM { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:6.75rem;top:8.375rem;left:22.625rem;overflow:hidden;display:block; }
#RmXEVGNFOtJ9pMPezV0P3yTxNlcsaqcf { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:7.25rem;top:8.375rem;left:41.4375rem;overflow:hidden;display:block; }
#nwK2XL6ZsTyiFTWA4r4DkzJZBkpX66ZK { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:8.25rem;top:8.75rem;left:61.71875rem;overflow:hidden;display:block; }
#im1R9rkahMztEARtbF4EeBk1ZT3NMgOT { color:#000000;display:block;width:23.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.875rem;left:25.6875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#krhWuWhEfcb9FDFiLIEgXh9P4DMDWeSb { box-sizing:content-box;height:0.125rem;width:28.375rem;position:absolute;display:block;z-index:15001;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.4375rem;left:0rem;display:block; }
#anyFZlEXxOJwob676bVFNIZLWTX6nn55 { box-sizing:content-box;height:0.125rem;width:28.5625rem;position:absolute;display:block;z-index:15002;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.3125rem;left:46.4375rem;display:block; }
#wioqhDvO1gWHKNK9yKPuFFtkNnIzvkAq { color:#000000;display:block;width:14.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:16.875rem;left:0rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KDbJqiwixvgoexerqXaL3it5bRuNA8XJ { color:#000000;display:block;width:15.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:16.9375rem;left:18.125rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Er7TNoRTT7lZLACXkpIyOdSag6q1ZRMC { color:#000000;display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:16.9375rem;left:35.75rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aLfq9w4Go6smWAtdnCwZrBcLku3TsbW9 { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:16.8125rem;left:56.6875rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TTpimeDDn5cgLbsISI0MiRmM4LhgvzTf { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:71.6875rem;width:71.6875rem;top:-0.375rem;left:-39.625rem;overflow:hidden;display:block; }
#TcIz22oVamG6yQpcti3xV0syf4mNFbDG { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/ab90a9ba-d888-4e0e-b641-46514d5d4294/prezentacja2_12kopia.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TcIz22oVamG6yQpcti3xV0syf4mNFbDG.adaptive-delivery-prevent-bg, #TcIz22oVamG6yQpcti3xV0syf4mNFbDG.lazyload, #TcIz22oVamG6yQpcti3xV0syf4mNFbDG.lazyloading { background-image: none; }#TcIz22oVamG6yQpcti3xV0syf4mNFbDG > .row .container { background-color: transparent; background-image: none; }#TcIz22oVamG6yQpcti3xV0syf4mNFbDG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcIz22oVamG6yQpcti3xV0syf4mNFbDG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcIz22oVamG6yQpcti3xV0syf4mNFbDG > .row .container > .video-iframe-container { display: none; }#TcIz22oVamG6yQpcti3xV0syf4mNFbDG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcIz22oVamG6yQpcti3xV0syf4mNFbDG > .row > .video-iframe-container { display: none; }#TcIz22oVamG6yQpcti3xV0syf4mNFbDG > .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); }#TcIz22oVamG6yQpcti3xV0syf4mNFbDG > .row .container { border-width: 0; border-radius: 0; }#TcIz22oVamG6yQpcti3xV0syf4mNFbDG > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TcIz22oVamG6yQpcti3xV0syf4mNFbDG > .row .container { font-size:0.875rem;font-family:arial;height:54.875rem;width:75rem;overflow:visible;position:relative;display:block; }#nFdAI7CM1N3NMVlbV81O2K36F4v84XZq { color:#ffcc00;display:block;width:20.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.9375rem;left:13.0625rem;height:9.75rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#o1AC2A7UEodNIkU6LgKoHE78CsI2t5ZN { color:#ffffff;display:block;width:23rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:17.25rem;left:10.0625rem;height:11.25rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#viWEfRFzL936AHaEgGxZXxOTmoEIAq7J .widget-form-header { font-size:0.875rem; }
#viWEfRFzL936AHaEgGxZXxOTmoEIAq7J .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:1.125rem;font-weight:bold;color:#ffffff;width:26rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:center;text-align-last:center;vertical-align:top;overflow:hidden; }
#viWEfRFzL936AHaEgGxZXxOTmoEIAq7J .widget-input-text { border-top-left-radius:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.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:26rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none;vertical-align:top; }
#viWEfRFzL936AHaEgGxZXxOTmoEIAq7J .widget-input-text {padding-top: 0; padding-bottom: 0;}#viWEfRFzL936AHaEgGxZXxOTmoEIAq7J .widget-textarea { border-top-left-radius:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#viWEfRFzL936AHaEgGxZXxOTmoEIAq7J .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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);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:26rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none;vertical-align:top; }
#viWEfRFzL936AHaEgGxZXxOTmoEIAq7J .widget-input-select {padding-top: 0; padding-bottom: 0;}#viWEfRFzL936AHaEgGxZXxOTmoEIAq7J .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#viWEfRFzL936AHaEgGxZXxOTmoEIAq7J .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#viWEfRFzL936AHaEgGxZXxOTmoEIAq7J .widget-input-button { border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;background-color:transparent;background-image:none;border-top:0.125rem solid #ffcc00;border-left:0.125rem solid #ffcc00;border-right:0.125rem solid #ffcc00;border-bottom:0.125rem solid #ffcc00;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffcc00;width:26rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none;line-height:1.3; }
#viWEfRFzL936AHaEgGxZXxOTmoEIAq7J [class*="-text"]:-moz-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center; }
#viWEfRFzL936AHaEgGxZXxOTmoEIAq7J [class*="-text"]::-moz-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center; }
#viWEfRFzL936AHaEgGxZXxOTmoEIAq7J [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center; }
#viWEfRFzL936AHaEgGxZXxOTmoEIAq7J [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center; }
#viWEfRFzL936AHaEgGxZXxOTmoEIAq7J .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:raleway;line-height:1.5;font-size:0.9375rem;font-weight:300;color:#ffffff;vertical-align:top;width:24.75rem;overflow:hidden;font-style:normal;float:none; }
#viWEfRFzL936AHaEgGxZXxOTmoEIAq7J .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; }
#viWEfRFzL936AHaEgGxZXxOTmoEIAq7J .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#viWEfRFzL936AHaEgGxZXxOTmoEIAq7J .widget-container { padding-top:0.8125rem;padding-right:0;padding-bottom:0.75rem;padding-left:0;width:100%;font-size:0;height:auto; }
#viWEfRFzL936AHaEgGxZXxOTmoEIAq7J .widget-container:first-of-type{padding-top:0;}#viWEfRFzL936AHaEgGxZXxOTmoEIAq7J .widget-container:last-of-type{padding-bottom:0;}#viWEfRFzL936AHaEgGxZXxOTmoEIAq7J  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:4.4375rem;left:36.4375rem;font-size:0.875rem; }
#viWEfRFzL936AHaEgGxZXxOTmoEIAq7J .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26rem;display:block;vertical-align:top; }
#viWEfRFzL936AHaEgGxZXxOTmoEIAq7J .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#viWEfRFzL936AHaEgGxZXxOTmoEIAq7J {display:block;}#viWEfRFzL936AHaEgGxZXxOTmoEIAq7J { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:4.4375rem;left:36.4375rem;font-size:0.875rem; }
#viWEfRFzL936AHaEgGxZXxOTmoEIAq7J #TiIC3WTWH8Si1BoAhKVe2t1Lyvh5SECb { position:relative; }
#viWEfRFzL936AHaEgGxZXxOTmoEIAq7J #TudLpBkaWWUmXo4nteXsESTPy4KwPE7i { position:relative;display:block; }
#viWEfRFzL936AHaEgGxZXxOTmoEIAq7J #KS6qoJk727ZEAw9wwCpsGB6EDT4i5xWB { position:relative; }
#viWEfRFzL936AHaEgGxZXxOTmoEIAq7J #TV7ZpuOapmUqzhlQ6Jg5LRSILxLfkBOw { position:relative; }
#viWEfRFzL936AHaEgGxZXxOTmoEIAq7J #bKeIy6cdJMphAoieRWT1VhMG7qLIN3XM { position:relative;display:block; }
#viWEfRFzL936AHaEgGxZXxOTmoEIAq7J #FmsVxNh5WmmrvPGIbpBDBQ7kICi4kT9H { position:relative; }
#viWEfRFzL936AHaEgGxZXxOTmoEIAq7J #xAHnkldWBbTVIP9KMoSa6uWT1t80DBBL { position:relative; }
#viWEfRFzL936AHaEgGxZXxOTmoEIAq7J #UyD8EiQnT8BrO6yQ9TzA5zuu3uxUngZ5 { position:relative;z-index:2; }
#viWEfRFzL936AHaEgGxZXxOTmoEIAq7J #PscqXakMIXSyDpInebDPJxEirnyb4DWC { position:relative; }
#viWEfRFzL936AHaEgGxZXxOTmoEIAq7J #bJyLCL6heH6x90u8KTWiX7RcbWptcUlc { position:relative; }
#viWEfRFzL936AHaEgGxZXxOTmoEIAq7J #AcBMlPBTnkf2myiy6dRGzXznbtQnbAiT { position:relative; }
#AaOznBaeiuZopOFeKkEROpwoO7M8ihDL { box-sizing:content-box;height:22.6875rem;width:0.125rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #f19300, #ffcc00);background-image: -moz-linear-gradient(90deg, #f19300, #ffcc00);background-image: -ms-linear-gradient(90deg, #f19300, #ffcc00);background-image: -o-linear-gradient(90deg, #f19300, #ffcc00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f19300', endColorstr='#ffcc00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f19300', endColorstr='#ffcc00' );";background-image: linear-gradient(90deg, #f19300, #ffcc00);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.3125rem;left:35.0625rem;display:block; }
#WftQC6R3veI1O6LgAnl8uOmPIHSS0Xks { color:#ffcc00;display:block;width:58.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.625rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:37.375rem;left:9.53125rem;height:10.1748125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y5guGffqDrZIHPsprBTKrc67rEIyVpW8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#y5guGffqDrZIHPsprBTKrc67rEIyVpW8 > .row .container { background-color: transparent; background-image: none; }#y5guGffqDrZIHPsprBTKrc67rEIyVpW8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y5guGffqDrZIHPsprBTKrc67rEIyVpW8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y5guGffqDrZIHPsprBTKrc67rEIyVpW8 > .row .container > .video-iframe-container { display: none; }#y5guGffqDrZIHPsprBTKrc67rEIyVpW8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y5guGffqDrZIHPsprBTKrc67rEIyVpW8 > .row > .video-iframe-container { display: none; }#y5guGffqDrZIHPsprBTKrc67rEIyVpW8 > .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); }#y5guGffqDrZIHPsprBTKrc67rEIyVpW8 > .row .container { border-width: 0; border-radius: 0; }#y5guGffqDrZIHPsprBTKrc67rEIyVpW8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y5guGffqDrZIHPsprBTKrc67rEIyVpW8 > .row .container { font-size:0.875rem;font-family:arial;height:9.9375rem;width:75rem;position:relative;display:block; }#gOzZbNgwQpkDKkiht4rpuUdoC0uWiOBF { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:11.875rem;top:0.375rem;left:22.75rem;overflow:hidden;display:block; }
#f0qhTiS3iRAhlyAAVoQkQoILwf1aaLo6 { box-sizing:content-box;height:7.6875rem;width:0.125rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #f19300, #ffcc00);background-image: -moz-linear-gradient(360deg, #f19300, #ffcc00);background-image: -ms-linear-gradient(360deg, #f19300, #ffcc00);background-image: -o-linear-gradient(360deg, #f19300, #ffcc00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f19300', endColorstr='#ffcc00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f19300', endColorstr='#ffcc00' );";background-image: linear-gradient(360deg, #f19300, #ffcc00);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.3125rem;left:35.125rem;display:block; }
#RaIn9T4r2nq05fAJIugUAXkFLZZtAvDe { color:#ffffff;display:block;width:29.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:0.8125rem;left:36.375rem;height:8.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QMKbLORzybC2DGGQ0EySNtsufDsi8M9L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffcc00;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; }#QMKbLORzybC2DGGQ0EySNtsufDsi8M9L > .row .container { background-color: transparent; background-image: none; }#QMKbLORzybC2DGGQ0EySNtsufDsi8M9L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QMKbLORzybC2DGGQ0EySNtsufDsi8M9L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QMKbLORzybC2DGGQ0EySNtsufDsi8M9L > .row .container > .video-iframe-container { display: none; }#QMKbLORzybC2DGGQ0EySNtsufDsi8M9L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QMKbLORzybC2DGGQ0EySNtsufDsi8M9L > .row > .video-iframe-container { display: none; }#QMKbLORzybC2DGGQ0EySNtsufDsi8M9L > .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); }#QMKbLORzybC2DGGQ0EySNtsufDsi8M9L > .row .container { border-width: 0; border-radius: 0; }#QMKbLORzybC2DGGQ0EySNtsufDsi8M9L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QMKbLORzybC2DGGQ0EySNtsufDsi8M9L > .row .container { font-size:0.875rem;font-family:arial;height:2.0625rem;width:75rem;position:relative;display:block; }#PHihdtR7118KgGxBklUu7ls5XIJTJe7R { color:rgba(var(--color-tertiary-4),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.3125rem;left:28.34375rem;height:1.29980625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lrKpLJszoEnbTR1iXMFgXXPcsvstFyk8 { display:none; }
 }@media only screen and (max-width: 763px) { #dsMbxzXxriSuI0wA6LVyw78pTfeQ5Xo4 { width:10rem;height:1.25rem;top:4.5625rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kMJWCJAyT2TKigzuSQ1HJFi9ScgSLJdn { display:block; }
 }@media only screen and (max-width: 763px) { #zq5L8RXwUaaO528oVrIKNQvBDA6Oiswp { width:10rem;height:1.25rem;top:4.5625rem;left:11.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rTO3s51OZKuK17L48tbpuQmbdeHKwoCL { display:block; }
 }@media only screen and (max-width: 763px) { #roBwtMGyapvL5atcuEEi5UqrxR3CPMak { width:10rem;height:1.25rem;top:4.5625rem;left:21.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eVcctXd06i0Pdv9L4NmtiNoZwc5sSmdR { display:block; }
 }@media only screen and (max-width: 763px) { #TD03Cg2pZBpgT9i5C0w7FIHC2B5XvHxu { display:none; }
 }@media only screen and (max-width: 763px) { #tGTfPH8hAAlfzVSK784sce0ATDu4vf0b { display:block; }#tGTfPH8hAAlfzVSK784sce0ATDu4vf0b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l36GswKTawoaxGe1sdtCJ034g6Z6TktD { width:15.75rem;height:2.8125rem;top:2.375rem;left:20.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wnXKtiRBcxFP6V1C87rNfQQ7PtVe0ztZ { display:block; }
 }@media only screen and (max-width: 763px) { #ornBimNo4gEZZsfFZksTU88LqWLAztvH { width:13.6875rem;height:2.8125rem;top:2.375rem;left:34.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #b4rFQgJsQ9bqbWTsCBJp5MUDWRT3GuX5 { display:block; }
 }@media only screen and (max-width: 763px) { #Gkcf4mVq56xakUerMlTuiyKCRCtvJrXn { width:7.6875rem;height:2.8125rem;top:2.375rem;left:40.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dqTGAQgcDQs2rTvPgGAGvyIJbCvAi6JN { display:block; }
 }@media only screen and (max-width: 763px) { #b68KvTnFZ4JANHbPtoT3VVigNzdlOmya { top:2.875rem;left:37.375rem;width:0.125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXSbMHFz7AbZGEAiwbtkJtsk0wAkBpoV { top:2.875rem;left:47.625rem;width:0.125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nugZDGpTF0W6e0nTRpzWWaxaaXqmC1Lm { width:23.3125rem;height:6.0625rem;top:0.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VE1lckIU9CbVuRqcQk8gNSCTS2e8uIim { display:none; }#VE1lckIU9CbVuRqcQk8gNSCTS2e8uIim > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NAoaT9JgToR6a8B2XrXhsVvOplFQnRRV { width:9.375rem;height:7.375rem;top:0.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xNuwC4ZW6RoaW95k3A4imIfmsNEzEqvp { display:block; }#xNuwC4ZW6RoaW95k3A4imIfmsNEzEqvp > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #egoU3mvF9Mmn0gR83n01uVO8foZ0A0NL { top:17.6875rem;left:0rem;width:45.375rem;height:8.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJTMW7dOe7ThNxAQISMaH2iCUul6eD1a { top:25.8125rem;left:0rem;width:45.3125rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8FO60VDFA1Dmpvz5rzchcma956UL228 { top:11.375rem;left:18.75rem;width:29rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1qnpd7h5JLeCwlBXHs4cCR8qThVZHCU { width:18.0625rem;height:3.125rem;top:35.8125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r10uguW2yu691QRhHS0M4HS45AAutPWL { display:block; }
 }@media only screen and (max-width: 763px) { #bZ2zPME17MDrvh5fRz9kEzdkRpcl5bsU { top:7.6875rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCkICpor6OiZwVPuM4W4DlOwdnPOxHif { top:6.875rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8TwDgSama2nTvK5bT1eZpnwUHztJiwi { top:7.6875rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9MnTyxd39fbWbLSQJHcX2SSohoNvC1e { display:block; }#Q9MnTyxd39fbWbLSQJHcX2SSohoNvC1e > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IGoNxKl8xbKUE5k1tZr08E0LKTmahHfT { top:4.0625rem;left:0rem;width:34.5rem;height:24.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdR7marc76tRIJ8TJaT3izJkLCo8NxCL { top:13rem;left:10.4375rem;width:37.3125rem;height:16.0625rem;font-size:1rem;display:block; }#zdR7marc76tRIJ8TJaT3izJkLCo8NxCL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d766b727-ecce-4046-95bb-dd630b400320/gwiazda.svg); }
 }@media only screen and (max-width: 763px) { #GTE4yb2o2yTpTBTTh3c8NTx3mHfa0a9p { top:9.125rem;left:10.4375rem;width:37.3125rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KS0HcFdSiu8TUXOTenNWbJtdXl1SMWk7 { top:5.5625rem;left:13.25rem;width:34.5rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDSTJuxJKupLNF42pdVBEE0sZGnKi8eR { top:41.125rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NifTAwdpqr5CKx3XmKNgRJd1o7E3GOMW { top:4.0625rem;left:0rem;width:47.75rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbqS1xsTkFkufxzgJT4zGTPOQOM8n0pO { display:block; }#nbqS1xsTkFkufxzgJT4zGTPOQOM8n0pO > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HmT4vqBGTPNex7ysIPnKF7HxT3aZerqW { top:1.8125rem;left:12.0625rem;width:23.5625rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oArXhKvLMgXGXc5pDzX6TNHwRNLtr8No { top:3.375rem;left:0rem;width:25.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBBvPX2SLxbyXukvgF4xNlWIhzMxRyFa { top:3.25rem;left:21.8125rem;width:25.9375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd6WcmsSyiBbggs1mZV6BaAsgczEovou { top:12.4375rem;left:0rem;width:19.5625rem;height:2.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZwHQX04SeXeh7vJUetE80IwV3aWQvrG { top:30.3125rem;left:6.6875rem;width:15.125rem;height:2.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMVcTiccWngqMwi3BhOvNp7qy7MhTepy { top:12.4375rem;left:26.625rem;width:14rem;height:2.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJJPiZlqNofLCOX4RtVbvh0UVP1pf156 { top:30.5rem;left:29.5rem;width:18.25rem;height:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvZMRJi3cNZhCdO1nW4d5MLCMNK9VCtu { top:16.1875rem;left:0rem;width:21.75rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WI7OXFeZPc0IOpKtJ7hk4iTv2XULN0uH { top:33.0625rem;left:4.8125rem;width:17.0625rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnPMRswAvgxEzm6gwcNyeob7rhMbH9UA { top:15.8125rem;left:26.71875rem;width:13.6875rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9R2mzP0IC6P1PEq9Bah3hgoURQAJIBA { top:33.3125rem;left:26.8125rem;width:20.9375rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DF0ve9tTGRFevsSZA6O8byxfF0fylKG8 { top:15.5rem;left:0rem;width:20.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLTUpRgecyxSvmx45LmWceRkS04lL45R { top:6.75rem;left:5.0625rem;width:18.9375rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAu0SPXtBF7LGxOS7uX0CQBoXmTJad42 { top:6.75rem;left:30rem;width:17.75rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVgHrJzgLI32FypsLAVuD6JJnpy5pyAz { top:24.3125rem;left:0rem;width:19.9375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CS0bEnnFGRb4dGPsXFTrHd6SvJO1Ffup { top:24.3125rem;left:24.25rem;width:18.75rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVQwaIQOo2rP5rg4R1OVApSL0QaKCqHq { top:33.0625rem;left:4.9375rem;width:16.8125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Teo0zibahkByTdM3OVAIhoLyzlcRndwc { top:15.4375rem;left:26.625rem;width:17.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBi4B21GzVKC4iCDtS8m15S7bwxDGSxy { top:33.0625rem;left:27.6875rem;width:20.0625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQawT3fB8ww52RhkvuwD16lt85dPeFm4 { display:block; }#eQawT3fB8ww52RhkvuwD16lt85dPeFm4 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qvo87Z2xFtcVy7xmE93ot90DL7763Q00 { top:8.25rem;left:0rem;width:9.125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTDT6PqktaA04lNwZxC1AKxzL5Zvw8kM { top:8.375rem;left:9rem;width:6.75rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmXEVGNFOtJ9pMPezV0P3yTxNlcsaqcf { top:8.375rem;left:27.8125rem;width:7.25rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwK2XL6ZsTyiFTWA4r4DkzJZBkpX66ZK { top:8.75rem;left:39.5rem;width:8.25rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #im1R9rkahMztEARtbF4EeBk1ZT3NMgOT { top:1.875rem;left:12.0625rem;width:23.5625rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #krhWuWhEfcb9FDFiLIEgXh9P4DMDWeSb { top:3.4375rem;left:0rem;width:28.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #anyFZlEXxOJwob676bVFNIZLWTX6nn55 { top:3.3125rem;left:19.1875rem;width:28.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wioqhDvO1gWHKNK9yKPuFFtkNnIzvkAq { top:16.875rem;left:0rem;width:14.125rem;height:6.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDbJqiwixvgoexerqXaL3it5bRuNA8XJ { top:16.9375rem;left:4.5rem;width:15.75rem;height:6.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er7TNoRTT7lZLACXkpIyOdSag6q1ZRMC { top:16.9375rem;left:22.125rem;width:18.625rem;height:6.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLfq9w4Go6smWAtdnCwZrBcLku3TsbW9 { top:16.8125rem;left:29.4375rem;width:18.3125rem;height:6.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTpimeDDn5cgLbsISI0MiRmM4LhgvzTf { top:-0.375rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcIz22oVamG6yQpcti3xV0syf4mNFbDG { display:block; }#TcIz22oVamG6yQpcti3xV0syf4mNFbDG > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nFdAI7CM1N3NMVlbV81O2K36F4v84XZq { top:5.9375rem;left:0rem;width:20.0625rem;height:9.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1AC2A7UEodNIkU6LgKoHE78CsI2t5ZN { top:17.25rem;left:0rem;width:23rem;height:11.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #viWEfRFzL936AHaEgGxZXxOTmoEIAq7J .widget-regular-label { width:26rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#viWEfRFzL936AHaEgGxZXxOTmoEIAq7J .widget-input-text { width:26rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#viWEfRFzL936AHaEgGxZXxOTmoEIAq7J .widget-input-text {padding-top: 0; padding-bottom: 0;}#viWEfRFzL936AHaEgGxZXxOTmoEIAq7J .widget-textarea { width:26rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#viWEfRFzL936AHaEgGxZXxOTmoEIAq7J .widget-input-select { width:26rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#viWEfRFzL936AHaEgGxZXxOTmoEIAq7J .widget-input-select {padding-top: 0; padding-bottom: 0;}#viWEfRFzL936AHaEgGxZXxOTmoEIAq7J .widget-input-button { width:26rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#viWEfRFzL936AHaEgGxZXxOTmoEIAq7J .widget-checkbox-label { width:24.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#viWEfRFzL936AHaEgGxZXxOTmoEIAq7J  { width:26rem;height:auto;top:4.4375rem;left:19.25rem; }
#viWEfRFzL936AHaEgGxZXxOTmoEIAq7J .radio-container { width:26rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#viWEfRFzL936AHaEgGxZXxOTmoEIAq7J {display:block;}#viWEfRFzL936AHaEgGxZXxOTmoEIAq7J { width:26rem;height:auto;top:4.4375rem;left:19.25rem; }
 }@media only screen and (max-width: 763px) { #viWEfRFzL936AHaEgGxZXxOTmoEIAq7J #TiIC3WTWH8Si1BoAhKVe2t1Lyvh5SECb {  }
 }@media only screen and (max-width: 763px) { #viWEfRFzL936AHaEgGxZXxOTmoEIAq7J #TudLpBkaWWUmXo4nteXsESTPy4KwPE7i {  }
 }@media only screen and (max-width: 763px) { #viWEfRFzL936AHaEgGxZXxOTmoEIAq7J #KS6qoJk727ZEAw9wwCpsGB6EDT4i5xWB {  }
 }@media only screen and (max-width: 763px) { #viWEfRFzL936AHaEgGxZXxOTmoEIAq7J #TV7ZpuOapmUqzhlQ6Jg5LRSILxLfkBOw {  }
 }@media only screen and (max-width: 763px) { #viWEfRFzL936AHaEgGxZXxOTmoEIAq7J #bKeIy6cdJMphAoieRWT1VhMG7qLIN3XM {  }
 }@media only screen and (max-width: 763px) { #viWEfRFzL936AHaEgGxZXxOTmoEIAq7J #FmsVxNh5WmmrvPGIbpBDBQ7kICi4kT9H {  }
 }@media only screen and (max-width: 763px) { #viWEfRFzL936AHaEgGxZXxOTmoEIAq7J #xAHnkldWBbTVIP9KMoSa6uWT1t80DBBL {  }
 }@media only screen and (max-width: 763px) { #viWEfRFzL936AHaEgGxZXxOTmoEIAq7J #UyD8EiQnT8BrO6yQ9TzA5zuu3uxUngZ5 {  }
 }@media only screen and (max-width: 763px) { #viWEfRFzL936AHaEgGxZXxOTmoEIAq7J #PscqXakMIXSyDpInebDPJxEirnyb4DWC {  }
 }@media only screen and (max-width: 763px) { #viWEfRFzL936AHaEgGxZXxOTmoEIAq7J #bJyLCL6heH6x90u8KTWiX7RcbWptcUlc {  }
 }@media only screen and (max-width: 763px) { #viWEfRFzL936AHaEgGxZXxOTmoEIAq7J #AcBMlPBTnkf2myiy6dRGzXznbtQnbAiT {  }
 }@media only screen and (max-width: 763px) { #AaOznBaeiuZopOFeKkEROpwoO7M8ihDL { top:5.3125rem;left:21.4375rem;width:0.125rem;height:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WftQC6R3veI1O6LgAnl8uOmPIHSS0Xks { top:37.375rem;left:0rem;width:47.75rem;height:10.125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5guGffqDrZIHPsprBTKrc67rEIyVpW8 { display:block; }#y5guGffqDrZIHPsprBTKrc67rEIyVpW8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gOzZbNgwQpkDKkiht4rpuUdoC0uWiOBF { width:11.875rem;height:9.25rem;top:0.375rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #f0qhTiS3iRAhlyAAVoQkQoILwf1aaLo6 { top:1.3125rem;left:21.5rem;width:0.125rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaIn9T4r2nq05fAJIugUAXkFLZZtAvDe { top:0.8125rem;left:18rem;width:29.75rem;height:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMKbLORzybC2DGGQ0EySNtsufDsi8M9L { display:block; }#QMKbLORzybC2DGGQ0EySNtsufDsi8M9L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PHihdtR7118KgGxBklUu7ls5XIJTJe7R { top:0.3125rem;left:14.71875rem;width:18.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;background-color:#000000;background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:14rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lrKpLJszoEnbTR1iXMFgXXPcsvstFyk8 { top:0rem;left:16.875rem;width:3.125rem;height:3.125rem;z-index:15022;color:#ffffff;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsMbxzXxriSuI0wA6LVyw78pTfeQ5Xo4 { width:17.8125rem;height:2.8125rem;top:3.125rem;left:1.09375rem;z-index:15019;background-color:transparent;background-image:none;border-top-left-radius:3.25rem;border-top-right-radius:3.25rem;border-bottom-left-radius:3.25rem;border-bottom-right-radius:3.25rem;font-family:montserrat;color:#ffcc00;font-weight:700;font-style:normal;border-top:0.0625rem solid #ffcc00;border-left:0.0625rem solid #ffcc00;border-right:0.0625rem solid #ffcc00;border-bottom:0.0625rem solid #ffcc00;display:block; }
 }@media only screen and (max-width: 763px) { #kMJWCJAyT2TKigzuSQ1HJFi9ScgSLJdn { display:block; }
 }@media only screen and (max-width: 763px) { #zq5L8RXwUaaO528oVrIKNQvBDA6Oiswp { width:17.9375rem;height:2.8125rem;top:10.125rem;left:1.0625rem;z-index:15020;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;background-color:transparent;background-image:none;font-family:montserrat;color:#ffcc00;font-weight:700;font-style:normal;border-top:0.0625rem solid #ffcc00;border-left:0.0625rem solid #ffcc00;border-right:0.0625rem solid #ffcc00;border-bottom:0.0625rem solid #ffcc00;display:block; }
 }@media only screen and (max-width: 763px) { #rTO3s51OZKuK17L48tbpuQmbdeHKwoCL { display:block; }
 }@media only screen and (max-width: 763px) { #roBwtMGyapvL5atcuEEi5UqrxR3CPMak { width:17.8125rem;height:2.8125rem;top:6.5625rem;left:1.09375rem;z-index:15021;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;background-color:transparent;background-image:none;font-family:montserrat;color:#ffcc00;font-weight:700;font-style:normal;border-top:0.0625rem solid #ffcc00;border-left:0.0625rem solid #ffcc00;border-right:0.0625rem solid #ffcc00;border-bottom:0.0625rem solid #ffcc00;display:block; }
 }@media only screen and (max-width: 763px) { #eVcctXd06i0Pdv9L4NmtiNoZwc5sSmdR { display:block; }
 }@media only screen and (max-width: 763px) { #TD03Cg2pZBpgT9i5C0w7FIHC2B5XvHxu { top:-1.125rem;left:0.0625rem;width:20rem;height:15rem;z-index:15018;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #tGTfPH8hAAlfzVSK784sce0ATDu4vf0b { position:relative;z-index:auto;display:none; }#tGTfPH8hAAlfzVSK784sce0ATDu4vf0b > .row .container { width:20rem;height:30.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #l36GswKTawoaxGe1sdtCJ034g6Z6TktD { width:17.8125rem;height:2.8125rem;top:2.875rem;left:1.1875rem;z-index:15022;background-color:#ffcc00;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-family:montserrat;color:#000000;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #wnXKtiRBcxFP6V1C87rNfQQ7PtVe0ztZ { display:block; }
 }@media only screen and (max-width: 763px) { #ornBimNo4gEZZsfFZksTU88LqWLAztvH { width:17.8125rem;height:2.8125rem;top:6.5rem;left:1.09375rem;z-index:15024;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffcc00;background-image:none;font-family:montserrat;color:rgba(var(--color-primary-4),1);font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #b4rFQgJsQ9bqbWTsCBJp5MUDWRT3GuX5 { display:block; }
 }@media only screen and (max-width: 763px) { #Gkcf4mVq56xakUerMlTuiyKCRCtvJrXn { width:17.9375rem;height:2.8125rem;top:10.0625rem;left:1.03125rem;z-index:15023;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffcc00;background-image:none;font-family:montserrat;color:#000000;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #dqTGAQgcDQs2rTvPgGAGvyIJbCvAi6JN { display:block; }
 }@media only screen and (max-width: 763px) { #b68KvTnFZ4JANHbPtoT3VVigNzdlOmya { width:0.125rem;height:1.875rem;top:24.3125rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KXSbMHFz7AbZGEAiwbtkJtsk0wAkBpoV { width:0.125rem;height:1.875rem;top:24.34375rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nugZDGpTF0W6e0nTRpzWWaxaaXqmC1Lm { top:3.5rem;left:2.71875rem;width:14.1875rem;height:4.625rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VE1lckIU9CbVuRqcQk8gNSCTS2e8uIim { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VE1lckIU9CbVuRqcQk8gNSCTS2e8uIim > .row .container { background-color: transparent; background-image: none; }#VE1lckIU9CbVuRqcQk8gNSCTS2e8uIim::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VE1lckIU9CbVuRqcQk8gNSCTS2e8uIim > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VE1lckIU9CbVuRqcQk8gNSCTS2e8uIim > .row .container > .video-iframe-container { display: none; }#VE1lckIU9CbVuRqcQk8gNSCTS2e8uIim > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VE1lckIU9CbVuRqcQk8gNSCTS2e8uIim > .row > .video-iframe-container { display: none; }#VE1lckIU9CbVuRqcQk8gNSCTS2e8uIim > .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); }#VE1lckIU9CbVuRqcQk8gNSCTS2e8uIim > .row .container { border-width: 0; border-radius: 0; }#VE1lckIU9CbVuRqcQk8gNSCTS2e8uIim > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VE1lckIU9CbVuRqcQk8gNSCTS2e8uIim > .row .container { width:20rem;height:20.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NAoaT9JgToR6a8B2XrXhsVvOplFQnRRV { top:5.0625rem;left:0rem;width:20rem;height:15.625rem;z-index:15024;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xNuwC4ZW6RoaW95k3A4imIfmsNEzEqvp { position:relative;z-index:auto;display:block; }#xNuwC4ZW6RoaW95k3A4imIfmsNEzEqvp > .row .container { width:20rem;height:40.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #egoU3mvF9Mmn0gR83n01uVO8foZ0A0NL { width:20rem;height:7.21875rem;top:0.8125rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JJTMW7dOe7ThNxAQISMaH2iCUul6eD1a { width:20rem;height:6.375rem;top:23.46875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S8FO60VDFA1Dmpvz5rzchcma956UL228 { width:16rem;height:15.4375rem;top:8.03125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1qnpd7h5JLeCwlBXHs4cCR8qThVZHCU { width:18.0625rem;height:3.125rem;top:31.9375rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r10uguW2yu691QRhHS0M4HS45AAutPWL { display:block; }
 }@media only screen and (max-width: 763px) { #bZ2zPME17MDrvh5fRz9kEzdkRpcl5bsU { width:20rem;height:0.125rem;top:9.911625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RCkICpor6OiZwVPuM4W4DlOwdnPOxHif { width:20rem;height:20rem;top:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8TwDgSama2nTvK5bT1eZpnwUHztJiwi { width:20rem;height:0.125rem;top:7.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q9MnTyxd39fbWbLSQJHcX2SSohoNvC1e { position:relative;z-index:auto;display:block; }#Q9MnTyxd39fbWbLSQJHcX2SSohoNvC1e > .row .container { width:20rem;height:61.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IGoNxKl8xbKUE5k1tZr08E0LKTmahHfT { width:20rem;height:19.125rem;top:1.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdR7marc76tRIJ8TJaT3izJkLCo8NxCL { width:20rem;height:25.44675rem;top:33.625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#zdR7marc76tRIJ8TJaT3izJkLCo8NxCL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d766b727-ecce-4046-95bb-dd630b400320/gwiazda.svg); }
 }@media only screen and (max-width: 763px) { #GTE4yb2o2yTpTBTTh3c8NTx3mHfa0a9p { width:20rem;height:3.375rem;top:28.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KS0HcFdSiu8TUXOTenNWbJtdXl1SMWk7 { width:19.875rem;height:5.19921875rem;top:22.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NDSTJuxJKupLNF42pdVBEE0sZGnKi8eR { width:20rem;height:20rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NifTAwdpqr5CKx3XmKNgRJd1o7E3GOMW { width:20rem;height:10.75rem;top:22.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbqS1xsTkFkufxzgJT4zGTPOQOM8n0pO { position:relative;z-index:auto;display:block; }#nbqS1xsTkFkufxzgJT4zGTPOQOM8n0pO > .row .container { width:20rem;height:89.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HmT4vqBGTPNex7ysIPnKF7HxT3aZerqW { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oArXhKvLMgXGXc5pDzX6TNHwRNLtr8No { width:20rem;height:0.125rem;top:3.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LBBvPX2SLxbyXukvgF4xNlWIhzMxRyFa { width:20rem;height:0.125rem;top:3.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cd6WcmsSyiBbggs1mZV6BaAsgczEovou { width:19.5625rem;height:2.03125rem;top:16.9375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bZwHQX04SeXeh7vJUetE80IwV3aWQvrG { width:20rem;height:2.03125rem;top:58.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lMVcTiccWngqMwi3BhOvNp7qy7MhTepy { width:20rem;height:2.03125rem;top:39rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nJJPiZlqNofLCOX4RtVbvh0UVP1pf156 { width:20rem;height:1.94970625rem;top:78.5625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rvZMRJi3cNZhCdO1nW4d5MLCMNK9VCtu { width:15.75rem;height:5.625rem;top:20.4375rem;left:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WI7OXFeZPc0IOpKtJ7hk4iTv2XULN0uH { width:12.1875rem;height:5.625rem;top:61.6875rem;left:3.90625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JnPMRswAvgxEzm6gwcNyeob7rhMbH9UA { width:11.5rem;height:3.75rem;top:42.4375rem;left:4.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v9R2mzP0IC6P1PEq9Bah3hgoURQAJIBA { width:12.1875rem;height:5.625rem;top:81.8125rem;left:3.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DF0ve9tTGRFevsSZA6O8byxfF0fylKG8 { width:8.1875rem;height:0.125rem;top:60.90625rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLTUpRgecyxSvmx45LmWceRkS04lL45R { width:13.9375rem;height:12.875rem;top:4.9375rem;left:2.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAu0SPXtBF7LGxOS7uX0CQBoXmTJad42 { width:12rem;height:11.375rem;top:28rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVgHrJzgLI32FypsLAVuD6JJnpy5pyAz { width:11rem;height:10rem;top:48.25rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CS0bEnnFGRb4dGPsXFTrHd6SvJO1Ffup { width:9.625rem;height:9.375rem;top:69.1875rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVQwaIQOo2rP5rg4R1OVApSL0QaKCqHq { width:10.0625rem;height:0.125rem;top:41.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Teo0zibahkByTdM3OVAIhoLyzlcRndwc { width:8.6875rem;height:0.125rem;top:19.75rem;left:5.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBi4B21GzVKC4iCDtS8m15S7bwxDGSxy { width:11.75rem;height:0.125rem;top:81.0625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQawT3fB8ww52RhkvuwD16lt85dPeFm4 { position:relative;z-index:auto;display:block; }#eQawT3fB8ww52RhkvuwD16lt85dPeFm4 > .row .container { width:20rem;height:37rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qvo87Z2xFtcVy7xmE93ot90DL7763Q00 { width:6.4375rem;height:5.125rem;top:8.0625rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTDT6PqktaA04lNwZxC1AKxzL5Zvw8kM { width:4.875rem;height:5.125rem;top:8.1875rem;left:13.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmXEVGNFOtJ9pMPezV0P3yTxNlcsaqcf { width:5.1875rem;height:5.0625rem;top:21.787109375rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwK2XL6ZsTyiFTWA4r4DkzJZBkpX66ZK { width:6.25rem;height:4.75rem;top:21.943359375rem;left:11.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #im1R9rkahMztEARtbF4EeBk1ZT3NMgOT { width:20rem;height:2.5996125rem;top:2.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #krhWuWhEfcb9FDFiLIEgXh9P4DMDWeSb { width:20rem;height:0.125rem;top:5.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #anyFZlEXxOJwob676bVFNIZLWTX6nn55 { width:20rem;height:0.125rem;top:3.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wioqhDvO1gWHKNK9yKPuFFtkNnIzvkAq { width:11rem;height:4.875rem;top:14.0625rem;left:0rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KDbJqiwixvgoexerqXaL3it5bRuNA8XJ { width:8.875rem;height:4.875rem;top:14.0625rem;left:11.125rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Er7TNoRTT7lZLACXkpIyOdSag6q1ZRMC { width:8.0625rem;height:6rem;top:27.8125rem;left:0.53125rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aLfq9w4Go6smWAtdnCwZrBcLku3TsbW9 { width:10.625rem;height:8.125rem;top:27.8125rem;left:9.375rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TTpimeDDn5cgLbsISI0MiRmM4LhgvzTf { width:20rem;height:20rem;top:7.037109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcIz22oVamG6yQpcti3xV0syf4mNFbDG { position:relative;z-index:auto;display:block; }#TcIz22oVamG6yQpcti3xV0syf4mNFbDG > .row .container { width:20rem;height:54.4726640625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nFdAI7CM1N3NMVlbV81O2K36F4v84XZq { width:20rem;height:7.067875rem;top:1.1875rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o1AC2A7UEodNIkU6LgKoHE78CsI2t5ZN { width:20rem;height:10.1245rem;top:9.0478515625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #viWEfRFzL936AHaEgGxZXxOTmoEIAq7J .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#viWEfRFzL936AHaEgGxZXxOTmoEIAq7J .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#viWEfRFzL936AHaEgGxZXxOTmoEIAq7J .widget-input-text {padding-top: 0; padding-bottom: 0;}#viWEfRFzL936AHaEgGxZXxOTmoEIAq7J .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#viWEfRFzL936AHaEgGxZXxOTmoEIAq7J .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#viWEfRFzL936AHaEgGxZXxOTmoEIAq7J .widget-input-select {padding-top: 0; padding-bottom: 0;}#viWEfRFzL936AHaEgGxZXxOTmoEIAq7J .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#viWEfRFzL936AHaEgGxZXxOTmoEIAq7J .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.75rem;overflow:hidden;height:auto; }
#viWEfRFzL936AHaEgGxZXxOTmoEIAq7J  { width:17.5rem;height:auto;top:19.6728515625rem;left:0rem; }
#viWEfRFzL936AHaEgGxZXxOTmoEIAq7J .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#viWEfRFzL936AHaEgGxZXxOTmoEIAq7J {display:block;}#viWEfRFzL936AHaEgGxZXxOTmoEIAq7J { width:17.5rem;height:auto;top:19.6728515625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #viWEfRFzL936AHaEgGxZXxOTmoEIAq7J #TiIC3WTWH8Si1BoAhKVe2t1Lyvh5SECb {  }
 }@media only screen and (max-width: 763px) { #viWEfRFzL936AHaEgGxZXxOTmoEIAq7J #TudLpBkaWWUmXo4nteXsESTPy4KwPE7i {  }
 }@media only screen and (max-width: 763px) { #viWEfRFzL936AHaEgGxZXxOTmoEIAq7J #KS6qoJk727ZEAw9wwCpsGB6EDT4i5xWB {  }
 }@media only screen and (max-width: 763px) { #viWEfRFzL936AHaEgGxZXxOTmoEIAq7J #TV7ZpuOapmUqzhlQ6Jg5LRSILxLfkBOw {  }
 }@media only screen and (max-width: 763px) { #viWEfRFzL936AHaEgGxZXxOTmoEIAq7J #bKeIy6cdJMphAoieRWT1VhMG7qLIN3XM {  }
 }@media only screen and (max-width: 763px) { #viWEfRFzL936AHaEgGxZXxOTmoEIAq7J #FmsVxNh5WmmrvPGIbpBDBQ7kICi4kT9H {  }
 }@media only screen and (max-width: 763px) { #viWEfRFzL936AHaEgGxZXxOTmoEIAq7J #xAHnkldWBbTVIP9KMoSa6uWT1t80DBBL {  }
 }@media only screen and (max-width: 763px) { #viWEfRFzL936AHaEgGxZXxOTmoEIAq7J #UyD8EiQnT8BrO6yQ9TzA5zuu3uxUngZ5 {  }
 }@media only screen and (max-width: 763px) { #viWEfRFzL936AHaEgGxZXxOTmoEIAq7J #PscqXakMIXSyDpInebDPJxEirnyb4DWC {  }
 }@media only screen and (max-width: 763px) { #viWEfRFzL936AHaEgGxZXxOTmoEIAq7J #bJyLCL6heH6x90u8KTWiX7RcbWptcUlc {  }
 }@media only screen and (max-width: 763px) { #viWEfRFzL936AHaEgGxZXxOTmoEIAq7J #AcBMlPBTnkf2myiy6dRGzXznbtQnbAiT {  }
 }@media only screen and (max-width: 763px) { #AaOznBaeiuZopOFeKkEROpwoO7M8ihDL { width:0.125rem;height:22.6875rem;top:5.3125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WftQC6R3veI1O6LgAnl8uOmPIHSS0Xks { width:20rem;height:0;top:43.0478515625rem;left:0rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #y5guGffqDrZIHPsprBTKrc67rEIyVpW8 { display:block; }#y5guGffqDrZIHPsprBTKrc67rEIyVpW8 > .row .container { width:20rem;height:24.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gOzZbNgwQpkDKkiht4rpuUdoC0uWiOBF { top:1.6875rem;left:3.5rem;width:13rem;height:10rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #f0qhTiS3iRAhlyAAVoQkQoILwf1aaLo6 { width:0.125rem;height:7.6875rem;top:2.1875rem;left:16.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RaIn9T4r2nq05fAJIugUAXkFLZZtAvDe { width:16.75rem;height:10.5rem;top:12.75rem;left:1.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QMKbLORzybC2DGGQ0EySNtsufDsi8M9L { display:block; }#QMKbLORzybC2DGGQ0EySNtsufDsi8M9L > .row .container { width:20rem;height:8.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PHihdtR7118KgGxBklUu7ls5XIJTJe7R { width:18.4375rem;height:1.29980625rem;top:1.25rem;left:0.75rem;font-size:1rem;display:block; }
 }