.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: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); }#U5FutTAFFgmLQvKzPhwyOWRSPK31XkTT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#U5FutTAFFgmLQvKzPhwyOWRSPK31XkTT > .row .container { background-color: transparent; background-image: none; }#U5FutTAFFgmLQvKzPhwyOWRSPK31XkTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5FutTAFFgmLQvKzPhwyOWRSPK31XkTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5FutTAFFgmLQvKzPhwyOWRSPK31XkTT > .row .container > .video-iframe-container { display: none; }#U5FutTAFFgmLQvKzPhwyOWRSPK31XkTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5FutTAFFgmLQvKzPhwyOWRSPK31XkTT > .row > .video-iframe-container { display: none; }#U5FutTAFFgmLQvKzPhwyOWRSPK31XkTT > .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); }#U5FutTAFFgmLQvKzPhwyOWRSPK31XkTT > .row .container { border-width: 0; border-radius: 0; }#U5FutTAFFgmLQvKzPhwyOWRSPK31XkTT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U5FutTAFFgmLQvKzPhwyOWRSPK31XkTT > .row .container { font-size:0.875rem;font-family:arial;height:3.4375rem;width:75rem;position:relative;display:block; }#hT6wJHHKmOSh2lxNklH524lnpb1OUQn4 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.0625rem;left:3.9375rem;height:1.4624rem;display:block; }
#g00QCADHpKdM0cT737Rz5VRabhM2pfDQ { 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:15003;opacity:1;top:0.46875rem;left:0rem; }
#g00QCADHpKdM0cT737Rz5VRabhM2pfDQ > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#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:3.125rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:19.4375rem;left:47.3125rem;height:8.125rem;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:18.75rem;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:38.6875rem;left:52.5625rem;height:3.125rem;text-align:left;text-align-last:left;display:block; }
#WraQG7GhkfvTEmdVuJcJAL76Pis7DUEw { color:#47545a;display:block;width:25.686625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:28.9375rem;left:48.3125rem;height:3.25rem;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.74975rem;height:3.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:33.125rem;left:48.8125rem;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.875rem;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:42.5625rem;left:52.125rem;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:38.75rem;left:49.3125rem; }
#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:43.125rem;left:49.3125rem; }
#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; }
#VZwXQLKTdxOeFaVq99hIUmdCk66ueFIP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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:none; }#VZwXQLKTdxOeFaVq99hIUmdCk66ueFIP > .row .container { border-width: 0; border-radius: 0; }#VZwXQLKTdxOeFaVq99hIUmdCk66ueFIP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VZwXQLKTdxOeFaVq99hIUmdCk66ueFIP > .row .container { font-size:0.875rem;font-family:arial;height:46.25rem;width:75rem;position:relative;display:none; }#Lsxa34SfZbMsJIMphbDMa79yXfMqbMb1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:38.625rem;width:68.75rem;top:3.75rem;left:3.7278652191162rem;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; }
#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:10.875rem;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.9990234375rem;width:11.998046875rem;top:2.59375rem;left:31.5009765625rem;overflow:hidden;display:block; }
#QKSHMZJUooK5OOT22VmcCUZ8GGxRpNmt { 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:none; }#QKSHMZJUooK5OOT22VmcCUZ8GGxRpNmt.adaptive-delivery-prevent-bg, #QKSHMZJUooK5OOT22VmcCUZ8GGxRpNmt.lazyload, #QKSHMZJUooK5OOT22VmcCUZ8GGxRpNmt.lazyloading { background-image: none; }#QKSHMZJUooK5OOT22VmcCUZ8GGxRpNmt > .row .container { border-width: 0; border-radius: 0; }#QKSHMZJUooK5OOT22VmcCUZ8GGxRpNmt > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#QKSHMZJUooK5OOT22VmcCUZ8GGxRpNmt > .row .container { font-size:0.875rem;font-family:arial;height:52.8125rem;width:75rem;overflow:visible;position:relative;display:none; }#QOePaQGn1CXEOpWkTHuohAsrtZCXLC1U { 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:9.3125rem;left:56.625rem;overflow:hidden;display:block; }
#TGVNeHAU6y10a89q14Cgd4CVEPRtT7QL { 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:9.3125rem;left:64.8125rem;height:1.62475625rem;display:block; }
#Aw2B4GtP9lUHtkdp79VOD89qIoCb7Pzw { 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:18.375rem;left:48.5625rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Uo5eCMtJ2HxfslLhIXOplmIf6n8FGgoE { color:rgba(var(--color-tertiary-0),1);display:block;width:27.687375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:26.4375rem;left:47.3125rem;height:17.06175rem;text-align:center;text-align-last:center;display:block; }
#xyKwrOrsAsoUTIizsm8Xk3o0K8AoP3zR { 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:25.0625rem;left:50.5rem;display:block; }
#AESrx0dKHTnicH94XtHiVOWrRurRmDtB { 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; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #U5FutTAFFgmLQvKzPhwyOWRSPK31XkTT { display:block; }#U5FutTAFFgmLQvKzPhwyOWRSPK31XkTT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hT6wJHHKmOSh2lxNklH524lnpb1OUQn4 { width:21.4375rem;height:1.4625rem;top:0.88541668653488rem;left:6.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g00QCADHpKdM0cT737Rz5VRabhM2pfDQ { width:1.875rem;height:1.875rem;top:0.625rem;left:3.5625rem;font-size:1.3125rem;display:block; }
#g00QCADHpKdM0cT737Rz5VRabhM2pfDQ > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@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:8.125rem;top:19.4375rem;left:20.125rem;font-size:1.5625rem;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:18.75rem;height:3.125rem;top:38.6875rem;left:29rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WraQG7GhkfvTEmdVuJcJAL76Pis7DUEw { width:25.625rem;height:3.1875rem;top:28.9375rem;left:22.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sloJ3HOCJdRBN7hWIfHPyzfpHxOELlM6 { width:24.6875rem;height:3.4375rem;top:33.125rem;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:42.5625rem;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) { #VZwXQLKTdxOeFaVq99hIUmdCk66ueFIP { background-color:#fbf6e5;background-image:none;display:none; }#VZwXQLKTdxOeFaVq99hIUmdCk66ueFIP > .row .container { width:47.75rem;height:28.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Lsxa34SfZbMsJIMphbDMa79yXfMqbMb1 { width:44.0625rem;height:24.75rem;top:2.3958740234375rem;left:1.84375rem;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) { #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) { #QKSHMZJUooK5OOT22VmcCUZ8GGxRpNmt { display:none; }#QKSHMZJUooK5OOT22VmcCUZ8GGxRpNmt > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QOePaQGn1CXEOpWkTHuohAsrtZCXLC1U { width:6.9375rem;height:7.5rem;top:2.375rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGVNeHAU6y10a89q14Cgd4CVEPRtT7QL { 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) { #Aw2B4GtP9lUHtkdp79VOD89qIoCb7Pzw { 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) { #Uo5eCMtJ2HxfslLhIXOplmIf6n8FGgoE { width:27.625rem;height:17rem;top:26.4375rem;left:20.125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyKwrOrsAsoUTIizsm8Xk3o0K8AoP3zR { width:16.247396469116rem;height:0.12369791418314rem;top:17rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AESrx0dKHTnicH94XtHiVOWrRurRmDtB { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #U5FutTAFFgmLQvKzPhwyOWRSPK31XkTT { display:block; }#U5FutTAFFgmLQvKzPhwyOWRSPK31XkTT > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hT6wJHHKmOSh2lxNklH524lnpb1OUQn4 { width:16.875rem;height:1.29980625rem;top:0.7562255859375rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g00QCADHpKdM0cT737Rz5VRabhM2pfDQ { display:flex;width:2.1875rem;height:2.1875rem;top:0.3125rem;left:0rem;font-size:1.5rem; }
#g00QCADHpKdM0cT737Rz5VRabhM2pfDQ > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@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:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zz8MoiEhmgBETUusJWER9br77zxsg0AU { width:5.625rem;height:6rem;top:22.8125rem;left:7.1875rem;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:2.25rem;top:48rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WraQG7GhkfvTEmdVuJcJAL76Pis7DUEw { width:20rem;height:3.0869125rem;top:38.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sloJ3HOCJdRBN7hWIfHPyzfpHxOELlM6 { width:19rem;height:3.4375rem;top:42.625rem;left:0.375rem;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) { #VZwXQLKTdxOeFaVq99hIUmdCk66ueFIP { background-color:#f39c12;background-image:none;display:none; }#VZwXQLKTdxOeFaVq99hIUmdCk66ueFIP > .row .container { width:20rem;height:12.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Lsxa34SfZbMsJIMphbDMa79yXfMqbMb1 { height:10.5rem;width:18.75rem;top:0.77083396911619rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSMP8GW1QDx83eo2k6EWT8PK1mp3Xfo1 { display:block; }#tSMP8GW1QDx83eo2k6EWT8PK1mp3Xfo1 > .row .container { width:20rem;height:41.7490234375rem;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.75rem;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) { #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; }
 }@media only screen and (max-width: 763px) { #QKSHMZJUooK5OOT22VmcCUZ8GGxRpNmt { background-color:#f1a41f;background-image:none;display:none; }#QKSHMZJUooK5OOT22VmcCUZ8GGxRpNmt > .row .container { width:20rem;height:55rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QOePaQGn1CXEOpWkTHuohAsrtZCXLC1U { width:5.625rem;height:6rem;top:22.8125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGVNeHAU6y10a89q14Cgd4CVEPRtT7QL { width:3.312375rem;height:1.2182625rem;top:22.8125rem;left:12.249755859375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aw2B4GtP9lUHtkdp79VOD89qIoCb7Pzw { width:20rem;height:2.843625rem;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) { #Uo5eCMtJ2HxfslLhIXOplmIf6n8FGgoE { width:14.43725rem;height:6.09375rem;top:33.624267578125rem;left:2.78076171875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyKwrOrsAsoUTIizsm8Xk3o0K8AoP3zR { width:12.5rem;height:0.0625rem;top:32.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AESrx0dKHTnicH94XtHiVOWrRurRmDtB { top:1.2884521484375rem;left:0rem;width:20rem;height:20rem;z-index:15026;overflow:hidden;display:block; }
 }