.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,236,232;--color-primary-1:254,190,179;--color-primary-2:253,125,102;--color-primary-3:127,63,51;--color-primary-4:38,19,15;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Fortum Sans";--paragraphs-font-family:"Fortum Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::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); }#vn1e3kMxRtkRqOFbI1UJTFwD4s2tgtTi { position:relative;display:block; }#vn1e3kMxRtkRqOFbI1UJTFwD4s2tgtTi { background-color: transparent; background-image: none; }#vn1e3kMxRtkRqOFbI1UJTFwD4s2tgtTi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vn1e3kMxRtkRqOFbI1UJTFwD4s2tgtTi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vn1e3kMxRtkRqOFbI1UJTFwD4s2tgtTi > .row .container > .video-iframe-container { display: none; }#vn1e3kMxRtkRqOFbI1UJTFwD4s2tgtTi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vn1e3kMxRtkRqOFbI1UJTFwD4s2tgtTi > .row > .video-iframe-container { display: none; }#vn1e3kMxRtkRqOFbI1UJTFwD4s2tgtTi > .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); }#vn1e3kMxRtkRqOFbI1UJTFwD4s2tgtTi { border-width: 0; border-radius: 0; }#vn1e3kMxRtkRqOFbI1UJTFwD4s2tgtTi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vn1e3kMxRtkRqOFbI1UJTFwD4s2tgtTi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XBWtbXbzocBi3tK4HELb2vCXBydO7WOy { color:rgba(var(--color-tertiary-4),1);display:block;width:63.874375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:7.5rem;left:1.25rem;height:4.46875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WMeq0TpLFdkCvvKARk96rAOQOmuZUsUa { color:rgba(var(--color-tertiary-4),1);display:block;width:61.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:12.2802734375rem;left:10.999267578125rem;height:4.46875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VXtRgDEQRisLKXKwXNH6IG9qtKoRgAGe { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:9.43725rem;top:7.0458984375rem;left:15.1865234375rem;overflow:hidden;display:block; }
#UnqeRxmPI6OMfy1eSsTuhA4ch5ffGKHl { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5.0625rem;top:6.638916015625rem;left:49.935302734375rem;overflow:hidden;display:block; }
#FTu8IdxEOXoL9qFsTo3A14gTZ2RSiV2w { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:9.812rem;top:11.9677734375rem;left:49.93603515625rem;overflow:hidden;display:block; }
#iTscb9xmHHgzONNs588q7kOol6KGUMW6 { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:6.1875rem;top:12.4375rem;left:19.145345679684rem;overflow:hidden;display:block; }
#Tum16B9mRHfBaTvAIBVB7puIdmNdM9Cx { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:9.6875rem;top:1.123046875rem;left:1.37451171875rem;overflow:hidden;display:block; }
#JOrp92g2V3CmF5XEKtAlpiET4ULQI7Vo { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.37475625rem;width:3.31176875rem;top:10.6865234375rem;left:59.74609375rem;overflow:hidden;display:block; }
#kMIBhrTJz1nEFuqEug8lX1f3ZLVeRfLF { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:3.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:12.3125rem;left:7.1875rem;display:none; }
#kMgLDmy7xzKRZI88eTSdtKgvguvW05XI { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:3.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.125rem;top:12.0625rem;left:3.75rem;display:none; }
#hzDwIA3w2JdJprubPocLFUnJEgTTFb2B { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:3.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.125rem;top:16.1875rem;left:3.75rem;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/cc579e2e-557c-45d6-8661-7793d5f630e5/raczki2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display: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 { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:34.25rem;width:75rem;overflow:visible;position:relative;display:block; }#QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 .widget-form-header {  }
#QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#040404;width:34.1875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;text-align:left;text-align-last:left;background-color:transparent;background-image:none; }
#QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.1875rem solid #282828;border-left:0.1875rem solid #282828;border-right:0.1875rem solid #282828;border-bottom:0.1875rem solid #282828;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:34.1875rem;box-sizing:border-box;height:3.5rem;vertical-align:top;font-size:0.75rem;overflow:hidden;font-family:var(--paragraphs-font-family);color:#282828;line-height:1.2; }
#QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.1875rem solid #282828;border-left:0.1875rem solid #282828;border-right:0.1875rem solid #282828;border-bottom:0.1875rem solid #282828;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:34.1875rem;box-sizing:border-box;height:3.8125rem;vertical-align:top;font-size:0.75rem;overflow:hidden;font-family:var(--paragraphs-font-family);color:#282828;line-height:1.2; }
#QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-bottom:0.125rem solid #04d28d;border-left:0.125rem solid #04d28d;border-right:0.125rem solid #04d28d;border-top:0.125rem solid #04d28d;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:34.1875rem;box-sizing:border-box;height:2.5rem;vertical-align:top;font-family:"titillium web";color:rgba(var(--color-secondary-0),1);font-size:1rem;overflow:hidden; }
#QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 .widget-input-button { border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;background-color:#18d270;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:2.125rem;font-weight:700;color:rgba(var(--color-secondary-0),1);width:34.1875rem;height:4.875rem;font-family:var(--headlines-font-family);overflow:hidden;line-height:1.2;font-style:normal;text-align:center;text-align-last:center;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ; }
#QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 [class*="-text"]:-moz-placeholder { font-size:1.125rem;font-family:var(--paragraphs-font-family);color:#282828; }
#QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 [class*="-text"]::-moz-placeholder { font-size:1.125rem;font-family:var(--paragraphs-font-family);color:#282828; }
#QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 [class*="-text"]:-ms-input-placeholder { font-size:1.125rem;font-family:var(--paragraphs-font-family);color:#282828; }
#QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 [class*="-text"]::-webkit-input-placeholder { font-size:1.125rem;font-family:var(--paragraphs-font-family);color:#282828; }
#QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 .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:arial;font-size:0.5rem;font-weight:400;color:#282828;vertical-align:top;width:33.1875rem;overflow:hidden;font-style:normal;line-height:1.1;float:none; }
#QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:top; }
#QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1rem;vertical-align:top;font-family:"titillium web";font-size:0.75rem;font-weight:400;color:#04d28d;overflow:hidden;font-style:normal;float:none; }
#QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 .widget-container:first-of-type{padding-top:0;}#QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 .widget-container:last-of-type{padding-bottom:0;}#QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2  { background-color:transparent;background-image:none;background-position:top left !important;background-repeat:no-repeat !important;background-size:auto !important;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:34.1875rem;height:auto;position:absolute;z-index:15041;top:5.185546875rem;left:18.316650390625rem; }
#QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:34.1875rem;display:block;vertical-align:top; }
#QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#040404;vertical-align:top;overflow:hidden;font-style:normal; }
#QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 {display:block;}#QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 { background-color:transparent;background-image:none;background-position:top left !important;background-repeat:no-repeat !important;background-size:auto !important;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:34.1875rem;height:auto;position:absolute;z-index:15041;top:5.185546875rem;left:18.316650390625rem; }
#QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 #bNp8X0uxWeNBTxTfhpI0e3W3xnVZmhG5 { position:relative; }
#QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 #yefsqA0TFV9xc19SazZLV9Pd7b8csfbv { position:relative;display:none; }
#QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 #gOSuGFtt66BTx5ZSPslNUOSECMR9FVa2 { position:relative; }
#QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 #rHQkx8Lk8CCVvCkTofBMmbdrX13VXWuD { position:relative; }
#QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 #PRoemDxbfPDXZ9FgcL5epzTf0tMn2Cvb { position:relative;display:none; }
#QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 #H87JDt8TrBzXkAJ4ETAfU4R4WzJw51E7 { position:relative; }
#QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 #Be7Bq70sS50gmSkCE3DXes8B0rb8eH8H { position:relative; }
#QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 #rXMzppuNcm7z8gxranJNeAt71r4G03nG { position:relative;display:none; }
#QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 #nf3WXMsKnNwHyMleqOs4WmyqEGrxo90U { position:relative; }
#XdMV8yB2S4KX3ZS3oBPiI1Iqy1xK7SFI { position:relative;display:block; }
#QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 #SGAvTIDXoRMwfLfkXKMEErTF8oSikbJq { position:relative; }
#QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 #wkFO6987XwHLOXulIk5paZraSIaegMpC { position:relative; }
#TNm3XfgazVDeQ0Szfyx3ssSzeDC4hTS9 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.1230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:26.185546875rem;left:19.59765625rem;height:4.875rem;display:block; }
#vH6xtaR2vWVTuh5t2yKnS0TdRBRtPiJ3 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:2.435302734375rem;left:25.162353515625rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#yi9Flv3hGKser6WI841STpXKCuVu1y1h { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#wSzgbcRqJIf8qAw9pMmRhI6I2TfU80aZ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:17.3125rem;display:none; }
#ypMFwMzKz5RZU73ydgMZwN9WWuhHwnAd { position:relative;display:block; }#ypMFwMzKz5RZU73ydgMZwN9WWuhHwnAd { background-color: transparent; background-image: none; }#ypMFwMzKz5RZU73ydgMZwN9WWuhHwnAd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypMFwMzKz5RZU73ydgMZwN9WWuhHwnAd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypMFwMzKz5RZU73ydgMZwN9WWuhHwnAd > .row .container > .video-iframe-container { display: none; }#ypMFwMzKz5RZU73ydgMZwN9WWuhHwnAd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypMFwMzKz5RZU73ydgMZwN9WWuhHwnAd > .row > .video-iframe-container { display: none; }#ypMFwMzKz5RZU73ydgMZwN9WWuhHwnAd > .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); }#ypMFwMzKz5RZU73ydgMZwN9WWuhHwnAd { border-width: 0; border-radius: 0; }#ypMFwMzKz5RZU73ydgMZwN9WWuhHwnAd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ypMFwMzKz5RZU73ydgMZwN9WWuhHwnAd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:27.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#k5ZSiK0yuImB7balqQ0NGf42ZUAvVHwW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:10.9985625rem;top:3.05908203125rem;left:31.99951171875rem;overflow:hidden;display:block; }
#aeWTdWaDkhmOCzVRfwNy7nqSDNK0bxXJ { color:rgba(var(--color-tertiary-4),1);display:block;width:36.4965625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:15.682373046875rem;left:19.25048828125rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#iiHhXTQXXd7MiGWweL0hFeTkv02rFTGD { position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: 0.3125rem 0.25rem 0.625rem rgba(var(--color-tertiary-4),0.1) ;height:13.3125rem;width:61.875rem;top:20.9619140625rem;left:7.9345703125rem;display:block; }
#Eag8kQhDy2PcXi2GTrORlKXArbQEzVte { color:rgba(var(--color-tertiary-4),1);display:block;width:57.5598125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:23.4619140625rem;left:10.091552734375rem;height:5.0371125rem;text-align:center;text-align-last:center;display:block; }
#Z3NaMVEGfRMJTi3g8LxyEklgWAs03mJT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a1f4b7e1-7554-45bf-a515-358b8b8c8b5a/zdjecie2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Z3NaMVEGfRMJTi3g8LxyEklgWAs03mJT.adaptive-delivery-prevent-bg, #Z3NaMVEGfRMJTi3g8LxyEklgWAs03mJT.lazyload, #Z3NaMVEGfRMJTi3g8LxyEklgWAs03mJT.lazyloading { background-image: none; }#Z3NaMVEGfRMJTi3g8LxyEklgWAs03mJT > .row .container { background-color: transparent; background-image: none; }#Z3NaMVEGfRMJTi3g8LxyEklgWAs03mJT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3NaMVEGfRMJTi3g8LxyEklgWAs03mJT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3NaMVEGfRMJTi3g8LxyEklgWAs03mJT > .row .container > .video-iframe-container { display: none; }#Z3NaMVEGfRMJTi3g8LxyEklgWAs03mJT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3NaMVEGfRMJTi3g8LxyEklgWAs03mJT > .row > .video-iframe-container { display: none; }#Z3NaMVEGfRMJTi3g8LxyEklgWAs03mJT > .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); }#Z3NaMVEGfRMJTi3g8LxyEklgWAs03mJT > .row .container { border-width: 0; border-radius: 0; }#Z3NaMVEGfRMJTi3g8LxyEklgWAs03mJT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z3NaMVEGfRMJTi3g8LxyEklgWAs03mJT > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:75rem;position:relative;display:block; }#JMxFTuBBNJtQix0mhpkmuawcp4Cftr8g { color:rgba(var(--color-tertiary-4),1);display:block;width:57.56225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:21.182861328125rem;left:10.123291015625rem;height:5.03661875rem;text-align:center;text-align-last:center;display:none; }
#CObw5tVTZ276mfOh2sTVFgGzDGS0yMkC { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15049;line-height:1.1;letter-spacing:0;top:2.1842403411865rem;left:0rem;height:2.6806625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wO3FdqraedKKQQ6myCPTeIbHFN7auVo7 { position:relative;display:block; }#wO3FdqraedKKQQ6myCPTeIbHFN7auVo7 { background-color: transparent; background-image: none; }#wO3FdqraedKKQQ6myCPTeIbHFN7auVo7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wO3FdqraedKKQQ6myCPTeIbHFN7auVo7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wO3FdqraedKKQQ6myCPTeIbHFN7auVo7 > .row .container > .video-iframe-container { display: none; }#wO3FdqraedKKQQ6myCPTeIbHFN7auVo7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wO3FdqraedKKQQ6myCPTeIbHFN7auVo7 > .row > .video-iframe-container { display: none; }#wO3FdqraedKKQQ6myCPTeIbHFN7auVo7 > .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); }#wO3FdqraedKKQQ6myCPTeIbHFN7auVo7 { border-width: 0; border-radius: 0; }#wO3FdqraedKKQQ6myCPTeIbHFN7auVo7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wO3FdqraedKKQQ6myCPTeIbHFN7auVo7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:34.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#drtXy3908RcCLLZoLf6xMkAZUPtsGbMK { color:rgba(var(--color-tertiary-4),1);display:block;width:58.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:12.8125rem;left:8.125rem;height:12.1875rem;text-align:center;text-align-last:center;display:block; }
#MPm2Wmk9rgAqeWz5L4D0hTC6nuGBUXin { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:5.1875rem;left:34.6875rem;overflow:hidden;display:block; }
#OctwcXGif6rMVownyC195O3O214CVbaM { color:rgba(var(--color-tertiary-4),1);display:block;width:55.37475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:10.452880859375rem;left:9.81201171875rem;height:11.69675rem;text-align:center;text-align-last:center;display:none; }
#PmbSrdzExy1Cy8OdccRU2rbkO1nCWvl0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f9ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PmbSrdzExy1Cy8OdccRU2rbkO1nCWvl0 > .row .container { background-color: transparent; background-image: none; }#PmbSrdzExy1Cy8OdccRU2rbkO1nCWvl0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PmbSrdzExy1Cy8OdccRU2rbkO1nCWvl0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PmbSrdzExy1Cy8OdccRU2rbkO1nCWvl0 > .row .container > .video-iframe-container { display: none; }#PmbSrdzExy1Cy8OdccRU2rbkO1nCWvl0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PmbSrdzExy1Cy8OdccRU2rbkO1nCWvl0 > .row > .video-iframe-container { display: none; }#PmbSrdzExy1Cy8OdccRU2rbkO1nCWvl0 > .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); }#PmbSrdzExy1Cy8OdccRU2rbkO1nCWvl0 > .row .container { border-width: 0; border-radius: 0; }#PmbSrdzExy1Cy8OdccRU2rbkO1nCWvl0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PmbSrdzExy1Cy8OdccRU2rbkO1nCWvl0 > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:75rem;position:relative;display:block; }#AeQF1yWvsEsNtO4uVAsXrXdKgnuP0pFs { color:rgba(var(--color-tertiary-4),1);display:block;width:55.3735625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.63916015625rem;left:9.81201171875rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PQTC6fZ8yEWcvLPyr1G6s74eim9642XV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f9ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PQTC6fZ8yEWcvLPyr1G6s74eim9642XV > .row .container { background-color: transparent; background-image: none; }#PQTC6fZ8yEWcvLPyr1G6s74eim9642XV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQTC6fZ8yEWcvLPyr1G6s74eim9642XV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQTC6fZ8yEWcvLPyr1G6s74eim9642XV > .row .container > .video-iframe-container { display: none; }#PQTC6fZ8yEWcvLPyr1G6s74eim9642XV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQTC6fZ8yEWcvLPyr1G6s74eim9642XV > .row > .video-iframe-container { display: none; }#PQTC6fZ8yEWcvLPyr1G6s74eim9642XV > .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); }#PQTC6fZ8yEWcvLPyr1G6s74eim9642XV > .row .container { border-width: 0; border-radius: 0; }#PQTC6fZ8yEWcvLPyr1G6s74eim9642XV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PQTC6fZ8yEWcvLPyr1G6s74eim9642XV > .row .container { font-size:0.875rem;font-family:arial;height:35.875rem;width:75rem;position:relative;display:block; }#KQadBQdz7PNABONkr5bEgdUpmh3QvP9b { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:25.625rem;width:27.5625rem;top:3.1875rem;left:5.43798828125rem;display:block; }
#QOp0WNlzNMTTtFo1HlHpGRZlK2Go6T5W { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1237rem;width:5.7487rem;top:4.9687442779541rem;left:15.875rem;overflow:hidden;display:block; }
#IdaFzi7mNwpPInVk2gGz3GmfdHWIg8O1 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9361875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:15.638021469116rem;left:7.2786445617675rem;height:7.3095625rem;text-align:center;text-align-last:center;display:block; }
#fu0lAgSoaUe47n8cANSF8Qq3P5T7SCtJ { color:rgba(var(--color-tertiary-4),1);display:block;width:22.934875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.9375rem;left:7.28125rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#Xpecn0ASGEgdxQsHqSSDm8nT4LVSswUV { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:25.625rem;width:27.5625rem;top:3.1875rem;left:42.4375rem;display:block; }
#uACaiAFDwnbgiZuhMKpx50qADR6W4fpV { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9361875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.638021469116rem;left:44.778644561767rem;height:7.3095625rem;text-align:center;text-align-last:center;display:block; }
#eVirswOgAKPOPgH4FcUptzdWE6JB7DhA { color:rgba(var(--color-tertiary-4),1);display:block;width:22.934875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:12.9375rem;left:44.748699188233rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#vmpSlAKp4pxGE0rLi3Guko1HihJ3G9gT { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:5.6875rem;top:5rem;left:53.406253814698rem;overflow:hidden;display:block; }
#Hv8WG8KsA2LoO13ccWm8G3OuVPRITc2y { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:23.4501953125rem;left:44.78125rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#Ekcx79zwurH3ZVcpzPAqRKSWlMReqtP6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f9ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ekcx79zwurH3ZVcpzPAqRKSWlMReqtP6 > .row .container { background-color: transparent; background-image: none; }#Ekcx79zwurH3ZVcpzPAqRKSWlMReqtP6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ekcx79zwurH3ZVcpzPAqRKSWlMReqtP6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ekcx79zwurH3ZVcpzPAqRKSWlMReqtP6 > .row .container > .video-iframe-container { display: none; }#Ekcx79zwurH3ZVcpzPAqRKSWlMReqtP6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ekcx79zwurH3ZVcpzPAqRKSWlMReqtP6 > .row > .video-iframe-container { display: none; }#Ekcx79zwurH3ZVcpzPAqRKSWlMReqtP6 > .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); }#Ekcx79zwurH3ZVcpzPAqRKSWlMReqtP6 > .row .container { border-width: 0; border-radius: 0; }#Ekcx79zwurH3ZVcpzPAqRKSWlMReqtP6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ekcx79zwurH3ZVcpzPAqRKSWlMReqtP6 > .row .container { font-size:0.875rem;font-family:arial;height:35.875rem;width:75rem;position:relative;display:block; }#VDDziywCTSTgQksOlZiAoHG0UkGEO4Kd { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:25.625rem;width:27.5625rem;top:3.1875rem;left:5.43798828125rem;display:block; }
#gTRSpoUx5NTpu9lzw82wT42TpbFbQfED { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:5.5625rem;top:6.1279296875rem;left:16.3427734375rem;overflow:hidden;display:block; }
#bPyXnky0iTSSq8oUdTbRzOgEsOrK5CDM { color:rgba(var(--color-tertiary-4),1);display:block;width:21.62475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:16.25rem;left:8.404541015625rem;height:8.7715rem;text-align:center;text-align-last:center;display:block; }
#IZPpvTxlg0TO1v5cnHtpg4QAtTR5hfGJ { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9358125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.80810546875rem;left:7.281494140625rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#m9oqPnM2UggMTHRrBCTPCmvtmxTJO3fv { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:25.625rem;width:27.5625rem;top:3.1875rem;left:42.4375rem;display:block; }
#PMfdetXe1maXdHXdZnWqUPSvoQCm7x92 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.687rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:16.25rem;left:45.4052734375rem;height:8.7715rem;text-align:center;text-align-last:center;display:block; }
#Fh8kyxqC3nLCBgW63UIbvGbMhTgoT6oe { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9358125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.8125rem;left:44.25rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#qwFh0qwoZrhgUUtRFcR3FzWCXOsSxcHN { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:5.5625rem;top:6.125rem;left:53.3125rem;overflow:hidden;display:block; }
#THFeAfkhCeRL1pxpVvoifDPSu2GEwJk3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f9ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#THFeAfkhCeRL1pxpVvoifDPSu2GEwJk3 > .row .container { background-color: transparent; background-image: none; }#THFeAfkhCeRL1pxpVvoifDPSu2GEwJk3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THFeAfkhCeRL1pxpVvoifDPSu2GEwJk3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THFeAfkhCeRL1pxpVvoifDPSu2GEwJk3 > .row .container > .video-iframe-container { display: none; }#THFeAfkhCeRL1pxpVvoifDPSu2GEwJk3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#THFeAfkhCeRL1pxpVvoifDPSu2GEwJk3 > .row > .video-iframe-container { display: none; }#THFeAfkhCeRL1pxpVvoifDPSu2GEwJk3 > .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); }#THFeAfkhCeRL1pxpVvoifDPSu2GEwJk3 > .row .container { border-width: 0; border-radius: 0; }#THFeAfkhCeRL1pxpVvoifDPSu2GEwJk3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#THFeAfkhCeRL1pxpVvoifDPSu2GEwJk3 > .row .container { font-size:0.875rem;font-family:arial;height:13.625rem;width:75rem;position:relative;display:block; }#HUrcRA4hJtMRzIBZ1Aa6gT2FNqQJ4ZRG { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"fortum cy";font-size:2.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:62.375rem;height:5.6875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:2.254638671875rem;left:6.31103515625rem;display:block; }
#ao0lFGPTUaEGKwmOqofFfFt0CNc5Tcie { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p8l2acnVyLhZARTpKpLMS3JtycfVxeOZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#p8l2acnVyLhZARTpKpLMS3JtycfVxeOZ > .row .container { background-color: transparent; background-image: none; }#p8l2acnVyLhZARTpKpLMS3JtycfVxeOZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8l2acnVyLhZARTpKpLMS3JtycfVxeOZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8l2acnVyLhZARTpKpLMS3JtycfVxeOZ > .row .container > .video-iframe-container { display: none; }#p8l2acnVyLhZARTpKpLMS3JtycfVxeOZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8l2acnVyLhZARTpKpLMS3JtycfVxeOZ > .row > .video-iframe-container { display: none; }#p8l2acnVyLhZARTpKpLMS3JtycfVxeOZ > .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); }#p8l2acnVyLhZARTpKpLMS3JtycfVxeOZ > .row .container { border-width: 0; border-radius: 0; }#p8l2acnVyLhZARTpKpLMS3JtycfVxeOZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p8l2acnVyLhZARTpKpLMS3JtycfVxeOZ > .row .container { font-size:0.875rem;font-family:arial;height:72.6875rem;width:75rem;position:relative;display:block; }#biZTXf8k9XvsSX5IwHP1cgaNir0Ua0qu { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:11.5rem;top:23.375rem;left:15.3125rem;overflow:hidden;display:block; }
#e6IbwrKyV0Rfw06p4JDCOF5FbmLUXgvS { color:#0f4632;display:block;width:67.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:38.75rem;left:3.6875rem;height:21.260725rem;text-align:center;text-align-last:center;display:block; }
#IOK7SwsgkoaTIlQ83indilvRKdmTp5ts { color:#0f4632;display:block;width:59rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.0625rem;left:8rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MSuAMhkGQ2nLdEvDV3xmgdazzfm6q8sp { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.625rem;width:15.125rem;top:20.1875rem;left:28.5rem;overflow:hidden;display:block; }
#CBEQTx84uQqOOLIx86Pvbbe4tUrp87At { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19rem;width:17.5625rem;top:17.8125rem;left:44.875rem;overflow:hidden;display:block; }
#GCXb9DvtBUT31WJAHuwtMv7PTsccvTKi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f9ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GCXb9DvtBUT31WJAHuwtMv7PTsccvTKi > .row .container { background-color: transparent; background-image: none; }#GCXb9DvtBUT31WJAHuwtMv7PTsccvTKi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GCXb9DvtBUT31WJAHuwtMv7PTsccvTKi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GCXb9DvtBUT31WJAHuwtMv7PTsccvTKi > .row .container > .video-iframe-container { display: none; }#GCXb9DvtBUT31WJAHuwtMv7PTsccvTKi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GCXb9DvtBUT31WJAHuwtMv7PTsccvTKi > .row > .video-iframe-container { display: none; }#GCXb9DvtBUT31WJAHuwtMv7PTsccvTKi > .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); }#GCXb9DvtBUT31WJAHuwtMv7PTsccvTKi > .row .container { border-width: 0; border-radius: 0; }#GCXb9DvtBUT31WJAHuwtMv7PTsccvTKi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GCXb9DvtBUT31WJAHuwtMv7PTsccvTKi > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:75rem;position:relative;display:block; }#DNO05ACT9VDVSg5SWNiXysi6eBOgvLX6 { color:rgba(var(--color-tertiary-4),1);display:block;width:55.3735625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.63916015625rem;left:9.81201171875rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c0gOsTOd6cdbnInbrPlpKbkRizXkIOP1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f9ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#c0gOsTOd6cdbnInbrPlpKbkRizXkIOP1 > .row .container { background-color: transparent; background-image: none; }#c0gOsTOd6cdbnInbrPlpKbkRizXkIOP1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c0gOsTOd6cdbnInbrPlpKbkRizXkIOP1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c0gOsTOd6cdbnInbrPlpKbkRizXkIOP1 > .row .container > .video-iframe-container { display: none; }#c0gOsTOd6cdbnInbrPlpKbkRizXkIOP1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c0gOsTOd6cdbnInbrPlpKbkRizXkIOP1 > .row > .video-iframe-container { display: none; }#c0gOsTOd6cdbnInbrPlpKbkRizXkIOP1 > .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); }#c0gOsTOd6cdbnInbrPlpKbkRizXkIOP1 > .row .container { border-width: 0; border-radius: 0; }#c0gOsTOd6cdbnInbrPlpKbkRizXkIOP1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c0gOsTOd6cdbnInbrPlpKbkRizXkIOP1 > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;position:relative;display:block; }#X9ZfCtB8GfEz2MC0xcgyn5QpMzO2ePA3 { color:rgba(var(--color-tertiary-4),1);display:block;width:58.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.623779296875rem;left:9.43359375rem;height:9.746125rem;text-align:center;text-align-last:center;display:block; }
#ctnMHir21f01IFxvdl4oTu3lxBuQdSgR { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.9365rem;width:29.0625rem;top:11.56005859375rem;left:22.96875rem;overflow:hidden;display:block; }
#X3MsIzVPpZsIW0LuXVKdJSpDzTqi2dR7 { position:relative;display:block; }#X3MsIzVPpZsIW0LuXVKdJSpDzTqi2dR7 { background-color: transparent; background-image: none; }#X3MsIzVPpZsIW0LuXVKdJSpDzTqi2dR7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X3MsIzVPpZsIW0LuXVKdJSpDzTqi2dR7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X3MsIzVPpZsIW0LuXVKdJSpDzTqi2dR7 > .row .container > .video-iframe-container { display: none; }#X3MsIzVPpZsIW0LuXVKdJSpDzTqi2dR7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X3MsIzVPpZsIW0LuXVKdJSpDzTqi2dR7 > .row > .video-iframe-container { display: none; }#X3MsIzVPpZsIW0LuXVKdJSpDzTqi2dR7 > .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); }#X3MsIzVPpZsIW0LuXVKdJSpDzTqi2dR7 { border-width: 0; border-radius: 0; }#X3MsIzVPpZsIW0LuXVKdJSpDzTqi2dR7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#X3MsIzVPpZsIW0LuXVKdJSpDzTqi2dR7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:20.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vgrI8Mo3ZphF8gm5tQRBEltppIcF4w48 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(247,249,255,0.59);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vgrI8Mo3ZphF8gm5tQRBEltppIcF4w48 > .row .container { background-color: transparent; background-image: none; }#vgrI8Mo3ZphF8gm5tQRBEltppIcF4w48::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vgrI8Mo3ZphF8gm5tQRBEltppIcF4w48 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vgrI8Mo3ZphF8gm5tQRBEltppIcF4w48 > .row .container > .video-iframe-container { display: none; }#vgrI8Mo3ZphF8gm5tQRBEltppIcF4w48 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vgrI8Mo3ZphF8gm5tQRBEltppIcF4w48 > .row > .video-iframe-container { display: none; }#vgrI8Mo3ZphF8gm5tQRBEltppIcF4w48 > .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); }#vgrI8Mo3ZphF8gm5tQRBEltppIcF4w48 > .row .container { border-width: 0; border-radius: 0; }#vgrI8Mo3ZphF8gm5tQRBEltppIcF4w48 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vgrI8Mo3ZphF8gm5tQRBEltppIcF4w48 > .row .container { font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;position:relative;display:block; }#ZBe09VuGvtysqhiR32oNbeAxWdUzJcK7 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.56176875rem;width:12.937rem;top:2.8125rem;left:31.0625rem;overflow:hidden;display:block; }
#wlJAUWbLdDrUMLAALGwJb7SZWeBNUD74 { display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:7.3125rem;left:0rem;height:1.3125rem;color:#282828;text-align:center;text-align-last:center;display:block; }
#Pkn2t7iQkflRRtCbCDevcOQGi0GBTioM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.436525rem;width:2.436525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:11rem;left:21.625rem; }
#Pkn2t7iQkflRRtCbCDevcOQGi0GBTioM > img { max-width: 100%;max-height:100%; width:2.436525rem; height:2.436525rem; }#V1PUe8KRzTPdpxFIqnTts27lCgdM4L49 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3120125rem;width:2.3120125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:11.0625rem;left:30.125rem; }
#V1PUe8KRzTPdpxFIqnTts27lCgdM4L49 > img { max-width: 100%;max-height:100%; width:2.3120125rem; height:2.3120125rem; }#T46whHVupiFXyvqLN5CQKh8CbMDflfLf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.436525rem;width:2.436525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:11rem;left:39.75rem; }
#T46whHVupiFXyvqLN5CQKh8CbMDflfLf > img { max-width: 100%;max-height:100%; width:2.436525rem; height:2.436525rem; }#cDUo6Ju9Ux6A47pdN9BW4bbeTaqQS1uy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.436525rem;width:2.436525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:11rem;left:50.3125rem; }
#cDUo6Ju9Ux6A47pdN9BW4bbeTaqQS1uy > img { max-width: 100%;max-height:100%; width:2.436525rem; height:2.436525rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vn1e3kMxRtkRqOFbI1UJTFwD4s2tgtTi { display:block; }#vn1e3kMxRtkRqOFbI1UJTFwD4s2tgtTi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XBWtbXbzocBi3tK4HELb2vCXBydO7WOy { width:47.75rem;height:4.4375rem;top:7.5rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMeq0TpLFdkCvvKARk96rAOQOmuZUsUa { width:47.75rem;height:4.4375rem;top:12.25rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXtRgDEQRisLKXKwXNH6IG9qtKoRgAGe { width:9.375rem;height:4.6565803067631rem;top:7rem;left:1.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnqeRxmPI6OMfy1eSsTuhA4ch5ffGKHl { width:5.0625rem;height:5rem;top:6.625rem;left:36.310302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTu8IdxEOXoL9qFsTo3A14gTZ2RSiV2w { width:9.75rem;height:4.9684060334284rem;top:11.9375rem;left:36.31103515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTscb9xmHHgzONNs588q7kOol6KGUMW6 { width:6.1875rem;height:5.3125rem;top:12.4375rem;left:5.520345679684rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tum16B9mRHfBaTvAIBVB7puIdmNdM9Cx { width:9.6875rem;height:3.3125rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOrp92g2V3CmF5XEKtAlpiET4ULQI7Vo { width:3.25rem;height:5.2745101277074rem;top:10.625rem;left:44.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMIBhrTJz1nEFuqEug8lX1f3ZLVeRfLF { width:12.5rem;height:1.25rem;top:12.3125rem;left:0rem;font-size:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kMgLDmy7xzKRZI88eTSdtKgvguvW05XI { width:12.5rem;height:4.125rem;top:12.0625rem;left:0rem;font-size:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hzDwIA3w2JdJprubPocLFUnJEgTTFb2B { width:12.5rem;height:4.125rem;top:16.1875rem;left:0rem;font-size:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 .widget-regular-label { width:24.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 .widget-input-text { width:24.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 .widget-textarea { width:24.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 .widget-input-select { width:24.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 .widget-input-button { width:24.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 .widget-checkbox-label { width:23.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2  { width:24.4998125rem;height:auto;top:17.599285125733rem;left:10.374349117279rem; }
#QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 .radio-container { width:24.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 {display:block;}#QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 { width:24.4998125rem;height:auto;top:17.599285125733rem;left:10.374349117279rem; }
 }@media only screen and (max-width: 763px) { #QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 #bNp8X0uxWeNBTxTfhpI0e3W3xnVZmhG5 {  }
 }@media only screen and (max-width: 763px) { #QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 #yefsqA0TFV9xc19SazZLV9Pd7b8csfbv { display:none; }
 }@media only screen and (max-width: 763px) { #QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 #gOSuGFtt66BTx5ZSPslNUOSECMR9FVa2 {  }
 }@media only screen and (max-width: 763px) { #QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 #rHQkx8Lk8CCVvCkTofBMmbdrX13VXWuD {  }
 }@media only screen and (max-width: 763px) { #QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 #PRoemDxbfPDXZ9FgcL5epzTf0tMn2Cvb { display:none; }
 }@media only screen and (max-width: 763px) { #QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 #H87JDt8TrBzXkAJ4ETAfU4R4WzJw51E7 {  }
 }@media only screen and (max-width: 763px) { #QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 #Be7Bq70sS50gmSkCE3DXes8B0rb8eH8H {  }
 }@media only screen and (max-width: 763px) { #QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 #rXMzppuNcm7z8gxranJNeAt71r4G03nG { display:none; }
 }@media only screen and (max-width: 763px) { #QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 #nf3WXMsKnNwHyMleqOs4WmyqEGrxo90U {  }
 }@media only screen and (max-width: 763px) { #XdMV8yB2S4KX3ZS3oBPiI1Iqy1xK7SFI { display:block; }
 }@media only screen and (max-width: 763px) { #QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 #SGAvTIDXoRMwfLfkXKMEErTF8oSikbJq {  }
 }@media only screen and (max-width: 763px) { #QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 #wkFO6987XwHLOXulIk5paZraSIaegMpC {  }
 }@media only screen and (max-width: 763px) { #TNm3XfgazVDeQ0Szfyx3ssSzeDC4hTS9 { width:34.0625rem;height:4.875rem;top:26.125rem;left:5.97265625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vH6xtaR2vWVTuh5t2yKnS0TdRBRtPiJ3 { width:22.9375rem;height:1.75rem;top:2.375rem;left:11.537353515625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yi9Flv3hGKser6WI841STpXKCuVu1y1h { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wSzgbcRqJIf8qAw9pMmRhI6I2TfU80aZ { width:17.3125rem;height:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ypMFwMzKz5RZU73ydgMZwN9WWuhHwnAd { display:block; }#ypMFwMzKz5RZU73ydgMZwN9WWuhHwnAd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k5ZSiK0yuImB7balqQ0NGf42ZUAvVHwW { width:10.9375rem;height:10.876776510567rem;top:3rem;left:18.37451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeWTdWaDkhmOCzVRfwNy7nqSDNK0bxXJ { width:36.4375rem;height:4.0625rem;top:15.625rem;left:5.62548828125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiHhXTQXXd7MiGWweL0hFeTkv02rFTGD { width:47.75rem;height:13.3125rem;top:20.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eag8kQhDy2PcXi2GTrORlKXArbQEzVte { width:47.75rem;height:5rem;top:23.4375rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3NaMVEGfRMJTi3g8LxyEklgWAs03mJT { display:block; }#Z3NaMVEGfRMJTi3g8LxyEklgWAs03mJT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JMxFTuBBNJtQix0mhpkmuawcp4Cftr8g { width:18.625rem;height:18.1875rem;top:3.125rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CObw5tVTZ276mfOh2sTVFgGzDGS0yMkC { width:47.75rem;height:2.625rem;top:2.125rem;left:0rem;font-size:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wO3FdqraedKKQQ6myCPTeIbHFN7auVo7 { display:block; }#wO3FdqraedKKQQ6myCPTeIbHFN7auVo7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #drtXy3908RcCLLZoLf6xMkAZUPtsGbMK { width:47.75rem;height:12.1875rem;top:12.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPm2Wmk9rgAqeWz5L4D0hTC6nuGBUXin { width:5.625rem;height:5.625rem;top:5.1875rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OctwcXGif6rMVownyC195O3O214CVbaM { width:18.1875rem;height:21.875rem;top:8.75rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PmbSrdzExy1Cy8OdccRU2rbkO1nCWvl0 { display:block; }#PmbSrdzExy1Cy8OdccRU2rbkO1nCWvl0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AeQF1yWvsEsNtO4uVAsXrXdKgnuP0pFs { width:47.75rem;height:4.0625rem;top:2.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQTC6fZ8yEWcvLPyr1G6s74eim9642XV { display:block; }#PQTC6fZ8yEWcvLPyr1G6s74eim9642XV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KQadBQdz7PNABONkr5bEgdUpmh3QvP9b { width:27.5625rem;height:25.625rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOp0WNlzNMTTtFo1HlHpGRZlK2Go6T5W { width:5.6875rem;height:6.0585077930662rem;top:4.9375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdaFzi7mNwpPInVk2gGz3GmfdHWIg8O1 { width:22.875rem;height:7.25rem;top:15.625rem;left:0.46614456176758rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fu0lAgSoaUe47n8cANSF8Qq3P5T7SCtJ { width:22.875rem;height:1.75rem;top:12.9375rem;left:0.46875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xpecn0ASGEgdxQsHqSSDm8nT4LVSswUV { width:27.5rem;height:25.625rem;top:3.1875rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uACaiAFDwnbgiZuhMKpx50qADR6W4fpV { width:22.875rem;height:7.25rem;top:15.625rem;left:24.3408203125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVirswOgAKPOPgH4FcUptzdWE6JB7DhA { width:22.875rem;height:1.75rem;top:12.9375rem;left:24.311199188233rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmpSlAKp4pxGE0rLi3Guko1HihJ3G9gT { width:5.6875rem;height:6.0625rem;top:5rem;left:32.968753814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hv8WG8KsA2LoO13ccWm8G3OuVPRITc2y { width:22.875rem;height:2.5625rem;top:23.4375rem;left:24.343317031861rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ekcx79zwurH3ZVcpzPAqRKSWlMReqtP6 { display:block; }#Ekcx79zwurH3ZVcpzPAqRKSWlMReqtP6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VDDziywCTSTgQksOlZiAoHG0UkGEO4Kd { width:27.5625rem;height:25.625rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTRSpoUx5NTpu9lzw82wT42TpbFbQfED { width:5.5625rem;height:6.0625rem;top:6.125rem;left:9.5302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPyXnky0iTSSq8oUdTbRzOgEsOrK5CDM { width:21.5625rem;height:8.75rem;top:16.25rem;left:1.592041015625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZPpvTxlg0TO1v5cnHtpg4QAtTR5hfGJ { width:22.875rem;height:1.75rem;top:13.75rem;left:0.468994140625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9oqPnM2UggMTHRrBCTPCmvtmxTJO3fv { width:27.5rem;height:25.625rem;top:3.1875rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMfdetXe1maXdHXdZnWqUPSvoQCm7x92 { width:21.625rem;height:8.75rem;top:16.25rem;left:24.9677734375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fh8kyxqC3nLCBgW63UIbvGbMhTgoT6oe { width:22.875rem;height:1.75rem;top:13.75rem;left:23.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwFh0qwoZrhgUUtRFcR3FzWCXOsSxcHN { width:5.5625rem;height:6rem;top:6.125rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THFeAfkhCeRL1pxpVvoifDPSu2GEwJk3 { display:block; }#THFeAfkhCeRL1pxpVvoifDPSu2GEwJk3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HUrcRA4hJtMRzIBZ1Aa6gT2FNqQJ4ZRG { width:46.75rem;height:5.6875rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ao0lFGPTUaEGKwmOqofFfFt0CNc5Tcie { display:block; }
 }@media only screen and (max-width: 763px) { #p8l2acnVyLhZARTpKpLMS3JtycfVxeOZ { display:block; }#p8l2acnVyLhZARTpKpLMS3JtycfVxeOZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #biZTXf8k9XvsSX5IwHP1cgaNir0Ua0qu { width:11.5rem;height:13.375rem;top:23.375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6IbwrKyV0Rfw06p4JDCOF5FbmLUXgvS { width:47.75rem;height:21.25rem;top:38.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOK7SwsgkoaTIlQ83indilvRKdmTp5ts { width:47.75rem;height:9.75rem;top:6.0625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSuAMhkGQ2nLdEvDV3xmgdazzfm6q8sp { width:15.125rem;height:16.625rem;top:20.1875rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBEQTx84uQqOOLIx86Pvbbe4tUrp87At { width:17.5625rem;height:19rem;top:17.8125rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCXb9DvtBUT31WJAHuwtMv7PTsccvTKi { display:block; }#GCXb9DvtBUT31WJAHuwtMv7PTsccvTKi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DNO05ACT9VDVSg5SWNiXysi6eBOgvLX6 { width:47.75rem;height:4.0625rem;top:2.625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0gOsTOd6cdbnInbrPlpKbkRizXkIOP1 { display:block; }#c0gOsTOd6cdbnInbrPlpKbkRizXkIOP1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X9ZfCtB8GfEz2MC0xcgyn5QpMzO2ePA3 { width:47.75rem;height:9.6875rem;top:0.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctnMHir21f01IFxvdl4oTu3lxBuQdSgR { width:29.0625rem;height:19.9365rem;top:11.5rem;left:9.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3MsIzVPpZsIW0LuXVKdJSpDzTqi2dR7 { display:block; }#X3MsIzVPpZsIW0LuXVKdJSpDzTqi2dR7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vgrI8Mo3ZphF8gm5tQRBEltppIcF4w48 { display:block; }#vgrI8Mo3ZphF8gm5tQRBEltppIcF4w48 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZBe09VuGvtysqhiR32oNbeAxWdUzJcK7 { width:13.0625rem;height:4.5625rem;top:4.7081146240234rem;left:17.593316555023rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlJAUWbLdDrUMLAALGwJb7SZWeBNUD74 { width:47.75rem;height:1.3125rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pkn2t7iQkflRRtCbCDevcOQGi0GBTioM { width:2.375rem;height:2.375rem;top:11rem;left:8rem;display:block; }
#Pkn2t7iQkflRRtCbCDevcOQGi0GBTioM > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #V1PUe8KRzTPdpxFIqnTts27lCgdM4L49 { width:2.25rem;height:2.25rem;top:11.0625rem;left:16.5rem;display:block; }
#V1PUe8KRzTPdpxFIqnTts27lCgdM4L49 > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #T46whHVupiFXyvqLN5CQKh8CbMDflfLf { width:2.375rem;height:2.375rem;top:11rem;left:26.125rem;display:block; }
#T46whHVupiFXyvqLN5CQKh8CbMDflfLf > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #cDUo6Ju9Ux6A47pdN9BW4bbeTaqQS1uy { width:2.375rem;height:2.375rem;top:11rem;left:36.6875rem;display:block; }
#cDUo6Ju9Ux6A47pdN9BW4bbeTaqQS1uy > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vn1e3kMxRtkRqOFbI1UJTFwD4s2tgtTi { display:block; }#vn1e3kMxRtkRqOFbI1UJTFwD4s2tgtTi > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XBWtbXbzocBi3tK4HELb2vCXBydO7WOy { width:20rem;height:2.598875rem;top:5.8125rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #WMeq0TpLFdkCvvKARk96rAOQOmuZUsUa { width:20rem;height:2.598875rem;top:21.81591875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #VXtRgDEQRisLKXKwXNH6IG9qtKoRgAGe { width:9.375rem;height:4.6557625rem;top:6.15771484375rem;left:1.312255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnqeRxmPI6OMfy1eSsTuhA4ch5ffGKHl { width:3.8745125rem;height:3.81225625rem;top:11.187744140625rem;left:13.49853515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTu8IdxEOXoL9qFsTo3A14gTZ2RSiV2w { width:9.625rem;height:4.75rem;top:15.37646484375rem;left:9.43603515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTscb9xmHHgzONNs588q7kOol6KGUMW6 { width:5.3125rem;height:4.56176875rem;top:15.470458984375rem;left:2.06787109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tum16B9mRHfBaTvAIBVB7puIdmNdM9Cx { width:9.6875rem;height:3.3125rem;top:1.25rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOrp92g2V3CmF5XEKtAlpiET4ULQI7Vo { width:2.56225625rem;height:4.24926875rem;top:5.844482421875rem;left:14.404052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMIBhrTJz1nEFuqEug8lX1f3ZLVeRfLF { top:6.60205078125rem;left:4.0625rem;width:10.5rem;height:4.14388125rem;z-index:15054;font-family:"fortum sans";font-weight:700;font-style:normal;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMgLDmy7xzKRZI88eTSdtKgvguvW05XI { top:11.226318359375rem;left:4.0625rem;width:9.4375rem;height:4.14388125rem;z-index:15055;font-family:"fortum sans";font-weight:700;font-style:normal;font-size:3.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hzDwIA3w2JdJprubPocLFUnJEgTTFb2B { top:15.4326171875rem;left:4.0625rem;width:12.5rem;height:4.14388125rem;z-index:15056;font-family:"fortum sans";font-weight:700;font-style:normal;font-size:3.1875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 .widget-regular-label { width:15.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 .widget-input-text { width:15.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0.125rem solid #282828;border-left:0.125rem solid #282828;border-right:0.125rem solid #282828;border-bottom:0.125rem solid #282828;height:2.8125rem; }
#QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 .widget-textarea { width:15.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0.125rem solid #282828;border-left:0.125rem solid #282828;border-right:0.125rem solid #282828;border-bottom:0.125rem solid #282828; }
#QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 .widget-input-select { width:15.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 .widget-input-button { width:15.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#fd7d66;background-image:none;font-size:1.5rem;overflow:hidden;height:3.5625rem; }
#QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 [class*="-text"]:-moz-placeholder { font-size:1rem; }
#QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 [class*="-text"]::-moz-placeholder { font-size:1rem; }
#QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 [class*="-text"]:-ms-input-placeholder { font-size:1rem; }
#QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 [class*="-text"]::-webkit-input-placeholder { font-size:1rem; }
#QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 .widget-checkbox-label { width:14.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }
#QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 .widget-container:first-of-type{padding-top:0;}#QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 .widget-container:last-of-type{padding-bottom:0;}#QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2  { width:15.18675rem;height:auto;top:8.3349609375rem;left:1.15478515625rem;z-index:15034;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem; }
#QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 .radio-container { width:15.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 {display:block;}#QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 { width:15.18675rem;height:auto;top:8.3349609375rem;left:1.15478515625rem;z-index:15034;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem; }
 }@media only screen and (max-width: 763px) { #QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 #bNp8X0uxWeNBTxTfhpI0e3W3xnVZmhG5 {  }
 }@media only screen and (max-width: 763px) { #QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 #yefsqA0TFV9xc19SazZLV9Pd7b8csfbv { display:none; }
 }@media only screen and (max-width: 763px) { #QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 #gOSuGFtt66BTx5ZSPslNUOSECMR9FVa2 {  }
 }@media only screen and (max-width: 763px) { #QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 #rHQkx8Lk8CCVvCkTofBMmbdrX13VXWuD {  }
 }@media only screen and (max-width: 763px) { #QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 #PRoemDxbfPDXZ9FgcL5epzTf0tMn2Cvb { display:none; }
 }@media only screen and (max-width: 763px) { #QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 #H87JDt8TrBzXkAJ4ETAfU4R4WzJw51E7 {  }
 }@media only screen and (max-width: 763px) { #QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 #Be7Bq70sS50gmSkCE3DXes8B0rb8eH8H {  }
 }@media only screen and (max-width: 763px) { #QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 #rXMzppuNcm7z8gxranJNeAt71r4G03nG { display:none; }
 }@media only screen and (max-width: 763px) { #QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 #nf3WXMsKnNwHyMleqOs4WmyqEGrxo90U {  }
 }@media only screen and (max-width: 763px) { #XdMV8yB2S4KX3ZS3oBPiI1Iqy1xK7SFI { display:block; }
 }@media only screen and (max-width: 763px) { #QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 #SGAvTIDXoRMwfLfkXKMEErTF8oSikbJq {  }
 }@media only screen and (max-width: 763px) { #QehnsnxOAXPWm6GpXnSVl82ofIShH7Q2 #wkFO6987XwHLOXulIk5paZraSIaegMpC {  }
 }@media only screen and (max-width: 763px) { #TNm3XfgazVDeQ0Szfyx3ssSzeDC4hTS9 { width:17.1875rem;height:9.75rem;top:25.01220703125rem;left:1.73095703125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vH6xtaR2vWVTuh5t2yKnS0TdRBRtPiJ3 { width:20rem;height:1.462675rem;top:7.248779296875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yi9Flv3hGKser6WI841STpXKCuVu1y1h { top:10.6474609375rem;left:0rem;width:20rem;height:25.1875rem;z-index:15033;background-color:#ffffff;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) { #wSzgbcRqJIf8qAw9pMmRhI6I2TfU80aZ { top:0rem;left:0rem;width:10.6875rem;height:6.0625rem;z-index:15046;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ypMFwMzKz5RZU73ydgMZwN9WWuhHwnAd { display:block; }#ypMFwMzKz5RZU73ydgMZwN9WWuhHwnAd > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k5ZSiK0yuImB7balqQ0NGf42ZUAvVHwW { width:9.812rem;height:9.74975rem;top:1.5625rem;left:5.0927734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeWTdWaDkhmOCzVRfwNy7nqSDNK0bxXJ { width:15.8105625rem;height:6.17448125rem;top:12.81005859375rem;left:2.093505859375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiHhXTQXXd7MiGWweL0hFeTkv02rFTGD { width:20rem;height:12.0625rem;top:17.9467796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eag8kQhDy2PcXi2GTrORlKXArbQEzVte { width:20rem;height:0;top:19.942629296875rem;left:0rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z3NaMVEGfRMJTi3g8LxyEklgWAs03mJT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a1f4b7e1-7554-45bf-a515-358b8b8c8b5a/zdjecie2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Z3NaMVEGfRMJTi3g8LxyEklgWAs03mJT.adaptive-delivery-prevent-bg, #Z3NaMVEGfRMJTi3g8LxyEklgWAs03mJT.lazyload, #Z3NaMVEGfRMJTi3g8LxyEklgWAs03mJT.lazyloading { background-image: none; }#Z3NaMVEGfRMJTi3g8LxyEklgWAs03mJT > .row .container { background-color: transparent; background-image: none; }#Z3NaMVEGfRMJTi3g8LxyEklgWAs03mJT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.59); }#Z3NaMVEGfRMJTi3g8LxyEklgWAs03mJT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3NaMVEGfRMJTi3g8LxyEklgWAs03mJT > .row .container > .video-iframe-container { display: none; }#Z3NaMVEGfRMJTi3g8LxyEklgWAs03mJT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.59); }#Z3NaMVEGfRMJTi3g8LxyEklgWAs03mJT > .row > .video-iframe-container { display: none; }#Z3NaMVEGfRMJTi3g8LxyEklgWAs03mJT > .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); }#Z3NaMVEGfRMJTi3g8LxyEklgWAs03mJT > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JMxFTuBBNJtQix0mhpkmuawcp4Cftr8g { width:18.684875rem;height:18.21971875rem;top:3.1532115936279rem;left:0.65646702051162rem;font-size:1.6875rem;z-index:15048;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CObw5tVTZ276mfOh2sTVFgGzDGS0yMkC { width:18.625rem;height:0;top:20.982421875rem;left:0.6875rem;font-size:1.375rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #wO3FdqraedKKQQ6myCPTeIbHFN7auVo7 { display:block; }#wO3FdqraedKKQQ6myCPTeIbHFN7auVo7 > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #drtXy3908RcCLLZoLf6xMkAZUPtsGbMK { width:18.25rem;height:0;top:7.8125rem;left:0.52978515625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MPm2Wmk9rgAqeWz5L4D0hTC6nuGBUXin { width:6.0620125rem;height:6.0620125rem;top:3.20068359375rem;left:6.968994140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OctwcXGif6rMVownyC195O3O214CVbaM { width:17.5rem;height:21.9286875rem;top:9.185791015625rem;left:1.25rem;font-size:1.125rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #PmbSrdzExy1Cy8OdccRU2rbkO1nCWvl0 { display:block; }#PmbSrdzExy1Cy8OdccRU2rbkO1nCWvl0 > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AeQF1yWvsEsNtO4uVAsXrXdKgnuP0pFs { width:19.0625rem;height:4.875rem;top:1.650390625rem;left:0.46875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQTC6fZ8yEWcvLPyr1G6s74eim9642XV { display:block; }#PQTC6fZ8yEWcvLPyr1G6s74eim9642XV > .row .container { width:20rem;height:62.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KQadBQdz7PNABONkr5bEgdUpmh3QvP9b { width:18.125rem;height:24.875rem;top:1.25rem;left:0.999755859375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #QOp0WNlzNMTTtFo1HlHpGRZlK2Go6T5W { width:5.6875rem;height:6.0582142426206rem;top:3.126220703125rem;left:7.15576171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdaFzi7mNwpPInVk2gGz3GmfdHWIg8O1 { width:14.3115rem;height:10.233375rem;top:13.20068359375rem;left:2.843017578125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fu0lAgSoaUe47n8cANSF8Qq3P5T7SCtJ { width:20rem;height:1.7871125rem;top:10.6201171875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xpecn0ASGEgdxQsHqSSDm8nT4LVSswUV { width:17.6875rem;height:33.8125rem;top:27.5625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uACaiAFDwnbgiZuhMKpx50qADR6W4fpV { width:15.49925rem;height:11.6953125rem;top:40.2578125rem;left:2.249755859375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVirswOgAKPOPgH4FcUptzdWE6JB7DhA { width:14.74975rem;height:3.57421875rem;top:36rem;left:2.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmpSlAKp4pxGE0rLi3Guko1HihJ3G9gT { width:5.68725625rem;height:6.0620125rem;top:28.875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hv8WG8KsA2LoO13ccWm8G3OuVPRITc2y { width:15.5rem;height:3.8997375rem;top:53.3125rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ekcx79zwurH3ZVcpzPAqRKSWlMReqtP6 { display:block; }#Ekcx79zwurH3ZVcpzPAqRKSWlMReqtP6 > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VDDziywCTSTgQksOlZiAoHG0UkGEO4Kd { width:17.375rem;height:26.875rem;top:0.6875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTRSpoUx5NTpu9lzw82wT42TpbFbQfED { width:5.561525rem;height:6.0620125rem;top:2.6904296875rem;left:7.218017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPyXnky0iTSSq8oUdTbRzOgEsOrK5CDM { width:15.18675rem;height:13.15725rem;top:12.279052734375rem;left:2.40478515625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZPpvTxlg0TO1v5cnHtpg4QAtTR5hfGJ { width:20rem;height:1.7871125rem;top:10.494384765625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9oqPnM2UggMTHRrBCTPCmvtmxTJO3fv { width:17.125rem;height:25.625rem;top:28.936767578125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMfdetXe1maXdHXdZnWqUPSvoQCm7x92 { width:14.0625rem;height:11.6953125rem;top:41.124267578125rem;left:2.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fh8kyxqC3nLCBgW63UIbvGbMhTgoT6oe { width:20rem;height:1.7871125rem;top:38.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwFh0qwoZrhgUUtRFcR3FzWCXOsSxcHN { width:5.561525rem;height:5.99975625rem;top:30.936279296875rem;left:7.218017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THFeAfkhCeRL1pxpVvoifDPSu2GEwJk3 { display:block; }#THFeAfkhCeRL1pxpVvoifDPSu2GEwJk3 > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HUrcRA4hJtMRzIBZ1Aa6gT2FNqQJ4ZRG { width:19rem;height:4.3125rem;top:1.25rem;left:0.499267578125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ao0lFGPTUaEGKwmOqofFfFt0CNc5Tcie { display:block; }
 }@media only screen and (max-width: 763px) { #p8l2acnVyLhZARTpKpLMS3JtycfVxeOZ { display:block; }#p8l2acnVyLhZARTpKpLMS3JtycfVxeOZ > .row .container { width:20rem;height:72.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #biZTXf8k9XvsSX5IwHP1cgaNir0Ua0qu { width:4.4375rem;height:5.1875rem;top:17.435546875rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6IbwrKyV0Rfw06p4JDCOF5FbmLUXgvS { width:18rem;height:43.125rem;top:24.4443359375rem;left:1rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.5;color:#282828;display:block; }
 }@media only screen and (max-width: 763px) { #IOK7SwsgkoaTIlQ83indilvRKdmTp5ts { width:17.9375rem;height:10.5rem;top:2.83984375rem;left:1.03125rem;font-size:2.1875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MSuAMhkGQ2nLdEvDV3xmgdazzfm6q8sp { width:6.1875rem;height:6.8125rem;top:15.748046875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBEQTx84uQqOOLIx86Pvbbe4tUrp87At { width:9.25rem;height:10rem;top:12.560546875rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCXb9DvtBUT31WJAHuwtMv7PTsccvTKi { display:block; }#GCXb9DvtBUT31WJAHuwtMv7PTsccvTKi > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DNO05ACT9VDVSg5SWNiXysi6eBOgvLX6 { width:19.0625rem;height:2.5996125rem;top:3.712158203125rem;left:0.46875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0gOsTOd6cdbnInbrPlpKbkRizXkIOP1 { display:block; }#c0gOsTOd6cdbnInbrPlpKbkRizXkIOP1 > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X9ZfCtB8GfEz2MC0xcgyn5QpMzO2ePA3 { width:18.62425rem;height:19.004875rem;top:1.11328125rem;left:0.687255859375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctnMHir21f01IFxvdl4oTu3lxBuQdSgR { width:16.1853125rem;height:11.0608125rem;top:23.297119140625rem;left:1.90673828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3MsIzVPpZsIW0LuXVKdJSpDzTqi2dR7 { display:none; }#X3MsIzVPpZsIW0LuXVKdJSpDzTqi2dR7 > .row .container { width:20rem;height:25.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vgrI8Mo3ZphF8gm5tQRBEltppIcF4w48 { display:block; }#vgrI8Mo3ZphF8gm5tQRBEltppIcF4w48 > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZBe09VuGvtysqhiR32oNbeAxWdUzJcK7 { width:12.875rem;height:4.5403234359071rem;top:1.749267578125rem;left:3.560791015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlJAUWbLdDrUMLAALGwJb7SZWeBNUD74 { width:20rem;height:1.2246125rem;top:7.03979375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pkn2t7iQkflRRtCbCDevcOQGi0GBTioM { display:flex;width:2.5rem;height:2.5rem;top:10.675537109375rem;left:1.2646484375rem; }
#Pkn2t7iQkflRRtCbCDevcOQGi0GBTioM > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #V1PUe8KRzTPdpxFIqnTts27lCgdM4L49 { display:flex;width:2.25rem;height:2.25rem;top:10.92529296875rem;left:5.684814453125rem; }
#V1PUe8KRzTPdpxFIqnTts27lCgdM4L49 > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #T46whHVupiFXyvqLN5CQKh8CbMDflfLf { display:flex;width:2.375rem;height:2.375rem;top:10.863037109375rem;left:10.951904296875rem; }
#T46whHVupiFXyvqLN5CQKh8CbMDflfLf > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #cDUo6Ju9Ux6A47pdN9BW4bbeTaqQS1uy { display:flex;width:2.375rem;height:2.375rem;top:10.863037109375rem;left:15.811767578125rem; }
#cDUo6Ju9Ux6A47pdN9BW4bbeTaqQS1uy > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }