.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;
}
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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4cfb4bf7-000d-4208-a86b-41e851644a64/WROCAW.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WnK8SodkdwcVecOdtVwB4wU02lk4meTE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/269f3523-e9fb-4ba5-803f-f76914664ff7/Cityspacerecepcja_small.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#WnK8SodkdwcVecOdtVwB4wU02lk4meTE.adaptive-delivery-prevent-bg, #WnK8SodkdwcVecOdtVwB4wU02lk4meTE.lazyload, #WnK8SodkdwcVecOdtVwB4wU02lk4meTE.lazyloading { background-image: none; }#WnK8SodkdwcVecOdtVwB4wU02lk4meTE > .row .container { background-color: transparent; background-image: none; }#WnK8SodkdwcVecOdtVwB4wU02lk4meTE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.1); }#WnK8SodkdwcVecOdtVwB4wU02lk4meTE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WnK8SodkdwcVecOdtVwB4wU02lk4meTE > .row .container > .video-iframe-container { display: none; }#WnK8SodkdwcVecOdtVwB4wU02lk4meTE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.1); }#WnK8SodkdwcVecOdtVwB4wU02lk4meTE > .row > .video-iframe-container { display: none; }#WnK8SodkdwcVecOdtVwB4wU02lk4meTE > .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); }#WnK8SodkdwcVecOdtVwB4wU02lk4meTE > .row .container { border-width: 0; border-radius: 0; }#WnK8SodkdwcVecOdtVwB4wU02lk4meTE::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#WnK8SodkdwcVecOdtVwB4wU02lk4meTE > .row > .video-iframe-container {  }#WnK8SodkdwcVecOdtVwB4wU02lk4meTE > .row .container { font-size:14px;font-family:arial;height:479px;width:1200px;position:relative;display:block; }#kXMTVSE5l4hHhbGPMCIxW0autIwtLrts { color:#ffffff;display:block;width:984px;position:absolute;font-family:"gt pressura";font-size:140px;font-weight:normal;z-index:15001;line-height:.8;letter-spacing:0;text-shadow:0 0 25px rgba(0,0,0,0.5);top:419.59375px;left:131px;height:112px;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; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(255,102,46,0.19);background-image:url("https://images.assets-landingi.com/uc/0adc8dff-d6b4-411b-888a-b70099d6bd30/KopiaLinkedInpost100.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container {  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:530px;width:1200px;overflow:visible;position:relative;display:block; }#AEuKLz1KWCOqfNxbHZU5ougMduhZGtVF { color:#000000;display:block;width:513px;position:absolute;font-family:lato;font-size:25px;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:225px;left:303px;height:112.5px;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; }
#cQ02ZciaBPyaZEAV2UmOstwBqSQCJXDy { color:#000000;display:block;width:752px;position:absolute;font-family:"gt pressura";font-size:37px;font-weight:700;z-index:15001;line-height:.8;letter-spacing:0;top:53.390625px;left:183.5px;height:29.5949px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FOBJBQaQqDPVSSA4WsIqRWtd3IaP6tSU { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:365px;left:1150px; }
#Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa .widget-form-header {  }
#Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa .widget-regular-label { height:auto;display:block;font-family:"gt pressura";font-size:14px;font-weight:bold;color:#ffffff;width:286px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:286px;box-sizing:border-box;height:41px;color:#161616;font-size:14px;overflow:hidden;font-family:"gt pressura"; }
#Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa .widget-input-text {padding-top: 0; padding-bottom: 0;}#Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:286px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:"gt pressura"; }
#Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:286px;box-sizing:border-box;height:40px;color:#161616;font-family:"gt pressura";font-size:14px;overflow:hidden; }
#Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa .widget-input-select {padding-top: 0; padding-bottom: 0;}#Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa .widget-input-button { border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #faff78, #89e4ff);background-image: -moz-linear-gradient(180deg, #faff78, #89e4ff);background-image: -ms-linear-gradient(180deg, #faff78, #89e4ff);background-image: -o-linear-gradient(180deg, #faff78, #89e4ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#faff78', endColorstr='#89e4ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#faff78', endColorstr='#89e4ff' );";background-image: linear-gradient(180deg, #faff78, #89e4ff);background-size:initial !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:17px;font-weight:700;color:#0c0c0c;width:286px;height:55px;font-family:"gt pressura";overflow:hidden;font-style:normal; }
#Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"gt pressura";font-size:14px; }
#Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"gt pressura";font-size:14px; }
#Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"gt pressura";font-size:14px; }
#Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"gt pressura";font-size:14px; }
#Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa .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:"gt pressura";line-height:1.3;font-size:12px;font-weight:300;color:#0c0c0c;vertical-align:top;width:263px;overflow:hidden;font-style:normal; }
#Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:20px;vertical-align:middle;font-family:"gt pressura";font-size:15px;font-weight:300;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.3; }
#Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa .widget-container:first-of-type{padding-top:0;}#Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa .widget-container:last-of-type{padding-bottom:0;}#Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa  { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:286px;height:auto;border-top:1px solid #4ba0fa;border-left:1px solid #4ba0fa;border-right:1px solid #4ba0fa;border-bottom:1px solid #4ba0fa;z-index:15001;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;box-shadow: 1px 1px 20px #ff9c78 ;position:absolute;top:82px;left:872px; }
#Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:286px; }
#Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa .widget-info-text { display:block;height:auto;font-family:"gt pressura";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa {display:block;}#Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:286px;height:auto;border-top:1px solid #4ba0fa;border-left:1px solid #4ba0fa;border-right:1px solid #4ba0fa;border-bottom:1px solid #4ba0fa;z-index:15001;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;box-shadow: 1px 1px 20px #ff9c78 ;position:absolute;top:82px;left:872px; }
#Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa #nboHK10RSCPAllTzcbTskUWCAKpn0pZy { position:relative; }
#Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa #sZPZuIfqICxD6SNA6v81Se5M7cSspH7T { position:relative;display:none; }
#Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa #TrF5ptoTTZiLX5TvUiNIP6QJ3hXuzpei { position:relative; }
#Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa #oZALsLrrGs5Gdl9b8MoJGKtQSdk99wyd { position:relative; }
#Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa #k6ft9oRzM4AbxKoeQ5TtMlMV41rnL85w { position:relative;display:none; }
#Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa #z0cmVixO4bd7BDlg8lTln6aPuAUHlh8o { position:relative; }
#Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa #mJ6OJ0EwaC9cdLfQbH8XOavF5VVaFAKl { position:relative; }
#Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa #E2Km7TMzVgVfWJAscngd61rx2HrpMi4a { position:relative;display:block; }
#Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa #qF0oUudazirM8JG1HHVrIdIZnAsIEq6o { position:relative; }
#Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa #Wm3gZPF56z2iWKdyv1EboZFkuc0tsZfC { position:relative; }
#Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa #u1Ub1pI5ygibsLr5JOqph63L0fELAyBM { position:relative;z-index:2; }
#Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa #mDpeWg63o3HyncKwUexfTZ1FuTR2zIgH { position:relative; }
#Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa #HRBR85avHW1R4B8InpV3lo7eIO8eUqb4 { position:relative; }
#Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa #EXG1dySosGDDfyEt8TCExtuZTbJAL1DB { position:relative; }
#ti6fogWSXnG0sBuvsiNHUZwTzTgwTpNv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(94,110,220,0.09);background-image:url("https://images.assets-landingi.com/uc/686f3c74-8d92-494d-8d1e-10c48957d773/KopiaLinkedInpost20230327T105344613.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#ti6fogWSXnG0sBuvsiNHUZwTzTgwTpNv.adaptive-delivery-prevent-bg, #ti6fogWSXnG0sBuvsiNHUZwTzTgwTpNv.lazyload, #ti6fogWSXnG0sBuvsiNHUZwTzTgwTpNv.lazyloading { background-image: none; }#ti6fogWSXnG0sBuvsiNHUZwTzTgwTpNv > .row .container { background-color: transparent; background-image: none; }#ti6fogWSXnG0sBuvsiNHUZwTzTgwTpNv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ti6fogWSXnG0sBuvsiNHUZwTzTgwTpNv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ti6fogWSXnG0sBuvsiNHUZwTzTgwTpNv > .row .container > .video-iframe-container { display: none; }#ti6fogWSXnG0sBuvsiNHUZwTzTgwTpNv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ti6fogWSXnG0sBuvsiNHUZwTzTgwTpNv > .row > .video-iframe-container { display: none; }#ti6fogWSXnG0sBuvsiNHUZwTzTgwTpNv > .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); }#ti6fogWSXnG0sBuvsiNHUZwTzTgwTpNv > .row .container { border-width: 0; border-radius: 0; }#ti6fogWSXnG0sBuvsiNHUZwTzTgwTpNv > .row > .video-iframe-container {  }#ti6fogWSXnG0sBuvsiNHUZwTzTgwTpNv > .row .container { font-size:14px;font-family:arial;height:733px;width:1200px;position:relative;display:block; }#nAAd5G1R3REpza0Lek0C5TWnzgU0uqNh { color:#0c0c0c;display:block;width:421px;position:absolute;font-family:"gt pressura";font-size:50px;font-weight:normal;z-index:15001;line-height:.8;letter-spacing:0;top:93px;left:743px;height:80px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#tRtKHRqu3Zq4ZLFU0nGNVR20wMwwq5eT { color:#0c0c0c;display:block;width:457px;position:absolute;font-family:lato;font-size:17px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:197px;left:743px;height:154.6566px;text-align:justify;text-align-last:initial;display:block; }
#n1VaKIGwTsi7srzw3qI94xu25FPW22HH { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:none;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;height:76px;width:200px;top:375px;left:743px;display:block; }
#uB52iBF06ABnqT6HTuxz6ffTzz95KKc1 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;border-top:1px solid #0c0c0c;border-left:1px solid #0c0c0c;border-right:1px solid #0c0c0c;border-bottom:1px solid #0c0c0c;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;height:76px;width:200px;top:375px;left:998px;display:block; }
#HgfkpxmgmFfS5o0DZvTkBbuWrUApyKPp { position:absolute;display:block;z-index:15006;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;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;height:76px;width:200px;top:468px;left:998px;display:block; }
#Qhf9LnbmsBR8UZtdOQKrPhRABUewlJQJ { position:absolute;display:block;z-index:15005;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;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;height:76px;width:200px;top:468px;left:743px;display:block; }
#JLcMWShAD6MgblB25CbTTlK2U3yMJgR2 { color:#0c0c0c;display:block;width:161px;position:absolute;font-family:"gt pressura";font-size:16px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:393.1875px;left:763.5px;height:41.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C9K9psRMtpzDEchh0wQfp932LokdQTpI { color:#0c0c0c;display:block;width:161px;position:absolute;font-family:"gt pressura";font-size:16px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:390.1875px;left:1018.5px;height:41.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PPwgfS7TZxtEI7G5zzNi5UAvqPT60D3h { color:#0c0c0c;display:block;width:161px;position:absolute;font-family:"gt pressura";font-size:16px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:486.1875px;left:763.5px;height:41.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z0pCu6BiDS3sH71Nx8RG87XcVqHA7eEs { color:#0c0c0c;display:block;width:161px;position:absolute;font-family:"gt pressura";font-size:16px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:486.1875px;left:1018.5px;height:41.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s0nuEPC1d2uXXAPqKzTGr0DQQrdBGIaI { position:absolute;display:block;z-index:15008;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;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;height:76px;width:200px;top:564px;left:743px;display:block; }
#Fx5PU2OLRAI5C9Hdc5ttDcJ9EfN08sVe { color:#0c0c0c;display:block;width:161px;position:absolute;font-family:"gt pressura";font-size:16px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:582.203125px;left:763.5px;height:41.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lFZ9MXm9HUNy6pv5OPr3SriIthvLkkzB { position:absolute;display:block;z-index:15010;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;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;height:76px;width:200px;top:564px;left:998px;display:block; }
#aqQikKKPODGvJBqO2dmuKtzGVPtey6z2 { color:#0c0c0c;display:block;width:161px;position:absolute;font-family:"gt pressura";font-size:16px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:582.203125px;left:1018.5px;height:41.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SP9z0Lk4yZIG2OcPdtWC2O80zDQXAP82 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #faff78, #89e4ff);background-image: -moz-linear-gradient(90deg, #faff78, #89e4ff);background-image: -ms-linear-gradient(90deg, #faff78, #89e4ff);background-image: -o-linear-gradient(90deg, #faff78, #89e4ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#faff78', endColorstr='#89e4ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#faff78', endColorstr='#89e4ff' );";background-image: linear-gradient(90deg, #faff78, #89e4ff);background-size:auto !important;border-top:1px solid #0c0c0c;border-left:1px solid #0c0c0c;border-right:1px solid #0c0c0c;border-bottom:1px solid #0c0c0c;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;box-sizing:border-box;color:#0c0c0c;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"gt pressura";font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:217.391px;height:53.375px;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:715px;left:497px;display:block; }
#m4vHfDhW69n6vSHr6zcoLNkS0mv9OWlu { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#lUVg391ZNsH85BffyR5yxzbn7KVs7lee { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbe9f8;background-image:url("https://images.assets-landingi.com/uc/c1e5d44c-053f-4b47-9463-bf01cea2c1bb/KopiaLinkedInpost20230327T113700596.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#lUVg391ZNsH85BffyR5yxzbn7KVs7lee.adaptive-delivery-prevent-bg, #lUVg391ZNsH85BffyR5yxzbn7KVs7lee.lazyload, #lUVg391ZNsH85BffyR5yxzbn7KVs7lee.lazyloading { background-image: none; }#lUVg391ZNsH85BffyR5yxzbn7KVs7lee > .row .container { background-color: transparent; background-image: none; }#lUVg391ZNsH85BffyR5yxzbn7KVs7lee::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUVg391ZNsH85BffyR5yxzbn7KVs7lee > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUVg391ZNsH85BffyR5yxzbn7KVs7lee > .row .container > .video-iframe-container { display: none; }#lUVg391ZNsH85BffyR5yxzbn7KVs7lee > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUVg391ZNsH85BffyR5yxzbn7KVs7lee > .row > .video-iframe-container { display: none; }#lUVg391ZNsH85BffyR5yxzbn7KVs7lee > .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); }#lUVg391ZNsH85BffyR5yxzbn7KVs7lee > .row .container { border-width: 0; border-radius: 0; }#lUVg391ZNsH85BffyR5yxzbn7KVs7lee > .row > .video-iframe-container {  }#lUVg391ZNsH85BffyR5yxzbn7KVs7lee > .row .container { font-size:14px;font-family:arial;height:761px;width:1200px;position:relative;display:block; }#Cm3T1t6tuSaqNtZfuBfRITNDGOTDcF60 { color:#000000;display:block;width:538px;position:absolute;font-family:"gt pressura";font-size:50px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:96px;left:331px;height:65px;text-align:center;text-align-last:center;display:block; }
#AqN7F0c2rH2L1AVfZNVWeerJ31U2vvNZ { position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/448a6055-863a-4c32-9c44-b0c47b836138/DAN_1405EditEdit11920px.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:3px solid #0c0c0c;border-left:3px solid #0c0c0c;border-right:3px solid #0c0c0c;border-bottom:3px solid #0c0c0c;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;box-shadow: 1px 1px 3px #0c0c0c ;height:391px;width:550px;top:203px;left:4px;display:block; }#AqN7F0c2rH2L1AVfZNVWeerJ31U2vvNZ.adaptive-delivery-prevent-bg, #AqN7F0c2rH2L1AVfZNVWeerJ31U2vvNZ.lazyload, #AqN7F0c2rH2L1AVfZNVWeerJ31U2vvNZ.lazyloading { background-image: none; }
#KboTuQUu0NpHA0K5DXrwx7C5GFO9JvQw { color:#0c0c0c;display:block;width:208px;position:absolute;font-family:"gt pressura";font-size:40px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0 1px 5px rgba(0,0,0,0.5);top:422px;left:175px;height:52px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lDk9GJXB0fIyQXmJTKeFnO8g1CdmZT8p { color:#0c0c0c;display:block;width:311px;position:absolute;font-family:"gt pressura";font-size:40px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:0 0 20px rgba(0,0,0,0.5);top:422px;left:766.5px;height:52px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kddW4BdSaEZiiPuvlMepA2WAfyzwNV69 { color:#0c0c0c;display:block;width:492px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0 0 1px #000000;top:485px;left:32px;height:83.1875px;text-align:left;text-align-last:left;display:block; }
#GIeeGsaoiVGgaAZbP2RGKN3sAm1RTk1H { color:#0c0c0c;display:block;width:485px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0 0 1px #0c0c0c;top:485px;left:679.5px;height:83.1875px;text-align:left;text-align-last:left;display:block; }
#gkc5WVCFXo0uzC5STRxeO1e5sDORt2Et { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,248,120,0.83));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,248,120,0.83));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,248,120,0.83));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,248,120,0.83));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d3fff878' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d3fff878' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(255,248,120,0.83));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;height:397px;width:552px;top:202px;left:6px;display:block; }
#CpvAQvrcB5IRRlrE7iFTSDcgau134cBn { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6716978b-0684-4d75-b287-c2f4327425dc/CitySpace_Krakow_HiRes17.crop_6345x4058_1886,1429.preview.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:3px solid #0c0c0c;border-left:3px solid #0c0c0c;border-right:3px solid #0c0c0c;border-bottom:3px solid #0c0c0c;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;box-shadow: 1px 1px 3px #2f3ccd ;height:391px;width:550px;top:197px;left:642px;display:block; }#CpvAQvrcB5IRRlrE7iFTSDcgau134cBn.adaptive-delivery-prevent-bg, #CpvAQvrcB5IRRlrE7iFTSDcgau134cBn.lazyload, #CpvAQvrcB5IRRlrE7iFTSDcgau134cBn.lazyloading { background-image: none; }
#VRdcRITA9IbGgfW645ZQPsgEi9BDBNcE { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,248,120,0.83));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,248,120,0.83));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,248,120,0.83));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,248,120,0.83));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d3fff878' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d3fff878' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(255,248,120,0.83));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;height:397px;width:552px;top:196px;left:644px;display:block; }
#uyc4NKuQ9MK4bnGcSSVUTL6p6kagabH2 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:14px;left:692px; }
#rg7vT8RLup4xvl8OqCETCN1uDd6rUf8S { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #faff78, #89e4ff);background-image: -moz-linear-gradient(90deg, #faff78, #89e4ff);background-image: -ms-linear-gradient(90deg, #faff78, #89e4ff);background-image: -o-linear-gradient(90deg, #faff78, #89e4ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#faff78', endColorstr='#89e4ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#faff78', endColorstr='#89e4ff' );";background-image: linear-gradient(90deg, #faff78, #89e4ff);background-size:auto !important;border-top:1px solid #0c0c0c;border-left:1px solid #0c0c0c;border-right:1px solid #0c0c0c;border-bottom:1px solid #0c0c0c;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;box-sizing:border-box;color:#0c0c0c;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"gt pressura";font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:336px;height:79px;text-decoration:none;z-index:14998;text-align:center;text-align-last:center;top:568.1875px;left:432px;display:block; }
#kvgvEwNgew7GfTFbTLdf63FTEfRphTw7 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#bw7qFLf2KCsEBxkFIS8QC0sL5nwQBERJ { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:629px;left:554px; }
#mTqhBK1nrCwdm84xfdd5VWAvTDTm1Nmy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0d8d8d85-7290-4eb7-abd5-59acfa702aec/KopiaLinkedInpost20230327T114136538.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#mTqhBK1nrCwdm84xfdd5VWAvTDTm1Nmy.adaptive-delivery-prevent-bg, #mTqhBK1nrCwdm84xfdd5VWAvTDTm1Nmy.lazyload, #mTqhBK1nrCwdm84xfdd5VWAvTDTm1Nmy.lazyloading { background-image: none; }#mTqhBK1nrCwdm84xfdd5VWAvTDTm1Nmy > .row .container { background-color: transparent; background-image: none; }#mTqhBK1nrCwdm84xfdd5VWAvTDTm1Nmy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTqhBK1nrCwdm84xfdd5VWAvTDTm1Nmy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTqhBK1nrCwdm84xfdd5VWAvTDTm1Nmy > .row .container > .video-iframe-container { display: none; }#mTqhBK1nrCwdm84xfdd5VWAvTDTm1Nmy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTqhBK1nrCwdm84xfdd5VWAvTDTm1Nmy > .row > .video-iframe-container { display: none; }#mTqhBK1nrCwdm84xfdd5VWAvTDTm1Nmy > .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); }#mTqhBK1nrCwdm84xfdd5VWAvTDTm1Nmy > .row .container { border-width: 0; border-radius: 0; }#mTqhBK1nrCwdm84xfdd5VWAvTDTm1Nmy > .row > .video-iframe-container {  }#mTqhBK1nrCwdm84xfdd5VWAvTDTm1Nmy > .row .container { font-size:14px;font-family:arial;height:1439px;width:1200px;position:relative;display:block; }#to23ILidQXpFUrVcXPETcHIAcalp3oTN { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ff311969-addc-4a3e-8f54-1029d9ddb786/CitySpaceLoungeP24K.jpg");background-position:center right !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:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;height:386px;width:634px;top:43px;left:0px;display:block; }#to23ILidQXpFUrVcXPETcHIAcalp3oTN.adaptive-delivery-prevent-bg, #to23ILidQXpFUrVcXPETcHIAcalp3oTN.lazyload, #to23ILidQXpFUrVcXPETcHIAcalp3oTN.lazyloading { background-image: none; }
#RbdlZz4kBAubSla35EBhevwlBtyMlQpE { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6f02f23b-de86-4183-a8c8-aa485c6f8bfb/Cityspacekonferencja4K.jpg");background-position:center right !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:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;height:386px;width:694px;top:374px;left:507px;display:block; }#RbdlZz4kBAubSla35EBhevwlBtyMlQpE.adaptive-delivery-prevent-bg, #RbdlZz4kBAubSla35EBhevwlBtyMlQpE.lazyload, #RbdlZz4kBAubSla35EBhevwlBtyMlQpE.lazyloading { background-image: none; }
#CBMowOVxiNeRgHMgd7Km409rw4yc5vTZ { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ba680224-12e9-4d8a-99c1-ec53b656542d/Cityspacerecepcja4K.jpg");background-position:bottom 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:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;height:386px;width:638px;top:719.984375px;left:0px;display:block; }#CBMowOVxiNeRgHMgd7Km409rw4yc5vTZ.adaptive-delivery-prevent-bg, #CBMowOVxiNeRgHMgd7Km409rw4yc5vTZ.lazyload, #CBMowOVxiNeRgHMgd7Km409rw4yc5vTZ.lazyloading { background-image: none; }
#W8uaK1WJyFis3Tf3Vht5JP2tXqZVSMdU { position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/05f1c928-4c68-4486-9d37-a4e6699e4958/KopiaLinkedInpost20230327T122325431.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;height:386px;width:677px;top:1053px;left:513px;display:block; }#W8uaK1WJyFis3Tf3Vht5JP2tXqZVSMdU.adaptive-delivery-prevent-bg, #W8uaK1WJyFis3Tf3Vht5JP2tXqZVSMdU.lazyload, #W8uaK1WJyFis3Tf3Vht5JP2tXqZVSMdU.lazyloading { background-image: none; }
#EHdotWmzmEPB7dghZmdC11Bva2EK66Xf { color:#000000;display:block;width:423px;position:absolute;font-family:lato;font-size:20px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:197px;left:674px;height:78px;text-align:justify;text-align-last:initial;display:block; }
#X3xQu5GqlTyz8qn5xaXPqqxiCDdrAazF { color:#000000;display:block;width:474px;position:absolute;font-family:lato;font-size:20px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:501px;left:0px;height:156px;text-align:justify;text-align-last:initial;display:block; }
#gLCWe8Zdyoybx67giRtF4FTU13FtIMwz { color:#000000;display:block;width:474px;position:absolute;font-family:lato;font-size:20px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:834.984375px;left:726px;height:156px;text-align:justify;text-align-last:initial;display:block; }
#JdUKDKn7WXqt9lGNt8siucJbUVeOoxV9 { color:#000000;display:block;width:474px;position:absolute;font-family:lato;font-size:20px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1206.84375px;left:0px;height:156px;text-align:justify;text-align-last:initial;display:block; }
#nAFACDQK0hbEeuFggyHMeGUFfxTLHHxF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(125deg, #26b7ed, rgba(250,255,0,0.73));background-image: -moz-linear-gradient(125deg, #26b7ed, rgba(250,255,0,0.73));background-image: -ms-linear-gradient(125deg, #26b7ed, rgba(250,255,0,0.73));background-image: -o-linear-gradient(125deg, #26b7ed, rgba(250,255,0,0.73));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#26b7ed', endColorstr='#bafaff00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#26b7ed', endColorstr='#bafaff00' );";background-image: linear-gradient(125deg, #26b7ed, rgba(250,255,0,0.73));background-size:auto !important;position:relative;display:block; }#nAFACDQK0hbEeuFggyHMeGUFfxTLHHxF > .row .container { background-color: transparent; background-image: none; }#nAFACDQK0hbEeuFggyHMeGUFfxTLHHxF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nAFACDQK0hbEeuFggyHMeGUFfxTLHHxF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nAFACDQK0hbEeuFggyHMeGUFfxTLHHxF > .row .container > .video-iframe-container { display: none; }#nAFACDQK0hbEeuFggyHMeGUFfxTLHHxF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nAFACDQK0hbEeuFggyHMeGUFfxTLHHxF > .row > .video-iframe-container { display: none; }#nAFACDQK0hbEeuFggyHMeGUFfxTLHHxF > .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); }#nAFACDQK0hbEeuFggyHMeGUFfxTLHHxF > .row .container { border-width: 0; border-radius: 0; }#nAFACDQK0hbEeuFggyHMeGUFfxTLHHxF > .row > .video-iframe-container {  }#nAFACDQK0hbEeuFggyHMeGUFfxTLHHxF > .row .container { font-size:14px;font-family:arial;height:817px;width:1200px;position:relative;display:block; }#CA2fA1NkPmnuaGvBm3cTPMGZ9qlLiodF { position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/279191d2-b31d-4d11-adf8-e814063b43da/KopiaLinkedInpost80.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;height:498px;width:1200px;top:107.984375px;left:0px;display:block; }#CA2fA1NkPmnuaGvBm3cTPMGZ9qlLiodF.adaptive-delivery-prevent-bg, #CA2fA1NkPmnuaGvBm3cTPMGZ9qlLiodF.lazyload, #CA2fA1NkPmnuaGvBm3cTPMGZ9qlLiodF.lazyloading { background-image: none; }
#gZlcXLBcoLd1dJNvKguVuOvK5fBPsIo1 { color:#0c0c0c;display:block;width:538px;position:absolute;font-family:"gt pressura";font-size:50px;font-weight:normal;z-index:15001;line-height:.8;letter-spacing:0;top:32px;left:331px;height:40px;text-align:center;text-align-last:center;display:block; }
#szlqOUfaKZMn18Eqdr5Rv3T5TgJNXsR3 { color:#0c0c0c;display:block;width:306px;position:absolute;font-family:lato;font-size:20px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:650px;left:0px;height:78px;text-align:left;text-align-last:left;display:block; }
#ozhq59aWVgQHi7qTstlSxwNXV4hSgifG { color:#0c0c0c;display:block;width:306px;position:absolute;font-family:"gt pressura";font-size:20px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:624px;left:0px;height:26px;text-align:left;text-align-last:left;display:block; }
#Ud8zgdMpIEZSKTAP5Hh3kCCDOGhTsOwl { color:#0c0c0c;display:block;width:648px;position:absolute;font-family:lato;font-size:18px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:620px;left:552px;height:93.5648px;text-align:right;text-align-last:right;display:block; }
#TLcPzppwNXUzowMpLFZ5NQZmcM4kiPpx { color:#ffffff;display:block;width:306px;position:absolute;font-family:"gt pressura";font-size:20px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:475px;left:894px;height:26px;text-align:right;text-align-last:right;display:block; }
#XW2Q2xniGBwZ51LEmxI4nTG9cJenQQGE { background-color:#fdfdfd;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;box-sizing:border-box;color:#0c0c0c;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"gt pressura";font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:224px;height:42px;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:704px;left:0px;display:block; }
#VcbfAuLXlvxhktiCe2P5AvVkU2QpNqpz { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#FHod05usq6CI4ldkCGypXx5dkV9v3Vrs { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:728px;left:198px; }
#CvE4zepk180DooPPlzqSlpkToyvg5eLF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c0c0c;background-image:url("https://images.assets-landingi.com/uc/76346c9d-5a3a-4934-9a49-214437462c54/Cityspaceoffice4K.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#CvE4zepk180DooPPlzqSlpkToyvg5eLF.adaptive-delivery-prevent-bg, #CvE4zepk180DooPPlzqSlpkToyvg5eLF.lazyload, #CvE4zepk180DooPPlzqSlpkToyvg5eLF.lazyloading { background-image: none; }#CvE4zepk180DooPPlzqSlpkToyvg5eLF > .row .container { background-color: transparent; background-image: none; }#CvE4zepk180DooPPlzqSlpkToyvg5eLF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CvE4zepk180DooPPlzqSlpkToyvg5eLF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CvE4zepk180DooPPlzqSlpkToyvg5eLF > .row .container > .video-iframe-container { display: none; }#CvE4zepk180DooPPlzqSlpkToyvg5eLF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CvE4zepk180DooPPlzqSlpkToyvg5eLF > .row > .video-iframe-container { display: none; }#CvE4zepk180DooPPlzqSlpkToyvg5eLF > .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); }#CvE4zepk180DooPPlzqSlpkToyvg5eLF > .row .container { border-width: 0; border-radius: 0; }#CvE4zepk180DooPPlzqSlpkToyvg5eLF > .row > .video-iframe-container {  }#CvE4zepk180DooPPlzqSlpkToyvg5eLF > .row .container { font-size:14px;font-family:arial;height:666px;width:1200px;position:relative;display:block; }#bvtgFTVLErfHgvmbClFnQr21nnwZqo0a .widget-form-header {  }
#bvtgFTVLErfHgvmbClFnQr21nnwZqo0a .widget-regular-label { height:auto;display:block;font-family:"gt pressura";font-size:14px;font-weight:bold;color:#ffffff;width:286px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#bvtgFTVLErfHgvmbClFnQr21nnwZqo0a .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:286px;box-sizing:border-box;height:41px;color:#161616;font-size:14px;overflow:hidden;font-family:"gt pressura"; }
#bvtgFTVLErfHgvmbClFnQr21nnwZqo0a .widget-input-text {padding-top: 0; padding-bottom: 0;}#bvtgFTVLErfHgvmbClFnQr21nnwZqo0a .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:286px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:"gt pressura"; }
#bvtgFTVLErfHgvmbClFnQr21nnwZqo0a .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:286px;box-sizing:border-box;height:40px;color:#161616;font-family:"gt pressura";font-size:14px;overflow:hidden; }
#bvtgFTVLErfHgvmbClFnQr21nnwZqo0a .widget-input-select {padding-top: 0; padding-bottom: 0;}#bvtgFTVLErfHgvmbClFnQr21nnwZqo0a .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#bvtgFTVLErfHgvmbClFnQr21nnwZqo0a .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#bvtgFTVLErfHgvmbClFnQr21nnwZqo0a .widget-input-button { border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;background-color:#0c0c0c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:17px;font-weight:700;color:#ffffff;width:286px;height:55px;font-family:"gt pressura";overflow:hidden;font-style:normal; }
#bvtgFTVLErfHgvmbClFnQr21nnwZqo0a [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"gt pressura";font-size:14px; }
#bvtgFTVLErfHgvmbClFnQr21nnwZqo0a [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"gt pressura";font-size:14px; }
#bvtgFTVLErfHgvmbClFnQr21nnwZqo0a [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"gt pressura";font-size:14px; }
#bvtgFTVLErfHgvmbClFnQr21nnwZqo0a [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"gt pressura";font-size:14px; }
#bvtgFTVLErfHgvmbClFnQr21nnwZqo0a .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:"gt pressura";line-height:1.3;font-size:12px;font-weight:300;color:#0c0c0c;vertical-align:top;width:263px;overflow:hidden;font-style:normal; }
#bvtgFTVLErfHgvmbClFnQr21nnwZqo0a .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#bvtgFTVLErfHgvmbClFnQr21nnwZqo0a .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:20px;vertical-align:middle;font-family:"gt pressura";font-size:15px;font-weight:300;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.3; }
#bvtgFTVLErfHgvmbClFnQr21nnwZqo0a .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#bvtgFTVLErfHgvmbClFnQr21nnwZqo0a .widget-container:first-of-type{padding-top:0;}#bvtgFTVLErfHgvmbClFnQr21nnwZqo0a .widget-container:last-of-type{padding-bottom:0;}#bvtgFTVLErfHgvmbClFnQr21nnwZqo0a  { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:286px;height:auto;border-top:1px solid #ff9c78;border-left:1px solid #ff9c78;border-right:1px solid #ff9c78;border-bottom:1px solid #ff9c78;z-index:15000;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;box-shadow: 1px 1px 20px #ff9c78 ;position:absolute;top:18px;left:872px; }
#bvtgFTVLErfHgvmbClFnQr21nnwZqo0a .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:286px; }
#bvtgFTVLErfHgvmbClFnQr21nnwZqo0a .widget-info-text { display:block;height:auto;font-family:"gt pressura";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bvtgFTVLErfHgvmbClFnQr21nnwZqo0a {display:block;}#bvtgFTVLErfHgvmbClFnQr21nnwZqo0a { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:286px;height:auto;border-top:1px solid #ff9c78;border-left:1px solid #ff9c78;border-right:1px solid #ff9c78;border-bottom:1px solid #ff9c78;z-index:15000;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;box-shadow: 1px 1px 20px #ff9c78 ;position:absolute;top:18px;left:872px; }
#bvtgFTVLErfHgvmbClFnQr21nnwZqo0a #R2hzioPTUDiJJcm7Z57qsw012oCdTgtK { position:relative; }
#bvtgFTVLErfHgvmbClFnQr21nnwZqo0a #T7HOM6tSQMRcLZavUBuUxavxS6fdIWh5 { position:relative;display:none; }
#bvtgFTVLErfHgvmbClFnQr21nnwZqo0a #MkNSgORoozH4BVTybHxrEHCQJsKh8VyH { position:relative; }
#bvtgFTVLErfHgvmbClFnQr21nnwZqo0a #uqXBiAOHbFSrUO6A62JNdvk4lFlU8FQD { position:relative; }
#bvtgFTVLErfHgvmbClFnQr21nnwZqo0a #Aie17SiAPX8VFgsqbwLrBxP6PTfqe2U6 { position:relative;display:none; }
#bvtgFTVLErfHgvmbClFnQr21nnwZqo0a #L7l3zc76TWvSSNBiwpLp4HXi7HApNZDc { position:relative; }
#bvtgFTVLErfHgvmbClFnQr21nnwZqo0a #OQ9eOwafXXAfwoOh0v5QZqTgTCvhtld0 { position:relative; }
#bvtgFTVLErfHgvmbClFnQr21nnwZqo0a #ksRe0RLzxJh6NtTDf6FkCBkgEXJcC7gg { position:relative;display:block; }
#bvtgFTVLErfHgvmbClFnQr21nnwZqo0a #oar5ufClBTa3vdNsnq82tJNKHnkda1tg { position:relative; }
#bvtgFTVLErfHgvmbClFnQr21nnwZqo0a #WeG0bO1CMCxQpzCPqHNyVKdZkDKqNwuo { position:relative; }
#bvtgFTVLErfHgvmbClFnQr21nnwZqo0a #nBfZtaqHgWESvhUO073MAEmDMgXuqo1A { position:relative;z-index:2; }
#bvtgFTVLErfHgvmbClFnQr21nnwZqo0a #dNavlhMnt7pp6VqxmQZZLHnqiFvQ5Hba { position:relative; }
#bvtgFTVLErfHgvmbClFnQr21nnwZqo0a #RElMxvW8Nm6hFWdU7JSqgxfe17Q7OPXc { position:relative; }
#bvtgFTVLErfHgvmbClFnQr21nnwZqo0a #xNxJFWT3tBXWCFyeRIEEwPCMrAnGT1Z4 { position:relative; }
#fuOQEgkodc60h7is0y9ykbtPdkZAVxFw { color:#000000;display:block;width:421px;position:absolute;font-family:"gt pressura";font-size:50px;font-weight:normal;z-index:15002;line-height:.8;letter-spacing:0;top:35.90625px;left:452px;height:80px;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; }
#Hqg0z5idCVT7VQnf2H4XSxrUOEwv5AwC { color:#000000;display:block;width:295px;position:absolute;font-family:lato;font-size:17px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:114.90625px;left:452.5px;height:110.475px;text-align:left;text-align-last:left;display:block; }
#gCmiLlJTnoZwUBE98vlICdcHXR7b7EVq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#gCmiLlJTnoZwUBE98vlICdcHXR7b7EVq > .row .container { background-color: transparent; background-image: none; }#gCmiLlJTnoZwUBE98vlICdcHXR7b7EVq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gCmiLlJTnoZwUBE98vlICdcHXR7b7EVq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gCmiLlJTnoZwUBE98vlICdcHXR7b7EVq > .row .container > .video-iframe-container { display: none; }#gCmiLlJTnoZwUBE98vlICdcHXR7b7EVq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gCmiLlJTnoZwUBE98vlICdcHXR7b7EVq > .row > .video-iframe-container { display: none; }#gCmiLlJTnoZwUBE98vlICdcHXR7b7EVq > .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); }#gCmiLlJTnoZwUBE98vlICdcHXR7b7EVq > .row .container { border-width: 0; border-radius: 0; }#gCmiLlJTnoZwUBE98vlICdcHXR7b7EVq > .row > .video-iframe-container {  }#gCmiLlJTnoZwUBE98vlICdcHXR7b7EVq > .row .container { font-size:14px;font-family:arial;height:88px;width:1200px;position:relative;display:block; }#UvVCuidt4uzuLdkUspMJ8CUEkFhxyQJ9 { color:#0c0c0c;display:block;width:325px;position:absolute;font-family:"gt pressura";font-size:14px;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:36px;left:437px;height:18.1875px;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WnK8SodkdwcVecOdtVwB4wU02lk4meTE { display:block; }#WnK8SodkdwcVecOdtVwB4wU02lk4meTE > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kXMTVSE5l4hHhbGPMCIxW0autIwtLrts { top:419px;left:0px;width:764px;height:112px;font-size:46px;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AEuKLz1KWCOqfNxbHZU5ougMduhZGtVF { top:225px;left:85px;width:513px;height:112px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #cQ02ZciaBPyaZEAV2UmOstwBqSQCJXDy { top:53px;left:0px;width:752px;height:29px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #FOBJBQaQqDPVSSA4WsIqRWtd3IaP6tSU { top:365px;left:714px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa .widget-regular-label { width:286px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa .widget-input-text { width:286px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa .widget-input-text {padding-top: 0; padding-bottom: 0;}#Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa .widget-textarea { width:286px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa .widget-input-select { width:286px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa .widget-input-select {padding-top: 0; padding-bottom: 0;}#Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa .widget-input-button { width:286px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa .widget-checkbox-label { width:264px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa  { width:286px;height:auto;top:82px;left:436px; }
#Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa .radio-container { width:286px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa {display:block;}#Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa { width:286px;height:auto;top:82px;left:436px; }
 }@media only screen and (max-width: 763px) { #Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa #nboHK10RSCPAllTzcbTskUWCAKpn0pZy {  }
 }@media only screen and (max-width: 763px) { #Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa #sZPZuIfqICxD6SNA6v81Se5M7cSspH7T {  }
 }@media only screen and (max-width: 763px) { #Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa #TrF5ptoTTZiLX5TvUiNIP6QJ3hXuzpei {  }
 }@media only screen and (max-width: 763px) { #Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa #oZALsLrrGs5Gdl9b8MoJGKtQSdk99wyd {  }
 }@media only screen and (max-width: 763px) { #Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa #k6ft9oRzM4AbxKoeQ5TtMlMV41rnL85w {  }
 }@media only screen and (max-width: 763px) { #Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa #z0cmVixO4bd7BDlg8lTln6aPuAUHlh8o {  }
 }@media only screen and (max-width: 763px) { #Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa #mJ6OJ0EwaC9cdLfQbH8XOavF5VVaFAKl {  }
 }@media only screen and (max-width: 763px) { #Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa #E2Km7TMzVgVfWJAscngd61rx2HrpMi4a {  }
 }@media only screen and (max-width: 763px) { #Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa #qF0oUudazirM8JG1HHVrIdIZnAsIEq6o {  }
 }@media only screen and (max-width: 763px) { #Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa #Wm3gZPF56z2iWKdyv1EboZFkuc0tsZfC {  }
 }@media only screen and (max-width: 763px) { #Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa #u1Ub1pI5ygibsLr5JOqph63L0fELAyBM {  }
 }@media only screen and (max-width: 763px) { #Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa #mDpeWg63o3HyncKwUexfTZ1FuTR2zIgH {  }
 }@media only screen and (max-width: 763px) { #Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa #HRBR85avHW1R4B8InpV3lo7eIO8eUqb4 {  }
 }@media only screen and (max-width: 763px) { #Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa #EXG1dySosGDDfyEt8TCExtuZTbJAL1DB {  }
 }@media only screen and (max-width: 763px) { #ti6fogWSXnG0sBuvsiNHUZwTzTgwTpNv { display:block; }#ti6fogWSXnG0sBuvsiNHUZwTzTgwTpNv > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nAAd5G1R3REpza0Lek0C5TWnzgU0uqNh { top:93px;left:343px;width:421px;height:80px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #tRtKHRqu3Zq4ZLFU0nGNVR20wMwwq5eT { top:197px;left:307px;width:457px;height:132px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #n1VaKIGwTsi7srzw3qI94xu25FPW22HH { top:375px;left:416px;width:200px;height:76px;display:block; }
 }@media only screen and (max-width: 763px) { #uB52iBF06ABnqT6HTuxz6ffTzz95KKc1 { top:375px;left:562px;width:200px;height:76px;display:block; }
 }@media only screen and (max-width: 763px) { #HgfkpxmgmFfS5o0DZvTkBbuWrUApyKPp { top:468px;left:562px;width:200px;height:76px;display:block; }
 }@media only screen and (max-width: 763px) { #Qhf9LnbmsBR8UZtdOQKrPhRABUewlJQJ { top:468px;left:416px;width:200px;height:76px;display:block; }
 }@media only screen and (max-width: 763px) { #JLcMWShAD6MgblB25CbTTlK2U3yMJgR2 { top:393px;left:436.5px;width:161px;height:41px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #C9K9psRMtpzDEchh0wQfp932LokdQTpI { top:390px;left:603px;width:161px;height:41px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #PPwgfS7TZxtEI7G5zzNi5UAvqPT60D3h { top:486px;left:436.5px;width:161px;height:41px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #z0pCu6BiDS3sH71Nx8RG87XcVqHA7eEs { top:486px;left:603px;width:161px;height:41px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #s0nuEPC1d2uXXAPqKzTGr0DQQrdBGIaI { top:564px;left:416px;width:200px;height:76px;display:block; }
 }@media only screen and (max-width: 763px) { #Fx5PU2OLRAI5C9Hdc5ttDcJ9EfN08sVe { top:582px;left:436.5px;width:161px;height:41px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #lFZ9MXm9HUNy6pv5OPr3SriIthvLkkzB { top:564px;left:562px;width:200px;height:76px;display:block; }
 }@media only screen and (max-width: 763px) { #aqQikKKPODGvJBqO2dmuKtzGVPtey6z2 { top:582px;left:603px;width:161px;height:41px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #SP9z0Lk4yZIG2OcPdtWC2O80zDQXAP82 { width:217px;height:53px;top:715px;left:165px;display:block; }
 }@media only screen and (max-width: 763px) { #m4vHfDhW69n6vSHr6zcoLNkS0mv9OWlu { display:block; }
 }@media only screen and (max-width: 763px) { #lUVg391ZNsH85BffyR5yxzbn7KVs7lee { display:block; }#lUVg391ZNsH85BffyR5yxzbn7KVs7lee > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cm3T1t6tuSaqNtZfuBfRITNDGOTDcF60 { top:96px;left:113px;width:538px;height:65px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #AqN7F0c2rH2L1AVfZNVWeerJ31U2vvNZ { top:203px;left:0px;width:550px;height:391px;display:block; }
 }@media only screen and (max-width: 763px) { #KboTuQUu0NpHA0K5DXrwx7C5GFO9JvQw { top:422px;left:0px;width:208px;height:52px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #lDk9GJXB0fIyQXmJTKeFnO8g1CdmZT8p { top:422px;left:453px;width:311px;height:52px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #kddW4BdSaEZiiPuvlMepA2WAfyzwNV69 { top:485px;left:0px;width:492px;height:83px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #GIeeGsaoiVGgaAZbP2RGKN3sAm1RTk1H { top:485px;left:279px;width:485px;height:83px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #gkc5WVCFXo0uzC5STRxeO1e5sDORt2Et { top:202px;left:0px;width:552px;height:397px;display:block; }
 }@media only screen and (max-width: 763px) { #CpvAQvrcB5IRRlrE7iFTSDcgau134cBn { top:197px;left:214px;width:550px;height:391px;display:block; }
 }@media only screen and (max-width: 763px) { #VRdcRITA9IbGgfW645ZQPsgEi9BDBNcE { top:196px;left:212px;width:552px;height:397px;display:block; }
 }@media only screen and (max-width: 763px) { #uyc4NKuQ9MK4bnGcSSVUTL6p6kagabH2 { top:14px;left:474px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #rg7vT8RLup4xvl8OqCETCN1uDd6rUf8S { width:336px;height:79px;top:568px;left:214px;display:block; }
 }@media only screen and (max-width: 763px) { #kvgvEwNgew7GfTFbTLdf63FTEfRphTw7 { display:block; }
 }@media only screen and (max-width: 763px) { #bw7qFLf2KCsEBxkFIS8QC0sL5nwQBERJ { top:629px;left:336px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #mTqhBK1nrCwdm84xfdd5VWAvTDTm1Nmy { display:block; }#mTqhBK1nrCwdm84xfdd5VWAvTDTm1Nmy > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #to23ILidQXpFUrVcXPETcHIAcalp3oTN { top:43px;left:0px;width:634px;height:386px;display:block; }
 }@media only screen and (max-width: 763px) { #RbdlZz4kBAubSla35EBhevwlBtyMlQpE { top:374px;left:70px;width:694px;height:386px;display:block; }
 }@media only screen and (max-width: 763px) { #CBMowOVxiNeRgHMgd7Km409rw4yc5vTZ { top:719px;left:0px;width:638px;height:386px;display:block; }
 }@media only screen and (max-width: 763px) { #W8uaK1WJyFis3Tf3Vht5JP2tXqZVSMdU { top:1053px;left:87px;width:677px;height:386px;display:block; }
 }@media only screen and (max-width: 763px) { #EHdotWmzmEPB7dghZmdC11Bva2EK66Xf { top:197px;left:290px;width:423px;height:78px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #X3xQu5GqlTyz8qn5xaXPqqxiCDdrAazF { top:501px;left:0px;width:474px;height:156px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #gLCWe8Zdyoybx67giRtF4FTU13FtIMwz { top:834px;left:290px;width:474px;height:156px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #JdUKDKn7WXqt9lGNt8siucJbUVeOoxV9 { top:1206px;left:0px;width:474px;height:156px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #nAFACDQK0hbEeuFggyHMeGUFfxTLHHxF { display:block; }#nAFACDQK0hbEeuFggyHMeGUFfxTLHHxF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CA2fA1NkPmnuaGvBm3cTPMGZ9qlLiodF { top:107px;left:0px;width:764px;height:498px;display:block; }
 }@media only screen and (max-width: 763px) { #gZlcXLBcoLd1dJNvKguVuOvK5fBPsIo1 { top:32px;left:113px;width:538px;height:40px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #szlqOUfaKZMn18Eqdr5Rv3T5TgJNXsR3 { top:650px;left:0px;width:306px;height:78px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ozhq59aWVgQHi7qTstlSxwNXV4hSgifG { top:624px;left:0px;width:306px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Ud8zgdMpIEZSKTAP5Hh3kCCDOGhTsOwl { top:620px;left:116px;width:648px;height:70px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #TLcPzppwNXUzowMpLFZ5NQZmcM4kiPpx { top:475px;left:458px;width:306px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #XW2Q2xniGBwZ51LEmxI4nTG9cJenQQGE { width:224px;height:42px;top:704px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #VcbfAuLXlvxhktiCe2P5AvVkU2QpNqpz { display:block; }
 }@media only screen and (max-width: 763px) { #FHod05usq6CI4ldkCGypXx5dkV9v3Vrs { top:728px;left:0px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #CvE4zepk180DooPPlzqSlpkToyvg5eLF { display:block; }#CvE4zepk180DooPPlzqSlpkToyvg5eLF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bvtgFTVLErfHgvmbClFnQr21nnwZqo0a .widget-regular-label { width:286px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bvtgFTVLErfHgvmbClFnQr21nnwZqo0a .widget-input-text { width:286px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#bvtgFTVLErfHgvmbClFnQr21nnwZqo0a .widget-input-text {padding-top: 0; padding-bottom: 0;}#bvtgFTVLErfHgvmbClFnQr21nnwZqo0a .widget-textarea { width:286px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#bvtgFTVLErfHgvmbClFnQr21nnwZqo0a .widget-input-select { width:286px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#bvtgFTVLErfHgvmbClFnQr21nnwZqo0a .widget-input-select {padding-top: 0; padding-bottom: 0;}#bvtgFTVLErfHgvmbClFnQr21nnwZqo0a .widget-input-button { width:286px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#bvtgFTVLErfHgvmbClFnQr21nnwZqo0a .widget-checkbox-label { width:264px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bvtgFTVLErfHgvmbClFnQr21nnwZqo0a  { width:286px;height:auto;top:18px;left:436px; }
#bvtgFTVLErfHgvmbClFnQr21nnwZqo0a .radio-container { width:286px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#bvtgFTVLErfHgvmbClFnQr21nnwZqo0a {display:block;}#bvtgFTVLErfHgvmbClFnQr21nnwZqo0a { width:286px;height:auto;top:18px;left:436px; }
 }@media only screen and (max-width: 763px) { #bvtgFTVLErfHgvmbClFnQr21nnwZqo0a #R2hzioPTUDiJJcm7Z57qsw012oCdTgtK {  }
 }@media only screen and (max-width: 763px) { #bvtgFTVLErfHgvmbClFnQr21nnwZqo0a #T7HOM6tSQMRcLZavUBuUxavxS6fdIWh5 {  }
 }@media only screen and (max-width: 763px) { #bvtgFTVLErfHgvmbClFnQr21nnwZqo0a #MkNSgORoozH4BVTybHxrEHCQJsKh8VyH {  }
 }@media only screen and (max-width: 763px) { #bvtgFTVLErfHgvmbClFnQr21nnwZqo0a #uqXBiAOHbFSrUO6A62JNdvk4lFlU8FQD {  }
 }@media only screen and (max-width: 763px) { #bvtgFTVLErfHgvmbClFnQr21nnwZqo0a #Aie17SiAPX8VFgsqbwLrBxP6PTfqe2U6 {  }
 }@media only screen and (max-width: 763px) { #bvtgFTVLErfHgvmbClFnQr21nnwZqo0a #L7l3zc76TWvSSNBiwpLp4HXi7HApNZDc {  }
 }@media only screen and (max-width: 763px) { #bvtgFTVLErfHgvmbClFnQr21nnwZqo0a #OQ9eOwafXXAfwoOh0v5QZqTgTCvhtld0 {  }
 }@media only screen and (max-width: 763px) { #bvtgFTVLErfHgvmbClFnQr21nnwZqo0a #ksRe0RLzxJh6NtTDf6FkCBkgEXJcC7gg {  }
 }@media only screen and (max-width: 763px) { #bvtgFTVLErfHgvmbClFnQr21nnwZqo0a #oar5ufClBTa3vdNsnq82tJNKHnkda1tg {  }
 }@media only screen and (max-width: 763px) { #bvtgFTVLErfHgvmbClFnQr21nnwZqo0a #WeG0bO1CMCxQpzCPqHNyVKdZkDKqNwuo {  }
 }@media only screen and (max-width: 763px) { #bvtgFTVLErfHgvmbClFnQr21nnwZqo0a #nBfZtaqHgWESvhUO073MAEmDMgXuqo1A {  }
 }@media only screen and (max-width: 763px) { #bvtgFTVLErfHgvmbClFnQr21nnwZqo0a #dNavlhMnt7pp6VqxmQZZLHnqiFvQ5Hba {  }
 }@media only screen and (max-width: 763px) { #bvtgFTVLErfHgvmbClFnQr21nnwZqo0a #RElMxvW8Nm6hFWdU7JSqgxfe17Q7OPXc {  }
 }@media only screen and (max-width: 763px) { #bvtgFTVLErfHgvmbClFnQr21nnwZqo0a #xNxJFWT3tBXWCFyeRIEEwPCMrAnGT1Z4 {  }
 }@media only screen and (max-width: 763px) { #fuOQEgkodc60h7is0y9ykbtPdkZAVxFw { top:35px;left:234px;width:421px;height:80px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #Hqg0z5idCVT7VQnf2H4XSxrUOEwv5AwC { top:114px;left:234.5px;width:295px;height:88px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #gCmiLlJTnoZwUBE98vlICdcHXR7b7EVq { display:block; }#gCmiLlJTnoZwUBE98vlICdcHXR7b7EVq > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UvVCuidt4uzuLdkUspMJ8CUEkFhxyQJ9 { top:36px;left:219px;width:325px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WnK8SodkdwcVecOdtVwB4wU02lk4meTE { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ba680224-12e9-4d8a-99c1-ec53b656542d/Cityspacerecepcja4K.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#WnK8SodkdwcVecOdtVwB4wU02lk4meTE.adaptive-delivery-prevent-bg, #WnK8SodkdwcVecOdtVwB4wU02lk4meTE.lazyload, #WnK8SodkdwcVecOdtVwB4wU02lk4meTE.lazyloading { background-image: none; }#WnK8SodkdwcVecOdtVwB4wU02lk4meTE > .row .container { background-color: transparent; background-image: none; }#WnK8SodkdwcVecOdtVwB4wU02lk4meTE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.1); }#WnK8SodkdwcVecOdtVwB4wU02lk4meTE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WnK8SodkdwcVecOdtVwB4wU02lk4meTE > .row .container > .video-iframe-container { display: none; }#WnK8SodkdwcVecOdtVwB4wU02lk4meTE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.1); }#WnK8SodkdwcVecOdtVwB4wU02lk4meTE > .row > .video-iframe-container { display: none; }#WnK8SodkdwcVecOdtVwB4wU02lk4meTE > .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); }#WnK8SodkdwcVecOdtVwB4wU02lk4meTE > .row .container { width:320px;height:472px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kXMTVSE5l4hHhbGPMCIxW0autIwtLrts { width:320px;height:36.7969px;top:295px;left:0px;font-size:46px;text-align:center;text-align-last:center;text-shadow:0 0 25px #0c0c0c;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:595px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AEuKLz1KWCOqfNxbHZU5ougMduhZGtVF { width:320px;height:76.5px;top:56.5px;left:0px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cQ02ZciaBPyaZEAV2UmOstwBqSQCJXDy { width:320px;height:25.5938px;top:14px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FOBJBQaQqDPVSSA4WsIqRWtd3IaP6tSU { display:flex;width:50px;height:50px;top:432.78125px;left:258px; }
 }@media only screen and (max-width: 763px) { #Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa .widget-regular-label { width:278px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa .widget-input-text { width:278px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa .widget-input-text {padding-top: 0; padding-bottom: 0;}#Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa .widget-textarea { width:278px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa .widget-input-select { width:278px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa .widget-input-select {padding-top: 0; padding-bottom: 0;}#Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa .widget-input-button { width:278px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa .widget-checkbox-label { width:256px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#0c0c0c; }
#Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa  { width:278px;height:auto;top:153.59375px;left:0px; }
#Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa .radio-container { width:278px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa {display:block;}#Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa { width:278px;height:auto;top:153.59375px;left:0px; }
 }@media only screen and (max-width: 763px) { #Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa #nboHK10RSCPAllTzcbTskUWCAKpn0pZy {  }
 }@media only screen and (max-width: 763px) { #Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa #sZPZuIfqICxD6SNA6v81Se5M7cSspH7T {  }
 }@media only screen and (max-width: 763px) { #Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa #TrF5ptoTTZiLX5TvUiNIP6QJ3hXuzpei {  }
 }@media only screen and (max-width: 763px) { #Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa #oZALsLrrGs5Gdl9b8MoJGKtQSdk99wyd {  }
 }@media only screen and (max-width: 763px) { #Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa #k6ft9oRzM4AbxKoeQ5TtMlMV41rnL85w {  }
 }@media only screen and (max-width: 763px) { #Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa #z0cmVixO4bd7BDlg8lTln6aPuAUHlh8o {  }
 }@media only screen and (max-width: 763px) { #Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa #mJ6OJ0EwaC9cdLfQbH8XOavF5VVaFAKl {  }
 }@media only screen and (max-width: 763px) { #Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa #E2Km7TMzVgVfWJAscngd61rx2HrpMi4a {  }
 }@media only screen and (max-width: 763px) { #Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa #qF0oUudazirM8JG1HHVrIdIZnAsIEq6o {  }
 }@media only screen and (max-width: 763px) { #Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa #Wm3gZPF56z2iWKdyv1EboZFkuc0tsZfC {  }
 }@media only screen and (max-width: 763px) { #Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa #u1Ub1pI5ygibsLr5JOqph63L0fELAyBM {  }
 }@media only screen and (max-width: 763px) { #Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa #mDpeWg63o3HyncKwUexfTZ1FuTR2zIgH {  }
 }@media only screen and (max-width: 763px) { #Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa #HRBR85avHW1R4B8InpV3lo7eIO8eUqb4 {  }
 }@media only screen and (max-width: 763px) { #Eg5HVszWTVBBnpMxyZWBvI2ZLtWgU9Qa #EXG1dySosGDDfyEt8TCExtuZTbJAL1DB {  }
 }@media only screen and (max-width: 763px) { #ti6fogWSXnG0sBuvsiNHUZwTzTgwTpNv { background-color:transparent;background-image: -webkit-linear-gradient(155deg, #0c0c0c, #2bb673);background-image: -moz-linear-gradient(155deg, #0c0c0c, #2bb673);background-image: -ms-linear-gradient(155deg, #0c0c0c, #2bb673);background-image: -o-linear-gradient(155deg, #0c0c0c, #2bb673);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c0c0c', endColorstr='#2bb673' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c0c0c', endColorstr='#2bb673' );";background-image: linear-gradient(155deg, #0c0c0c, #2bb673);background-size:cover !important;display:block; }#ti6fogWSXnG0sBuvsiNHUZwTzTgwTpNv > .row .container { background-color: transparent; background-image: none; }#ti6fogWSXnG0sBuvsiNHUZwTzTgwTpNv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ti6fogWSXnG0sBuvsiNHUZwTzTgwTpNv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ti6fogWSXnG0sBuvsiNHUZwTzTgwTpNv > .row .container > .video-iframe-container { display: none; }#ti6fogWSXnG0sBuvsiNHUZwTzTgwTpNv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ti6fogWSXnG0sBuvsiNHUZwTzTgwTpNv > .row > .video-iframe-container { display: none; }#ti6fogWSXnG0sBuvsiNHUZwTzTgwTpNv > .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); }#ti6fogWSXnG0sBuvsiNHUZwTzTgwTpNv > .row .container { width:320px;height:969px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nAAd5G1R3REpza0Lek0C5TWnzgU0uqNh { width:320px;height:51.1875px;top:20px;left:0px;font-size:32px;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tRtKHRqu3Zq4ZLFU0nGNVR20wMwwq5eT { width:320px;height:198.8433px;top:90px;left:0px;font-size:17px;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #n1VaKIGwTsi7srzw3qI94xu25FPW22HH { width:186px;height:76px;top:308px;left:66px;background-color:#91d7af;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #uB52iBF06ABnqT6HTuxz6ffTzz95KKc1 { width:186px;height:76px;top:406px;left:66px;border-top:1px solid #0c0c0c;border-left:1px solid #0c0c0c;border-right:1px solid #0c0c0c;border-bottom:1px solid #0c0c0c;background-color:#91d7af;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #HgfkpxmgmFfS5o0DZvTkBbuWrUApyKPp { width:186px;height:76px;top:602px;left:66px;background-color:#91d7af;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) { #Qhf9LnbmsBR8UZtdOQKrPhRABUewlJQJ { width:186px;height:76px;top:504px;left:66px;background-color:#91d7af;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) { #JLcMWShAD6MgblB25CbTTlK2U3yMJgR2 { width:161px;height:41.6px;top:327px;left:79.5px;font-size:16px;color:#0c0c0c;display:block; }
 }@media only screen and (max-width: 763px) { #C9K9psRMtpzDEchh0wQfp932LokdQTpI { width:161px;height:41.6px;top:423px;left:79.5px;font-size:16px;color:#0c0c0c;display:block; }
 }@media only screen and (max-width: 763px) { #PPwgfS7TZxtEI7G5zzNi5UAvqPT60D3h { width:161px;height:41.6px;top:522.20000839233px;left:79.500004768372px;font-size:16px;color:#0c0c0c;display:block; }
 }@media only screen and (max-width: 763px) { #z0pCu6BiDS3sH71Nx8RG87XcVqHA7eEs { width:161px;height:41.6px;top:621px;left:79.5px;font-size:16px;color:#0c0c0c;display:block; }
 }@media only screen and (max-width: 763px) { #s0nuEPC1d2uXXAPqKzTGr0DQQrdBGIaI { width:186px;height:76px;top:700px;left:66px;background-color:#91d7af;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) { #Fx5PU2OLRAI5C9Hdc5ttDcJ9EfN08sVe { width:161px;height:41.6px;top:719px;left:80px;font-size:16px;color:#0c0c0c;display:block; }
 }@media only screen and (max-width: 763px) { #lFZ9MXm9HUNy6pv5OPr3SriIthvLkkzB { width:186px;height:76px;top:798px;left:66px;background-color:#91d7af;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) { #aqQikKKPODGvJBqO2dmuKtzGVPtey6z2 { width:161px;height:41.6px;top:816px;left:78.5px;font-size:16px;color:#0c0c0c;display:block; }
 }@media only screen and (max-width: 763px) { #SP9z0Lk4yZIG2OcPdtWC2O80zDQXAP82 { width:217px;height:53px;top:896px;left:51px;display:block; }
 }@media only screen and (max-width: 763px) { #m4vHfDhW69n6vSHr6zcoLNkS0mv9OWlu { display:block; }
 }@media only screen and (max-width: 763px) { #lUVg391ZNsH85BffyR5yxzbn7KVs7lee { display:block; }#lUVg391ZNsH85BffyR5yxzbn7KVs7lee > .row .container { width:320px;height:1423px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cm3T1t6tuSaqNtZfuBfRITNDGOTDcF60 { width:320px;height:41.6px;top:20px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #AqN7F0c2rH2L1AVfZNVWeerJ31U2vvNZ { width:318px;height:391px;top:238px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #KboTuQUu0NpHA0K5DXrwx7C5GFO9JvQw { width:208px;height:32.5px;top:98.375px;left:56px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #lDk9GJXB0fIyQXmJTKeFnO8g1CdmZT8p { width:208px;height:32.5px;top:729.5px;left:56px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #kddW4BdSaEZiiPuvlMepA2WAfyzwNV69 { width:295px;height:109.125px;top:129.875px;left:12.5px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #GIeeGsaoiVGgaAZbP2RGKN3sAm1RTk1H { width:295px;height:109.125px;top:761px;left:12.5px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #gkc5WVCFXo0uzC5STRxeO1e5sDORt2Et { width:320px;height:397px;top:960.125px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #CpvAQvrcB5IRRlrE7iFTSDcgau134cBn { width:314px;height:391px;top:870.125px;left:0px;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6716978b-0684-4d75-b287-c2f4327425dc/CitySpace_Krakow_HiRes17.crop_6345x4058_1886,1429.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#CpvAQvrcB5IRRlrE7iFTSDcgau134cBn.adaptive-delivery-prevent-bg, #CpvAQvrcB5IRRlrE7iFTSDcgau134cBn.lazyload, #CpvAQvrcB5IRRlrE7iFTSDcgau134cBn.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #VRdcRITA9IbGgfW645ZQPsgEi9BDBNcE { width:320px;height:397px;top:1425.3125px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #uyc4NKuQ9MK4bnGcSSVUTL6p6kagabH2 { display:flex;width:50px;height:50px;top:890.125px;left:135px;display:none; }
 }@media only screen and (max-width: 763px) { #rg7vT8RLup4xvl8OqCETCN1uDd6rUf8S { width:302px;height:79px;top:1326.3125px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #kvgvEwNgew7GfTFbTLdf63FTEfRphTw7 { display:block; }
 }@media only screen and (max-width: 763px) { #bw7qFLf2KCsEBxkFIS8QC0sL5nwQBERJ { display:flex;width:50px;height:50px;top:1843.3125px;left:135px;display:none; }
 }@media only screen and (max-width: 763px) { #mTqhBK1nrCwdm84xfdd5VWAvTDTm1Nmy { display:block; }#mTqhBK1nrCwdm84xfdd5VWAvTDTm1Nmy > .row .container { width:320px;height:2105px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #to23ILidQXpFUrVcXPETcHIAcalp3oTN { width:320px;height:386px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #RbdlZz4kBAubSla35EBhevwlBtyMlQpE { width:320px;height:386px;top:494px;left:0px;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/35013b66-88b0-4879-aa05-702b8de6481e/CitySpace_Krakow_HiRes58.crop_7063x3951_1168,1536.preview.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#RbdlZz4kBAubSla35EBhevwlBtyMlQpE.adaptive-delivery-prevent-bg, #RbdlZz4kBAubSla35EBhevwlBtyMlQpE.lazyload, #RbdlZz4kBAubSla35EBhevwlBtyMlQpE.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #CBMowOVxiNeRgHMgd7Km409rw4yc5vTZ { width:320px;height:386px;top:1014px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #W8uaK1WJyFis3Tf3Vht5JP2tXqZVSMdU { width:320px;height:386px;top:1535px;left:0px;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/4b1fbbb3-f005-47fa-8a01-b57473d44de4/12.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#W8uaK1WJyFis3Tf3Vht5JP2tXqZVSMdU.adaptive-delivery-prevent-bg, #W8uaK1WJyFis3Tf3Vht5JP2tXqZVSMdU.lazyload, #W8uaK1WJyFis3Tf3Vht5JP2tXqZVSMdU.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #EHdotWmzmEPB7dghZmdC11Bva2EK66Xf { width:320px;height:54.5625px;top:426px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #X3xQu5GqlTyz8qn5xaXPqqxiCDdrAazF { width:320px;height:109.125px;top:898px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #gLCWe8Zdyoybx67giRtF4FTU13FtIMwz { width:320px;height:109.125px;top:1413px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #JdUKDKn7WXqt9lGNt8siucJbUVeOoxV9 { width:320px;height:109.125px;top:1943px;left:0px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nAFACDQK0hbEeuFggyHMeGUFfxTLHHxF { display:block; }#nAFACDQK0hbEeuFggyHMeGUFfxTLHHxF > .row .container > .video-iframe-container {  }#nAFACDQK0hbEeuFggyHMeGUFfxTLHHxF > .row .container { width:320px;height:699px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CA2fA1NkPmnuaGvBm3cTPMGZ9qlLiodF { width:320px;height:272px;top:65px;left:0px;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8d4347b7-b4e7-4ecc-a172-b54590a126d9/KopiaLinkedInpost33.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#CA2fA1NkPmnuaGvBm3cTPMGZ9qlLiodF.adaptive-delivery-prevent-bg, #CA2fA1NkPmnuaGvBm3cTPMGZ9qlLiodF.lazyload, #CA2fA1NkPmnuaGvBm3cTPMGZ9qlLiodF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gZlcXLBcoLd1dJNvKguVuOvK5fBPsIo1 { width:320px;height:25.6px;top:20px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #szlqOUfaKZMn18Eqdr5Rv3T5TgJNXsR3 { width:306px;height:54.5625px;top:386px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ozhq59aWVgQHi7qTstlSxwNXV4hSgifG { width:306px;height:20.8px;top:366px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ud8zgdMpIEZSKTAP5Hh3kCCDOGhTsOwl { width:320px;height:90.9375px;top:518px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TLcPzppwNXUzowMpLFZ5NQZmcM4kiPpx { width:306px;height:20.8px;top:499px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XW2Q2xniGBwZ51LEmxI4nTG9cJenQQGE { width:154px;height:30px;top:429px;left:76px;display:block; }
 }@media only screen and (max-width: 763px) { #VcbfAuLXlvxhktiCe2P5AvVkU2QpNqpz { display:block; }
 }@media only screen and (max-width: 763px) { #FHod05usq6CI4ldkCGypXx5dkV9v3Vrs { display:flex;width:50px;height:50px;top:628.9375px;left:135px; }
 }@media only screen and (max-width: 763px) { #CvE4zepk180DooPPlzqSlpkToyvg5eLF { display:block; }#CvE4zepk180DooPPlzqSlpkToyvg5eLF > .row .container { width:320px;height:600px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bvtgFTVLErfHgvmbClFnQr21nnwZqo0a .widget-regular-label { width:241px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bvtgFTVLErfHgvmbClFnQr21nnwZqo0a .widget-input-text { width:241px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#bvtgFTVLErfHgvmbClFnQr21nnwZqo0a .widget-input-text {padding-top: 0; padding-bottom: 0;}#bvtgFTVLErfHgvmbClFnQr21nnwZqo0a .widget-textarea { width:241px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#bvtgFTVLErfHgvmbClFnQr21nnwZqo0a .widget-input-select { width:241px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#bvtgFTVLErfHgvmbClFnQr21nnwZqo0a .widget-input-select {padding-top: 0; padding-bottom: 0;}#bvtgFTVLErfHgvmbClFnQr21nnwZqo0a .widget-input-button { width:241px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#bvtgFTVLErfHgvmbClFnQr21nnwZqo0a .widget-checkbox-label { width:218px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#0c0c0c; }
#bvtgFTVLErfHgvmbClFnQr21nnwZqo0a  { width:241px;height:auto;top:248px;left:18.5px; }
#bvtgFTVLErfHgvmbClFnQr21nnwZqo0a .radio-container { width:241px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#bvtgFTVLErfHgvmbClFnQr21nnwZqo0a {display:block;}#bvtgFTVLErfHgvmbClFnQr21nnwZqo0a { width:241px;height:auto;top:248px;left:18.5px; }
 }@media only screen and (max-width: 763px) { #bvtgFTVLErfHgvmbClFnQr21nnwZqo0a #R2hzioPTUDiJJcm7Z57qsw012oCdTgtK {  }
 }@media only screen and (max-width: 763px) { #bvtgFTVLErfHgvmbClFnQr21nnwZqo0a #T7HOM6tSQMRcLZavUBuUxavxS6fdIWh5 {  }
 }@media only screen and (max-width: 763px) { #bvtgFTVLErfHgvmbClFnQr21nnwZqo0a #MkNSgORoozH4BVTybHxrEHCQJsKh8VyH {  }
 }@media only screen and (max-width: 763px) { #bvtgFTVLErfHgvmbClFnQr21nnwZqo0a #uqXBiAOHbFSrUO6A62JNdvk4lFlU8FQD {  }
 }@media only screen and (max-width: 763px) { #bvtgFTVLErfHgvmbClFnQr21nnwZqo0a #Aie17SiAPX8VFgsqbwLrBxP6PTfqe2U6 {  }
 }@media only screen and (max-width: 763px) { #bvtgFTVLErfHgvmbClFnQr21nnwZqo0a #L7l3zc76TWvSSNBiwpLp4HXi7HApNZDc {  }
 }@media only screen and (max-width: 763px) { #bvtgFTVLErfHgvmbClFnQr21nnwZqo0a #OQ9eOwafXXAfwoOh0v5QZqTgTCvhtld0 {  }
 }@media only screen and (max-width: 763px) { #bvtgFTVLErfHgvmbClFnQr21nnwZqo0a #ksRe0RLzxJh6NtTDf6FkCBkgEXJcC7gg {  }
 }@media only screen and (max-width: 763px) { #bvtgFTVLErfHgvmbClFnQr21nnwZqo0a #oar5ufClBTa3vdNsnq82tJNKHnkda1tg {  }
 }@media only screen and (max-width: 763px) { #bvtgFTVLErfHgvmbClFnQr21nnwZqo0a #WeG0bO1CMCxQpzCPqHNyVKdZkDKqNwuo {  }
 }@media only screen and (max-width: 763px) { #bvtgFTVLErfHgvmbClFnQr21nnwZqo0a #nBfZtaqHgWESvhUO073MAEmDMgXuqo1A {  }
 }@media only screen and (max-width: 763px) { #bvtgFTVLErfHgvmbClFnQr21nnwZqo0a #dNavlhMnt7pp6VqxmQZZLHnqiFvQ5Hba {  }
 }@media only screen and (max-width: 763px) { #bvtgFTVLErfHgvmbClFnQr21nnwZqo0a #RElMxvW8Nm6hFWdU7JSqgxfe17Q7OPXc {  }
 }@media only screen and (max-width: 763px) { #bvtgFTVLErfHgvmbClFnQr21nnwZqo0a #xNxJFWT3tBXWCFyeRIEEwPCMrAnGT1Z4 {  }
 }@media only screen and (max-width: 763px) { #fuOQEgkodc60h7is0y9ykbtPdkZAVxFw { width:320px;height:51.2px;top:26px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hqg0z5idCVT7VQnf2H4XSxrUOEwv5AwC { width:295px;height:88.375px;top:101px;left:12.5px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gCmiLlJTnoZwUBE98vlICdcHXR7b7EVq { display:block; }#gCmiLlJTnoZwUBE98vlICdcHXR7b7EVq > .row .container { width:320px;height:88px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UvVCuidt4uzuLdkUspMJ8CUEkFhxyQJ9 { width:320px;height:18.2px;top:35px;left:0px;font-size:14px;display:block; }
 }