.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:228,217,235;--color-primary-1:164,128,190;--color-primary-2:73,0,124;--color-primary-3:37,0,62;--color-primary-4:11,0,19;--color-secondary-0:250,252,255;--color-secondary-1:239,246,255;--color-secondary-2:223,237,255;--color-secondary-3:112,119,128;--color-secondary-4:33,36,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/hVtvU3Z6/Bez_nazwy_1.png");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/d2u1FcjM/Bez_nazwy_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:60rem;position:relative;display:block; }#XTpXErALiZh0bKqEOtKSf3lNF5U8ECny { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.625rem;width:35.1875rem;top:1.9375rem;left:24.8125rem;overflow:hidden;display:none; }
#U9kwaSUD5AMeEo9zTyPvR9T3V3ON8UKD { color:rgba(var(--color-tertiary-0),1);display:block;width:28.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:5.5rem;left:0rem;height:6.8984375rem;font-style:normal;display:block; }
#d2oiIOEeMTwpl2ZTfO63U76Cqe8p1bSI { color:rgba(var(--color-tertiary-0),1);display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.8;letter-spacing:0;top:14.0625rem;left:0rem;height:17.32228125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QpiJcrAXQLKgsLL46Z2RMGVpP7qcqRbP { color:rgba(var(--color-tertiary-0),1);display:block;width:21.125rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:3.6875rem;left:38.875rem;height:3.736325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A4fgUmLqgxVdiA9TW2CcsMpd9dJ0Icpq { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:21.3125rem;top:3.0625rem;left:38.6875rem;display:block; }
#yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs .widget-form-header {  }
#yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:18.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs .widget-input-text { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(7,80,181,0.2);border-left:0.0625rem solid rgba(7,80,181,0.2);border-right:0.0625rem solid rgba(7,80,181,0.2);border-bottom:0.0625rem solid rgba(7,80,181,0.2);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:18.75rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs .widget-input-text {padding-top: 0; padding-bottom: 0;}#yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs .widget-textarea { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(7,80,181,0.2);border-left:0.0625rem solid rgba(7,80,181,0.2);border-right:0.0625rem solid rgba(7,80,181,0.2);border-bottom:0.0625rem solid rgba(7,80,181,0.2);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:18.75rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs .widget-input-select {padding-top: 0; padding-bottom: 0;}#yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#97d800;background-image:url("Wyślij");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:18.75rem;height:3.875rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0.125rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.12) ; }#yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs .widget-input-button.adaptive-delivery-prevent-bg, #yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs .widget-input-button.lazyload, #yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs .widget-input-button.lazyloading { background-image: none; }
#yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),0.4);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),0.4);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),0.4);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),0.4);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:17.6875rem;overflow:hidden;font-style:normal; }
#yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs .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; }
#yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs .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:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs .widget-container:first-of-type{padding-top:0;}#yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs .widget-container:last-of-type{padding-bottom:0;}#yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.25rem;left:38.75rem; }
#yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.75rem;display:block;vertical-align:top; }
#yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs .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; }
#yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs {display:block;}#yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.9375rem;left:38.75rem; }
#yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs #ODSMAdbBR74DryssTTqpxlfgrWdSU5SR { position:relative; }
#yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs #ULKsMEGJd2GtyvhUiW9kLVkuzsnr8hko { position:relative;display:none; }
#yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs #Wh1XmfHmECyrgfs1L7nCnMcfT1ROntRl { position:relative; }
#yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs #pXh683DLoofdRispElLgT5EN63IlXgkz { position:relative; }
#yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs #ohnakUUsDy2FPkP7vJQFNUWmhtU7oVyp { position:relative;display:none; }
#yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs #lqx6K8VnRpashXTHNT9vOEbTTgGODosH { position:relative; }
#yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs #S2DqUJsPrMWSGDi9k7nh2v9xQ21LPfGz { position:relative; }
#yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs #MQ1wk4El63Lby5Gby00EwApM6IC1JxTr { position:relative;display:none; }
#yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs #ImGiFFP8TbpgZvTgBTtINlUduS1OMXML { position:relative; }
#yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs #OKXT48Gh71T2M1LKK7vZBQnvldZSJ49L { position:relative; }
#yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs #u0AaI8ehlTnmDwDLoCv3Kih610pBn0tn { position:relative;display:none; }
#yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs #qT4O7s3t8maMKRIJ0D5c0GaV7pFZJQMb { position:relative; }
#yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs #A86v93iy0fmWV6zVkH4Z8MTfACCtUm0q { position:relative; }
#yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs #N76aDnwJMeANOVyTPTRixKJikERTNSqz { position:relative;z-index:2; }
#yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs #X9ieRsicV3l6TshncEBX6cr3RbTUXAbH { position:relative; }
#yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs #io1RbQCzDSOm9moRFzsDeDff3n9B37cR { position:relative; }
#yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs #gVu4STJanEyQBcKC4t5TUvkqqJaVSmpL { position:relative; }
#m9KowrMDz34i8oQAbLLbtqAoRwBH1tVt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m9KowrMDz34i8oQAbLLbtqAoRwBH1tVt > .row .container { background-color: transparent; background-image: none; }#m9KowrMDz34i8oQAbLLbtqAoRwBH1tVt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9KowrMDz34i8oQAbLLbtqAoRwBH1tVt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9KowrMDz34i8oQAbLLbtqAoRwBH1tVt > .row .container > .video-iframe-container { display: none; }#m9KowrMDz34i8oQAbLLbtqAoRwBH1tVt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9KowrMDz34i8oQAbLLbtqAoRwBH1tVt > .row > .video-iframe-container { display: none; }#m9KowrMDz34i8oQAbLLbtqAoRwBH1tVt > .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); }#m9KowrMDz34i8oQAbLLbtqAoRwBH1tVt > .row .container { border-width: 0; border-radius: 0; }#m9KowrMDz34i8oQAbLLbtqAoRwBH1tVt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m9KowrMDz34i8oQAbLLbtqAoRwBH1tVt > .row .container { font-size:0.875rem;font-family:arial;height:74.625rem;width:60rem;position:relative;display:block; }#Hp75bs8T8wSC4d2d9tGq4tZQxENtzk9J { color:#4d027b;display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:3.0625rem;left:0rem;height:2.8183625rem;font-style:normal;display:block; }
#agr1SHkI9l0sKz0FWZvTCsq9327fbL7m { color:rgba(var(--color-tertiary-4),0.7);display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:7.0625rem;left:0rem;height:1.5rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#RRc3bDupDVJaqLSunBy8HyXTMF6IJG68 { color:rgba(var(--color-tertiary-4),0.7);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:9.125rem;left:0rem;height:12rem;text-align:justify;text-align-last:initial;display:block; }
#TDwTrpPCXQLJvnQqDxEnQTuE8WvfgLns { color:rgba(var(--color-tertiary-4),0.7);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:33rem;left:30rem;height:12rem;text-align:justify;text-align-last:initial;display:block; }
#G0h67MhOhyoRD09eFJhb7wpdzfDnu5yV { color:rgba(var(--color-tertiary-4),0.7);display:block;width:26.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:30.9375rem;left:29.875rem;height:1.5rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#u0bbpNlnRSTpM23pHHrUp1VOJVtg7qul { color:#4d027b;display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:26.9375rem;left:29.875rem;height:2.8183625rem;font-style:normal;display:block; }
#T5XCH3KA3VofBpT5piTcI9CHt6OK9hcN { color:rgba(var(--color-tertiary-4),0.7);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:58.5rem;left:0rem;height:12rem;text-align:justify;text-align-last:initial;display:block; }
#TQLI4hAQOtqbIJ8aM5ZFFnnSLBNmPl2d { color:rgba(var(--color-tertiary-4),0.7);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:56.375rem;left:0rem;height:1.5rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#Ssr5cDL9KVzf230kXWqyBhMM8Kuzh2MA { color:#4d027b;display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15016;line-height:1.1;letter-spacing:0;top:52.3125rem;left:0rem;height:2.8183625rem;font-style:normal;display:block; }
#t9hzlW6D590uwQ3MbPw1z78etywefo5a { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:20.5625rem;top:3.0625rem;left:39.4375rem;overflow:hidden;display:block; }
#TOMz27skMrcBI2UNMl0dotW4BbqDZw4F { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:19.75rem;top:26.9375rem;left:0rem;overflow:hidden;display:block; }
#ze5uzn1964kfeIkR4TUREme0eFfJoPGJ { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.1875rem;width:21.3125rem;top:52.3125rem;left:38.6875rem;overflow:hidden;display:block; }
#HcEkM2Giqh9nqbh4UKKNyIuvMkWwcNUH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;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; }#HcEkM2Giqh9nqbh4UKKNyIuvMkWwcNUH > .row .container { background-color: transparent; background-image: none; }#HcEkM2Giqh9nqbh4UKKNyIuvMkWwcNUH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HcEkM2Giqh9nqbh4UKKNyIuvMkWwcNUH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HcEkM2Giqh9nqbh4UKKNyIuvMkWwcNUH > .row .container > .video-iframe-container { display: none; }#HcEkM2Giqh9nqbh4UKKNyIuvMkWwcNUH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HcEkM2Giqh9nqbh4UKKNyIuvMkWwcNUH > .row > .video-iframe-container { display: none; }#HcEkM2Giqh9nqbh4UKKNyIuvMkWwcNUH > .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); }#HcEkM2Giqh9nqbh4UKKNyIuvMkWwcNUH > .row .container { border-width: 0; border-radius: 0; }#HcEkM2Giqh9nqbh4UKKNyIuvMkWwcNUH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HcEkM2Giqh9nqbh4UKKNyIuvMkWwcNUH > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:60rem;position:relative;display:block; }#Ox8eMAOL01qgCA1gCl8C2v8TS88myHxh { color:rgba(var(--color-tertiary-4),0.7);display:block;width:40.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:9.25rem;left:0rem;height:18rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Jnv78DUmyzCErfeDC22zvZkTyREP99Tv { color:rgba(var(--color-tertiary-4),0.7);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:7.125rem;left:0rem;height:1.5rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#zwGCbR5vTsKCcpLG2VC8lKIp6L2cGhas { color:#4d027b;display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:3.0625rem;left:0rem;height:2.8183625rem;font-style:normal;display:block; }
#L3dd1g8xofLldqO0CGLTT0ffeDpJqifG { color:rgba(var(--color-tertiary-4),0.7);display:block;width:37.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:30.625rem;left:0rem;height:7.5rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z27JTIJa5WRKVeycLahAK3ouTgLRVRt5 { color:rgba(var(--color-tertiary-4),0.7);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:28.5rem;left:0rem;height:1.5rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#wQax9M70LQTNq6vmrqsNKL2k5nahA8CH { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.6875rem;width:21.0625rem;top:22.5rem;left:38.9375rem;overflow:hidden;display:block; }
#Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa > .row .container { background-color: transparent; background-image: none; }#Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa > .row .container > .video-iframe-container { display: none; }#Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa > .row > .video-iframe-container { display: none; }#Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa > .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); }#Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa > .row .container { border-width: 0; border-radius: 0; }#Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa > .row .container { font-size:0.875rem;font-family:arial;height:36.125rem;width:60rem;position:relative;display:block; }#kvKBEVfBQ7be3DXdEv941yAN15ltH4aD { color:rgba(var(--color-tertiary-4),0.7);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:9.25rem;left:0rem;height:13.5rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vl3tT34JbiJ75uPM2p4IzupLtWpI82y5 { color:#4d027b;display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15016;line-height:1.1;letter-spacing:0;top:3.0625rem;left:0rem;height:2.8183625rem;font-style:normal;display:block; }
#yfwKk2XpDOCiuXB3OaGr4dgtwxMbrTCv { color:rgba(var(--color-tertiary-4),0.7);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:7.125rem;left:0rem;height:1.5rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#WIJ9JkJRKFKA7IwCTBEt8RAQIbglSEPF { color:rgba(var(--color-tertiary-4),0.7);display:block;width:28.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:26.125rem;left:0rem;height:7.5rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GZABaGfhmZiPD40q2yM8JH41M7GbBaEI { color:rgba(var(--color-tertiary-4),0.7);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:24rem;left:0rem;height:1.5rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#eesSCFazq4Tp2WNb6MtiAv59zhuRdZNf { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.3125rem;width:20.8125rem;top:17.375rem;left:39.1875rem;overflow:hidden;display:block; }
#piCTJLsAfWPXr5TQIK7F39awepaIdmCQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;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; }#piCTJLsAfWPXr5TQIK7F39awepaIdmCQ > .row .container { background-color: transparent; background-image: none; }#piCTJLsAfWPXr5TQIK7F39awepaIdmCQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#piCTJLsAfWPXr5TQIK7F39awepaIdmCQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#piCTJLsAfWPXr5TQIK7F39awepaIdmCQ > .row .container > .video-iframe-container { display: none; }#piCTJLsAfWPXr5TQIK7F39awepaIdmCQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#piCTJLsAfWPXr5TQIK7F39awepaIdmCQ > .row > .video-iframe-container { display: none; }#piCTJLsAfWPXr5TQIK7F39awepaIdmCQ > .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); }#piCTJLsAfWPXr5TQIK7F39awepaIdmCQ > .row .container { border-width: 0; border-radius: 0; }#piCTJLsAfWPXr5TQIK7F39awepaIdmCQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#piCTJLsAfWPXr5TQIK7F39awepaIdmCQ > .row .container { font-size:0.875rem;font-family:arial;height:42.125rem;width:60rem;position:relative;display:block; }#qmQBvw89PRT9lQgNMlimmWTgJ3s6swqD { color:rgba(var(--color-tertiary-4),0.7);display:block;width:30.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:30.625rem;left:0rem;height:9rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OpluAL7uHJUPFudLGiQ0slV4pRVV5UhH { color:rgba(var(--color-tertiary-4),0.7);display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:9.25rem;left:0rem;height:18rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JPIHPo3rtQlHcLzqaTehl8CK0MZ96KkX { color:rgba(var(--color-tertiary-4),0.7);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:7.125rem;left:0rem;height:1.5rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#kr4vySvppzlZ06ahFqDvH2JZAaTxIa9f { color:rgba(var(--color-tertiary-4),0.7);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:28.5rem;left:0rem;height:1.5rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#RiHm2J0MPCFp8mCD44V2awG06XJxK4Ry { color:#4d027b;display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:3.0625rem;left:0rem;height:2.8183625rem;font-style:normal;display:block; }
#zfe0uecdowM3NG0JoCtTUmFIn37LTpw9 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.75rem;width:20.75rem;top:24.9375rem;left:39.25rem;overflow:hidden;display:block; }
#FH1VIUgG8y98ohHqrJJ9u5RSnvV5Id6K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FH1VIUgG8y98ohHqrJJ9u5RSnvV5Id6K > .row .container { background-color: transparent; background-image: none; }#FH1VIUgG8y98ohHqrJJ9u5RSnvV5Id6K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FH1VIUgG8y98ohHqrJJ9u5RSnvV5Id6K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FH1VIUgG8y98ohHqrJJ9u5RSnvV5Id6K > .row .container > .video-iframe-container { display: none; }#FH1VIUgG8y98ohHqrJJ9u5RSnvV5Id6K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FH1VIUgG8y98ohHqrJJ9u5RSnvV5Id6K > .row > .video-iframe-container { display: none; }#FH1VIUgG8y98ohHqrJJ9u5RSnvV5Id6K > .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); }#FH1VIUgG8y98ohHqrJJ9u5RSnvV5Id6K > .row .container { border-width: 0; border-radius: 0; }#FH1VIUgG8y98ohHqrJJ9u5RSnvV5Id6K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FH1VIUgG8y98ohHqrJJ9u5RSnvV5Id6K > .row .container { font-size:0.875rem;font-family:arial;height:50.125rem;width:60rem;position:relative;display:block; }#U1CDz18JmkxMzS00Cd5GKJwkJV8sgTMe { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dcdcdc;border-left:0.0625rem solid #dcdcdc;border-right:0.0625rem solid #dcdcdc;border-bottom:0.0625rem solid #dcdcdc;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:35.875rem;width:17.4375rem;top:11rem;left:0rem;display:block; }
#fWH4ng6AxMnmrNsIon8PoHuuf36Pfcc5 { position:absolute;display:block;z-index:15013;background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:17.0625rem;border-top-right-radius:17.0625rem;border-bottom-left-radius:17.0625rem;border-bottom-right-radius:17.0625rem;box-shadow: none;height:5.875rem;width:5.875rem;top:12.6875rem;left:6rem;display:block; }
#ohHZ0wPoCekll6KI2sm7AUkrwxb5Xl3V { color:#2e2e2e;display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:19.1875rem;left:1.25rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DWGaleZt7yX8QJoctFv5LTmhL86Se9lP { position:absolute;display:block;z-index:15015;background-color:#dcdcdc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:17.5rem;top:22.875rem;left:0rem;display:block; }
#ugNCX2lt5hogxbZWDai4UhW1gU5cl3I5 { color:#2e2e2e;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15012;line-height:2.8;letter-spacing:0;top:22.875rem;left:0.0625rem;height:21rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TlGKeMdUZquVNF76pViOqNDGpCDBeJpR { position:absolute;display:block;z-index:15016;background-color:#dcdcdc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:17.5rem;top:44.375rem;left:0rem;display:block; }
#OIHZRq5zZ13GlEnXnAWH4tPHCl5c5eAI { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:43.4375rem;left:0.625rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QA5JaPaPPW5OkTx4gihOVXdJGppPezik { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dcdcdc;border-left:0.0625rem solid #dcdcdc;border-right:0.0625rem solid #dcdcdc;border-bottom:0.0625rem solid #dcdcdc;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.5) ;height:35.75rem;width:17.4375rem;top:11rem;left:21.25rem;display:block; }
#xCw5T0v7zdfgVtuogO09bNvIAH6wuVnt { position:absolute;display:block;z-index:15021;background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:17.0625rem;border-top-right-radius:17.0625rem;border-bottom-left-radius:17.0625rem;border-bottom-right-radius:17.0625rem;box-shadow: none;height:5.875rem;width:5.875rem;top:12.75rem;left:27.25rem;display:block; }
#cywaSpkAJZbAvSfJoIVQT0DOMb0TCHCV { color:#2e2e2e;display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:19.1875rem;left:22.5rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fkGTZwJLhhomGTgJxSff7qwfnkuX8S1P { position:absolute;display:block;z-index:15023;background-color:#dcdcdc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:17.5rem;top:22.875rem;left:21.25rem;display:block; }
#tbZKeOzVUdRW78i5gvPGoJZMFbJ7UJfX { color:#2e2e2e;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15020;line-height:2.8;letter-spacing:0;top:22.875rem;left:21.3125rem;height:18.375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RXo9WW6BBcVTpWC5qF5kWD7TulSDviWx { position:absolute;display:block;z-index:15024;background-color:#dcdcdc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:17.5rem;top:44.375rem;left:21.25rem;display:block; }
#ZmUVVLd395GnA2fJxu3epBJ8pATT9ZQf { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dcdcdc;border-left:0.0625rem solid #dcdcdc;border-right:0.0625rem solid #dcdcdc;border-bottom:0.0625rem solid #dcdcdc;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:35.8125rem;width:17.4375rem;top:10.9375rem;left:42.4375rem;display:block; }
#XNUdT68nTKlISeSdBprl1tVK3kvWWQhE { position:absolute;display:block;z-index:15029;background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:17.0625rem;border-top-right-radius:17.0625rem;border-bottom-left-radius:17.0625rem;border-bottom-right-radius:17.0625rem;box-shadow: none;height:5.875rem;width:5.875rem;top:12.6875rem;left:48.4375rem;display:block; }
#Va87Or3d2zq5tU1EVSPJRxT6s9zkTKdf { color:#2e2e2e;display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:19.1875rem;left:43.875rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VLHEZQdQ4DpMgz6FXQmtZkluf1XlKDtu { position:absolute;display:block;z-index:15031;background-color:#dcdcdc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:17.5rem;top:22.8125rem;left:42.4375rem;display:block; }
#ZmFb9ZtSCnbI0QqgTnktkbZgQCJNky2X { color:#2e2e2e;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15028;line-height:2.8;letter-spacing:0;top:22.875rem;left:42.5625rem;height:18.375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#E1KgkBtveMvyJFdTVyWGkPQmUZWqFwE4 { position:absolute;display:block;z-index:15032;background-color:#dcdcdc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:17.5rem;top:44.3125rem;left:42.4375rem;display:block; }
#iaxXZS3rFTDTk7OUSRLvGQiENiJI07Mz { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:13.75rem;left:7.0625rem;overflow:hidden;display:block; }
#gsqUKr7qLZM3l7hJTSCmsts18nz86yyh { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:14.0625rem;left:49.5625rem;overflow:hidden;display:block; }
#fiPZCVXF3E1CvgNzNBtLpqLbAD6lrtiG { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:14rem;left:28.25rem;overflow:hidden;display:block; }
#UfZd0fZTcQIqyc0K1IbzyzKS4ZCMWT9T { position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(94deg, rgba(var(--color-primary-2),1), #fd3e4f);background-image: -moz-linear-gradient(94deg, rgba(var(--color-primary-2),1), #fd3e4f);background-image: -ms-linear-gradient(94deg, rgba(var(--color-primary-2),1), #fd3e4f);background-image: -o-linear-gradient(94deg, rgba(var(--color-primary-2),1), #fd3e4f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#fd3e4f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#fd3e4f' );";background-image: linear-gradient(94deg, rgba(var(--color-primary-2),1), #fd3e4f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:4.625rem;width:17.5625rem;top:42.375rem;left:0rem;display:block; }
#XUUt27RI3wXlL4qsX5casagDzi11hPTS { position:absolute;display:block;z-index:15035;background-color:transparent;background-image: -webkit-linear-gradient(94deg, rgba(var(--color-primary-2),1), #fd3e4f);background-image: -moz-linear-gradient(94deg, rgba(var(--color-primary-2),1), #fd3e4f);background-image: -ms-linear-gradient(94deg, rgba(var(--color-primary-2),1), #fd3e4f);background-image: -o-linear-gradient(94deg, rgba(var(--color-primary-2),1), #fd3e4f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#fd3e4f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#fd3e4f' );";background-image: linear-gradient(94deg, rgba(var(--color-primary-2),1), #fd3e4f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:4.625rem;width:17.5625rem;top:42.3125rem;left:21.25rem;display:block; }
#yT4TWdPvzyltI4DhJ1PTEIbGz5AtZrek { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:43.4375rem;left:21.9375rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nad6nHed8y39QH7suEyggS2Ev44WkRL7 { position:absolute;display:block;z-index:15037;background-color:transparent;background-image: -webkit-linear-gradient(94deg, rgba(var(--color-primary-2),1), #fd3e4f);background-image: -moz-linear-gradient(94deg, rgba(var(--color-primary-2),1), #fd3e4f);background-image: -ms-linear-gradient(94deg, rgba(var(--color-primary-2),1), #fd3e4f);background-image: -o-linear-gradient(94deg, rgba(var(--color-primary-2),1), #fd3e4f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#fd3e4f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#fd3e4f' );";background-image: linear-gradient(94deg, rgba(var(--color-primary-2),1), #fd3e4f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:4.625rem;width:17.5625rem;top:42.25rem;left:42.4375rem;display:block; }
#baG8aZkadDDzm8iVg55efdLAcFGcrLX4 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:43.375rem;left:43.125rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L9ulz9oPCRfMOXJ7R5KTzSwCWT95kEt8 { color:#2e2e2e;display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:20.9375rem;left:1.25rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bW0loIGui1AKtWhn8ObyMesWMaOAlumh { color:#2e2e2e;display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:20.9375rem;left:24.625rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#POVB8S2UcD7bznyQXCO1uJdgTueyWMyy { color:#2e2e2e;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:3.0625rem;left:20rem;height:2.8183625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yZCtW2rA7hIan3MR6REuD5g6Gb9Tm66k { color:rgba(var(--color-tertiary-4),0.7);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:6.4375rem;left:20rem;height:1.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kopn6zlgaIZ8C5faFuQpgVSKlbO2AZrR { color:#2e2e2e;display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:20.9375rem;left:45.625rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IDfZqdTl8asTB05EVceViBmX1LczfJBd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;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; }#IDfZqdTl8asTB05EVceViBmX1LczfJBd > .row .container { background-color: transparent; background-image: none; }#IDfZqdTl8asTB05EVceViBmX1LczfJBd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IDfZqdTl8asTB05EVceViBmX1LczfJBd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IDfZqdTl8asTB05EVceViBmX1LczfJBd > .row .container > .video-iframe-container { display: none; }#IDfZqdTl8asTB05EVceViBmX1LczfJBd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IDfZqdTl8asTB05EVceViBmX1LczfJBd > .row > .video-iframe-container { display: none; }#IDfZqdTl8asTB05EVceViBmX1LczfJBd > .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); }#IDfZqdTl8asTB05EVceViBmX1LczfJBd > .row .container { border-width: 0; border-radius: 0; }#IDfZqdTl8asTB05EVceViBmX1LczfJBd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IDfZqdTl8asTB05EVceViBmX1LczfJBd > .row .container { font-size:0.875rem;font-family:arial;height:26.375rem;width:60rem;position:relative;display:block; }#tFT4xV5p817LmE5Ab2c1qv3woeUEqkHp { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:17.0625rem;border-top-right-radius:17.0625rem;border-bottom-left-radius:17.0625rem;border-bottom-right-radius:17.0625rem;box-shadow: none;height:5.875rem;width:5.875rem;top:11rem;left:6.375rem;display:block; }
#dubIlk7EWeIN0vEBTwaB2Pr5T7P2tdsP { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:17.0625rem;border-top-right-radius:17.0625rem;border-bottom-left-radius:17.0625rem;border-bottom-right-radius:17.0625rem;box-shadow: none;height:5.875rem;width:5.875rem;top:11rem;left:27.25rem;display:block; }
#I0szNctVWT5UtB9NT2wlTKNcaLCGB1Ni { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:17.0625rem;border-top-right-radius:17.0625rem;border-bottom-left-radius:17.0625rem;border-bottom-right-radius:17.0625rem;box-shadow: none;height:5.875rem;width:5.875rem;top:11rem;left:48rem;display:block; }
#czzL7vgccZA5s7yKmHbmp4J7s57yAM9O { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:37.9375rem;top:13.9375rem;left:10.4375rem;display:block; }
#lcTvFNQFTeOTzma0T95kyJxLbN94xnCi { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:12.3125rem;left:49.3125rem;overflow:hidden;display:block; }
#Ii3UNM1ewHExPASW5X8P91pUq0HUgElH { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:12.25rem;left:7.5625rem;overflow:hidden;display:block; }
#nJx8r5xpxIBxKQs9cmfggylQpnQWxDeU { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:12.125rem;left:28.3125rem;overflow:hidden;display:block; }
#CnfBtaEiLGcJA0vyFxxNT324zXAE7rub { color:rgba(var(--color-tertiary-4),0.7);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:6.4375rem;left:20rem;height:1.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NxyJfougeIAodBcfJpNOHlP9GvpotEI9 { color:#2e2e2e;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:3.0625rem;left:20.0625rem;height:2.8183625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gpnmZqpRLEGvh2L2XU5DfQN7w0xQnN4A { color:#2e2e2e;display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:17.5rem;left:1.75rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dqnwhZORfyBxZ46oAA17h9dtUozhP29G { color:#2e2e2e;display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:19.375rem;left:1.5625rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oO0ew0yIvJbsnokrARiNyDoP4ZUMnsn0 { color:#2e2e2e;display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:17.5rem;left:22.5rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LeqaomVoH9rCkIrFyXzp7aNuU03LgC4m { color:#2e2e2e;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:19.375rem;left:21.5625rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gyXGvD4DMWTsapPt07t65UzudUsMe5u4 { color:#2e2e2e;display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:17.5rem;left:43.375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dKhpMCi02Hc6MR4J02WpeOqGzMT8BuTS { color:#2e2e2e;display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:19.375rem;left:43.375rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cpZfcSNpiEeSoUFAHo9s9gI5ItpeX47I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cpZfcSNpiEeSoUFAHo9s9gI5ItpeX47I > .row .container { background-color: transparent; background-image: none; }#cpZfcSNpiEeSoUFAHo9s9gI5ItpeX47I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cpZfcSNpiEeSoUFAHo9s9gI5ItpeX47I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cpZfcSNpiEeSoUFAHo9s9gI5ItpeX47I > .row .container > .video-iframe-container { display: none; }#cpZfcSNpiEeSoUFAHo9s9gI5ItpeX47I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cpZfcSNpiEeSoUFAHo9s9gI5ItpeX47I > .row > .video-iframe-container { display: none; }#cpZfcSNpiEeSoUFAHo9s9gI5ItpeX47I > .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); }#cpZfcSNpiEeSoUFAHo9s9gI5ItpeX47I > .row .container { border-width: 0; border-radius: 0; }#cpZfcSNpiEeSoUFAHo9s9gI5ItpeX47I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cpZfcSNpiEeSoUFAHo9s9gI5ItpeX47I > .row .container { font-size:0.875rem;font-family:arial;height:70.0625rem;width:60rem;position:relative;display:block; }#abLMqut8RevcO0IhOMtdczu1moeBgMDs { color:rgba(var(--color-tertiary-4),0.7);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.5;letter-spacing:0;top:6.5rem;left:20.0625rem;height:1.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kT8CyXInqNaJLTT39TcFcQrpS3et5CuS { color:#2e2e2e;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:3.0625rem;left:20.0625rem;height:2.8183625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#waJuK54bZMeORWbs5WSdwPhJFhTn0s0X { color:rgba(var(--color-tertiary-4),0.7);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:11.0625rem;left:0rem;height:15rem;text-align:justify;text-align-last:initial;display:block; }
#docgpI6N7pIADfqxanFS16OaR1puT6aV { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:8.6875rem;top:31.1875rem;left:0rem;overflow:hidden;display:block; }
#ugswrsBBlACdsol2ELHR2DUzdRUllLX2 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:8.5625rem;top:31.3125rem;left:10.5625rem;overflow:hidden;display:block; }
#NxtLh7XSTvX8Ggpt4apVyHOSFXIZ6D8e { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:8.625rem;top:36.1875rem;left:0rem;overflow:hidden;display:block; }
#T2il2ZqzXD6lU04SwqlTJC2RKb9991TW { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:8.625rem;top:36.375rem;left:10.5625rem;overflow:hidden;display:block; }
#J1UJX1QIlLkSG1EoqRKPnxRO1kBKLQGg { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:8.5625rem;top:31.5rem;left:21rem;overflow:hidden;display:block; }
#V17RCMPoh7vvgLnIJck3T6Sc5sypgscM { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:8.5rem;top:35.9375rem;left:21rem;overflow:hidden;display:block; }
#yuWI0y66rdkqqmkLrJ1I6CVwp3l6ehTc { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.625rem;width:26.875rem;top:11.0625rem;left:33.125rem;overflow:hidden;display:block; }
#rO4if04mTbTx6XEpT4zJM8e390HKRm5n { color:#2e2e2e;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15016;line-height:1.1;letter-spacing:0;top:42.375rem;left:0rem;height:5.636725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eEbOBhcNfpekZIuKhKTyunG3haMhuRVh { color:rgba(var(--color-tertiary-4),0.7);display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.5;letter-spacing:0;top:48.6875rem;left:5.96875rem;height:1.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#khFrZ5AGzKVf6GpFJz38Z56yVN5pZMm7 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.1875rem;width:26.1875rem;top:53.25rem;left:16.9375rem;overflow:hidden;display:block; }
#FAgA11hOl3BNKLulMEOqEtFftXMSHBme { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/d2u1FcjM/Bez_nazwy_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FAgA11hOl3BNKLulMEOqEtFftXMSHBme.adaptive-delivery-prevent-bg, #FAgA11hOl3BNKLulMEOqEtFftXMSHBme.lazyload, #FAgA11hOl3BNKLulMEOqEtFftXMSHBme.lazyloading { background-image: none; }#FAgA11hOl3BNKLulMEOqEtFftXMSHBme > .row .container { background-color: transparent; background-image: none; }#FAgA11hOl3BNKLulMEOqEtFftXMSHBme::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FAgA11hOl3BNKLulMEOqEtFftXMSHBme > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FAgA11hOl3BNKLulMEOqEtFftXMSHBme > .row .container > .video-iframe-container { display: none; }#FAgA11hOl3BNKLulMEOqEtFftXMSHBme > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FAgA11hOl3BNKLulMEOqEtFftXMSHBme > .row > .video-iframe-container { display: none; }#FAgA11hOl3BNKLulMEOqEtFftXMSHBme > .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); }#FAgA11hOl3BNKLulMEOqEtFftXMSHBme > .row .container { border-width: 0; border-radius: 0; }#FAgA11hOl3BNKLulMEOqEtFftXMSHBme > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FAgA11hOl3BNKLulMEOqEtFftXMSHBme > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:60rem;position:relative;display:block; }#nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 .widget-form-header {  }
#nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:18.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 .widget-input-text { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(7,80,181,0.2);border-left:0.0625rem solid rgba(7,80,181,0.2);border-right:0.0625rem solid rgba(7,80,181,0.2);border-bottom:0.0625rem solid rgba(7,80,181,0.2);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:18.75rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 .widget-textarea { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(7,80,181,0.2);border-left:0.0625rem solid rgba(7,80,181,0.2);border-right:0.0625rem solid rgba(7,80,181,0.2);border-bottom:0.0625rem solid rgba(7,80,181,0.2);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:18.75rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#97d800;background-image:url("Wyślij");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:18.75rem;height:3.875rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0.125rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.12) ; }#nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 .widget-input-button.adaptive-delivery-prevent-bg, #nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 .widget-input-button.lazyload, #nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 .widget-input-button.lazyloading { background-image: none; }
#nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),0.4);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),0.4);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),0.4);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),0.4);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:17.6875rem;overflow:hidden;font-style:normal; }
#nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 .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; }
#nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 .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:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 .widget-container:first-of-type{padding-top:0;}#nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 .widget-container:last-of-type{padding-bottom:0;}#nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.9375rem;left:38.75rem; }
#nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.75rem;display:block;vertical-align:top; }
#nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 .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; }
#nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 {display:block;}#nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.9375rem;left:38.75rem; }
#nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 #ANUgqX7dLpPNcLFKIzUE8rHEGX6gTP4C { position:relative; }
#nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 #SWHxWoRXFSa0IKg0DxUWhciKyhTA1JHS { position:relative;display:none; }
#nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 #quUZVUnzooml2J3nfaFN6TLkQGpeKZRh { position:relative; }
#nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 #TXLkz8DiopCOytablnOkfLURoIDVhkG9 { position:relative; }
#nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 #VgfH1Z2TnkTlF1URypZRUDPKHohnWuD1 { position:relative;display:none; }
#nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 #vRm9UdLezQJnR5P7vXE5qm1CF9wovAIh { position:relative; }
#nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 #SHHEkRP6OW9e20fT3HIBLK3NaTnlWbE0 { position:relative; }
#nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 #Zgm2f1VwODM4oHzKhQSyBUieTA3EKJvU { position:relative;display:none; }
#nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 #pyV3Ne20G2INpTyMyhRbhcpw0Js0W6iP { position:relative; }
#nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 #tJBM1h2VAEpv0lTp6pFhTFBFEdF36Iq1 { position:relative; }
#nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 #qCRSmNs2Xo7NLTxXpe99C0XFCwAtFLDT { position:relative;display:none; }
#nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 #UqHVkmQbd21wFq5x96k0sVWoUvIAKQJv { position:relative; }
#nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 #EStpnxKkqOF64M7CG6U003KxRd9XI1a0 { position:relative; }
#nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 #P5I1R8JFtgVqgOqBKGlnJFuCfQ1J65DM { position:relative;z-index:2; }
#nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 #P74ZPpMvlxPWTl99cZ4T4fgfdr4C9Z68 { position:relative; }
#nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 #dOf6iwxgt6XdzAI17vTJXFdrzkr7Wq3L { position:relative; }
#nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 #wmEFGd5N0Z9WHC4l73acDQHsQDze4i8G { position:relative; }
#VBTQslkhqkixNO38ix5ek3iTfZIT0o9c { color:rgba(var(--color-tertiary-0),1);display:block;width:21.125rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:3.6875rem;left:38.875rem;height:3.736325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uba7817iuXSgh6pcT7zNE1PvTHfANtcK { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:21.3125rem;top:3.0625rem;left:38.6875rem;display:block; }
#G1DIaorrK841J4kDJqLFAXlpiq4aAkdd { color:rgba(var(--color-tertiary-0),1);display:block;width:35.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:3.0625rem;left:0rem;height:6.8984375rem;font-style:normal;display:block; }
#BmovBr4EFovKKrnmqPzytQNcK1ZHZ4Xk { color:rgba(var(--color-tertiary-0),1);display:block;width:29.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.8;letter-spacing:0;top:13.0625rem;left:0rem;height:12.3730375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KgQZyX57Ll1Pal9IxKQFwPpUboFu7zf5 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15006;line-height:1.8;letter-spacing:0;top:28.375rem;left:0rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TblGo9GM8TdbdhMfpVhQgexy4mJewXUt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#202021;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; }#TblGo9GM8TdbdhMfpVhQgexy4mJewXUt > .row .container { background-color: transparent; background-image: none; }#TblGo9GM8TdbdhMfpVhQgexy4mJewXUt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TblGo9GM8TdbdhMfpVhQgexy4mJewXUt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TblGo9GM8TdbdhMfpVhQgexy4mJewXUt > .row .container > .video-iframe-container { display: none; }#TblGo9GM8TdbdhMfpVhQgexy4mJewXUt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TblGo9GM8TdbdhMfpVhQgexy4mJewXUt > .row > .video-iframe-container { display: none; }#TblGo9GM8TdbdhMfpVhQgexy4mJewXUt > .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); }#TblGo9GM8TdbdhMfpVhQgexy4mJewXUt > .row .container { border-width: 0; border-radius: 0; }#TblGo9GM8TdbdhMfpVhQgexy4mJewXUt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TblGo9GM8TdbdhMfpVhQgexy4mJewXUt > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:60rem;position:relative;display:block; }#h1GkRLMNxXy4ArBsCZiAlcsfmVhzgbW5 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:1.9375rem;left:13.75rem;height:3.41015625rem;font-style:normal;display:block; }
#c4EdMcG5bpGXhGDIzNW6wPUglqSUBuWn { color:rgba(var(--color-tertiary-0),1);display:block;width:8.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:2.5rem;left:35.4375rem;height:2.2734375rem;font-style:normal;display:block; }
#ixTdDMOKo0NvQuTwZ48s5HILo3HIholL { color:rgba(var(--color-tertiary-0),1);display:block;width:6.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:2.5rem;left:53.25rem;height:1.13671875rem;font-style:normal;display:block; }
#PTCSCKgp6SqF4WSMeyLv3iIZcs1b1ScL { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:4.125rem;top:1.6875rem;left:0rem;overflow:hidden;display:block; }
#dTOK7me5rJsIZT8SUcm28X84FrVB16ws { color:rgba(var(--color-tertiary-4),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:3.6875rem;left:51.1875rem;height:1.13671875rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTpXErALiZh0bKqEOtKSf3lNF5U8ECny { top:1.9375rem;left:12.5625rem;width:35.1875rem;height:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9kwaSUD5AMeEo9zTyPvR9T3V3ON8UKD { width:28.4375rem;height:6.875rem;top:5.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2oiIOEeMTwpl2ZTfO63U76Cqe8p1bSI { width:28.625rem;height:17.0625rem;top:14.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpiJcrAXQLKgsLL46Z2RMGVpP7qcqRbP { top:3.6875rem;left:26.625rem;width:21.125rem;height:3.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4fgUmLqgxVdiA9TW2CcsMpd9dJ0Icpq { top:3.0625rem;left:26.4375rem;width:21.3125rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs .widget-regular-label { width:18.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs .widget-input-text { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs .widget-input-text {padding-top: 0; padding-bottom: 0;}#yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs .widget-textarea { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs .widget-input-select { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs .widget-input-select {padding-top: 0; padding-bottom: 0;}#yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs .widget-input-button { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs .widget-checkbox-label { width:17.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs  { width:18.75rem;height:22.875rem;top:7.25rem;left:26.5rem; }
#yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs .radio-container { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs {display:block;}#yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs { width:18.75rem;height:22.875rem;top:7.9375rem;left:26.5rem; }
 }@media only screen and (max-width: 763px) { #yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs #ODSMAdbBR74DryssTTqpxlfgrWdSU5SR {  }
 }@media only screen and (max-width: 763px) { #yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs #ULKsMEGJd2GtyvhUiW9kLVkuzsnr8hko { display:none; }
 }@media only screen and (max-width: 763px) { #yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs #Wh1XmfHmECyrgfs1L7nCnMcfT1ROntRl {  }
 }@media only screen and (max-width: 763px) { #yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs #pXh683DLoofdRispElLgT5EN63IlXgkz {  }
 }@media only screen and (max-width: 763px) { #yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs #ohnakUUsDy2FPkP7vJQFNUWmhtU7oVyp { display:none; }
 }@media only screen and (max-width: 763px) { #yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs #lqx6K8VnRpashXTHNT9vOEbTTgGODosH {  }
 }@media only screen and (max-width: 763px) { #yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs #S2DqUJsPrMWSGDi9k7nh2v9xQ21LPfGz {  }
 }@media only screen and (max-width: 763px) { #yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs #MQ1wk4El63Lby5Gby00EwApM6IC1JxTr { display:none; }
 }@media only screen and (max-width: 763px) { #yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs #ImGiFFP8TbpgZvTgBTtINlUduS1OMXML {  }
 }@media only screen and (max-width: 763px) { #yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs #OKXT48Gh71T2M1LKK7vZBQnvldZSJ49L {  }
 }@media only screen and (max-width: 763px) { #yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs #u0AaI8ehlTnmDwDLoCv3Kih610pBn0tn { display:none; }
 }@media only screen and (max-width: 763px) { #yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs #qT4O7s3t8maMKRIJ0D5c0GaV7pFZJQMb {  }
 }@media only screen and (max-width: 763px) { #yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs #A86v93iy0fmWV6zVkH4Z8MTfACCtUm0q {  }
 }@media only screen and (max-width: 763px) { #yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs #N76aDnwJMeANOVyTPTRixKJikERTNSqz {  }
 }@media only screen and (max-width: 763px) { #yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs #X9ieRsicV3l6TshncEBX6cr3RbTUXAbH {  }
 }@media only screen and (max-width: 763px) { #yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs #io1RbQCzDSOm9moRFzsDeDff3n9B37cR {  }
 }@media only screen and (max-width: 763px) { #yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs #gVu4STJanEyQBcKC4t5TUvkqqJaVSmpL {  }
 }@media only screen and (max-width: 763px) { #m9KowrMDz34i8oQAbLLbtqAoRwBH1tVt { display:block; }#m9KowrMDz34i8oQAbLLbtqAoRwBH1tVt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hp75bs8T8wSC4d2d9tGq4tZQxENtzk9J { width:25rem;height:2.8125rem;top:3.0625rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #agr1SHkI9l0sKz0FWZvTCsq9327fbL7m { width:29.875rem;height:1.5rem;top:7.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRc3bDupDVJaqLSunBy8HyXTMF6IJG68 { width:30.0625rem;height:13.5rem;top:9.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDwTrpPCXQLJvnQqDxEnQTuE8WvfgLns { width:30rem;height:13.5rem;top:33rem;left:17.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0h67MhOhyoRD09eFJhb7wpdzfDnu5yV { width:26.75rem;height:1.5rem;top:30.9375rem;left:21rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0bbpNlnRSTpM23pHHrUp1VOJVtg7qul { width:25rem;height:2.8125rem;top:26.9375rem;left:22.75rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5XCH3KA3VofBpT5piTcI9CHt6OK9hcN { width:30.0625rem;height:13.5rem;top:58.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQLI4hAQOtqbIJ8aM5ZFFnnSLBNmPl2d { width:30.0625rem;height:1.5rem;top:56.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ssr5cDL9KVzf230kXWqyBhMM8Kuzh2MA { width:25rem;height:2.8125rem;top:52.3125rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9hzlW6D590uwQ3MbPw1z78etywefo5a { top:3.0625rem;left:27.1875rem;width:20.5625rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOMz27skMrcBI2UNMl0dotW4BbqDZw4F { top:26.9375rem;left:0rem;width:19.75rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ze5uzn1964kfeIkR4TUREme0eFfJoPGJ { top:52.3125rem;left:26.4375rem;width:21.3125rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcEkM2Giqh9nqbh4UKKNyIuvMkWwcNUH { display:block; }#HcEkM2Giqh9nqbh4UKKNyIuvMkWwcNUH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ox8eMAOL01qgCA1gCl8C2v8TS88myHxh { width:40.625rem;height:18rem;top:9.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jnv78DUmyzCErfeDC22zvZkTyREP99Tv { width:6.8125rem;height:1.5rem;top:7.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwGCbR5vTsKCcpLG2VC8lKIp6L2cGhas { width:25rem;height:2.8125rem;top:3.0625rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3dd1g8xofLldqO0CGLTT0ffeDpJqifG { width:37.5625rem;height:7.5rem;top:30.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z27JTIJa5WRKVeycLahAK3ouTgLRVRt5 { width:6.8125rem;height:1.5rem;top:28.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQax9M70LQTNq6vmrqsNKL2k5nahA8CH { top:22.5rem;left:26.6875rem;width:21.0625rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa { display:block; }#Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kvKBEVfBQ7be3DXdEv941yAN15ltH4aD { width:31.75rem;height:13.5rem;top:9.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vl3tT34JbiJ75uPM2p4IzupLtWpI82y5 { width:25rem;height:2.8125rem;top:3.0625rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfwKk2XpDOCiuXB3OaGr4dgtwxMbrTCv { width:6.8125rem;height:1.5rem;top:7.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIJ9JkJRKFKA7IwCTBEt8RAQIbglSEPF { width:28.0625rem;height:7.5rem;top:26.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZABaGfhmZiPD40q2yM8JH41M7GbBaEI { width:6.8125rem;height:1.5rem;top:24rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eesSCFazq4Tp2WNb6MtiAv59zhuRdZNf { top:17.375rem;left:26.9375rem;width:20.8125rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #piCTJLsAfWPXr5TQIK7F39awepaIdmCQ { display:block; }#piCTJLsAfWPXr5TQIK7F39awepaIdmCQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qmQBvw89PRT9lQgNMlimmWTgJ3s6swqD { width:30.625rem;height:9rem;top:30.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpluAL7uHJUPFudLGiQ0slV4pRVV5UhH { width:36.875rem;height:18rem;top:9.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPIHPo3rtQlHcLzqaTehl8CK0MZ96KkX { width:6.8125rem;height:1.5rem;top:7.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kr4vySvppzlZ06ahFqDvH2JZAaTxIa9f { width:6.8125rem;height:1.5rem;top:28.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiHm2J0MPCFp8mCD44V2awG06XJxK4Ry { width:25rem;height:2.8125rem;top:3.0625rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfe0uecdowM3NG0JoCtTUmFIn37LTpw9 { top:24.9375rem;left:27rem;width:20.75rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FH1VIUgG8y98ohHqrJJ9u5RSnvV5Id6K { display:block; }#FH1VIUgG8y98ohHqrJJ9u5RSnvV5Id6K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U1CDz18JmkxMzS00Cd5GKJwkJV8sgTMe { top:11rem;left:0rem;width:17.4375rem;height:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWH4ng6AxMnmrNsIon8PoHuuf36Pfcc5 { top:12.6875rem;left:3.9375rem;width:5.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohHZ0wPoCekll6KI2sm7AUkrwxb5Xl3V { top:19.1875rem;left:0rem;width:15.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWGaleZt7yX8QJoctFv5LTmhL86Se9lP { top:22.875rem;left:0rem;width:17.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugNCX2lt5hogxbZWDai4UhW1gU5cl3I5 { top:22.875rem;left:0rem;width:17.5rem;height:21rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlGKeMdUZquVNF76pViOqNDGpCDBeJpR { top:44.375rem;left:0rem;width:17.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIHZRq5zZ13GlEnXnAWH4tPHCl5c5eAI { top:43.4375rem;left:0rem;width:16.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA5JaPaPPW5OkTx4gihOVXdJGppPezik { top:11rem;left:14.1875rem;width:17.4375rem;height:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCw5T0v7zdfgVtuogO09bNvIAH6wuVnt { top:12.75rem;left:21.0625rem;width:5.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cywaSpkAJZbAvSfJoIVQT0DOMb0TCHCV { top:19.1875rem;left:16.3125rem;width:15.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkGTZwJLhhomGTgJxSff7qwfnkuX8S1P { top:22.875rem;left:14.25rem;width:17.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbZKeOzVUdRW78i5gvPGoJZMFbJ7UJfX { top:22.875rem;left:14.1875rem;width:17.5625rem;height:18.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXo9WW6BBcVTpWC5qF5kWD7TulSDviWx { top:44.375rem;left:14.25rem;width:17.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmUVVLd395GnA2fJxu3epBJ8pATT9ZQf { top:10.9375rem;left:30.0625rem;width:17.4375rem;height:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNUdT68nTKlISeSdBprl1tVK3kvWWQhE { top:12.6875rem;left:38.125rem;width:5.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Va87Or3d2zq5tU1EVSPJRxT6s9zkTKdf { top:19.1875rem;left:32.5625rem;width:15.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLHEZQdQ4DpMgz6FXQmtZkluf1XlKDtu { top:22.8125rem;left:30.125rem;width:17.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmFb9ZtSCnbI0QqgTnktkbZgQCJNky2X { top:22.875rem;left:30.125rem;width:17.5rem;height:18.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1KgkBtveMvyJFdTVyWGkPQmUZWqFwE4 { top:44.3125rem;left:30.125rem;width:17.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaxXZS3rFTDTk7OUSRLvGQiENiJI07Mz { top:13.75rem;left:5rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsqUKr7qLZM3l7hJTSCmsts18nz86yyh { top:14.0625rem;left:39.25rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiPZCVXF3E1CvgNzNBtLpqLbAD6lrtiG { top:14rem;left:22.0625rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfZd0fZTcQIqyc0K1IbzyzKS4ZCMWT9T { top:42.375rem;left:0rem;width:17.5625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUUt27RI3wXlL4qsX5casagDzi11hPTS { top:42.3125rem;left:14.1875rem;width:17.5625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT4TWdPvzyltI4DhJ1PTEIbGz5AtZrek { top:43.4375rem;left:15.25rem;width:16.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nad6nHed8y39QH7suEyggS2Ev44WkRL7 { top:42.25rem;left:30.0625rem;width:17.5625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #baG8aZkadDDzm8iVg55efdLAcFGcrLX4 { top:43.375rem;left:31.125rem;width:16.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9ulz9oPCRfMOXJ7R5KTzSwCWT95kEt8 { top:20.9375rem;left:0rem;width:15.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bW0loIGui1AKtWhn8ObyMesWMaOAlumh { top:20.9375rem;left:18.4375rem;width:10.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #POVB8S2UcD7bznyQXCO1uJdgTueyWMyy { width:20rem;height:2.8125rem;top:3.0625rem;left:11.75rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZCtW2rA7hIan3MR6REuD5g6Gb9Tm66k { width:19.9375rem;height:1.5rem;top:6.4375rem;left:11.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kopn6zlgaIZ8C5faFuQpgVSKlbO2AZrR { top:20.9375rem;left:35.3125rem;width:11.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDfZqdTl8asTB05EVceViBmX1LczfJBd { display:block; }#IDfZqdTl8asTB05EVceViBmX1LczfJBd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tFT4xV5p817LmE5Ab2c1qv3woeUEqkHp { top:11rem;left:0.25rem;width:5.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dubIlk7EWeIN0vEBTwaB2Pr5T7P2tdsP { top:11rem;left:21.125rem;width:5.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0szNctVWT5UtB9NT2wlTKNcaLCGB1Ni { top:11rem;left:41.875rem;width:5.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #czzL7vgccZA5s7yKmHbmp4J7s57yAM9O { top:13.9375rem;left:4.3125rem;width:37.9375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcTvFNQFTeOTzma0T95kyJxLbN94xnCi { top:12.3125rem;left:43.1875rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ii3UNM1ewHExPASW5X8P91pUq0HUgElH { top:12.25rem;left:1.4375rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJx8r5xpxIBxKQs9cmfggylQpnQWxDeU { top:12.125rem;left:22.1875rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnfBtaEiLGcJA0vyFxxNT324zXAE7rub { width:19.9375rem;height:1.5rem;top:6.4375rem;left:13.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxyJfougeIAodBcfJpNOHlP9GvpotEI9 { width:20rem;height:2.8125rem;top:3.0625rem;left:13.9375rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpnmZqpRLEGvh2L2XU5DfQN7w0xQnN4A { top:17.5rem;left:0rem;width:15.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqnwhZORfyBxZ46oAA17h9dtUozhP29G { top:19.375rem;left:0rem;width:15.4375rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oO0ew0yIvJbsnokrARiNyDoP4ZUMnsn0 { top:17.5rem;left:16.375rem;width:15.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeqaomVoH9rCkIrFyXzp7aNuU03LgC4m { top:19.375rem;left:15.4375rem;width:16.9375rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyXGvD4DMWTsapPt07t65UzudUsMe5u4 { top:17.5rem;left:32.6875rem;width:15.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKhpMCi02Hc6MR4J02WpeOqGzMT8BuTS { top:19.375rem;left:32.6875rem;width:15.0625rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpZfcSNpiEeSoUFAHo9s9gI5ItpeX47I { display:block; }#cpZfcSNpiEeSoUFAHo9s9gI5ItpeX47I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #abLMqut8RevcO0IhOMtdczu1moeBgMDs { width:19.9375rem;height:1.5rem;top:6.5rem;left:13.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT8CyXInqNaJLTT39TcFcQrpS3et5CuS { width:20rem;height:2.8125rem;top:3.0625rem;left:13.9375rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #waJuK54bZMeORWbs5WSdwPhJFhTn0s0X { width:30rem;height:16.5rem;top:11.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #docgpI6N7pIADfqxanFS16OaR1puT6aV { top:31.1875rem;left:0rem;width:8.6875rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugswrsBBlACdsol2ELHR2DUzdRUllLX2 { top:31.3125rem;left:4.4375rem;width:8.5625rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxtLh7XSTvX8Ggpt4apVyHOSFXIZ6D8e { top:36.1875rem;left:0rem;width:8.625rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2il2ZqzXD6lU04SwqlTJC2RKb9991TW { top:36.375rem;left:4.4375rem;width:8.625rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1UJX1QIlLkSG1EoqRKPnxRO1kBKLQGg { top:31.5rem;left:14.875rem;width:8.5625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V17RCMPoh7vvgLnIJck3T6Sc5sypgscM { top:35.9375rem;left:14.875rem;width:8.5rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuWI0y66rdkqqmkLrJ1I6CVwp3l6ehTc { top:11.0625rem;left:20.875rem;width:26.875rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rO4if04mTbTx6XEpT4zJM8e390HKRm5n { width:47.75rem;height:5.625rem;top:42.375rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEbOBhcNfpekZIuKhKTyunG3haMhuRVh { width:47.75rem;height:1.5rem;top:48.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #khFrZ5AGzKVf6GpFJz38Z56yVN5pZMm7 { top:53.25rem;left:10.8125rem;width:26.1875rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAgA11hOl3BNKLulMEOqEtFftXMSHBme { display:block; }#FAgA11hOl3BNKLulMEOqEtFftXMSHBme > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 .widget-regular-label { width:18.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 .widget-input-text { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 .widget-textarea { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 .widget-input-select { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 .widget-input-button { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 .widget-checkbox-label { width:17.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5  { width:18.75rem;height:22.875rem;top:7.9375rem;left:26.5rem; }
#nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 .radio-container { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 {display:block;}#nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 { width:18.75rem;height:22.875rem;top:7.9375rem;left:26.5rem; }
 }@media only screen and (max-width: 763px) { #nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 #ANUgqX7dLpPNcLFKIzUE8rHEGX6gTP4C {  }
 }@media only screen and (max-width: 763px) { #nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 #SWHxWoRXFSa0IKg0DxUWhciKyhTA1JHS { display:none; }
 }@media only screen and (max-width: 763px) { #nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 #quUZVUnzooml2J3nfaFN6TLkQGpeKZRh {  }
 }@media only screen and (max-width: 763px) { #nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 #TXLkz8DiopCOytablnOkfLURoIDVhkG9 {  }
 }@media only screen and (max-width: 763px) { #nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 #VgfH1Z2TnkTlF1URypZRUDPKHohnWuD1 { display:none; }
 }@media only screen and (max-width: 763px) { #nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 #vRm9UdLezQJnR5P7vXE5qm1CF9wovAIh {  }
 }@media only screen and (max-width: 763px) { #nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 #SHHEkRP6OW9e20fT3HIBLK3NaTnlWbE0 {  }
 }@media only screen and (max-width: 763px) { #nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 #Zgm2f1VwODM4oHzKhQSyBUieTA3EKJvU { display:none; }
 }@media only screen and (max-width: 763px) { #nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 #pyV3Ne20G2INpTyMyhRbhcpw0Js0W6iP {  }
 }@media only screen and (max-width: 763px) { #nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 #tJBM1h2VAEpv0lTp6pFhTFBFEdF36Iq1 {  }
 }@media only screen and (max-width: 763px) { #nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 #qCRSmNs2Xo7NLTxXpe99C0XFCwAtFLDT { display:none; }
 }@media only screen and (max-width: 763px) { #nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 #UqHVkmQbd21wFq5x96k0sVWoUvIAKQJv {  }
 }@media only screen and (max-width: 763px) { #nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 #EStpnxKkqOF64M7CG6U003KxRd9XI1a0 {  }
 }@media only screen and (max-width: 763px) { #nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 #P5I1R8JFtgVqgOqBKGlnJFuCfQ1J65DM {  }
 }@media only screen and (max-width: 763px) { #nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 #P74ZPpMvlxPWTl99cZ4T4fgfdr4C9Z68 {  }
 }@media only screen and (max-width: 763px) { #nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 #dOf6iwxgt6XdzAI17vTJXFdrzkr7Wq3L {  }
 }@media only screen and (max-width: 763px) { #nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 #wmEFGd5N0Z9WHC4l73acDQHsQDze4i8G {  }
 }@media only screen and (max-width: 763px) { #VBTQslkhqkixNO38ix5ek3iTfZIT0o9c { top:3.6875rem;left:26.625rem;width:21.125rem;height:3.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uba7817iuXSgh6pcT7zNE1PvTHfANtcK { top:3.0625rem;left:26.4375rem;width:21.3125rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1DIaorrK841J4kDJqLFAXlpiq4aAkdd { width:35.875rem;height:6.875rem;top:3.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmovBr4EFovKKrnmqPzytQNcK1ZHZ4Xk { width:29.5rem;height:12.1875rem;top:13.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgQZyX57Ll1Pal9IxKQFwPpUboFu7zf5 { width:21.25rem;height:2.875rem;top:28.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TblGo9GM8TdbdhMfpVhQgexy4mJewXUt { display:block; }#TblGo9GM8TdbdhMfpVhQgexy4mJewXUt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h1GkRLMNxXy4ArBsCZiAlcsfmVhzgbW5 { top:1.9375rem;left:7.625rem;width:12.0625rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4EdMcG5bpGXhGDIzNW6wPUglqSUBuWn { top:2.5rem;left:29.3125rem;width:8.25rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixTdDMOKo0NvQuTwZ48s5HILo3HIholL { top:2.5rem;left:41rem;width:6.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTCSCKgp6SqF4WSMeyLv3iIZcs1b1ScL { top:1.6875rem;left:0rem;width:4.125rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTOK7me5rJsIZT8SUcm28X84FrVB16ws { top:3.6875rem;left:38.9375rem;width:8.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/ud7Pp9dG/Bez_nazwy_1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/d2u1FcjM/Bez_nazwy_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:68.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTpXErALiZh0bKqEOtKSf3lNF5U8ECny { width:20rem;height:15.7695625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9kwaSUD5AMeEo9zTyPvR9T3V3ON8UKD { width:20rem;height:4.75rem;top:17.64453125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2oiIOEeMTwpl2ZTfO63U76Cqe8p1bSI { width:20rem;height:10.9375rem;top:24.26953125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpiJcrAXQLKgsLL46Z2RMGVpP7qcqRbP { width:20rem;height:3.625rem;top:37.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4fgUmLqgxVdiA9TW2CcsMpd9dJ0Icpq { width:20rem;height:4.9375rem;top:37.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs .widget-input-text {padding-top: 0; padding-bottom: 0;}#yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs .widget-input-select {padding-top: 0; padding-bottom: 0;}#yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs  { width:17.5rem;height:auto;top:33.83203125rem;left:0rem; }
#yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs {display:block;}#yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs { width:17.5rem;height:auto;top:41.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs #ODSMAdbBR74DryssTTqpxlfgrWdSU5SR {  }
 }@media only screen and (max-width: 763px) { #yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs #ULKsMEGJd2GtyvhUiW9kLVkuzsnr8hko { display:none; }
 }@media only screen and (max-width: 763px) { #yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs #Wh1XmfHmECyrgfs1L7nCnMcfT1ROntRl {  }
 }@media only screen and (max-width: 763px) { #yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs #pXh683DLoofdRispElLgT5EN63IlXgkz {  }
 }@media only screen and (max-width: 763px) { #yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs #ohnakUUsDy2FPkP7vJQFNUWmhtU7oVyp { display:none; }
 }@media only screen and (max-width: 763px) { #yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs #lqx6K8VnRpashXTHNT9vOEbTTgGODosH {  }
 }@media only screen and (max-width: 763px) { #yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs #S2DqUJsPrMWSGDi9k7nh2v9xQ21LPfGz {  }
 }@media only screen and (max-width: 763px) { #yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs #MQ1wk4El63Lby5Gby00EwApM6IC1JxTr { display:none; }
 }@media only screen and (max-width: 763px) { #yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs #ImGiFFP8TbpgZvTgBTtINlUduS1OMXML {  }
 }@media only screen and (max-width: 763px) { #yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs #OKXT48Gh71T2M1LKK7vZBQnvldZSJ49L {  }
 }@media only screen and (max-width: 763px) { #yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs #u0AaI8ehlTnmDwDLoCv3Kih610pBn0tn { display:none; }
 }@media only screen and (max-width: 763px) { #yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs #qT4O7s3t8maMKRIJ0D5c0GaV7pFZJQMb {  }
 }@media only screen and (max-width: 763px) { #yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs #A86v93iy0fmWV6zVkH4Z8MTfACCtUm0q {  }
 }@media only screen and (max-width: 763px) { #yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs #N76aDnwJMeANOVyTPTRixKJikERTNSqz {  }
 }@media only screen and (max-width: 763px) { #yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs #X9ieRsicV3l6TshncEBX6cr3RbTUXAbH {  }
 }@media only screen and (max-width: 763px) { #yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs #io1RbQCzDSOm9moRFzsDeDff3n9B37cR {  }
 }@media only screen and (max-width: 763px) { #yOK08IXrNFu2uIXC9uKNPzuGpfC84oBs #gVu4STJanEyQBcKC4t5TUvkqqJaVSmpL {  }
 }@media only screen and (max-width: 763px) { #m9KowrMDz34i8oQAbLLbtqAoRwBH1tVt { display:block; }#m9KowrMDz34i8oQAbLLbtqAoRwBH1tVt > .row .container { width:20rem;height:96.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hp75bs8T8wSC4d2d9tGq4tZQxENtzk9J { width:20rem;height:2.1875rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #agr1SHkI9l0sKz0FWZvTCsq9327fbL7m { width:20rem;height:3rem;top:5.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRc3bDupDVJaqLSunBy8HyXTMF6IJG68 { width:20rem;height:21rem;top:9.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDwTrpPCXQLJvnQqDxEnQTuE8WvfgLns { width:20rem;height:22.5rem;top:40.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0h67MhOhyoRD09eFJhb7wpdzfDnu5yV { width:20rem;height:3rem;top:35.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0bbpNlnRSTpM23pHHrUp1VOJVtg7qul { width:20rem;height:2.1875rem;top:32.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5XCH3KA3VofBpT5piTcI9CHt6OK9hcN { width:20rem;height:22.5rem;top:72.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQLI4hAQOtqbIJ8aM5ZFFnnSLBNmPl2d { width:20rem;height:3rem;top:67.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ssr5cDL9KVzf230kXWqyBhMM8Kuzh2MA { width:20rem;height:2.1875rem;top:64.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9hzlW6D590uwQ3MbPw1z78etywefo5a { width:20rem;height:14.893617021277rem;top:95.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TOMz27skMrcBI2UNMl0dotW4BbqDZw4F { width:19.75rem;height:15.5rem;top:111.6435625rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ze5uzn1964kfeIkR4TUREme0eFfJoPGJ { width:20rem;height:14.25219941349rem;top:128.3935625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HcEkM2Giqh9nqbh4UKKNyIuvMkWwcNUH { background-color:#ffffff;background-image:none;display:block; }#HcEkM2Giqh9nqbh4UKKNyIuvMkWwcNUH > .row .container { background-color: transparent; background-image: none; }#HcEkM2Giqh9nqbh4UKKNyIuvMkWwcNUH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HcEkM2Giqh9nqbh4UKKNyIuvMkWwcNUH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HcEkM2Giqh9nqbh4UKKNyIuvMkWwcNUH > .row .container > .video-iframe-container { display: none; }#HcEkM2Giqh9nqbh4UKKNyIuvMkWwcNUH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HcEkM2Giqh9nqbh4UKKNyIuvMkWwcNUH > .row > .video-iframe-container { display: none; }#HcEkM2Giqh9nqbh4UKKNyIuvMkWwcNUH > .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); }#HcEkM2Giqh9nqbh4UKKNyIuvMkWwcNUH > .row .container { width:20rem;height:82.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ox8eMAOL01qgCA1gCl8C2v8TS88myHxh { width:20rem;height:37.5rem;top:8.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jnv78DUmyzCErfeDC22zvZkTyREP99Tv { width:6.8125rem;height:1.5rem;top:5.3125rem;left:6.59375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwGCbR5vTsKCcpLG2VC8lKIp6L2cGhas { width:20rem;height:2.1875rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3dd1g8xofLldqO0CGLTT0ffeDpJqifG { width:20rem;height:15rem;top:49.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z27JTIJa5WRKVeycLahAK3ouTgLRVRt5 { width:6.8125rem;height:1.5rem;top:46.8125rem;left:6.59375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQax9M70LQTNq6vmrqsNKL2k5nahA8CH { width:20rem;height:14.8955rem;top:65.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa { background-color:#ffffff;background-image:none;display:block; }#Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa > .row .container { background-color: transparent; background-image: none; }#Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa > .row .container > .video-iframe-container { display: none; }#Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa > .row > .video-iframe-container { display: none; }#Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa > .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); }#Kw5swpSgdaSs9SKk0gXnRxCtLbMhTaqa > .row .container { width:20rem;height:62.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kvKBEVfBQ7be3DXdEv941yAN15ltH4aD { width:20rem;height:19.5rem;top:8.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vl3tT34JbiJ75uPM2p4IzupLtWpI82y5 { width:20rem;height:2.1875rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfwKk2XpDOCiuXB3OaGr4dgtwxMbrTCv { width:6.8125rem;height:1.5rem;top:5.3125rem;left:6.59375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIJ9JkJRKFKA7IwCTBEt8RAQIbglSEPF { width:20rem;height:12rem;top:31.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZABaGfhmZiPD40q2yM8JH41M7GbBaEI { width:6.8125rem;height:1.5rem;top:28.8125rem;left:6.59375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eesSCFazq4Tp2WNb6MtiAv59zhuRdZNf { width:20rem;height:15.6748125rem;top:45.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #piCTJLsAfWPXr5TQIK7F39awepaIdmCQ { background-color:#ffffff;background-image:none;display:block; }#piCTJLsAfWPXr5TQIK7F39awepaIdmCQ > .row .container { background-color: transparent; background-image: none; }#piCTJLsAfWPXr5TQIK7F39awepaIdmCQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#piCTJLsAfWPXr5TQIK7F39awepaIdmCQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#piCTJLsAfWPXr5TQIK7F39awepaIdmCQ > .row .container > .video-iframe-container { display: none; }#piCTJLsAfWPXr5TQIK7F39awepaIdmCQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#piCTJLsAfWPXr5TQIK7F39awepaIdmCQ > .row > .video-iframe-container { display: none; }#piCTJLsAfWPXr5TQIK7F39awepaIdmCQ > .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); }#piCTJLsAfWPXr5TQIK7F39awepaIdmCQ > .row .container { width:20rem;height:80.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qmQBvw89PRT9lQgNMlimmWTgJ3s6swqD { width:20rem;height:15rem;top:48.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpluAL7uHJUPFudLGiQ0slV4pRVV5UhH { width:20rem;height:36rem;top:8.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPIHPo3rtQlHcLzqaTehl8CK0MZ96KkX { width:6.8125rem;height:1.5rem;top:5.3125rem;left:6.59375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kr4vySvppzlZ06ahFqDvH2JZAaTxIa9f { width:6.8125rem;height:1.5rem;top:45.3125rem;left:6.59375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiHm2J0MPCFp8mCD44V2awG06XJxK4Ry { width:20rem;height:2.1875rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfe0uecdowM3NG0JoCtTUmFIn37LTpw9 { width:20rem;height:14.2168125rem;top:64.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FH1VIUgG8y98ohHqrJJ9u5RSnvV5Id6K { display:block; }#FH1VIUgG8y98ohHqrJJ9u5RSnvV5Id6K > .row .container { width:20rem;height:124.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U1CDz18JmkxMzS00Cd5GKJwkJV8sgTMe { width:17.4375rem;height:37.6875rem;top:6.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWH4ng6AxMnmrNsIon8PoHuuf36Pfcc5 { width:5.875rem;height:5.875rem;top:8.5625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohHZ0wPoCekll6KI2sm7AUkrwxb5Xl3V { width:15.0625rem;height:1.25rem;top:15.9375rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWGaleZt7yX8QJoctFv5LTmhL86Se9lP { width:17.5rem;height:0.0625rem;top:18.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugNCX2lt5hogxbZWDai4UhW1gU5cl3I5 { width:17.25rem;height:21rem;top:20.25rem;left:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlGKeMdUZquVNF76pViOqNDGpCDBeJpR { width:17.5rem;height:0.0625rem;top:40.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIHZRq5zZ13GlEnXnAWH4tPHCl5c5eAI { width:15.0625rem;height:2.1875rem;top:41.3125rem;left:2.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA5JaPaPPW5OkTx4gihOVXdJGppPezik { width:17.4375rem;height:37.6875rem;top:45.875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCw5T0v7zdfgVtuogO09bNvIAH6wuVnt { width:5.875rem;height:5.875rem;top:47.625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cywaSpkAJZbAvSfJoIVQT0DOMb0TCHCV { width:15.0625rem;height:1.25rem;top:55rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkGTZwJLhhomGTgJxSff7qwfnkuX8S1P { width:17.5rem;height:0.0625rem;top:57.75rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbZKeOzVUdRW78i5gvPGoJZMFbJ7UJfX { width:17.25rem;height:18.375rem;top:59.3125rem;left:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXo9WW6BBcVTpWC5qF5kWD7TulSDviWx { width:17.5rem;height:0.0625rem;top:79.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmUVVLd395GnA2fJxu3epBJ8pATT9ZQf { width:17.4375rem;height:37.6875rem;top:84.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNUdT68nTKlISeSdBprl1tVK3kvWWQhE { width:5.875rem;height:5.875rem;top:86.6875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Va87Or3d2zq5tU1EVSPJRxT6s9zkTKdf { width:15.0625rem;height:1.25rem;top:94.0625rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLHEZQdQ4DpMgz6FXQmtZkluf1XlKDtu { width:17.5rem;height:0.0625rem;top:96.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmFb9ZtSCnbI0QqgTnktkbZgQCJNky2X { width:17.25rem;height:18.375rem;top:98.375rem;left:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1KgkBtveMvyJFdTVyWGkPQmUZWqFwE4 { width:17.5rem;height:0.0625rem;top:118.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaxXZS3rFTDTk7OUSRLvGQiENiJI07Mz { width:3.8125rem;height:3.8125rem;top:9.5625rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsqUKr7qLZM3l7hJTSCmsts18nz86yyh { width:3.625rem;height:3.625rem;top:88.0625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiPZCVXF3E1CvgNzNBtLpqLbAD6lrtiG { width:3.875rem;height:3.875rem;top:48.875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfZd0fZTcQIqyc0K1IbzyzKS4ZCMWT9T { width:17.5625rem;height:4.625rem;top:40.0625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUUt27RI3wXlL4qsX5casagDzi11hPTS { width:17.5625rem;height:4.625rem;top:79.125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT4TWdPvzyltI4DhJ1PTEIbGz5AtZrek { width:16.5rem;height:2.25rem;top:80.3125rem;left:1.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nad6nHed8y39QH7suEyggS2Ev44WkRL7 { width:17.5625rem;height:4.625rem;top:118.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #baG8aZkadDDzm8iVg55efdLAcFGcrLX4 { width:16.5rem;height:2.25rem;top:119.3125rem;left:1.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9ulz9oPCRfMOXJ7R5KTzSwCWT95kEt8 { width:15.0625rem;height:0.9375rem;top:17.1875rem;left:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bW0loIGui1AKtWhn8ObyMesWMaOAlumh { width:17.5625rem;height:0.9375rem;top:56.25rem;left:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #POVB8S2UcD7bznyQXCO1uJdgTueyWMyy { width:20rem;height:2.1875rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZCtW2rA7hIan3MR6REuD5g6Gb9Tm66k { width:19.9375rem;height:1.5rem;top:4.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kopn6zlgaIZ8C5faFuQpgVSKlbO2AZrR { width:11.5rem;height:1.125rem;top:95.3125rem;left:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDfZqdTl8asTB05EVceViBmX1LczfJBd { display:block; }#IDfZqdTl8asTB05EVceViBmX1LczfJBd > .row .container { width:20rem;height:46.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tFT4xV5p817LmE5Ab2c1qv3woeUEqkHp { width:5.875rem;height:5.875rem;top:8.6875rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dubIlk7EWeIN0vEBTwaB2Pr5T7P2tdsP { width:5.875rem;height:5.875rem;top:21.4375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0szNctVWT5UtB9NT2wlTKNcaLCGB1Ni { width:5.875rem;height:5.875rem;top:34.1875rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #czzL7vgccZA5s7yKmHbmp4J7s57yAM9O { width:20rem;height:0.25rem;top:0.0625rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #lcTvFNQFTeOTzma0T95kyJxLbN94xnCi { width:3.25rem;height:3.25rem;top:35.5rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ii3UNM1ewHExPASW5X8P91pUq0HUgElH { width:3.5625rem;height:3.5625rem;top:9.8125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJx8r5xpxIBxKQs9cmfggylQpnQWxDeU { width:3.625rem;height:3.625rem;top:22.5625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnfBtaEiLGcJA0vyFxxNT324zXAE7rub { width:19.9375rem;height:1.5rem;top:5.3125rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxyJfougeIAodBcfJpNOHlP9GvpotEI9 { width:20rem;height:2.1875rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpnmZqpRLEGvh2L2XU5DfQN7w0xQnN4A { width:15.0625rem;height:1.25rem;top:14.5625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqnwhZORfyBxZ46oAA17h9dtUozhP29G { width:15.4375rem;height:3.75rem;top:15.8125rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oO0ew0yIvJbsnokrARiNyDoP4ZUMnsn0 { width:15.0625rem;height:1.25rem;top:27.3125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeqaomVoH9rCkIrFyXzp7aNuU03LgC4m { width:16.9375rem;height:3.75rem;top:28.5625rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyXGvD4DMWTsapPt07t65UzudUsMe5u4 { width:15.0625rem;height:1.25rem;top:40.0625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKhpMCi02Hc6MR4J02WpeOqGzMT8BuTS { width:15.0625rem;height:3.75rem;top:41.3125rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpZfcSNpiEeSoUFAHo9s9gI5ItpeX47I { display:block; }#cpZfcSNpiEeSoUFAHo9s9gI5ItpeX47I > .row .container { width:20rem;height:85.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #abLMqut8RevcO0IhOMtdczu1moeBgMDs { width:19.9375rem;height:1.5rem;top:32.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT8CyXInqNaJLTT39TcFcQrpS3et5CuS { width:20rem;height:2.1875rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #waJuK54bZMeORWbs5WSdwPhJFhTn0s0X { width:20rem;height:27rem;top:5.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #docgpI6N7pIADfqxanFS16OaR1puT6aV { width:8.6875rem;height:2.3125rem;top:35.0625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugswrsBBlACdsol2ELHR2DUzdRUllLX2 { width:8.5625rem;height:2.125rem;top:38.625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxtLh7XSTvX8Ggpt4apVyHOSFXIZ6D8e { width:8.625rem;height:1.375rem;top:44.9375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2il2ZqzXD6lU04SwqlTJC2RKb9991TW { width:8.625rem;height:1rem;top:47.5625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1UJX1QIlLkSG1EoqRKPnxRO1kBKLQGg { width:8.5625rem;height:1.6875rem;top:42rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V17RCMPoh7vvgLnIJck3T6Sc5sypgscM { width:8.5rem;height:1.875rem;top:49.8125rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuWI0y66rdkqqmkLrJ1I6CVwp3l6ehTc { width:20rem;height:19.813953488372rem;top:108.912109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rO4if04mTbTx6XEpT4zJM8e390HKRm5n { width:20rem;height:10.9375rem;top:55.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEbOBhcNfpekZIuKhKTyunG3haMhuRVh { width:20rem;height:4.5rem;top:67.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #khFrZ5AGzKVf6GpFJz38Z56yVN5pZMm7 { width:20rem;height:10.071599045346rem;top:73.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAgA11hOl3BNKLulMEOqEtFftXMSHBme { display:block; }#FAgA11hOl3BNKLulMEOqEtFftXMSHBme > .row .container { width:20rem;height:57.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5  { width:17.5rem;height:22.875rem;top:15.8125rem;left:0rem; }
#nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 {display:block;}#nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 { width:17.5rem;height:22.875rem;top:6.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 #ANUgqX7dLpPNcLFKIzUE8rHEGX6gTP4C {  }
 }@media only screen and (max-width: 763px) { #nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 #SWHxWoRXFSa0IKg0DxUWhciKyhTA1JHS { display:none; }
 }@media only screen and (max-width: 763px) { #nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 #quUZVUnzooml2J3nfaFN6TLkQGpeKZRh {  }
 }@media only screen and (max-width: 763px) { #nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 #TXLkz8DiopCOytablnOkfLURoIDVhkG9 {  }
 }@media only screen and (max-width: 763px) { #nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 #VgfH1Z2TnkTlF1URypZRUDPKHohnWuD1 { display:none; }
 }@media only screen and (max-width: 763px) { #nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 #vRm9UdLezQJnR5P7vXE5qm1CF9wovAIh {  }
 }@media only screen and (max-width: 763px) { #nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 #SHHEkRP6OW9e20fT3HIBLK3NaTnlWbE0 {  }
 }@media only screen and (max-width: 763px) { #nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 #Zgm2f1VwODM4oHzKhQSyBUieTA3EKJvU { display:none; }
 }@media only screen and (max-width: 763px) { #nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 #pyV3Ne20G2INpTyMyhRbhcpw0Js0W6iP {  }
 }@media only screen and (max-width: 763px) { #nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 #tJBM1h2VAEpv0lTp6pFhTFBFEdF36Iq1 {  }
 }@media only screen and (max-width: 763px) { #nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 #qCRSmNs2Xo7NLTxXpe99C0XFCwAtFLDT { display:none; }
 }@media only screen and (max-width: 763px) { #nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 #UqHVkmQbd21wFq5x96k0sVWoUvIAKQJv {  }
 }@media only screen and (max-width: 763px) { #nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 #EStpnxKkqOF64M7CG6U003KxRd9XI1a0 {  }
 }@media only screen and (max-width: 763px) { #nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 #P5I1R8JFtgVqgOqBKGlnJFuCfQ1J65DM {  }
 }@media only screen and (max-width: 763px) { #nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 #P74ZPpMvlxPWTl99cZ4T4fgfdr4C9Z68 {  }
 }@media only screen and (max-width: 763px) { #nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 #dOf6iwxgt6XdzAI17vTJXFdrzkr7Wq3L {  }
 }@media only screen and (max-width: 763px) { #nlvt0MLDdhOaKKw2pkCyccbSeBQafTP5 #wmEFGd5N0Z9WHC4l73acDQHsQDze4i8G {  }
 }@media only screen and (max-width: 763px) { #VBTQslkhqkixNO38ix5ek3iTfZIT0o9c { width:20rem;height:3.625rem;top:2.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uba7817iuXSgh6pcT7zNE1PvTHfANtcK { width:20rem;height:4.9375rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1DIaorrK841J4kDJqLFAXlpiq4aAkdd { width:20rem;height:7.125rem;top:34rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmovBr4EFovKKrnmqPzytQNcK1ZHZ4Xk { width:20rem;height:7.8125rem;top:43rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgQZyX57Ll1Pal9IxKQFwPpUboFu7zf5 { width:20rem;height:2.875rem;top:52.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TblGo9GM8TdbdhMfpVhQgexy4mJewXUt { display:block; }#TblGo9GM8TdbdhMfpVhQgexy4mJewXUt > .row .container { width:20rem;height:19.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h1GkRLMNxXy4ArBsCZiAlcsfmVhzgbW5 { width:12.0625rem;height:3.375rem;top:7rem;left:4rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c4EdMcG5bpGXhGDIzNW6wPUglqSUBuWn { width:8.25rem;height:2.25rem;top:11.625rem;left:5.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ixTdDMOKo0NvQuTwZ48s5HILo3HIholL { width:8.9375rem;height:1.125rem;top:15.125rem;left:5.53125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PTCSCKgp6SqF4WSMeyLv3iIZcs1b1ScL { width:4.125rem;height:3.875rem;top:1.875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTOK7me5rJsIZT8SUcm28X84FrVB16ws { width:8.8125rem;height:1.125rem;top:17.5rem;left:5.59375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }