.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:252,237,210;--color-primary-1:247,200,121;--color-primary-2:241,164,31;--color-primary-3:243,156,18;--color-primary-4:48,33,6;--color-secondary-0:228,243,220;--color-secondary-1:165,215,139;--color-secondary-2:75,174,22;--color-secondary-3:38,87,11;--color-secondary-4:11,26,3;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:38,38,38;--headlines-font-family:"josefin sans";--paragraphs-font-family:"josefin 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; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/db79b760-1a70-427b-afdf-68dac115eb96/Zdjeciegownenastronezapisufale3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:52.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#Zz8MoiEhmgBETUusJWER9br77zxsg0AU { border-bottom:0;border-left:0;border-right:0;border-top:0;height:9.812rem;width:9.12475rem;position:absolute;display:block;z-index:15015;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:2.31201171875rem;left:56.593017578125rem;overflow:hidden;display:block; }
#zkAvTOMZiEa1ZsOTIMP9Jnw3mTVTPiTb { color:#ba7191;display:block;width:3.37463125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:2.3125rem;left:64.8125rem;height:1.625rem;display:block; }
#DHydEpEStNHgGmG8qRxGiyM9ZWOM8ku3 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.249625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.6875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:11.375rem;left:48.5625rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MzESBGFa9mCkAOZGT6eZPHbbQfAAevRw { color:rgba(var(--color-tertiary-0),1);display:block;width:27.687375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:19.4375rem;left:47.3125rem;height:7.473375rem;text-align:center;text-align-last:center;display:block; }
#hLTLMH3Ep3x1A5BgCKOTzDSAcvNBdZiE { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12329125rem;width:21.25rem;top:18.0625rem;left:50.5rem;display:block; }
#bzX9finswv7AvI8XPMKGr8ZfuqQec3nT { color:rgba(var(--color-tertiary-0),1);display:block;width:21.1869375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15023;line-height:2;letter-spacing:0;top:40.74928855896rem;left:52.680219650269rem;height:3.125rem;text-align:left;text-align-last:left;display:block; }
#WraQG7GhkfvTEmdVuJcJAL76Pis7DUEw { color:#47545a;display:block;width:25.685375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:29.098010063171rem;left:48.310544967651rem;height:6.336125rem;text-align:center;text-align-last:center;display:block; }
#sloJ3HOCJdRBN7hWIfHPyzfpHxOELlM6 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.74875rem;height:3.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:36.249998092651rem;left:49.11842918396rem;display:block; }
#AGlgULvLIrkQo7rUKMEQJdl5OSpfXdJ2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h1a9TNuhtR2FsqEksQPx6kkgIRnzLyrZ { color:rgba(var(--color-tertiary-0),1);display:block;width:22.874625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15024;line-height:1.4;letter-spacing:0;top:44.936966180801rem;left:52.1253490448rem;height:4.375rem;text-align:left;text-align-last:left;display:block; }
#NuOqF625NsRVsnIKVGkVHFZWzTIvvrq3 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:41.06178855896rem;left:48.56178855896rem; }
#NuOqF625NsRVsnIKVGkVHFZWzTIvvrq3 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#LDgv64TOM9DghkmC84VyCb5SByTCBngg { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:45.873579263687rem;left:48.56178855896rem; }
#LDgv64TOM9DghkmC84VyCb5SByTCBngg > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#nGcST5hcSyCvrr2oSNJ5wPAQ3wAz2pea { 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:31.25rem;width:31.25rem;display:none; }
#tCQgpJhiTzcSnJhDFyAGVkbHpDL09RCK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/bd76b9c7-56b8-45a2-9d3c-8c5875e0b3c9/Zdjeciegownenastronezapisufale3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#tCQgpJhiTzcSnJhDFyAGVkbHpDL09RCK.adaptive-delivery-prevent-bg, #tCQgpJhiTzcSnJhDFyAGVkbHpDL09RCK.lazyload, #tCQgpJhiTzcSnJhDFyAGVkbHpDL09RCK.lazyloading { background-image: none; }#tCQgpJhiTzcSnJhDFyAGVkbHpDL09RCK > .row .container { background-color: transparent; background-image: none; }#tCQgpJhiTzcSnJhDFyAGVkbHpDL09RCK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tCQgpJhiTzcSnJhDFyAGVkbHpDL09RCK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tCQgpJhiTzcSnJhDFyAGVkbHpDL09RCK > .row .container > .video-iframe-container { display: none; }#tCQgpJhiTzcSnJhDFyAGVkbHpDL09RCK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tCQgpJhiTzcSnJhDFyAGVkbHpDL09RCK > .row > .video-iframe-container { display: none; }#tCQgpJhiTzcSnJhDFyAGVkbHpDL09RCK > .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); }#tCQgpJhiTzcSnJhDFyAGVkbHpDL09RCK > .row .container { border-width: 0; border-radius: 0; }#tCQgpJhiTzcSnJhDFyAGVkbHpDL09RCK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tCQgpJhiTzcSnJhDFyAGVkbHpDL09RCK > .row .container { font-size:0.875rem;font-family:arial;height:45.8125rem;width:75rem;position:relative;display:block; }#pT2lqikr4AsmCs6PldW1KkBxFQQTSqoO { color:#5c3949;display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:7.9058837890625rem;left:45rem;height:28.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aBgpwlR0bMlHStLu6Sc9naUKHshDOzIl { 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:31.25rem;width:31.25rem;display:none; }
#OK4BQGp0pbS4XLOwpFhZDZRvAo6kkPpX { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.8125rem;width:27.8125rem;top:43.7353515625rem;left:50.438232421875rem;overflow:hidden;display:block; }
#tSMP8GW1QDx83eo2k6EWT8PK1mp3Xfo1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#tSMP8GW1QDx83eo2k6EWT8PK1mp3Xfo1 > .row .container { background-color: transparent; background-image: none; }#tSMP8GW1QDx83eo2k6EWT8PK1mp3Xfo1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSMP8GW1QDx83eo2k6EWT8PK1mp3Xfo1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSMP8GW1QDx83eo2k6EWT8PK1mp3Xfo1 > .row .container > .video-iframe-container { display: none; }#tSMP8GW1QDx83eo2k6EWT8PK1mp3Xfo1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSMP8GW1QDx83eo2k6EWT8PK1mp3Xfo1 > .row > .video-iframe-container { display: none; }#tSMP8GW1QDx83eo2k6EWT8PK1mp3Xfo1 > .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); }#tSMP8GW1QDx83eo2k6EWT8PK1mp3Xfo1 > .row .container { border-width: 0; border-radius: 0; }#tSMP8GW1QDx83eo2k6EWT8PK1mp3Xfo1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tSMP8GW1QDx83eo2k6EWT8PK1mp3Xfo1 > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:75rem;position:relative;display:block; }#eGuqH0SPamyesLP7MEAqW7nchFk5WUEX { 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.75rem;width:18.125rem;top:3.9375rem;left:0rem;overflow:hidden;display:block; }
#UproJxIsH5ztMbFSK0gT1W91EelIvLHN { 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:10.75rem;width:18.125rem;top:3.9375rem;left:37.75rem;overflow:hidden;display:block; }
#ma8wTEzWuZeMxQPWfN1VAqlpCSKyShkr { 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:10.75rem;width:18.125rem;top:3.9375rem;left:19rem;overflow:hidden;display:block; }
#SL7SNraO0TkI8IftKLf4zTedufU4GtM8 { 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:10.75rem;width:18.125rem;top:3.9375rem;left:56.8125rem;overflow:hidden;display:block; }
#a2qJn0HqQq3umHFqhKqkLGU6UbOT25Hi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#a2qJn0HqQq3umHFqhKqkLGU6UbOT25Hi > .row .container { background-color: transparent; background-image: none; }#a2qJn0HqQq3umHFqhKqkLGU6UbOT25Hi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a2qJn0HqQq3umHFqhKqkLGU6UbOT25Hi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a2qJn0HqQq3umHFqhKqkLGU6UbOT25Hi > .row .container > .video-iframe-container { display: none; }#a2qJn0HqQq3umHFqhKqkLGU6UbOT25Hi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a2qJn0HqQq3umHFqhKqkLGU6UbOT25Hi > .row > .video-iframe-container { display: none; }#a2qJn0HqQq3umHFqhKqkLGU6UbOT25Hi > .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); }#a2qJn0HqQq3umHFqhKqkLGU6UbOT25Hi > .row .container { border-width: 0; border-radius: 0; }#a2qJn0HqQq3umHFqhKqkLGU6UbOT25Hi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a2qJn0HqQq3umHFqhKqkLGU6UbOT25Hi > .row .container { font-size:0.875rem;font-family:arial;height:14.8125rem;width:75rem;position:relative;display:block; }#pZfx3xieItDpoMZKxmt2yESZEg6mkQ7a { 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.75rem;width:18.125rem;top:3.9375rem;left:0rem;overflow:hidden;display:block; }
#klgwkEzpLM5sXMJyHAq5cSPblN6b7FKv { 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:10.75rem;width:18.125rem;top:3.9375rem;left:37.75rem;overflow:hidden;display:block; }
#GtvGOmTlFFJrtsHuJAHDJUTsVqas7kxM { 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:10.75rem;width:18.125rem;top:3.9375rem;left:19rem;overflow:hidden;display:block; }
#T46UoAE4MId8A5UCDZTOMNPuT15gBciz { 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:10.75rem;width:18.125rem;top:3.9375rem;left:56.8125rem;overflow:hidden;display:block; }
#Wx89Rx0DShZQilnaSDbQwAFVty7wdq9f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#Wx89Rx0DShZQilnaSDbQwAFVty7wdq9f > .row .container { background-color: transparent; background-image: none; }#Wx89Rx0DShZQilnaSDbQwAFVty7wdq9f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wx89Rx0DShZQilnaSDbQwAFVty7wdq9f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wx89Rx0DShZQilnaSDbQwAFVty7wdq9f > .row .container > .video-iframe-container { display: none; }#Wx89Rx0DShZQilnaSDbQwAFVty7wdq9f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wx89Rx0DShZQilnaSDbQwAFVty7wdq9f > .row > .video-iframe-container { display: none; }#Wx89Rx0DShZQilnaSDbQwAFVty7wdq9f > .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); }#Wx89Rx0DShZQilnaSDbQwAFVty7wdq9f > .row .container { border-width: 0; border-radius: 0; }#Wx89Rx0DShZQilnaSDbQwAFVty7wdq9f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wx89Rx0DShZQilnaSDbQwAFVty7wdq9f > .row .container { font-size:0.875rem;font-family:arial;height:12.1875rem;width:75rem;position:relative;display:block; }#UBPfI1WtxGQLUQ6wbJcupa5QLQeOlkaa { box-sizing:content-box;height:11.875rem;width:43.75rem;position:absolute;display:block;z-index:15009;background-color:#2fb2be;background-image:none;top:5.625rem;left:15.625rem;display:block; }
#a89rHT5XAVcArXBr6QBHzD3EE60y0dA3 { color:rgba(var(--color-tertiary-0),1);display:block;width:40.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:9.7344970703125rem;left:17.34375rem;height:3.65589375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GIWAGcS5DfqRTE3fVRZqGTTVgfmDUH7h { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.125rem;width:26.125rem;top:4.4986572265625rem;left:0rem;overflow:hidden;display:none; }
#dqTmoBCtuQaaspumSbhm4UdZmXbVNBIo { position:absolute;display:block;z-index:15016;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.562375rem;width:19.562375rem;top:3.1243896484375rem;left:1.9195556640625rem;overflow:hidden;display:block; }
#AkcerLKhvS5ueXxoXQvg69mbmTpAzdnm { 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; }#AkcerLKhvS5ueXxoXQvg69mbmTpAzdnm > .row .container { background-color: transparent; background-image: none; }#AkcerLKhvS5ueXxoXQvg69mbmTpAzdnm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkcerLKhvS5ueXxoXQvg69mbmTpAzdnm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkcerLKhvS5ueXxoXQvg69mbmTpAzdnm > .row .container > .video-iframe-container { display: none; }#AkcerLKhvS5ueXxoXQvg69mbmTpAzdnm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkcerLKhvS5ueXxoXQvg69mbmTpAzdnm > .row > .video-iframe-container { display: none; }#AkcerLKhvS5ueXxoXQvg69mbmTpAzdnm > .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); }#AkcerLKhvS5ueXxoXQvg69mbmTpAzdnm > .row .container { border-width: 0; border-radius: 0; }#AkcerLKhvS5ueXxoXQvg69mbmTpAzdnm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AkcerLKhvS5ueXxoXQvg69mbmTpAzdnm > .row .container { font-size:0.875rem;font-family:arial;height:61.0625rem;width:75rem;position:relative;display:block; }#mVOExcn5Mk0ZNCGcVAvpVQEHEbEa8nni { display:block;width:37.311375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:9.6856689453125rem;left:18.843994140625rem;height:33.75rem;text-align:center;text-align-last:center;color:#47545a;font-style:normal;display:block; }
#eoce2IoIdp6sK7LcaSF0Iy3EBJPpP7UL { display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:43.372690200806rem;left:15.624113082886rem;height:15rem;text-align:center;text-align-last:center;color:#47545a;font-style:normal;display:block; }
#DMKEMX102qCpaAmR0E5ITlmLX1lGFH0S { display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:31.436767578125rem;left:15.625rem;height:16.875rem;text-align:center;text-align-last:center;color:#47545a;font-style:normal;display:none; }
#vMLWQR7TwoCBbmuPUcHrrIWgtSnD9i0S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#vMLWQR7TwoCBbmuPUcHrrIWgtSnD9i0S > .row .container { background-color: transparent; background-image: none; }#vMLWQR7TwoCBbmuPUcHrrIWgtSnD9i0S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMLWQR7TwoCBbmuPUcHrrIWgtSnD9i0S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMLWQR7TwoCBbmuPUcHrrIWgtSnD9i0S > .row .container > .video-iframe-container { display: none; }#vMLWQR7TwoCBbmuPUcHrrIWgtSnD9i0S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMLWQR7TwoCBbmuPUcHrrIWgtSnD9i0S > .row > .video-iframe-container { display: none; }#vMLWQR7TwoCBbmuPUcHrrIWgtSnD9i0S > .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); }#vMLWQR7TwoCBbmuPUcHrrIWgtSnD9i0S > .row .container { border-width: 0; border-radius: 0; }#vMLWQR7TwoCBbmuPUcHrrIWgtSnD9i0S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vMLWQR7TwoCBbmuPUcHrrIWgtSnD9i0S > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:75rem;position:relative;display:block; }#WNXoD1SPxBMRsXroHVmNVs7Ca4z3kgUd { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.7490234375rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:2.625rem;left:25.125rem;display:block; }
#zLwE1UxlvcQoyQ0BP3DPM8V0NAidVFWi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KVC4ovWUlAQrkl8TFZ5QUwhSE054JTpo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#KVC4ovWUlAQrkl8TFZ5QUwhSE054JTpo > .row .container { background-color: transparent; background-image: none; }#KVC4ovWUlAQrkl8TFZ5QUwhSE054JTpo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KVC4ovWUlAQrkl8TFZ5QUwhSE054JTpo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KVC4ovWUlAQrkl8TFZ5QUwhSE054JTpo > .row .container > .video-iframe-container { display: none; }#KVC4ovWUlAQrkl8TFZ5QUwhSE054JTpo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KVC4ovWUlAQrkl8TFZ5QUwhSE054JTpo > .row > .video-iframe-container { display: none; }#KVC4ovWUlAQrkl8TFZ5QUwhSE054JTpo > .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); }#KVC4ovWUlAQrkl8TFZ5QUwhSE054JTpo > .row .container { border-width: 0; border-radius: 0; }#KVC4ovWUlAQrkl8TFZ5QUwhSE054JTpo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KVC4ovWUlAQrkl8TFZ5QUwhSE054JTpo > .row .container { font-size:0.875rem;font-family:arial;height:9rem;width:75rem;position:relative;display:block; }#VuOepp8fQdRwOS8GDLwsqETI5gN7EZD8 { 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:5.99875625rem;width:11.9975rem;top:1.1550064086914rem;left:31.500352859497rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zz8MoiEhmgBETUusJWER9br77zxsg0AU { width:6.9375rem;height:7.5rem;top:2.375rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkAvTOMZiEa1ZsOTIMP9Jnw3mTVTPiTb { width:1.3125rem;height:1.583333375rem;top:4.25rem;left:41.612501502037rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHydEpEStNHgGmG8qRxGiyM9ZWOM8ku3 { width:18.75rem;height:2.83333325rem;top:10.6875rem;left:25.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzESBGFa9mCkAOZGT6eZPHbbQfAAevRw { width:27.625rem;height:7.4375rem;top:19.375rem;left:20.125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLTLMH3Ep3x1A5BgCKOTzDSAcvNBdZiE { width:16.247396469116rem;height:0.12369791418314rem;top:17rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzX9finswv7AvI8XPMKGr8ZfuqQec3nT { width:21.125rem;height:3.125rem;top:40.6875rem;left:26.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WraQG7GhkfvTEmdVuJcJAL76Pis7DUEw { width:25.625rem;height:6.3125rem;top:29.0625rem;left:22.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sloJ3HOCJdRBN7hWIfHPyzfpHxOELlM6 { width:24.6875rem;height:3.4375rem;top:36.1875rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGlgULvLIrkQo7rUKMEQJdl5OSpfXdJ2 { display:block; }
 }@media only screen and (max-width: 763px) { #h1a9TNuhtR2FsqEksQPx6kkgIRnzLyrZ { width:22.8125rem;height:4.375rem;top:44.875rem;left:24.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuOqF625NsRVsnIKVGkVHFZWzTIvvrq3 { width:1.875rem;height:1.875rem;top:0.625rem;left:3.5625rem;font-size:1.3125rem;display:block; }
#NuOqF625NsRVsnIKVGkVHFZWzTIvvrq3 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #LDgv64TOM9DghkmC84VyCb5SByTCBngg { width:1.875rem;height:1.875rem;top:0.625rem;left:3.5625rem;font-size:1.3125rem;display:block; }
#LDgv64TOM9DghkmC84VyCb5SByTCBngg > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #nGcST5hcSyCvrr2oSNJ5wPAQ3wAz2pea { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tCQgpJhiTzcSnJhDFyAGVkbHpDL09RCK { display:block; }#tCQgpJhiTzcSnJhDFyAGVkbHpDL09RCK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pT2lqikr4AsmCs6PldW1KkBxFQQTSqoO { width:31.25rem;height:7.5rem;top:9.43620300293rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBgpwlR0bMlHStLu6Sc9naUKHshDOzIl { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #OK4BQGp0pbS4XLOwpFhZDZRvAo6kkPpX { width:27.8125rem;height:27.8125rem;top:43.6875rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSMP8GW1QDx83eo2k6EWT8PK1mp3Xfo1 { display:block; }#tSMP8GW1QDx83eo2k6EWT8PK1mp3Xfo1 > .row .container { width:47.75rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eGuqH0SPamyesLP7MEAqW7nchFk5WUEX { width:10rem;height:5.9375rem;top:0.5625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UproJxIsH5ztMbFSK0gT1W91EelIvLHN { width:10rem;height:5.9375rem;top:0.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ma8wTEzWuZeMxQPWfN1VAqlpCSKyShkr { width:10rem;height:5.9375rem;top:0.625rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SL7SNraO0TkI8IftKLf4zTedufU4GtM8 { width:10rem;height:5.9375rem;top:0.5625rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2qJn0HqQq3umHFqhKqkLGU6UbOT25Hi { display:block; }#a2qJn0HqQq3umHFqhKqkLGU6UbOT25Hi > .row .container { width:47.75rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pZfx3xieItDpoMZKxmt2yESZEg6mkQ7a { width:10rem;height:5.9375rem;top:0.5625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #klgwkEzpLM5sXMJyHAq5cSPblN6b7FKv { width:10rem;height:5.9375rem;top:0.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtvGOmTlFFJrtsHuJAHDJUTsVqas7kxM { width:10rem;height:5.9375rem;top:0.625rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T46UoAE4MId8A5UCDZTOMNPuT15gBciz { width:10rem;height:5.9375rem;top:0.5625rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wx89Rx0DShZQilnaSDbQwAFVty7wdq9f { display:block; }#Wx89Rx0DShZQilnaSDbQwAFVty7wdq9f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UBPfI1WtxGQLUQ6wbJcupa5QLQeOlkaa { width:43.75rem;height:11.875rem;top:5.625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #a89rHT5XAVcArXBr6QBHzD3EE60y0dA3 { width:47.75rem;height:2.4375rem;top:2.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIWAGcS5DfqRTE3fVRZqGTTVgfmDUH7h { width:26.1875rem;height:26.1875rem;top:4.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dqTmoBCtuQaaspumSbhm4UdZmXbVNBIo { width:19.5rem;height:19.5rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkcerLKhvS5ueXxoXQvg69mbmTpAzdnm { display:block; }#AkcerLKhvS5ueXxoXQvg69mbmTpAzdnm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mVOExcn5Mk0ZNCGcVAvpVQEHEbEa8nni { width:10.625rem;height:4.78125rem;top:19.125rem;left:12.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoce2IoIdp6sK7LcaSF0Iy3EBJPpP7UL { width:10.625rem;height:4.78125rem;top:19.125rem;left:12.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMKEMX102qCpaAmR0E5ITlmLX1lGFH0S { width:10.625rem;height:4.78125rem;top:19.125rem;left:12.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vMLWQR7TwoCBbmuPUcHrrIWgtSnD9i0S { display:block; }#vMLWQR7TwoCBbmuPUcHrrIWgtSnD9i0S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WNXoD1SPxBMRsXroHVmNVs7Ca4z3kgUd { width:24.6875rem;height:3.4375rem;top:2.625rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLwE1UxlvcQoyQ0BP3DPM8V0NAidVFWi { display:block; }
 }@media only screen and (max-width: 763px) { #KVC4ovWUlAQrkl8TFZ5QUwhSE054JTpo { display:block; }#KVC4ovWUlAQrkl8TFZ5QUwhSE054JTpo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VuOepp8fQdRwOS8GDLwsqETI5gN7EZD8 { width:6.8125rem;height:3.375rem;top:35.748944282532rem;left:20.468751132488rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#f1a41f;background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zz8MoiEhmgBETUusJWER9br77zxsg0AU { width:4.562325rem;height:4.874825rem;top:22.8125rem;left:7.7183946371081rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkAvTOMZiEa1ZsOTIMP9Jnw3mTVTPiTb { width:3.312375rem;height:1.21875rem;top:22.8125rem;left:12.249755859375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHydEpEStNHgGmG8qRxGiyM9ZWOM8ku3 { width:20rem;height:2.84375rem;top:28.812255859375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzESBGFa9mCkAOZGT6eZPHbbQfAAevRw { width:14.43725rem;height:4.0625rem;top:33.624267578125rem;left:2.78076171875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLTLMH3Ep3x1A5BgCKOTzDSAcvNBdZiE { width:12.5rem;height:0.0625rem;top:32.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzX9finswv7AvI8XPMKGr8ZfuqQec3nT { width:13.312375rem;height:4.4992875rem;top:48rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WraQG7GhkfvTEmdVuJcJAL76Pis7DUEw { width:20rem;height:4.38654375rem;top:38.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sloJ3HOCJdRBN7hWIfHPyzfpHxOELlM6 { width:18.9994375rem;height:3.4375rem;top:43.811256408691rem;left:0.49982237815857rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGlgULvLIrkQo7rUKMEQJdl5OSpfXdJ2 { display:block; }
 }@media only screen and (max-width: 763px) { #h1a9TNuhtR2FsqEksQPx6kkgIRnzLyrZ { width:16.4375rem;height:3.1484375rem;top:51.1875rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuOqF625NsRVsnIKVGkVHFZWzTIvvrq3 { display:flex;width:1.875rem;height:1.875rem;top:48rem;left:0.375rem;font-size:1.3125rem; }
#NuOqF625NsRVsnIKVGkVHFZWzTIvvrq3 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #LDgv64TOM9DghkmC84VyCb5SByTCBngg { display:flex;width:1.875rem;height:1.875rem;top:51.1875rem;left:0.375rem;font-size:1.3125rem; }
#LDgv64TOM9DghkmC84VyCb5SByTCBngg > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #nGcST5hcSyCvrr2oSNJ5wPAQ3wAz2pea { top:1.2884521484375rem;left:0rem;width:20rem;height:20rem;z-index:15026;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tCQgpJhiTzcSnJhDFyAGVkbHpDL09RCK { background-color:#fff8e5;background-image:none;display:block; }#tCQgpJhiTzcSnJhDFyAGVkbHpDL09RCK > .row .container { background-color: transparent; background-image: none; }#tCQgpJhiTzcSnJhDFyAGVkbHpDL09RCK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tCQgpJhiTzcSnJhDFyAGVkbHpDL09RCK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tCQgpJhiTzcSnJhDFyAGVkbHpDL09RCK > .row .container > .video-iframe-container { display: none; }#tCQgpJhiTzcSnJhDFyAGVkbHpDL09RCK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tCQgpJhiTzcSnJhDFyAGVkbHpDL09RCK > .row > .video-iframe-container { display: none; }#tCQgpJhiTzcSnJhDFyAGVkbHpDL09RCK > .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); }#tCQgpJhiTzcSnJhDFyAGVkbHpDL09RCK > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pT2lqikr4AsmCs6PldW1KkBxFQQTSqoO { width:18.75rem;height:31.87145rem;top:21.25rem;left:0.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#47545a;display:block; }
 }@media only screen and (max-width: 763px) { #aBgpwlR0bMlHStLu6Sc9naUKHshDOzIl { top:1.25rem;left:0rem;width:20rem;height:20rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OK4BQGp0pbS4XLOwpFhZDZRvAo6kkPpX { width:12.125rem;height:12.125rem;top:54.3725625rem;left:7.796875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tSMP8GW1QDx83eo2k6EWT8PK1mp3Xfo1 { display:block; }#tSMP8GW1QDx83eo2k6EWT8PK1mp3Xfo1 > .row .container { width:20rem;height:41.748068908691rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eGuqH0SPamyesLP7MEAqW7nchFk5WUEX { width:15.625rem;height:9.1875rem;top:1.207275390625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UproJxIsH5ztMbFSK0gT1W91EelIvLHN { width:15.625rem;height:9.1875rem;top:22.186889648438rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ma8wTEzWuZeMxQPWfN1VAqlpCSKyShkr { width:15.625rem;height:9.1875rem;top:11.624145507812rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SL7SNraO0TkI8IftKLf4zTedufU4GtM8 { width:15.625rem;height:9.1875rem;top:32.561645507812rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2qJn0HqQq3umHFqhKqkLGU6UbOT25Hi { display:block; }#a2qJn0HqQq3umHFqhKqkLGU6UbOT25Hi > .row .container { width:20rem;height:41.748955825806rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pZfx3xieItDpoMZKxmt2yESZEg6mkQ7a { width:15.625rem;height:9.1875rem;top:1.14501953125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #klgwkEzpLM5sXMJyHAq5cSPblN6b7FKv { width:15.625rem;height:9.1875rem;top:21.99951171875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtvGOmTlFFJrtsHuJAHDJUTsVqas7kxM { width:15.625rem;height:9.1875rem;top:11.436767578125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T46UoAE4MId8A5UCDZTOMNPuT15gBciz { width:15.625rem;height:9.1875rem;top:32.562866210938rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wx89Rx0DShZQilnaSDbQwAFVty7wdq9f { display:block; }#Wx89Rx0DShZQilnaSDbQwAFVty7wdq9f > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UBPfI1WtxGQLUQ6wbJcupa5QLQeOlkaa { width:18.75rem;height:4.4995125rem;top:5.9124755859375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a89rHT5XAVcArXBr6QBHzD3EE60y0dA3 { width:20rem;height:1.7875rem;top:7.26806640625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #GIWAGcS5DfqRTE3fVRZqGTTVgfmDUH7h { width:9.43725rem;height:9.43725rem;top:0.3125rem;left:5.2801513671875rem;z-index:15017;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dqTmoBCtuQaaspumSbhm4UdZmXbVNBIo { width:10.375rem;height:10.375rem;top:23.278833007813rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AkcerLKhvS5ueXxoXQvg69mbmTpAzdnm { display:block; }#AkcerLKhvS5ueXxoXQvg69mbmTpAzdnm > .row .container { width:20rem;height:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mVOExcn5Mk0ZNCGcVAvpVQEHEbEa8nni { width:17.9375rem;height:31.8714625rem;top:1.31103515625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#47545a;display:block; }
 }@media only screen and (max-width: 763px) { #eoce2IoIdp6sK7LcaSF0Iy3EBJPpP7UL { width:18.75rem;height:0;top:25.340576171875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#47545a;display:none; }
 }@media only screen and (max-width: 763px) { #DMKEMX102qCpaAmR0E5ITlmLX1lGFH0S { width:18.75rem;height:22.3100125rem;top:32.0947265625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#47545a;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #vMLWQR7TwoCBbmuPUcHrrIWgtSnD9i0S { display:block; }#vMLWQR7TwoCBbmuPUcHrrIWgtSnD9i0S > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WNXoD1SPxBMRsXroHVmNVs7Ca4z3kgUd { width:19rem;height:3.4375rem;top:2.03125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLwE1UxlvcQoyQ0BP3DPM8V0NAidVFWi { display:block; }
 }@media only screen and (max-width: 763px) { #KVC4ovWUlAQrkl8TFZ5QUwhSE054JTpo { display:block; }#KVC4ovWUlAQrkl8TFZ5QUwhSE054JTpo > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VuOepp8fQdRwOS8GDLwsqETI5gN7EZD8 { width:8.4375rem;height:4.1875rem;top:2.90625rem;left:5.78125rem;display:block; }
 }