.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:204,238,255;--color-primary-1:102,204,255;--color-primary-2:0,170,255;--color-primary-3:37,65,178;--color-primary-4:3,37,108;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:38,38,38;--headlines-font-family:"lato";--paragraphs-font-family:"lato"; }body { background-color:transparent;background-image:url("https://images.assets-landingi.com/fJbWduAc/dot.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#fMCmS1mh652ryqmcsTOUGWUosb8AOEFf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fMCmS1mh652ryqmcsTOUGWUosb8AOEFf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fMCmS1mh652ryqmcsTOUGWUosb8AOEFf > .row > .video-iframe-container { display: none; }#fMCmS1mh652ryqmcsTOUGWUosb8AOEFf > .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); }#dc1l1EhPc9XfdbE1zbdrgK2979ooTErr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#dc1l1EhPc9XfdbE1zbdrgK2979ooTErr > .row .container { background-color: transparent; background-image: none; }#dc1l1EhPc9XfdbE1zbdrgK2979ooTErr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dc1l1EhPc9XfdbE1zbdrgK2979ooTErr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dc1l1EhPc9XfdbE1zbdrgK2979ooTErr > .row .container > .video-iframe-container { display: none; }#dc1l1EhPc9XfdbE1zbdrgK2979ooTErr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dc1l1EhPc9XfdbE1zbdrgK2979ooTErr > .row > .video-iframe-container { display: none; }#dc1l1EhPc9XfdbE1zbdrgK2979ooTErr > .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); }#dc1l1EhPc9XfdbE1zbdrgK2979ooTErr > .row .container { border-width: 0; border-radius: 0; }#dc1l1EhPc9XfdbE1zbdrgK2979ooTErr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dc1l1EhPc9XfdbE1zbdrgK2979ooTErr > .row .container { font-size:0.875rem;font-family:arial;height:3.375rem;width:75rem;position:relative;display:block; }#rVceRF4aVnTFqx4miLxfQ6PVp5Tpzw3C { background-color:#053393;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:2.5625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.4375rem;left:0rem;display:block; }
#r6sUE1EAObZXg8IK6k7MA8RnGU1msTTR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UcnhyZRd4y2dJvhDG9ETKZwPJPQnvwTc { background-color:#053393;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:2.5625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.4375rem;left:15.4375rem;display:block; }
#Sib7wgBBtGNplnnafC9SxzTGphW9s5a6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wIf4liAitrueRNZ1aiJzOJFk6feklrny { background-color:#053393;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:2.5625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.40625rem;left:30.968748092651rem;display:block; }
#coa0SgerqMXmKD0vBfGpH66qxBVKGy4V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ysPk5gN7ezERz1ct1y5vSDOUzIn93NPD { background-color:#053393;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:2.5625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.4375rem;left:46.5rem;display:block; }
#oN7EgU83ULVyfsiNDl6SlwnUSVgFZ0Jw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pD11GBD9Nwzi4dZFMs6kX5TSumUga7JX { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#0712a5;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.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:2.5625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.40625rem;left:61.937498092651rem;display:block; }
#KOeTXP9m6ouqBu6TLzwZ4TN7MwRQzsPk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G038Aaz68BTFxy1afTnkpkOT0UXUUFRr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#G038Aaz68BTFxy1afTnkpkOT0UXUUFRr > .row .container { background-color: transparent; background-image: none; }#G038Aaz68BTFxy1afTnkpkOT0UXUUFRr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G038Aaz68BTFxy1afTnkpkOT0UXUUFRr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G038Aaz68BTFxy1afTnkpkOT0UXUUFRr > .row .container > .video-iframe-container { display: none; }#G038Aaz68BTFxy1afTnkpkOT0UXUUFRr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G038Aaz68BTFxy1afTnkpkOT0UXUUFRr > .row > .video-iframe-container { display: none; }#G038Aaz68BTFxy1afTnkpkOT0UXUUFRr > .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); }#G038Aaz68BTFxy1afTnkpkOT0UXUUFRr > .row .container { border-width: 0; border-radius: 0; }#G038Aaz68BTFxy1afTnkpkOT0UXUUFRr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G038Aaz68BTFxy1afTnkpkOT0UXUUFRr > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;position:relative;display:block; }#aNFsImLlNka1c23AuMJgTgvXaIZNoM3a { color:rgba(var(--color-tertiary-0),1);display:block;width:35.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:12.625rem;left:6.7374992370606rem;height:2.925rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m6JZoGoyWTzWC9RZX8Pdzn2SqrOyL4yM { color:rgba(var(--color-primary-2),1);display:block;width:35.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:15.550000190735rem;left:12.1875rem;height:1.95rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pOmAhITzwDCq1t9Cv2TKNmTzF0KG2HTH { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/ebceb97c-4ee4-43ce-8d1c-aab17398d14d/484042972_1171306217670502_2055341252555818406_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #f3e9b8;border-left:0.125rem solid #f3e9b8;border-right:0.125rem solid #f3e9b8;border-bottom:0.125rem solid #f3e9b8;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.75rem;width:13.4375rem;top:4.7437496185303rem;left:44.050001144409rem;display:block; }#pOmAhITzwDCq1t9Cv2TKNmTzF0KG2HTH.adaptive-delivery-prevent-bg, #pOmAhITzwDCq1t9Cv2TKNmTzF0KG2HTH.lazyload, #pOmAhITzwDCq1t9Cv2TKNmTzF0KG2HTH.lazyloading { background-image: none; }
#TdTJdSCKCgzkT9izKXcNwLnDIEX1XFfT { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/d2dcfaf8-0bd5-4fff-b880-4f2b28ac32d5/x20200508_130728.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.8125rem;width:11.1875rem;top:7.75rem;left:60.591665267944rem;display:block; }#TdTJdSCKCgzkT9izKXcNwLnDIEX1XFfT.adaptive-delivery-prevent-bg, #TdTJdSCKCgzkT9izKXcNwLnDIEX1XFfT.lazyload, #TdTJdSCKCgzkT9izKXcNwLnDIEX1XFfT.lazyloading { background-image: none; }
#Wwc9CzeUU0SlSFryTDd0xAsaJa3K4X3s { color:rgba(var(--color-primary-2),1);display:block;width:3.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:22.02499961853rem;left:4.4749994277954rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DJQhEZKpHWx8loMNOZloFkyqQxkVPwNC { color:rgba(var(--color-tertiary-0),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:26.65625rem;left:2.3937492370606rem;height:3.15rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h9ENQb4U4zvbGVUL4ol2QeQuFWceTicn { color:rgba(var(--color-tertiary-0),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:26.65625rem;left:26.374998092651rem;height:3.15rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GWoeryAXEkTeWQ92t2sqaUNsNAunMryq { color:rgba(var(--color-primary-2),1);display:block;width:5.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:22.02499961853rem;left:15.125rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EbEV7w5ZEmTUzhdq863gKN2Gl2yEPHLn { color:rgba(var(--color-primary-2),1);display:block;width:11.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:22.02499961853rem;left:25.499998092651rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#THpvFiTi4URFQnUIxWcVZRQFWWf98be2 { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:23.875rem;top:5.3999996185303rem;left:8.1124992370606rem;overflow:hidden;display:block; }
#eteNLFXoRt0lkBt42acb6il5w2amhEzS { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:26.65625rem;left:13.5rem;height:3.15rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Vx0PvnuPJEGTzTyDlbmfMW6ti2I3GP4N { 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; }#Vx0PvnuPJEGTzTyDlbmfMW6ti2I3GP4N > .row .container { background-color: transparent; background-image: none; }#Vx0PvnuPJEGTzTyDlbmfMW6ti2I3GP4N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vx0PvnuPJEGTzTyDlbmfMW6ti2I3GP4N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vx0PvnuPJEGTzTyDlbmfMW6ti2I3GP4N > .row .container > .video-iframe-container { display: none; }#Vx0PvnuPJEGTzTyDlbmfMW6ti2I3GP4N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vx0PvnuPJEGTzTyDlbmfMW6ti2I3GP4N > .row > .video-iframe-container { display: none; }#Vx0PvnuPJEGTzTyDlbmfMW6ti2I3GP4N > .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); }#Vx0PvnuPJEGTzTyDlbmfMW6ti2I3GP4N > .row .container { border-width: 0; border-radius: 0; }#Vx0PvnuPJEGTzTyDlbmfMW6ti2I3GP4N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vx0PvnuPJEGTzTyDlbmfMW6ti2I3GP4N > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#MRTQWrLhx9Db2BZlxCtmTQqorpUXvCDw { color:#000000;display:block;width:64.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:0.94999694824219rem;left:8.8125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mi7v4NUC8ir3dBk8Psaz1s58CV6RCcHB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.90625rem;left:24.374998092651rem; }
#UCZNW98Jkk0KVG7zLekE77a9WVwMhlNC { 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; }#UCZNW98Jkk0KVG7zLekE77a9WVwMhlNC > .row .container { background-color: transparent; background-image: none; }#UCZNW98Jkk0KVG7zLekE77a9WVwMhlNC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UCZNW98Jkk0KVG7zLekE77a9WVwMhlNC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UCZNW98Jkk0KVG7zLekE77a9WVwMhlNC > .row .container > .video-iframe-container { display: none; }#UCZNW98Jkk0KVG7zLekE77a9WVwMhlNC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UCZNW98Jkk0KVG7zLekE77a9WVwMhlNC > .row > .video-iframe-container { display: none; }#UCZNW98Jkk0KVG7zLekE77a9WVwMhlNC > .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); }#UCZNW98Jkk0KVG7zLekE77a9WVwMhlNC > .row .container { border-width: 0; border-radius: 0; }#UCZNW98Jkk0KVG7zLekE77a9WVwMhlNC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UCZNW98Jkk0KVG7zLekE77a9WVwMhlNC > .row .container { font-size:0.875rem;font-family:arial;height:25.125rem;width:75rem;position:relative;display:block; }#iscMFfiwou7D9PhqJpAxR91CN4uk8GLt { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),0);background-image:url("https://images.assets-landingi.com/uc/9ea79c80-bab4-440f-8350-c0d70caaf547/476235741_1148869259914198_6262599974307920175_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.5625rem rgba(0,0,0,0.5) ;height:22.5rem;width:18.75rem;top:0rem;left:2.5rem;display:block; }#iscMFfiwou7D9PhqJpAxR91CN4uk8GLt.adaptive-delivery-prevent-bg, #iscMFfiwou7D9PhqJpAxR91CN4uk8GLt.lazyload, #iscMFfiwou7D9PhqJpAxR91CN4uk8GLt.lazyloading { background-image: none; }
#dpvBzdMgf7DTVGC4EfSOqw069W9zGqRt { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),0);background-image:url("https://images.assets-landingi.com/uc/72a237b1-8a38-47f4-9d2f-415256678f68/476815595_1148869026580888_5103086568728569671_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.5rem rgba(0,0,0,0.5) ;height:22.5rem;width:18.75rem;top:0rem;left:28.125rem;display:block; }#dpvBzdMgf7DTVGC4EfSOqw069W9zGqRt.adaptive-delivery-prevent-bg, #dpvBzdMgf7DTVGC4EfSOqw069W9zGqRt.lazyload, #dpvBzdMgf7DTVGC4EfSOqw069W9zGqRt.lazyloading { background-image: none; }
#Q6CkV6pXttyDDKJ0r3TGyTHJM0KyqN2p { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-0),0);background-image:url("https://images.assets-landingi.com/uc/e85c265d-d9b1-4830-89dc-4af6bf46b7fd/479264827_1152455322888925_5127012676542324438_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.5rem rgba(0,0,0,0.5) ;height:22.5rem;width:18.75rem;top:0rem;left:53.75rem;display:block; }#Q6CkV6pXttyDDKJ0r3TGyTHJM0KyqN2p.adaptive-delivery-prevent-bg, #Q6CkV6pXttyDDKJ0r3TGyTHJM0KyqN2p.lazyload, #Q6CkV6pXttyDDKJ0r3TGyTHJM0KyqN2p.lazyloading { background-image: none; }
#b0cA7pNmy7nb05FH4VTMLw2GzPCW6SPa { 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; }#b0cA7pNmy7nb05FH4VTMLw2GzPCW6SPa > .row .container { background-color: transparent; background-image: none; }#b0cA7pNmy7nb05FH4VTMLw2GzPCW6SPa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b0cA7pNmy7nb05FH4VTMLw2GzPCW6SPa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b0cA7pNmy7nb05FH4VTMLw2GzPCW6SPa > .row .container > .video-iframe-container { display: none; }#b0cA7pNmy7nb05FH4VTMLw2GzPCW6SPa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b0cA7pNmy7nb05FH4VTMLw2GzPCW6SPa > .row > .video-iframe-container { display: none; }#b0cA7pNmy7nb05FH4VTMLw2GzPCW6SPa > .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); }#b0cA7pNmy7nb05FH4VTMLw2GzPCW6SPa > .row .container { border-width: 0; border-radius: 0; }#b0cA7pNmy7nb05FH4VTMLw2GzPCW6SPa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b0cA7pNmy7nb05FH4VTMLw2GzPCW6SPa > .row .container { font-size:0.875rem;font-family:arial;height:23.875rem;width:75rem;position:relative;display:block; }#UMcG7FTvMkLaqck9kW6dckoluk7BrHZH { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),0);background-image:url("https://images.assets-landingi.com/uc/916e410d-8d0c-4d33-a35b-2cf00870ad70/az1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.5625rem rgba(0,0,0,0.5) ;height:22.5rem;width:18.75rem;top:0rem;left:2.5rem;display:block; }#UMcG7FTvMkLaqck9kW6dckoluk7BrHZH.adaptive-delivery-prevent-bg, #UMcG7FTvMkLaqck9kW6dckoluk7BrHZH.lazyload, #UMcG7FTvMkLaqck9kW6dckoluk7BrHZH.lazyloading { background-image: none; }
#JmAFM22yww5crPwIWTb2OTH7SoQOuPHI { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),0);background-image:url("https://images.assets-landingi.com/uc/6cfd1815-58a6-4150-bc78-442d50e80497/484209831_1171319717669152_671002545441589670_n.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.5rem rgba(0,0,0,0.5) ;height:22.5rem;width:18.75rem;top:0rem;left:28.125rem;display:block; }#JmAFM22yww5crPwIWTb2OTH7SoQOuPHI.adaptive-delivery-prevent-bg, #JmAFM22yww5crPwIWTb2OTH7SoQOuPHI.lazyload, #JmAFM22yww5crPwIWTb2OTH7SoQOuPHI.lazyloading { background-image: none; }
#XH2ct2Ot4gxszBUNxxqHTXzCUPNJGTOz { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-0),0);background-image:url("https://images.assets-landingi.com/uc/b22bfbd0-388d-482b-a254-a5ed2486c13a/484040478_1171319144335876_1830622904653853580_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.5rem rgba(0,0,0,0.5) ;height:22.5rem;width:18.75rem;top:0rem;left:53.75rem;display:block; }#XH2ct2Ot4gxszBUNxxqHTXzCUPNJGTOz.adaptive-delivery-prevent-bg, #XH2ct2Ot4gxszBUNxxqHTXzCUPNJGTOz.lazyload, #XH2ct2Ot4gxszBUNxxqHTXzCUPNJGTOz.lazyloading { background-image: none; }
#zGeFefIGuwmQlwz6TRvutn7sCcJpfGe3 { 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; }#zGeFefIGuwmQlwz6TRvutn7sCcJpfGe3 > .row .container { background-color: transparent; background-image: none; }#zGeFefIGuwmQlwz6TRvutn7sCcJpfGe3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zGeFefIGuwmQlwz6TRvutn7sCcJpfGe3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zGeFefIGuwmQlwz6TRvutn7sCcJpfGe3 > .row .container > .video-iframe-container { display: none; }#zGeFefIGuwmQlwz6TRvutn7sCcJpfGe3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zGeFefIGuwmQlwz6TRvutn7sCcJpfGe3 > .row > .video-iframe-container { display: none; }#zGeFefIGuwmQlwz6TRvutn7sCcJpfGe3 > .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); }#zGeFefIGuwmQlwz6TRvutn7sCcJpfGe3 > .row .container { border-width: 0; border-radius: 0; }#zGeFefIGuwmQlwz6TRvutn7sCcJpfGe3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zGeFefIGuwmQlwz6TRvutn7sCcJpfGe3 > .row .container { font-size:0.875rem;font-family:arial;height:23.875rem;width:75rem;position:relative;display:block; }#PaAQdHZaou9fuKO3BMgVQzGt6hsBSsW5 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),0);background-image:url("https://images.assets-landingi.com/uc/5aa10f84-5d13-43c2-a354-03184bef35ab/azienka4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.5625rem rgba(0,0,0,0.5) ;height:22.5rem;width:18.75rem;top:0rem;left:2.5rem;display:block; }#PaAQdHZaou9fuKO3BMgVQzGt6hsBSsW5.adaptive-delivery-prevent-bg, #PaAQdHZaou9fuKO3BMgVQzGt6hsBSsW5.lazyload, #PaAQdHZaou9fuKO3BMgVQzGt6hsBSsW5.lazyloading { background-image: none; }
#yy3C1anP7a3KV8Ccf6anNyHOMZmCJfAi { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),0);background-image:url("https://images.assets-landingi.com/uc/57431a24-b058-4887-a89b-82c6b4d4381b/azienka5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.5rem rgba(0,0,0,0.5) ;height:22.5rem;width:18.75rem;top:0rem;left:28.125rem;display:block; }#yy3C1anP7a3KV8Ccf6anNyHOMZmCJfAi.adaptive-delivery-prevent-bg, #yy3C1anP7a3KV8Ccf6anNyHOMZmCJfAi.lazyload, #yy3C1anP7a3KV8Ccf6anNyHOMZmCJfAi.lazyloading { background-image: none; }
#KSn04SXm3Bsu0J6iJQZGQ84nrRXkkmsV { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-0),0);background-image:url("https://images.assets-landingi.com/uc/4c116a46-a2e8-4f29-8229-d4e062ff18ee/azienka3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.5rem rgba(0,0,0,0.5) ;height:22.5rem;width:18.75rem;top:0rem;left:53.75rem;display:block; }#KSn04SXm3Bsu0J6iJQZGQ84nrRXkkmsV.adaptive-delivery-prevent-bg, #KSn04SXm3Bsu0J6iJQZGQ84nrRXkkmsV.lazyload, #KSn04SXm3Bsu0J6iJQZGQ84nrRXkkmsV.lazyloading { background-image: none; }
#Zu2r0mBOR5nnBAeM9p2XI2hkpsliQwWD { 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; }#Zu2r0mBOR5nnBAeM9p2XI2hkpsliQwWD > .row .container { background-color: transparent; background-image: none; }#Zu2r0mBOR5nnBAeM9p2XI2hkpsliQwWD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zu2r0mBOR5nnBAeM9p2XI2hkpsliQwWD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zu2r0mBOR5nnBAeM9p2XI2hkpsliQwWD > .row .container > .video-iframe-container { display: none; }#Zu2r0mBOR5nnBAeM9p2XI2hkpsliQwWD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zu2r0mBOR5nnBAeM9p2XI2hkpsliQwWD > .row > .video-iframe-container { display: none; }#Zu2r0mBOR5nnBAeM9p2XI2hkpsliQwWD > .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); }#Zu2r0mBOR5nnBAeM9p2XI2hkpsliQwWD > .row .container { border-width: 0; border-radius: 0; }#Zu2r0mBOR5nnBAeM9p2XI2hkpsliQwWD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zu2r0mBOR5nnBAeM9p2XI2hkpsliQwWD > .row .container { font-size:0.875rem;font-family:arial;height:23.875rem;width:75rem;position:relative;display:block; }#EAzmLdm4aWZflbfg1FlxXwnW0zxx6bJe { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),0);background-image:url("https://images.assets-landingi.com/uc/eb76ec84-d361-4656-a2c9-3a4a2613ccf8/azienka2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.5625rem rgba(0,0,0,0.5) ;height:22.5rem;width:18.75rem;top:0rem;left:2.5rem;display:block; }#EAzmLdm4aWZflbfg1FlxXwnW0zxx6bJe.adaptive-delivery-prevent-bg, #EAzmLdm4aWZflbfg1FlxXwnW0zxx6bJe.lazyload, #EAzmLdm4aWZflbfg1FlxXwnW0zxx6bJe.lazyloading { background-image: none; }
#TzKKViADAFsMisDXQOKvAePwI0U7ZEwl { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),0);background-image:url("https://images.assets-landingi.com/uc/3d32678b-1c91-4d45-b74d-ed146ad0bc4d/483884445_1171317441002713_6941127614966335155_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.5rem rgba(0,0,0,0.5) ;height:22.5rem;width:18.75rem;top:0rem;left:28.125rem;display:block; }#TzKKViADAFsMisDXQOKvAePwI0U7ZEwl.adaptive-delivery-prevent-bg, #TzKKViADAFsMisDXQOKvAePwI0U7ZEwl.lazyload, #TzKKViADAFsMisDXQOKvAePwI0U7ZEwl.lazyloading { background-image: none; }
#RKkDGmyhxgS4LDqA6nk7H7hxxFJAQNlx { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-0),0);background-image:url("https://images.assets-landingi.com/uc/d63eec8d-d9e4-4b4f-b362-28c8609b231f/499734634_1233887701412353_8118235885208331181_n.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.5rem rgba(0,0,0,0.5) ;height:22.5rem;width:18.75rem;top:0rem;left:53.75rem;display:block; }#RKkDGmyhxgS4LDqA6nk7H7hxxFJAQNlx.adaptive-delivery-prevent-bg, #RKkDGmyhxgS4LDqA6nk7H7hxxFJAQNlx.lazyload, #RKkDGmyhxgS4LDqA6nk7H7hxxFJAQNlx.lazyloading { background-image: none; }
#CRdxnNJAhySm8GORTkLZTSV4WVFkd0xU { 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; }#CRdxnNJAhySm8GORTkLZTSV4WVFkd0xU > .row .container { background-color: transparent; background-image: none; }#CRdxnNJAhySm8GORTkLZTSV4WVFkd0xU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CRdxnNJAhySm8GORTkLZTSV4WVFkd0xU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CRdxnNJAhySm8GORTkLZTSV4WVFkd0xU > .row .container > .video-iframe-container { display: none; }#CRdxnNJAhySm8GORTkLZTSV4WVFkd0xU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CRdxnNJAhySm8GORTkLZTSV4WVFkd0xU > .row > .video-iframe-container { display: none; }#CRdxnNJAhySm8GORTkLZTSV4WVFkd0xU > .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); }#CRdxnNJAhySm8GORTkLZTSV4WVFkd0xU > .row .container { border-width: 0; border-radius: 0; }#CRdxnNJAhySm8GORTkLZTSV4WVFkd0xU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CRdxnNJAhySm8GORTkLZTSV4WVFkd0xU > .row .container { font-size:0.875rem;font-family:arial;height:23.875rem;width:75rem;position:relative;display:block; }#Wrn4kOPmRyfpgTmBDK3xDAnvHPzvoDT2 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),0);background-image:url("https://images.assets-landingi.com/uc/b8bcc66e-4ba8-462a-be58-1f09106fedab/JaskolkaApt2PG_220712_251.crop_1176x1706_0,0.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.5625rem rgba(0,0,0,0.5) ;height:22.5rem;width:18.75rem;top:0rem;left:2.5rem;display:block; }#Wrn4kOPmRyfpgTmBDK3xDAnvHPzvoDT2.adaptive-delivery-prevent-bg, #Wrn4kOPmRyfpgTmBDK3xDAnvHPzvoDT2.lazyload, #Wrn4kOPmRyfpgTmBDK3xDAnvHPzvoDT2.lazyloading { background-image: none; }
#KKTqJil0vxZpOeqSUBqkw4kCbtykf0gD { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),0);background-image:url("https://images.assets-landingi.com/uc/32d0653d-952b-46b7-b770-48e716d2d277/azienka6.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.5rem rgba(0,0,0,0.5) ;height:22.5rem;width:18.75rem;top:0rem;left:28.125rem;display:block; }#KKTqJil0vxZpOeqSUBqkw4kCbtykf0gD.adaptive-delivery-prevent-bg, #KKTqJil0vxZpOeqSUBqkw4kCbtykf0gD.lazyload, #KKTqJil0vxZpOeqSUBqkw4kCbtykf0gD.lazyloading { background-image: none; }
#EKUcs0Vfn8U205e7KtybO815z7Fo9fp3 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-0),0);background-image:url("https://images.assets-landingi.com/uc/5415f22c-1605-4924-ae40-c2771b37fb16/azienka7.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.5rem rgba(0,0,0,0.5) ;height:22.5rem;width:18.75rem;top:0rem;left:53.75rem;display:block; }#EKUcs0Vfn8U205e7KtybO815z7Fo9fp3.adaptive-delivery-prevent-bg, #EKUcs0Vfn8U205e7KtybO815z7Fo9fp3.lazyload, #EKUcs0Vfn8U205e7KtybO815z7Fo9fp3.lazyloading { background-image: none; }
#IzR7hX94ETpVpyZeqOz95EsH77kbwIqr { 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; }#IzR7hX94ETpVpyZeqOz95EsH77kbwIqr > .row .container { background-color: transparent; background-image: none; }#IzR7hX94ETpVpyZeqOz95EsH77kbwIqr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IzR7hX94ETpVpyZeqOz95EsH77kbwIqr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IzR7hX94ETpVpyZeqOz95EsH77kbwIqr > .row .container > .video-iframe-container { display: none; }#IzR7hX94ETpVpyZeqOz95EsH77kbwIqr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IzR7hX94ETpVpyZeqOz95EsH77kbwIqr > .row > .video-iframe-container { display: none; }#IzR7hX94ETpVpyZeqOz95EsH77kbwIqr > .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); }#IzR7hX94ETpVpyZeqOz95EsH77kbwIqr > .row .container { border-width: 0; border-radius: 0; }#IzR7hX94ETpVpyZeqOz95EsH77kbwIqr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IzR7hX94ETpVpyZeqOz95EsH77kbwIqr > .row .container { font-size:0.875rem;font-family:arial;height:23.875rem;width:75rem;position:relative;display:block; }#B6ybzK5iOQJl2iKxal7eeP2GnBqfBErA { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),0);background-image:url("https://images.assets-landingi.com/uc/e7a20568-d3ed-4587-aa91-d8d566377e32/azienka15.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.5625rem rgba(0,0,0,0.5) ;height:22.5rem;width:18.75rem;top:0rem;left:2.5rem;display:block; }#B6ybzK5iOQJl2iKxal7eeP2GnBqfBErA.adaptive-delivery-prevent-bg, #B6ybzK5iOQJl2iKxal7eeP2GnBqfBErA.lazyload, #B6ybzK5iOQJl2iKxal7eeP2GnBqfBErA.lazyloading { background-image: none; }
#ag4sK1O7u8A5aSzGMigkyKXt6flgKCn8 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),0);background-image:url("https://images.assets-landingi.com/uc/7f5d5b21-16ff-40a2-967d-dbe28744bea7/azienka12.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.5rem rgba(0,0,0,0.5) ;height:22.5rem;width:18.75rem;top:0rem;left:28.125rem;display:block; }#ag4sK1O7u8A5aSzGMigkyKXt6flgKCn8.adaptive-delivery-prevent-bg, #ag4sK1O7u8A5aSzGMigkyKXt6flgKCn8.lazyload, #ag4sK1O7u8A5aSzGMigkyKXt6flgKCn8.lazyloading { background-image: none; }
#iI8kAKLv85gXUM2T4DhZ5cxgysTLDQn8 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-0),0);background-image:url("https://images.assets-landingi.com/uc/bf489d79-d11e-4470-b20a-333c91d3c7e1/azienka14.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.5rem rgba(0,0,0,0.5) ;height:22.5rem;width:18.75rem;top:0rem;left:53.75rem;display:block; }#iI8kAKLv85gXUM2T4DhZ5cxgysTLDQn8.adaptive-delivery-prevent-bg, #iI8kAKLv85gXUM2T4DhZ5cxgysTLDQn8.lazyload, #iI8kAKLv85gXUM2T4DhZ5cxgysTLDQn8.lazyloading { background-image: none; }
#kBp9izd9tQafzRE7kGgDlT7JAVkF9l56 { 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; }#kBp9izd9tQafzRE7kGgDlT7JAVkF9l56 > .row .container { background-color: transparent; background-image: none; }#kBp9izd9tQafzRE7kGgDlT7JAVkF9l56::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBp9izd9tQafzRE7kGgDlT7JAVkF9l56 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBp9izd9tQafzRE7kGgDlT7JAVkF9l56 > .row .container > .video-iframe-container { display: none; }#kBp9izd9tQafzRE7kGgDlT7JAVkF9l56 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBp9izd9tQafzRE7kGgDlT7JAVkF9l56 > .row > .video-iframe-container { display: none; }#kBp9izd9tQafzRE7kGgDlT7JAVkF9l56 > .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); }#kBp9izd9tQafzRE7kGgDlT7JAVkF9l56 > .row .container { border-width: 0; border-radius: 0; }#kBp9izd9tQafzRE7kGgDlT7JAVkF9l56 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kBp9izd9tQafzRE7kGgDlT7JAVkF9l56 > .row .container { font-size:0.875rem;font-family:arial;height:23.875rem;width:75rem;position:relative;display:block; }#o2hyEvORSuft1c0ztPbZcINCSDg44EWb { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),0);background-image:url("https://images.assets-landingi.com/uc/8c683080-af10-422a-b7f2-78d32f402c1b/azienka13.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.5625rem rgba(0,0,0,0.5) ;height:22.5rem;width:18.75rem;top:0rem;left:2.5rem;display:block; }#o2hyEvORSuft1c0ztPbZcINCSDg44EWb.adaptive-delivery-prevent-bg, #o2hyEvORSuft1c0ztPbZcINCSDg44EWb.lazyload, #o2hyEvORSuft1c0ztPbZcINCSDg44EWb.lazyloading { background-image: none; }
#Mtu3N9THAvl8dCfE29e6RIh5IsPWTIT1 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),0);background-image:url("https://images.assets-landingi.com/uc/58d2f4b7-48be-4411-b3c4-3226b594c59a/azienka11.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.5rem rgba(0,0,0,0.5) ;height:22.5rem;width:18.75rem;top:0rem;left:28.125rem;display:block; }#Mtu3N9THAvl8dCfE29e6RIh5IsPWTIT1.adaptive-delivery-prevent-bg, #Mtu3N9THAvl8dCfE29e6RIh5IsPWTIT1.lazyload, #Mtu3N9THAvl8dCfE29e6RIh5IsPWTIT1.lazyloading { background-image: none; }
#fiXpU6dCM2zbXZuMnTtV6W13mgdt1eLA { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-0),0);background-image:url("https://images.assets-landingi.com/uc/535c3904-8ea4-4970-a0ce-03d113bce738/azienka8.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.5rem rgba(0,0,0,0.5) ;height:22.5rem;width:18.75rem;top:0rem;left:53.75rem;display:block; }#fiXpU6dCM2zbXZuMnTtV6W13mgdt1eLA.adaptive-delivery-prevent-bg, #fiXpU6dCM2zbXZuMnTtV6W13mgdt1eLA.lazyload, #fiXpU6dCM2zbXZuMnTtV6W13mgdt1eLA.lazyloading { background-image: none; }
#MeOpfTqTtTTIPTeuxCbTwflF4wMWvJ3T { 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; }#MeOpfTqTtTTIPTeuxCbTwflF4wMWvJ3T > .row .container { background-color: transparent; background-image: none; }#MeOpfTqTtTTIPTeuxCbTwflF4wMWvJ3T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MeOpfTqTtTTIPTeuxCbTwflF4wMWvJ3T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MeOpfTqTtTTIPTeuxCbTwflF4wMWvJ3T > .row .container > .video-iframe-container { display: none; }#MeOpfTqTtTTIPTeuxCbTwflF4wMWvJ3T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MeOpfTqTtTTIPTeuxCbTwflF4wMWvJ3T > .row > .video-iframe-container { display: none; }#MeOpfTqTtTTIPTeuxCbTwflF4wMWvJ3T > .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); }#MeOpfTqTtTTIPTeuxCbTwflF4wMWvJ3T > .row .container { border-width: 0; border-radius: 0; }#MeOpfTqTtTTIPTeuxCbTwflF4wMWvJ3T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MeOpfTqTtTTIPTeuxCbTwflF4wMWvJ3T > .row .container { font-size:0.875rem;font-family:arial;height:23.875rem;width:75rem;position:relative;display:block; }#XLaE19xZUOM9q5L6sElMQILFbfhUAWzT { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),0);background-image:url("https://images.assets-landingi.com/uc/3be717e8-d21a-4380-bc92-6209bb19860e/azienka9.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.5625rem rgba(0,0,0,0.5) ;height:22.5rem;width:18.75rem;top:0rem;left:2.5rem;display:block; }#XLaE19xZUOM9q5L6sElMQILFbfhUAWzT.adaptive-delivery-prevent-bg, #XLaE19xZUOM9q5L6sElMQILFbfhUAWzT.lazyload, #XLaE19xZUOM9q5L6sElMQILFbfhUAWzT.lazyloading { background-image: none; }
#OfUmmCot5nuSkaCqUbfy3V0WX77LbOWO { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),0);background-image:url("https://images.assets-landingi.com/uc/783e33fa-8ee6-43c0-85e7-658e0cb229a1/azienka10.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.5rem rgba(0,0,0,0.5) ;height:22.5rem;width:18.75rem;top:0rem;left:28.125rem;display:block; }#OfUmmCot5nuSkaCqUbfy3V0WX77LbOWO.adaptive-delivery-prevent-bg, #OfUmmCot5nuSkaCqUbfy3V0WX77LbOWO.lazyload, #OfUmmCot5nuSkaCqUbfy3V0WX77LbOWO.lazyloading { background-image: none; }
#RlQ17CK6JFuWi1zAMCbT02V0a0G9PVt6 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-0),0);background-image:url("https://images.assets-landingi.com/uc/deb0a639-43c3-49ab-b2a2-686e986f86c9/500638728_1233887654745691_6449382736142010739_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.5rem rgba(0,0,0,0.5) ;height:22.5rem;width:18.75rem;top:0rem;left:53.75rem;display:block; }#RlQ17CK6JFuWi1zAMCbT02V0a0G9PVt6.adaptive-delivery-prevent-bg, #RlQ17CK6JFuWi1zAMCbT02V0a0G9PVt6.lazyload, #RlQ17CK6JFuWi1zAMCbT02V0a0G9PVt6.lazyloading { background-image: none; }
#nHBH0SA9hMhaaZt0tP6SkC9eOsdGP5yO { 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; }#nHBH0SA9hMhaaZt0tP6SkC9eOsdGP5yO > .row .container { background-color: transparent; background-image: none; }#nHBH0SA9hMhaaZt0tP6SkC9eOsdGP5yO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nHBH0SA9hMhaaZt0tP6SkC9eOsdGP5yO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nHBH0SA9hMhaaZt0tP6SkC9eOsdGP5yO > .row .container > .video-iframe-container { display: none; }#nHBH0SA9hMhaaZt0tP6SkC9eOsdGP5yO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nHBH0SA9hMhaaZt0tP6SkC9eOsdGP5yO > .row > .video-iframe-container { display: none; }#nHBH0SA9hMhaaZt0tP6SkC9eOsdGP5yO > .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); }#nHBH0SA9hMhaaZt0tP6SkC9eOsdGP5yO > .row .container { border-width: 0; border-radius: 0; }#nHBH0SA9hMhaaZt0tP6SkC9eOsdGP5yO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nHBH0SA9hMhaaZt0tP6SkC9eOsdGP5yO > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#Jq2ZfZ27cAPD6vwxaLXVT777xSIpeAHy { color:#000000;display:block;width:64.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:0.95000076293944rem;left:8.8125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#KhL7mA7KSV2MyBL5Lh1QHOwDPtZMbMlI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.8125rem;left:25.187498092651rem; }
#TFhNCERRkmUTLzB0Vn8kTwtup5VBdFfF { 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; }#TFhNCERRkmUTLzB0Vn8kTwtup5VBdFfF > .row .container { background-color: transparent; background-image: none; }#TFhNCERRkmUTLzB0Vn8kTwtup5VBdFfF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFhNCERRkmUTLzB0Vn8kTwtup5VBdFfF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFhNCERRkmUTLzB0Vn8kTwtup5VBdFfF > .row .container > .video-iframe-container { display: none; }#TFhNCERRkmUTLzB0Vn8kTwtup5VBdFfF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFhNCERRkmUTLzB0Vn8kTwtup5VBdFfF > .row > .video-iframe-container { display: none; }#TFhNCERRkmUTLzB0Vn8kTwtup5VBdFfF > .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); }#TFhNCERRkmUTLzB0Vn8kTwtup5VBdFfF > .row .container { border-width: 0; border-radius: 0; }#TFhNCERRkmUTLzB0Vn8kTwtup5VBdFfF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TFhNCERRkmUTLzB0Vn8kTwtup5VBdFfF > .row .container { font-size:0.875rem;font-family:arial;height:24.4375rem;width:75rem;position:relative;display:block; }#JlMpEIzLVXmxbnguySxtTH4zX5wu00VE { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),0);background-image:url("https://images.assets-landingi.com/uc/278eea25-86b6-4696-b8df-55d227327093/481817461_1171318067669317_2739838556933498530_n.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.5625rem rgba(0,0,0,0.5) ;height:22.5rem;width:18.75rem;top:0rem;left:2.5rem;display:block; }#JlMpEIzLVXmxbnguySxtTH4zX5wu00VE.adaptive-delivery-prevent-bg, #JlMpEIzLVXmxbnguySxtTH4zX5wu00VE.lazyload, #JlMpEIzLVXmxbnguySxtTH4zX5wu00VE.lazyloading { background-image: none; }
#rrrUGDLtQKxZipB1cC2MFzrJmVGhVi4Q { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),0);background-image:url("https://images.assets-landingi.com/uc/36a6c8ff-cb72-420b-8ece-bb872f885618/483489806_1171315131002944_8975923488980515532_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.5rem rgba(0,0,0,0.5) ;height:22.5rem;width:18.75rem;top:0rem;left:28.125rem;display:block; }#rrrUGDLtQKxZipB1cC2MFzrJmVGhVi4Q.adaptive-delivery-prevent-bg, #rrrUGDLtQKxZipB1cC2MFzrJmVGhVi4Q.lazyload, #rrrUGDLtQKxZipB1cC2MFzrJmVGhVi4Q.lazyloading { background-image: none; }
#VHAx0nWLGPJv9NFNo32JhPONFhEVCbyd { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-0),0);background-image:url("https://images.assets-landingi.com/uc/c113636c-84a1-4079-8615-d9e8ce82b3b8/483481240_1171320707669053_664568732516445394_n.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.5rem rgba(0,0,0,0.5) ;height:22.5rem;width:18.75rem;top:0rem;left:53.75rem;display:block; }#VHAx0nWLGPJv9NFNo32JhPONFhEVCbyd.adaptive-delivery-prevent-bg, #VHAx0nWLGPJv9NFNo32JhPONFhEVCbyd.lazyload, #VHAx0nWLGPJv9NFNo32JhPONFhEVCbyd.lazyloading { background-image: none; }
#W5nQkwHLVAWHXPI7ssVRZqsS4BWBWbgW { 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; }#W5nQkwHLVAWHXPI7ssVRZqsS4BWBWbgW > .row .container { background-color: transparent; background-image: none; }#W5nQkwHLVAWHXPI7ssVRZqsS4BWBWbgW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5nQkwHLVAWHXPI7ssVRZqsS4BWBWbgW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5nQkwHLVAWHXPI7ssVRZqsS4BWBWbgW > .row .container > .video-iframe-container { display: none; }#W5nQkwHLVAWHXPI7ssVRZqsS4BWBWbgW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5nQkwHLVAWHXPI7ssVRZqsS4BWBWbgW > .row > .video-iframe-container { display: none; }#W5nQkwHLVAWHXPI7ssVRZqsS4BWBWbgW > .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); }#W5nQkwHLVAWHXPI7ssVRZqsS4BWBWbgW > .row .container { border-width: 0; border-radius: 0; }#W5nQkwHLVAWHXPI7ssVRZqsS4BWBWbgW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W5nQkwHLVAWHXPI7ssVRZqsS4BWBWbgW > .row .container { font-size:0.875rem;font-family:arial;height:24.4375rem;width:75rem;position:relative;display:block; }#KAB9UbhudsWb3awNqZMqnsBuIQQH6D0n { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),0);background-image:url("https://images.assets-landingi.com/uc/6222319c-4750-443d-b19c-5364484397a5/Kuchnia1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.5625rem rgba(0,0,0,0.5) ;height:22.5rem;width:18.75rem;top:0rem;left:2.5rem;display:block; }#KAB9UbhudsWb3awNqZMqnsBuIQQH6D0n.adaptive-delivery-prevent-bg, #KAB9UbhudsWb3awNqZMqnsBuIQQH6D0n.lazyload, #KAB9UbhudsWb3awNqZMqnsBuIQQH6D0n.lazyloading { background-image: none; }
#zaQ01P147p0cdZcWTAJsMTx6oFUraLqD { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),0);background-image:url("https://images.assets-landingi.com/uc/8e17fde0-787f-48c8-b09d-628dbfa24aa1/Kuchnia3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.5rem rgba(0,0,0,0.5) ;height:22.5rem;width:18.75rem;top:0rem;left:28.125rem;display:block; }#zaQ01P147p0cdZcWTAJsMTx6oFUraLqD.adaptive-delivery-prevent-bg, #zaQ01P147p0cdZcWTAJsMTx6oFUraLqD.lazyload, #zaQ01P147p0cdZcWTAJsMTx6oFUraLqD.lazyloading { background-image: none; }
#q5Bwg7be4DiE2DNvNw8z0on7gNk4xPn7 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-0),0);background-image:url("https://images.assets-landingi.com/uc/0fe234cb-8e64-4844-9d4e-bee500e6e429/Kuchnia4.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.5rem rgba(0,0,0,0.5) ;height:22.5rem;width:18.75rem;top:0rem;left:53.75rem;display:block; }#q5Bwg7be4DiE2DNvNw8z0on7gNk4xPn7.adaptive-delivery-prevent-bg, #q5Bwg7be4DiE2DNvNw8z0on7gNk4xPn7.lazyload, #q5Bwg7be4DiE2DNvNw8z0on7gNk4xPn7.lazyloading { background-image: none; }
#uXdc0vWpKsItn0cylsD5qOUpvg3cbKuc { 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; }#uXdc0vWpKsItn0cylsD5qOUpvg3cbKuc > .row .container { background-color: transparent; background-image: none; }#uXdc0vWpKsItn0cylsD5qOUpvg3cbKuc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXdc0vWpKsItn0cylsD5qOUpvg3cbKuc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXdc0vWpKsItn0cylsD5qOUpvg3cbKuc > .row .container > .video-iframe-container { display: none; }#uXdc0vWpKsItn0cylsD5qOUpvg3cbKuc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXdc0vWpKsItn0cylsD5qOUpvg3cbKuc > .row > .video-iframe-container { display: none; }#uXdc0vWpKsItn0cylsD5qOUpvg3cbKuc > .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); }#uXdc0vWpKsItn0cylsD5qOUpvg3cbKuc > .row .container { border-width: 0; border-radius: 0; }#uXdc0vWpKsItn0cylsD5qOUpvg3cbKuc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uXdc0vWpKsItn0cylsD5qOUpvg3cbKuc > .row .container { font-size:0.875rem;font-family:arial;height:24.4375rem;width:75rem;position:relative;display:block; }#tTGsc36Loek2iXEGNT79oKpD6BWi6dHK { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),0);background-image:url("https://images.assets-landingi.com/uc/bf283efb-dd72-4ca9-a70c-74462c88da45/Kuchnia5.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.5625rem rgba(0,0,0,0.5) ;height:22.5rem;width:18.75rem;top:0rem;left:2.5rem;display:block; }#tTGsc36Loek2iXEGNT79oKpD6BWi6dHK.adaptive-delivery-prevent-bg, #tTGsc36Loek2iXEGNT79oKpD6BWi6dHK.lazyload, #tTGsc36Loek2iXEGNT79oKpD6BWi6dHK.lazyloading { background-image: none; }
#Xf1P02aIzaOzW2E2okLx5Ehwn3mvA0Tc { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),0);background-image:url("https://images.assets-landingi.com/uc/7a0c9577-4ea4-4045-822a-98a4697aada3/Kuchnia6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.5rem rgba(0,0,0,0.5) ;height:22.5rem;width:18.75rem;top:0rem;left:28.125rem;display:block; }#Xf1P02aIzaOzW2E2okLx5Ehwn3mvA0Tc.adaptive-delivery-prevent-bg, #Xf1P02aIzaOzW2E2okLx5Ehwn3mvA0Tc.lazyload, #Xf1P02aIzaOzW2E2okLx5Ehwn3mvA0Tc.lazyloading { background-image: none; }
#rXQrbsWpsSeg9ZVvKTVGMRHLCQApeKcc { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-0),0);background-image:url("https://images.assets-landingi.com/uc/46797524-9adb-46d7-8c2d-425a64e7e22e/476834397_1148869309914193_8781935759073718061_n.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.5rem rgba(0,0,0,0.5) ;height:22.5rem;width:18.75rem;top:0rem;left:53.75rem;display:block; }#rXQrbsWpsSeg9ZVvKTVGMRHLCQApeKcc.adaptive-delivery-prevent-bg, #rXQrbsWpsSeg9ZVvKTVGMRHLCQApeKcc.lazyload, #rXQrbsWpsSeg9ZVvKTVGMRHLCQApeKcc.lazyloading { background-image: none; }
#kfzUHH9liZOGXyycqNEBou0Zc72hufQx { 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; }#kfzUHH9liZOGXyycqNEBou0Zc72hufQx > .row .container { background-color: transparent; background-image: none; }#kfzUHH9liZOGXyycqNEBou0Zc72hufQx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kfzUHH9liZOGXyycqNEBou0Zc72hufQx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kfzUHH9liZOGXyycqNEBou0Zc72hufQx > .row .container > .video-iframe-container { display: none; }#kfzUHH9liZOGXyycqNEBou0Zc72hufQx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kfzUHH9liZOGXyycqNEBou0Zc72hufQx > .row > .video-iframe-container { display: none; }#kfzUHH9liZOGXyycqNEBou0Zc72hufQx > .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); }#kfzUHH9liZOGXyycqNEBou0Zc72hufQx > .row .container { border-width: 0; border-radius: 0; }#kfzUHH9liZOGXyycqNEBou0Zc72hufQx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kfzUHH9liZOGXyycqNEBou0Zc72hufQx > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#lfOrHyAJbb8a1ulnAvNQZKTcRXg5Ofcq { color:#000000;display:block;width:64.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:0.95000076293944rem;left:8.8125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zkeu8dg2X65eHaIAQU8ZCEEDsb6QoiNd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.62501144409181rem;left:19.6875rem; }
#ruGSkhA8Sb2oa4WIiGKCdTkuvxzNvkcF { 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; }#ruGSkhA8Sb2oa4WIiGKCdTkuvxzNvkcF > .row .container { background-color: transparent; background-image: none; }#ruGSkhA8Sb2oa4WIiGKCdTkuvxzNvkcF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruGSkhA8Sb2oa4WIiGKCdTkuvxzNvkcF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruGSkhA8Sb2oa4WIiGKCdTkuvxzNvkcF > .row .container > .video-iframe-container { display: none; }#ruGSkhA8Sb2oa4WIiGKCdTkuvxzNvkcF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruGSkhA8Sb2oa4WIiGKCdTkuvxzNvkcF > .row > .video-iframe-container { display: none; }#ruGSkhA8Sb2oa4WIiGKCdTkuvxzNvkcF > .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); }#ruGSkhA8Sb2oa4WIiGKCdTkuvxzNvkcF > .row .container { border-width: 0; border-radius: 0; }#ruGSkhA8Sb2oa4WIiGKCdTkuvxzNvkcF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ruGSkhA8Sb2oa4WIiGKCdTkuvxzNvkcF > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#w0B0T8OClThTBz5EuzU1J1Ir3tTdZyCI { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),0);background-image:url("https://images.assets-landingi.com/uc/bc514940-239d-47f4-9961-06bbfd127625/unnamed23.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.5625rem rgba(0,0,0,0.5) ;height:22.5rem;width:18.75rem;top:0rem;left:2.5rem;display:block; }#w0B0T8OClThTBz5EuzU1J1Ir3tTdZyCI.adaptive-delivery-prevent-bg, #w0B0T8OClThTBz5EuzU1J1Ir3tTdZyCI.lazyload, #w0B0T8OClThTBz5EuzU1J1Ir3tTdZyCI.lazyloading { background-image: none; }
#GA1nXCAn7ZKdZwmuRyqocyGyKWMsoym8 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),0);background-image:url("https://images.assets-landingi.com/uc/62e0cf9d-58bb-4330-b7c3-f68ba8f6403e/sypialnia2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.5rem rgba(0,0,0,0.5) ;height:22.5rem;width:18.75rem;top:0rem;left:28.125rem;display:block; }#GA1nXCAn7ZKdZwmuRyqocyGyKWMsoym8.adaptive-delivery-prevent-bg, #GA1nXCAn7ZKdZwmuRyqocyGyKWMsoym8.lazyload, #GA1nXCAn7ZKdZwmuRyqocyGyKWMsoym8.lazyloading { background-image: none; }
#BHonDIJ4QAclnyO6B8vitTu8uGSE8GUH { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-0),0);background-image:url("https://images.assets-landingi.com/uc/90c1dad2-41e2-4745-b9ba-fa525425ec55/WSPOLNEPG_220712_006.crop_1176x1706_0,0.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.5rem rgba(0,0,0,0.5) ;height:22.5rem;width:18.75rem;top:0rem;left:53.75rem;display:block; }#BHonDIJ4QAclnyO6B8vitTu8uGSE8GUH.adaptive-delivery-prevent-bg, #BHonDIJ4QAclnyO6B8vitTu8uGSE8GUH.lazyload, #BHonDIJ4QAclnyO6B8vitTu8uGSE8GUH.lazyloading { background-image: none; }
#BGlExpQkXJGWA7MH9TcgS7oaNpky768p { 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; }#BGlExpQkXJGWA7MH9TcgS7oaNpky768p > .row .container { background-color: transparent; background-image: none; }#BGlExpQkXJGWA7MH9TcgS7oaNpky768p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BGlExpQkXJGWA7MH9TcgS7oaNpky768p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BGlExpQkXJGWA7MH9TcgS7oaNpky768p > .row .container > .video-iframe-container { display: none; }#BGlExpQkXJGWA7MH9TcgS7oaNpky768p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BGlExpQkXJGWA7MH9TcgS7oaNpky768p > .row > .video-iframe-container { display: none; }#BGlExpQkXJGWA7MH9TcgS7oaNpky768p > .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); }#BGlExpQkXJGWA7MH9TcgS7oaNpky768p > .row .container { border-width: 0; border-radius: 0; }#BGlExpQkXJGWA7MH9TcgS7oaNpky768p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BGlExpQkXJGWA7MH9TcgS7oaNpky768p > .row .container { font-size:0.875rem;font-family:arial;height:24.6875rem;width:75rem;position:relative;display:block; }#Chxb8tsFbCuxhunxdru7DXaLaeNIK9F6 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),0);background-image:url("https://images.assets-landingi.com/uc/38421d3f-93f0-4045-9813-7ae7ca9b73cc/Sypialnia1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.5rem rgba(0,0,0,0.5) ;height:22.5rem;width:18.75rem;top:0rem;left:2.5rem;display:block; }#Chxb8tsFbCuxhunxdru7DXaLaeNIK9F6.adaptive-delivery-prevent-bg, #Chxb8tsFbCuxhunxdru7DXaLaeNIK9F6.lazyload, #Chxb8tsFbCuxhunxdru7DXaLaeNIK9F6.lazyloading { background-image: none; }
#RomNC4qJA8RAetTDwMmgNV7iglGivEDA { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),0);background-image:url("https://images.assets-landingi.com/uc/73d2dde8-49cf-47ed-853f-2700fbab2ecb/483910773_1171320444335746_4794458675379119018_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.5rem rgba(0,0,0,0.5) ;height:22.5rem;width:18.75rem;top:0rem;left:28.125rem;display:block; }#RomNC4qJA8RAetTDwMmgNV7iglGivEDA.adaptive-delivery-prevent-bg, #RomNC4qJA8RAetTDwMmgNV7iglGivEDA.lazyload, #RomNC4qJA8RAetTDwMmgNV7iglGivEDA.lazyloading { background-image: none; }
#LnsncKLvJfJkbtauE3zUxcSSP4vrvScF { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/bf9e7a84-8d00-4fdb-95fc-d1519f3e33ce/Sypilania3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.5rem rgba(0,0,0,0.5) ;height:22.5rem;width:18.75rem;top:0rem;left:53.75rem;display:block; }#LnsncKLvJfJkbtauE3zUxcSSP4vrvScF.adaptive-delivery-prevent-bg, #LnsncKLvJfJkbtauE3zUxcSSP4vrvScF.lazyload, #LnsncKLvJfJkbtauE3zUxcSSP4vrvScF.lazyloading { background-image: none; }
#RhB7dIf1H5hu61HLdDkXCzFW1LANxWEN { 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; }#RhB7dIf1H5hu61HLdDkXCzFW1LANxWEN > .row .container { background-color: transparent; background-image: none; }#RhB7dIf1H5hu61HLdDkXCzFW1LANxWEN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RhB7dIf1H5hu61HLdDkXCzFW1LANxWEN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RhB7dIf1H5hu61HLdDkXCzFW1LANxWEN > .row .container > .video-iframe-container { display: none; }#RhB7dIf1H5hu61HLdDkXCzFW1LANxWEN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RhB7dIf1H5hu61HLdDkXCzFW1LANxWEN > .row > .video-iframe-container { display: none; }#RhB7dIf1H5hu61HLdDkXCzFW1LANxWEN > .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); }#RhB7dIf1H5hu61HLdDkXCzFW1LANxWEN > .row .container { border-width: 0; border-radius: 0; }#RhB7dIf1H5hu61HLdDkXCzFW1LANxWEN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RhB7dIf1H5hu61HLdDkXCzFW1LANxWEN > .row .container { font-size:0.875rem;font-family:arial;height:24.6875rem;width:75rem;position:relative;display:block; }#wAszpZHMzF4cs3q5NnxXXt1x0nnME1ot { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),0);background-image:url("https://images.assets-landingi.com/uc/0488a4df-243d-45e5-bcb4-3153eda546b3/salon3.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.5rem rgba(0,0,0,0.5) ;height:22.5rem;width:18.75rem;top:0rem;left:2.5rem;display:block; }#wAszpZHMzF4cs3q5NnxXXt1x0nnME1ot.adaptive-delivery-prevent-bg, #wAszpZHMzF4cs3q5NnxXXt1x0nnME1ot.lazyload, #wAszpZHMzF4cs3q5NnxXXt1x0nnME1ot.lazyloading { background-image: none; }
#Dk9CUTPmUhf0lINtF8TZdaF3RbgkcESG { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),0);background-image:url("https://images.assets-landingi.com/uc/9ce494f0-ff32-4319-b1b1-66038eb0d2a3/salon2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.5rem rgba(0,0,0,0.5) ;height:22.5rem;width:18.75rem;top:0rem;left:28.125rem;display:block; }#Dk9CUTPmUhf0lINtF8TZdaF3RbgkcESG.adaptive-delivery-prevent-bg, #Dk9CUTPmUhf0lINtF8TZdaF3RbgkcESG.lazyload, #Dk9CUTPmUhf0lINtF8TZdaF3RbgkcESG.lazyloading { background-image: none; }
#wygqUfN5XITTPatq6BfrpwRItNMHrlaT { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/b7b349f5-08de-4c06-9384-6c8dc3349bc3/salon1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.5rem rgba(0,0,0,0.5) ;height:22.5rem;width:18.75rem;top:0rem;left:53.75rem;display:block; }#wygqUfN5XITTPatq6BfrpwRItNMHrlaT.adaptive-delivery-prevent-bg, #wygqUfN5XITTPatq6BfrpwRItNMHrlaT.lazyload, #wygqUfN5XITTPatq6BfrpwRItNMHrlaT.lazyloading { background-image: none; }
#L1bGG7ZaoT0FMxo32Gad33Hm3JhdLWvG { 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; }#L1bGG7ZaoT0FMxo32Gad33Hm3JhdLWvG > .row .container { background-color: transparent; background-image: none; }#L1bGG7ZaoT0FMxo32Gad33Hm3JhdLWvG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L1bGG7ZaoT0FMxo32Gad33Hm3JhdLWvG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L1bGG7ZaoT0FMxo32Gad33Hm3JhdLWvG > .row .container > .video-iframe-container { display: none; }#L1bGG7ZaoT0FMxo32Gad33Hm3JhdLWvG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L1bGG7ZaoT0FMxo32Gad33Hm3JhdLWvG > .row > .video-iframe-container { display: none; }#L1bGG7ZaoT0FMxo32Gad33Hm3JhdLWvG > .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); }#L1bGG7ZaoT0FMxo32Gad33Hm3JhdLWvG > .row .container { border-width: 0; border-radius: 0; }#L1bGG7ZaoT0FMxo32Gad33Hm3JhdLWvG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L1bGG7ZaoT0FMxo32Gad33Hm3JhdLWvG > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#pW7EgnFanM7glDiL5CbnbfvLDNQgBbOW { color:#000000;display:block;width:64.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:0.95000076293944rem;left:8.8125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Xl7f8E0Qm0hUScoIpOXo868IBeI7NEc3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.90624618530275rem;left:25.562498092651rem; }
#SPpXXwOwXkcsmHJfEAvAucVxbKrx96qR { 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; }#SPpXXwOwXkcsmHJfEAvAucVxbKrx96qR > .row .container { background-color: transparent; background-image: none; }#SPpXXwOwXkcsmHJfEAvAucVxbKrx96qR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SPpXXwOwXkcsmHJfEAvAucVxbKrx96qR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SPpXXwOwXkcsmHJfEAvAucVxbKrx96qR > .row .container > .video-iframe-container { display: none; }#SPpXXwOwXkcsmHJfEAvAucVxbKrx96qR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SPpXXwOwXkcsmHJfEAvAucVxbKrx96qR > .row > .video-iframe-container { display: none; }#SPpXXwOwXkcsmHJfEAvAucVxbKrx96qR > .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); }#SPpXXwOwXkcsmHJfEAvAucVxbKrx96qR > .row .container { border-width: 0; border-radius: 0; }#SPpXXwOwXkcsmHJfEAvAucVxbKrx96qR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SPpXXwOwXkcsmHJfEAvAucVxbKrx96qR > .row .container { font-size:0.875rem;font-family:arial;height:24.6875rem;width:75rem;position:relative;display:block; }#l8sQfflx6dZxsra9RGT54SqvefsOTDyF { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),0);background-image:url("https://images.assets-landingi.com/uc/50663ba2-c768-45b5-bf98-fab0c8a072d6/JerzykApt2PG_220711_326.crop_1176x1706_6,76.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.5rem rgba(0,0,0,0.5) ;height:22.5rem;width:18.75rem;top:0rem;left:2.5rem;display:block; }#l8sQfflx6dZxsra9RGT54SqvefsOTDyF.adaptive-delivery-prevent-bg, #l8sQfflx6dZxsra9RGT54SqvefsOTDyF.lazyload, #l8sQfflx6dZxsra9RGT54SqvefsOTDyF.lazyloading { background-image: none; }
#SXiOBw4tWTS9InBuONT7Z12fn9scS0cQ { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),0);background-image:url("https://images.assets-landingi.com/uc/f3caa823-ae1c-451b-834e-a18997b2e631/482058035_1171318301002627_7386419500649851540_n.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.5rem rgba(0,0,0,0.5) ;height:22.5rem;width:18.75rem;top:0rem;left:28.125rem;display:block; }#SXiOBw4tWTS9InBuONT7Z12fn9scS0cQ.adaptive-delivery-prevent-bg, #SXiOBw4tWTS9InBuONT7Z12fn9scS0cQ.lazyload, #SXiOBw4tWTS9InBuONT7Z12fn9scS0cQ.lazyloading { background-image: none; }
#NxKFp9TKTPTxTNO7fzsQFn2MaWfe3reB { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/9791e5c0-6035-4e14-8de6-551ef01e6f73/DSCF8363.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.5rem rgba(0,0,0,0.5) ;height:22.5rem;width:18.75rem;top:0rem;left:53.75rem;display:block; }#NxKFp9TKTPTxTNO7fzsQFn2MaWfe3reB.adaptive-delivery-prevent-bg, #NxKFp9TKTPTxTNO7fzsQFn2MaWfe3reB.lazyload, #NxKFp9TKTPTxTNO7fzsQFn2MaWfe3reB.lazyloading { background-image: none; }
#dZw2dbAdsgafSh2Ck2TO39ngde24nDIr { 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; }#dZw2dbAdsgafSh2Ck2TO39ngde24nDIr > .row .container { background-color: transparent; background-image: none; }#dZw2dbAdsgafSh2Ck2TO39ngde24nDIr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dZw2dbAdsgafSh2Ck2TO39ngde24nDIr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dZw2dbAdsgafSh2Ck2TO39ngde24nDIr > .row .container > .video-iframe-container { display: none; }#dZw2dbAdsgafSh2Ck2TO39ngde24nDIr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dZw2dbAdsgafSh2Ck2TO39ngde24nDIr > .row > .video-iframe-container { display: none; }#dZw2dbAdsgafSh2Ck2TO39ngde24nDIr > .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); }#dZw2dbAdsgafSh2Ck2TO39ngde24nDIr > .row .container { border-width: 0; border-radius: 0; }#dZw2dbAdsgafSh2Ck2TO39ngde24nDIr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dZw2dbAdsgafSh2Ck2TO39ngde24nDIr > .row .container { font-size:0.875rem;font-family:arial;height:24.6875rem;width:75rem;position:relative;display:block; }#q4gCrAOUXCDLx6bkRKN9eC8cyEAKy5gq { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),0);background-image:url("https://images.assets-landingi.com/uc/d455be53-47d6-4bc4-9ba9-15c5c270c29e/482022347_1171322734335517_5453683844807394341_n.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.5rem rgba(0,0,0,0.5) ;height:22.5rem;width:18.75rem;top:0rem;left:2.5rem;display:block; }#q4gCrAOUXCDLx6bkRKN9eC8cyEAKy5gq.adaptive-delivery-prevent-bg, #q4gCrAOUXCDLx6bkRKN9eC8cyEAKy5gq.lazyload, #q4gCrAOUXCDLx6bkRKN9eC8cyEAKy5gq.lazyloading { background-image: none; }
#v8WWgskF1iBNM5HIdwcM5t0gX7IVrhX3 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),0);background-image:url("https://images.assets-landingi.com/uc/7ab0044b-eb22-4de6-b8d3-27c4a4926eec/482981243_1171321221002335_4932859062368247834_n.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.5rem rgba(0,0,0,0.5) ;height:22.5rem;width:18.75rem;top:0rem;left:28.125rem;display:block; }#v8WWgskF1iBNM5HIdwcM5t0gX7IVrhX3.adaptive-delivery-prevent-bg, #v8WWgskF1iBNM5HIdwcM5t0gX7IVrhX3.lazyload, #v8WWgskF1iBNM5HIdwcM5t0gX7IVrhX3.lazyloading { background-image: none; }
#V8UHB9Rbz8kAEkyvxSEmMQ4zIyskc0TV { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/06420c31-b60f-4805-bb50-e372f2fcee0f/482226741_1171317284336062_5420411874991255626_n.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.5rem rgba(0,0,0,0.5) ;height:22.5rem;width:18.75rem;top:0rem;left:53.75rem;display:block; }#V8UHB9Rbz8kAEkyvxSEmMQ4zIyskc0TV.adaptive-delivery-prevent-bg, #V8UHB9Rbz8kAEkyvxSEmMQ4zIyskc0TV.lazyload, #V8UHB9Rbz8kAEkyvxSEmMQ4zIyskc0TV.lazyloading { background-image: none; }
#cMziNf7d8C31ILthGWPoSsvTF5mTBkMZ { 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; }#cMziNf7d8C31ILthGWPoSsvTF5mTBkMZ > .row .container { background-color: transparent; background-image: none; }#cMziNf7d8C31ILthGWPoSsvTF5mTBkMZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMziNf7d8C31ILthGWPoSsvTF5mTBkMZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMziNf7d8C31ILthGWPoSsvTF5mTBkMZ > .row .container > .video-iframe-container { display: none; }#cMziNf7d8C31ILthGWPoSsvTF5mTBkMZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMziNf7d8C31ILthGWPoSsvTF5mTBkMZ > .row > .video-iframe-container { display: none; }#cMziNf7d8C31ILthGWPoSsvTF5mTBkMZ > .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); }#cMziNf7d8C31ILthGWPoSsvTF5mTBkMZ > .row .container { border-width: 0; border-radius: 0; }#cMziNf7d8C31ILthGWPoSsvTF5mTBkMZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cMziNf7d8C31ILthGWPoSsvTF5mTBkMZ > .row .container { font-size:0.875rem;font-family:arial;height:24.6875rem;width:75rem;position:relative;display:block; }#Xqp1UXTiRF7PpmvA49crnZt5eMvrPhdi { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),0);background-image:url("https://images.assets-landingi.com/uc/273d72f2-6966-4007-b112-7ae34ba5de95/rone2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.5rem rgba(0,0,0,0.5) ;height:22.5rem;width:18.75rem;top:0rem;left:2.5rem;display:block; }#Xqp1UXTiRF7PpmvA49crnZt5eMvrPhdi.adaptive-delivery-prevent-bg, #Xqp1UXTiRF7PpmvA49crnZt5eMvrPhdi.lazyload, #Xqp1UXTiRF7PpmvA49crnZt5eMvrPhdi.lazyloading { background-image: none; }
#fwsekw5GTneg9Cl9skT2MXg1UiGCuwqF { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),0);background-image:url("https://images.assets-landingi.com/uc/a283cad8-eb38-484f-be17-fb9b0f6a7b70/rozne.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.5rem rgba(0,0,0,0.5) ;height:22.5rem;width:18.75rem;top:0rem;left:28.125rem;display:block; }#fwsekw5GTneg9Cl9skT2MXg1UiGCuwqF.adaptive-delivery-prevent-bg, #fwsekw5GTneg9Cl9skT2MXg1UiGCuwqF.lazyload, #fwsekw5GTneg9Cl9skT2MXg1UiGCuwqF.lazyloading { background-image: none; }
#nDJhuzKJNF9Lpa5SoV5TSilTJoVGWcQl { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/5ddb8e97-4ecc-44c2-80b9-be133fd370ba/podogwka.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.5rem rgba(0,0,0,0.5) ;height:22.5rem;width:18.75rem;top:0rem;left:53.75rem;display:block; }#nDJhuzKJNF9Lpa5SoV5TSilTJoVGWcQl.adaptive-delivery-prevent-bg, #nDJhuzKJNF9Lpa5SoV5TSilTJoVGWcQl.lazyload, #nDJhuzKJNF9Lpa5SoV5TSilTJoVGWcQl.lazyloading { background-image: none; }
#qXODLMkgogSW8GuHD72Vii10F1ZBSoWv { 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; }#qXODLMkgogSW8GuHD72Vii10F1ZBSoWv > .row .container { background-color: transparent; background-image: none; }#qXODLMkgogSW8GuHD72Vii10F1ZBSoWv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qXODLMkgogSW8GuHD72Vii10F1ZBSoWv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qXODLMkgogSW8GuHD72Vii10F1ZBSoWv > .row .container > .video-iframe-container { display: none; }#qXODLMkgogSW8GuHD72Vii10F1ZBSoWv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qXODLMkgogSW8GuHD72Vii10F1ZBSoWv > .row > .video-iframe-container { display: none; }#qXODLMkgogSW8GuHD72Vii10F1ZBSoWv > .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); }#qXODLMkgogSW8GuHD72Vii10F1ZBSoWv > .row .container { border-width: 0; border-radius: 0; }#qXODLMkgogSW8GuHD72Vii10F1ZBSoWv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qXODLMkgogSW8GuHD72Vii10F1ZBSoWv > .row .container { font-size:0.875rem;font-family:arial;height:2.1875rem;width:75rem;position:relative;display:block; }#eA6Joo7WT4mtios6gfuyMHkolFDZVc8R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#eA6Joo7WT4mtios6gfuyMHkolFDZVc8R > .row .container { background-color: transparent; background-image: none; }#eA6Joo7WT4mtios6gfuyMHkolFDZVc8R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eA6Joo7WT4mtios6gfuyMHkolFDZVc8R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eA6Joo7WT4mtios6gfuyMHkolFDZVc8R > .row .container > .video-iframe-container { display: none; }#eA6Joo7WT4mtios6gfuyMHkolFDZVc8R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eA6Joo7WT4mtios6gfuyMHkolFDZVc8R > .row > .video-iframe-container { display: none; }#eA6Joo7WT4mtios6gfuyMHkolFDZVc8R > .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); }#eA6Joo7WT4mtios6gfuyMHkolFDZVc8R > .row .container { border-width: 0; border-radius: 0; }#eA6Joo7WT4mtios6gfuyMHkolFDZVc8R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eA6Joo7WT4mtios6gfuyMHkolFDZVc8R > .row .container { font-size:0.875rem;font-family:arial;height:32.0625rem;width:75rem;position:relative;display:block; }#AKXckwohKCeTNvDURdFFsoowk7xT3oXW { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-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:11rem;width:41.375rem;top:6.25rem;left:16.875rem;display:block; }
#TzX23ZbQENpOIEcI0a79ObVhpgOTDvCu { color:rgba(var(--color-primary-4),1);display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:7.5625rem;left:21.1875rem;height:6.90625rem;font-style:italic;display:block; }
#Oab2k6HyczTNieNHeedfoTqUgdEJG1PB { color:rgba(var(--color-primary-2),1);display:block;width:35.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:15.25rem;left:21.1875rem;height:1.4625rem;font-style:normal;display:block; }
#XsakUV6e1BcrN7dgn1BHt951cTVfGzpO { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.875rem;top:7.875rem;left:18.25rem;overflow:hidden;display:block; }
#FXeLTgHSvDu4UKmQCzRyFVOg1CEqZuFF { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:6.375rem;top:6.25rem;left:7.5rem;overflow:hidden;display:block; }
#ERuZpkW4uxC7mAmt2VEkBGr76TJoORJT { position:absolute;display:block;z-index:14998;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.375rem;width:6.375rem;top:23.549998283386rem;left:60.249998092651rem;overflow:hidden;display:block; }
#yxaMyydLeF6bX50uTaaOGoCxd6qNEguA { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-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:10.8125rem;width:41.4375rem;top:18.0625rem;left:16.875rem;display:block; }
#dFAiCHspNB3uTRJKNWyrWEqPi8ahdTRT { color:rgba(var(--color-primary-4),1);display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:18.9375rem;left:21.1875rem;height:5.525rem;font-style:italic;display:block; }
#F3Ny4maOGJP6GPbSnO3W3H7MtIGJ1Em8 { color:rgba(var(--color-primary-2),1);display:block;width:35.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:26.081249237061rem;left:21.4375rem;height:1.4625rem;font-style:normal;display:block; }
#LPcD3vlO0lSd0TXIlvq4cB8qITBAxgdh { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.875rem;top:18.937500953674rem;left:18.25rem;overflow:hidden;display:block; }
#a3KPb7MtguUHPTZIMOp5t0CCEQTScITQ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ae00cd45-aae9-4c38-97de-e60237e1967f/Homerenovationcosts2100x1200.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a3KPb7MtguUHPTZIMOp5t0CCEQTScITQ.adaptive-delivery-prevent-bg, #a3KPb7MtguUHPTZIMOp5t0CCEQTScITQ.lazyload, #a3KPb7MtguUHPTZIMOp5t0CCEQTScITQ.lazyloading { background-image: none; }#a3KPb7MtguUHPTZIMOp5t0CCEQTScITQ > .row .container { background-color: transparent; background-image: none; }#a3KPb7MtguUHPTZIMOp5t0CCEQTScITQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.89); }#a3KPb7MtguUHPTZIMOp5t0CCEQTScITQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a3KPb7MtguUHPTZIMOp5t0CCEQTScITQ > .row .container > .video-iframe-container { display: none; }#a3KPb7MtguUHPTZIMOp5t0CCEQTScITQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.89); }#a3KPb7MtguUHPTZIMOp5t0CCEQTScITQ > .row > .video-iframe-container { display: none; }#a3KPb7MtguUHPTZIMOp5t0CCEQTScITQ > .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); }#a3KPb7MtguUHPTZIMOp5t0CCEQTScITQ > .row .container { border-width: 0; border-radius: 0; }#a3KPb7MtguUHPTZIMOp5t0CCEQTScITQ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a3KPb7MtguUHPTZIMOp5t0CCEQTScITQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a3KPb7MtguUHPTZIMOp5t0CCEQTScITQ > .row .container { font-size:0.875rem;font-family:arial;height:14rem;width:75rem;position:relative;display:block; }#gP6VOSIopfA7Qm9UvN5XqSIGqgRyT3FJ { display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.75rem;left:0rem;height:1.95rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#b23RPtyGdEwTzFaD3agTW22tadGfJNUM { display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:5.4125061035156rem;left:0rem;height:3.375rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#FIL3QppNTrb80T7SOCMt2wiTuqnTO2uW { display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:5.5062503814697rem;left:16.4375rem;height:3.375rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#PnZmcdrAg9evtREXlORGQBDbFX1KymID { display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:5.5062503814697rem;left:33.249998092651rem;height:3.375rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#EoDtSXzWWUP8dw8FpXeuTd6yWrAQE1oI { background-color:transparent;background-image:none;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:2.625rem;text-decoration:none;z-index:15016;text-align:left;text-align-last:left;top:5.6875rem;left:54.175001144409rem;display:block; }
#zXo2P9TDhL3zQZMZ82BsgOSTA1lnTPkl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UqLuww68worrA4A1ivuvTbcViLgWT7qc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:5.8125rem;left:49.687498092651rem; }
#ZaNDF9fsDlzZzAtGLIUZ3fr2GrumGDbq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:5.59375rem;left:67.837499618531rem; }
#ZaNDF9fsDlzZzAtGLIUZ3fr2GrumGDbq > img { max-width: 100%;max-height:100%; width:2.75rem; height:2.75rem; }@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #dc1l1EhPc9XfdbE1zbdrgK2979ooTErr { position:relative;z-index:auto;display:block; }#dc1l1EhPc9XfdbE1zbdrgK2979ooTErr > .row .container { width:47.75rem;height:3rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rVceRF4aVnTFqx4miLxfQ6PVp5Tpzw3C { width:8.75rem;height:2.4375rem;top:0.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r6sUE1EAObZXg8IK6k7MA8RnGU1msTTR { display:block; }
 }@media only screen and (max-width: 1199px) { #UcnhyZRd4y2dJvhDG9ETKZwPJPQnvwTc { width:8.75rem;height:2.4375rem;top:0.28125rem;left:9.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sib7wgBBtGNplnnafC9SxzTGphW9s5a6 { display:block; }
 }@media only screen and (max-width: 1199px) { #wIf4liAitrueRNZ1aiJzOJFk6feklrny { width:8.75rem;height:2.4375rem;top:0.3125rem;left:19.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #coa0SgerqMXmKD0vBfGpH66qxBVKGy4V { display:block; }
 }@media only screen and (max-width: 1199px) { #ysPk5gN7ezERz1ct1y5vSDOUzIn93NPD { width:8.75rem;height:2.4375rem;top:0.3125rem;left:29.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oN7EgU83ULVyfsiNDl6SlwnUSVgFZ0Jw { display:block; }
 }@media only screen and (max-width: 1199px) { #pD11GBD9Nwzi4dZFMs6kX5TSumUga7JX { width:8.75rem;height:2.3625rem;top:0.3125rem;left:38.999998092651rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KOeTXP9m6ouqBu6TLzwZ4TN7MwRQzsPk { display:block; }
 }@media only screen and (max-width: 1199px) { #G038Aaz68BTFxy1afTnkpkOT0UXUUFRr { display:block; }#G038Aaz68BTFxy1afTnkpkOT0UXUUFRr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #aNFsImLlNka1c23AuMJgTgvXaIZNoM3a { width:31.1875rem;height:1.7875rem;top:11.390625rem;left:5.3249998092651rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m6JZoGoyWTzWC9RZX8Pdzn2SqrOyL4yM { width:31.375rem;height:1.70625rem;top:13.128125190735rem;left:4.7624998092651rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pOmAhITzwDCq1t9Cv2TKNmTzF0KG2HTH { width:11.6875rem;height:25.625rem;top:5.3374996185303rem;left:24.299999237061rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TdTJdSCKCgzkT9izKXcNwLnDIEX1XFfT { width:11.6875rem;height:25.625rem;top:7.6875rem;left:36.062498092651rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wwc9CzeUU0SlSFryTDd0xAsaJa3K4X3s { width:3.6875rem;height:1.86875rem;top:18.6875rem;left:4.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DJQhEZKpHWx8loMNOZloFkyqQxkVPwNC { width:11.5rem;height:2.8rem;top:18.32187461853rem;left:9.2687492370606rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #h9ENQb4U4zvbGVUL4ol2QeQuFWceTicn { width:10.1875rem;height:2.8rem;top:22.82187461853rem;left:9.9249992370606rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #GWoeryAXEkTeWQ92t2sqaUNsNAunMryq { width:5.6875rem;height:1.86875rem;top:23.28750038147rem;left:3.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EbEV7w5ZEmTUzhdq863gKN2Gl2yEPHLn { width:11.9375rem;height:1.86875rem;top:28.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #THpvFiTi4URFQnUIxWcVZRQFWWf98be2 { width:20.6875rem;height:13.25rem;top:4.53125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eteNLFXoRt0lkBt42acb6il5w2amhEzS { width:8.9375rem;height:2.8rem;top:28.07187461853rem;left:10.549999237061rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 1199px) { #Vx0PvnuPJEGTzTyDlbmfMW6ti2I3GP4N { display:block; }#Vx0PvnuPJEGTzTyDlbmfMW6ti2I3GP4N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MRTQWrLhx9Db2BZlxCtmTQqorpUXvCDw { width:44.1875rem;height:2.19375rem;top:0.95000076293944rem;left:3.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mi7v4NUC8ir3dBk8Psaz1s58CV6RCcHB { width:2.4375rem;height:2.4375rem;top:0.90625rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UCZNW98Jkk0KVG7zLekE77a9WVwMhlNC { display:block; }#UCZNW98Jkk0KVG7zLekE77a9WVwMhlNC > .row .container { width:47.75rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iscMFfiwou7D9PhqJpAxR91CN4uk8GLt { width:15.25rem;height:18.3125rem;top:0rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dpvBzdMgf7DTVGC4EfSOqw069W9zGqRt { width:15.1875rem;height:18.3125rem;top:0rem;left:16.157828810021rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q6CkV6pXttyDDKJ0r3TGyTHJM0KyqN2p { width:15.1875rem;height:18.3125rem;top:0rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b0cA7pNmy7nb05FH4VTMLw2GzPCW6SPa { display:block; }#b0cA7pNmy7nb05FH4VTMLw2GzPCW6SPa > .row .container { width:47.75rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #UMcG7FTvMkLaqck9kW6dckoluk7BrHZH { width:15.25rem;height:18.3125rem;top:0rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JmAFM22yww5crPwIWTb2OTH7SoQOuPHI { width:15.1875rem;height:18.3125rem;top:0rem;left:16.157828810021rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XH2ct2Ot4gxszBUNxxqHTXzCUPNJGTOz { width:15.1875rem;height:18.3125rem;top:0rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zGeFefIGuwmQlwz6TRvutn7sCcJpfGe3 { display:block; }#zGeFefIGuwmQlwz6TRvutn7sCcJpfGe3 > .row .container { width:47.75rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PaAQdHZaou9fuKO3BMgVQzGt6hsBSsW5 { width:15.25rem;height:18.3125rem;top:0rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yy3C1anP7a3KV8Ccf6anNyHOMZmCJfAi { width:15.1875rem;height:18.3125rem;top:0rem;left:16.157828810021rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KSn04SXm3Bsu0J6iJQZGQ84nrRXkkmsV { width:15.1875rem;height:18.3125rem;top:0rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zu2r0mBOR5nnBAeM9p2XI2hkpsliQwWD { display:block; }#Zu2r0mBOR5nnBAeM9p2XI2hkpsliQwWD > .row .container { width:47.75rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #EAzmLdm4aWZflbfg1FlxXwnW0zxx6bJe { width:15.25rem;height:18.3125rem;top:0rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TzKKViADAFsMisDXQOKvAePwI0U7ZEwl { width:15.1875rem;height:18.3125rem;top:0rem;left:16.157828810021rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RKkDGmyhxgS4LDqA6nk7H7hxxFJAQNlx { width:15.1875rem;height:18.3125rem;top:0rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CRdxnNJAhySm8GORTkLZTSV4WVFkd0xU { display:block; }#CRdxnNJAhySm8GORTkLZTSV4WVFkd0xU > .row .container { width:47.75rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Wrn4kOPmRyfpgTmBDK3xDAnvHPzvoDT2 { width:15.25rem;height:18.3125rem;top:0rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KKTqJil0vxZpOeqSUBqkw4kCbtykf0gD { width:15.1875rem;height:18.3125rem;top:0rem;left:16.157828810021rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EKUcs0Vfn8U205e7KtybO815z7Fo9fp3 { width:15.1875rem;height:18.3125rem;top:0rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IzR7hX94ETpVpyZeqOz95EsH77kbwIqr { display:block; }#IzR7hX94ETpVpyZeqOz95EsH77kbwIqr > .row .container { width:47.75rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #B6ybzK5iOQJl2iKxal7eeP2GnBqfBErA { width:15.25rem;height:18.3125rem;top:0rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ag4sK1O7u8A5aSzGMigkyKXt6flgKCn8 { width:15.1875rem;height:18.3125rem;top:0rem;left:16.157828810021rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iI8kAKLv85gXUM2T4DhZ5cxgysTLDQn8 { width:15.1875rem;height:18.3125rem;top:0rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kBp9izd9tQafzRE7kGgDlT7JAVkF9l56 { display:block; }#kBp9izd9tQafzRE7kGgDlT7JAVkF9l56 > .row .container { width:47.75rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #o2hyEvORSuft1c0ztPbZcINCSDg44EWb { width:15.25rem;height:18.3125rem;top:0rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mtu3N9THAvl8dCfE29e6RIh5IsPWTIT1 { width:15.1875rem;height:18.3125rem;top:0rem;left:16.157828810021rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fiXpU6dCM2zbXZuMnTtV6W13mgdt1eLA { width:15.1875rem;height:18.3125rem;top:0rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MeOpfTqTtTTIPTeuxCbTwflF4wMWvJ3T { display:block; }#MeOpfTqTtTTIPTeuxCbTwflF4wMWvJ3T > .row .container { width:47.75rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XLaE19xZUOM9q5L6sElMQILFbfhUAWzT { width:15.25rem;height:18.3125rem;top:0rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OfUmmCot5nuSkaCqUbfy3V0WX77LbOWO { width:15.1875rem;height:18.3125rem;top:0rem;left:16.157828810021rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RlQ17CK6JFuWi1zAMCbT02V0a0G9PVt6 { width:15.1875rem;height:18.3125rem;top:0rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nHBH0SA9hMhaaZt0tP6SkC9eOsdGP5yO { display:block; }#nHBH0SA9hMhaaZt0tP6SkC9eOsdGP5yO > .row .container { width:47.75rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Jq2ZfZ27cAPD6vwxaLXVT777xSIpeAHy { width:43.6875rem;height:2.19375rem;top:0.94999694824219rem;left:3.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KhL7mA7KSV2MyBL5Lh1QHOwDPtZMbMlI { width:2.3125rem;height:2.3125rem;top:0.8125rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TFhNCERRkmUTLzB0Vn8kTwtup5VBdFfF { display:block; }#TFhNCERRkmUTLzB0Vn8kTwtup5VBdFfF > .row .container { width:47.75rem;height:20.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JlMpEIzLVXmxbnguySxtTH4zX5wu00VE { width:15.25rem;height:18.3125rem;top:0rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rrrUGDLtQKxZipB1cC2MFzrJmVGhVi4Q { width:15.1875rem;height:18.3125rem;top:0rem;left:16.157828810021rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VHAx0nWLGPJv9NFNo32JhPONFhEVCbyd { width:15.1875rem;height:18.3125rem;top:0rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W5nQkwHLVAWHXPI7ssVRZqsS4BWBWbgW { display:block; }#W5nQkwHLVAWHXPI7ssVRZqsS4BWBWbgW > .row .container { width:47.75rem;height:20.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KAB9UbhudsWb3awNqZMqnsBuIQQH6D0n { width:15.25rem;height:18.3125rem;top:0rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zaQ01P147p0cdZcWTAJsMTx6oFUraLqD { width:15.1875rem;height:18.3125rem;top:0rem;left:16.157828810021rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q5Bwg7be4DiE2DNvNw8z0on7gNk4xPn7 { width:15.1875rem;height:18.3125rem;top:0rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uXdc0vWpKsItn0cylsD5qOUpvg3cbKuc { display:block; }#uXdc0vWpKsItn0cylsD5qOUpvg3cbKuc > .row .container { width:47.75rem;height:20.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tTGsc36Loek2iXEGNT79oKpD6BWi6dHK { width:15.25rem;height:18.3125rem;top:0rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xf1P02aIzaOzW2E2okLx5Ehwn3mvA0Tc { width:15.1875rem;height:18.3125rem;top:0rem;left:16.157828810021rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rXQrbsWpsSeg9ZVvKTVGMRHLCQApeKcc { width:15.1875rem;height:18.3125rem;top:0rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kfzUHH9liZOGXyycqNEBou0Zc72hufQx { display:block; }#kfzUHH9liZOGXyycqNEBou0Zc72hufQx > .row .container { width:47.75rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lfOrHyAJbb8a1ulnAvNQZKTcRXg5Ofcq { width:43.6875rem;height:2.19375rem;top:0.375rem;left:3.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zkeu8dg2X65eHaIAQU8ZCEEDsb6QoiNd { width:2.3125rem;height:2.3125rem;top:0.375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ruGSkhA8Sb2oa4WIiGKCdTkuvxzNvkcF { display:block; }#ruGSkhA8Sb2oa4WIiGKCdTkuvxzNvkcF > .row .container { width:47.75rem;height:20.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #w0B0T8OClThTBz5EuzU1J1Ir3tTdZyCI { width:15.25rem;height:18.3125rem;top:0rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GA1nXCAn7ZKdZwmuRyqocyGyKWMsoym8 { width:15.1875rem;height:18.3125rem;top:0rem;left:16.157828810021rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BHonDIJ4QAclnyO6B8vitTu8uGSE8GUH { width:15.1875rem;height:18.3125rem;top:0rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BGlExpQkXJGWA7MH9TcgS7oaNpky768p { display:block; }#BGlExpQkXJGWA7MH9TcgS7oaNpky768p > .row .container { width:47.75rem;height:19.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Chxb8tsFbCuxhunxdru7DXaLaeNIK9F6 { width:15rem;height:18.0625rem;top:0rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RomNC4qJA8RAetTDwMmgNV7iglGivEDA { width:15rem;height:18rem;top:0rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LnsncKLvJfJkbtauE3zUxcSSP4vrvScF { width:15rem;height:18rem;top:0rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RhB7dIf1H5hu61HLdDkXCzFW1LANxWEN { display:block; }#RhB7dIf1H5hu61HLdDkXCzFW1LANxWEN > .row .container { width:47.75rem;height:19.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wAszpZHMzF4cs3q5NnxXXt1x0nnME1ot { width:15rem;height:18.0625rem;top:0rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Dk9CUTPmUhf0lINtF8TZdaF3RbgkcESG { width:15rem;height:18rem;top:0rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wygqUfN5XITTPatq6BfrpwRItNMHrlaT { width:15rem;height:18rem;top:0rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L1bGG7ZaoT0FMxo32Gad33Hm3JhdLWvG { display:block; }#L1bGG7ZaoT0FMxo32Gad33Hm3JhdLWvG > .row .container { width:47.75rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #pW7EgnFanM7glDiL5CbnbfvLDNQgBbOW { width:43.6875rem;height:2.19375rem;top:0.94999694824219rem;left:3.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xl7f8E0Qm0hUScoIpOXo868IBeI7NEc3 { width:2.3125rem;height:2.3125rem;top:0.8125rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SPpXXwOwXkcsmHJfEAvAucVxbKrx96qR { display:block; }#SPpXXwOwXkcsmHJfEAvAucVxbKrx96qR > .row .container { width:47.75rem;height:19.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #l8sQfflx6dZxsra9RGT54SqvefsOTDyF { width:15rem;height:18.0625rem;top:0rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SXiOBw4tWTS9InBuONT7Z12fn9scS0cQ { width:15rem;height:18rem;top:0rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NxKFp9TKTPTxTNO7fzsQFn2MaWfe3reB { width:15rem;height:18rem;top:0rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dZw2dbAdsgafSh2Ck2TO39ngde24nDIr { display:block; }#dZw2dbAdsgafSh2Ck2TO39ngde24nDIr > .row .container { width:47.75rem;height:19.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #q4gCrAOUXCDLx6bkRKN9eC8cyEAKy5gq { width:15rem;height:18.0625rem;top:0rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v8WWgskF1iBNM5HIdwcM5t0gX7IVrhX3 { width:15rem;height:18rem;top:0rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V8UHB9Rbz8kAEkyvxSEmMQ4zIyskc0TV { width:15rem;height:18rem;top:0rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cMziNf7d8C31ILthGWPoSsvTF5mTBkMZ { display:block; }#cMziNf7d8C31ILthGWPoSsvTF5mTBkMZ > .row .container { width:47.75rem;height:19.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Xqp1UXTiRF7PpmvA49crnZt5eMvrPhdi { width:15rem;height:18.0625rem;top:0rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fwsekw5GTneg9Cl9skT2MXg1UiGCuwqF { width:15rem;height:18rem;top:0rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nDJhuzKJNF9Lpa5SoV5TSilTJoVGWcQl { width:15rem;height:18rem;top:0rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qXODLMkgogSW8GuHD72Vii10F1ZBSoWv { display:block; }#qXODLMkgogSW8GuHD72Vii10F1ZBSoWv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #eA6Joo7WT4mtios6gfuyMHkolFDZVc8R { display:block; }#eA6Joo7WT4mtios6gfuyMHkolFDZVc8R > .row .container { width:47.75rem;height:34.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #AKXckwohKCeTNvDURdFFsoowk7xT3oXW { width:41.375rem;height:11rem;top:6.25rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TzX23ZbQENpOIEcI0a79ObVhpgOTDvCu { width:36.25rem;height:6.90625rem;top:7.5625rem;left:7.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Oab2k6HyczTNieNHeedfoTqUgdEJG1PB { width:35.75rem;height:1.3rem;top:15.25rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XsakUV6e1BcrN7dgn1BHt951cTVfGzpO { width:1.875rem;height:1.625rem;top:7.875rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FXeLTgHSvDu4UKmQCzRyFVOg1CEqZuFF { width:4rem;height:3.375rem;top:2rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ERuZpkW4uxC7mAmt2VEkBGr76TJoORJT { width:4.3125rem;height:3.625rem;top:29.187501907349rem;left:40.237501144409rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yxaMyydLeF6bX50uTaaOGoCxd6qNEguA { width:41.25rem;height:10.25rem;top:18.0625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dFAiCHspNB3uTRJKNWyrWEqPi8ahdTRT { width:34.125rem;height:5.2rem;top:19.625rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F3Ny4maOGJP6GPbSnO3W3H7MtIGJ1Em8 { width:35.75rem;height:1.3rem;top:26.062501907349rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LPcD3vlO0lSd0TXIlvq4cB8qITBAxgdh { width:1.875rem;height:1.625rem;top:20.25rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a3KPb7MtguUHPTZIMOp5t0CCEQTScITQ { display:block; }#a3KPb7MtguUHPTZIMOp5t0CCEQTScITQ > .row .container { width:47.75rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gP6VOSIopfA7Qm9UvN5XqSIGqgRyT3FJ { width:15.9375rem;height:1.95rem;top:1.4343738555908rem;left:4rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #b23RPtyGdEwTzFaD3agTW22tadGfJNUM { width:30.8125rem;height:1.59375rem;top:1.6124992370606rem;left:13.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FIL3QppNTrb80T7SOCMt2wiTuqnTO2uW { width:15.9375rem;height:3rem;top:5.5375003814697rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PnZmcdrAg9evtREXlORGQBDbFX1KymID { width:15.9375rem;height:3rem;top:5.5375003814697rem;left:13.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EoDtSXzWWUP8dw8FpXeuTd6yWrAQE1oI { width:10.1875rem;height:2.3125rem;top:5.6812496185303rem;left:31.58749961853rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #zXo2P9TDhL3zQZMZ82BsgOSTA1lnTPkl { display:block; }
 }@media only screen and (max-width: 1199px) { #UqLuww68worrA4A1ivuvTbcViLgWT7qc { width:2rem;height:2rem;top:5.8374996185303rem;left:27.924999237061rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZaNDF9fsDlzZzAtGLIUZ3fr2GrumGDbq { width:2.375rem;height:2.375rem;top:5.6499996185303rem;left:43.624998092651rem;display:block; }
#ZaNDF9fsDlzZzAtGLIUZ3fr2GrumGDbq > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dc1l1EhPc9XfdbE1zbdrgK2979ooTErr { position:relative;z-index:auto;display:block; }#dc1l1EhPc9XfdbE1zbdrgK2979ooTErr > .row .container { width:20rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rVceRF4aVnTFqx4miLxfQ6PVp5Tpzw3C { width:9.0625rem;height:2.5625rem;top:0.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6sUE1EAObZXg8IK6k7MA8RnGU1msTTR { display:block; }
 }@media only screen and (max-width: 763px) { #UcnhyZRd4y2dJvhDG9ETKZwPJPQnvwTc { width:9.0625rem;height:2.5625rem;top:0.875rem;left:10.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sib7wgBBtGNplnnafC9SxzTGphW9s5a6 { display:block; }
 }@media only screen and (max-width: 763px) { #wIf4liAitrueRNZ1aiJzOJFk6feklrny { width:9.0625rem;height:2.5625rem;top:4rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #coa0SgerqMXmKD0vBfGpH66qxBVKGy4V { display:block; }
 }@media only screen and (max-width: 763px) { #ysPk5gN7ezERz1ct1y5vSDOUzIn93NPD { width:9.0625rem;height:2.5625rem;top:4rem;left:10.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oN7EgU83ULVyfsiNDl6SlwnUSVgFZ0Jw { display:block; }
 }@media only screen and (max-width: 763px) { #pD11GBD9Nwzi4dZFMs6kX5TSumUga7JX { width:13.0625rem;height:2.5625rem;top:7.1875rem;left:3.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOeTXP9m6ouqBu6TLzwZ4TN7MwRQzsPk { display:block; }
 }@media only screen and (max-width: 763px) { #G038Aaz68BTFxy1afTnkpkOT0UXUUFRr { display:block; }#G038Aaz68BTFxy1afTnkpkOT0UXUUFRr > .row .container { width:20rem;height:48.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aNFsImLlNka1c23AuMJgTgvXaIZNoM3a { width:17.6875rem;height:1.95rem;top:6.5052080154419rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6JZoGoyWTzWC9RZX8Pdzn2SqrOyL4yM { width:16rem;height:1.625rem;top:8.4552087783812rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOmAhITzwDCq1t9Cv2TKNmTzF0KG2HTH { width:8.8125rem;height:19.375rem;top:26.125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdTJdSCKCgzkT9izKXcNwLnDIEX1XFfT { width:8.8125rem;height:19.375rem;top:26.125rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wwc9CzeUU0SlSFryTDd0xAsaJa3K4X3s { width:3.1875rem;height:2.19375rem;top:13.39999961853rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJQhEZKpHWx8loMNOZloFkyqQxkVPwNC { width:8.4375rem;height:2.8rem;top:13.096875190735rem;left:10.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9ENQb4U4zvbGVUL4ol2QeQuFWceTicn { width:10.125rem;height:2.8rem;top:22.13125038147rem;left:9.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWoeryAXEkTeWQ92t2sqaUNsNAunMryq { width:5.125rem;height:2.19375rem;top:17.85312461853rem;left:2.59375rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbEV7w5ZEmTUzhdq863gKN2Gl2yEPHLn { width:10.4375rem;height:2.19375rem;top:22.13125038147rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THpvFiTi4URFQnUIxWcVZRQFWWf98be2 { width:18.625rem;height:11.8125rem;top:0.61250019073486rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eteNLFXoRt0lkBt42acb6il5w2amhEzS { width:8.9375rem;height:2.8rem;top:17.550000190735rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vx0PvnuPJEGTzTyDlbmfMW6ti2I3GP4N { display:block; }#Vx0PvnuPJEGTzTyDlbmfMW6ti2I3GP4N > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MRTQWrLhx9Db2BZlxCtmTQqorpUXvCDw { width:20rem;height:1.625rem;top:0.64999961853025rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mi7v4NUC8ir3dBk8Psaz1s58CV6RCcHB { display:flex;width:2.125rem;height:2.125rem;top:2.6687498092651rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #UCZNW98Jkk0KVG7zLekE77a9WVwMhlNC { display:block; }#UCZNW98Jkk0KVG7zLekE77a9WVwMhlNC > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iscMFfiwou7D9PhqJpAxR91CN4uk8GLt { width:13.5rem;height:16.25rem;top:0rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpvBzdMgf7DTVGC4EfSOqw069W9zGqRt { width:13.5rem;height:16.25rem;top:17.8125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6CkV6pXttyDDKJ0r3TGyTHJM0KyqN2p { width:13.5rem;height:16.25rem;top:36.125003814698rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0cA7pNmy7nb05FH4VTMLw2GzPCW6SPa { display:block; }#b0cA7pNmy7nb05FH4VTMLw2GzPCW6SPa > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UMcG7FTvMkLaqck9kW6dckoluk7BrHZH { width:13.5rem;height:16.25rem;top:0rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmAFM22yww5crPwIWTb2OTH7SoQOuPHI { width:13.5rem;height:16.25rem;top:17.8125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XH2ct2Ot4gxszBUNxxqHTXzCUPNJGTOz { width:13.5rem;height:16.25rem;top:36.125003814698rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGeFefIGuwmQlwz6TRvutn7sCcJpfGe3 { display:block; }#zGeFefIGuwmQlwz6TRvutn7sCcJpfGe3 > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PaAQdHZaou9fuKO3BMgVQzGt6hsBSsW5 { width:13.5rem;height:16.25rem;top:0rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yy3C1anP7a3KV8Ccf6anNyHOMZmCJfAi { width:13.5rem;height:16.25rem;top:17.8125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSn04SXm3Bsu0J6iJQZGQ84nrRXkkmsV { width:13.5rem;height:16.25rem;top:36.125003814698rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zu2r0mBOR5nnBAeM9p2XI2hkpsliQwWD { display:block; }#Zu2r0mBOR5nnBAeM9p2XI2hkpsliQwWD > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EAzmLdm4aWZflbfg1FlxXwnW0zxx6bJe { width:13.5rem;height:16.25rem;top:0rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzKKViADAFsMisDXQOKvAePwI0U7ZEwl { width:13.5rem;height:16.25rem;top:17.8125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKkDGmyhxgS4LDqA6nk7H7hxxFJAQNlx { width:13.5rem;height:16.25rem;top:36.125003814698rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRdxnNJAhySm8GORTkLZTSV4WVFkd0xU { display:block; }#CRdxnNJAhySm8GORTkLZTSV4WVFkd0xU > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wrn4kOPmRyfpgTmBDK3xDAnvHPzvoDT2 { width:13.5rem;height:16.25rem;top:0rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKTqJil0vxZpOeqSUBqkw4kCbtykf0gD { width:13.5rem;height:16.25rem;top:17.8125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKUcs0Vfn8U205e7KtybO815z7Fo9fp3 { width:13.5rem;height:16.25rem;top:36.125003814698rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzR7hX94ETpVpyZeqOz95EsH77kbwIqr { display:block; }#IzR7hX94ETpVpyZeqOz95EsH77kbwIqr > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B6ybzK5iOQJl2iKxal7eeP2GnBqfBErA { width:13.5rem;height:16.25rem;top:0rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ag4sK1O7u8A5aSzGMigkyKXt6flgKCn8 { width:13.5rem;height:16.25rem;top:17.8125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iI8kAKLv85gXUM2T4DhZ5cxgysTLDQn8 { width:13.5rem;height:16.25rem;top:36.125003814698rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBp9izd9tQafzRE7kGgDlT7JAVkF9l56 { display:block; }#kBp9izd9tQafzRE7kGgDlT7JAVkF9l56 > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o2hyEvORSuft1c0ztPbZcINCSDg44EWb { width:13.5rem;height:16.25rem;top:0rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mtu3N9THAvl8dCfE29e6RIh5IsPWTIT1 { width:13.5rem;height:16.25rem;top:17.8125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiXpU6dCM2zbXZuMnTtV6W13mgdt1eLA { width:13.5rem;height:16.25rem;top:36.125003814698rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeOpfTqTtTTIPTeuxCbTwflF4wMWvJ3T { display:block; }#MeOpfTqTtTTIPTeuxCbTwflF4wMWvJ3T > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XLaE19xZUOM9q5L6sElMQILFbfhUAWzT { width:13.5rem;height:16.25rem;top:0rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfUmmCot5nuSkaCqUbfy3V0WX77LbOWO { width:13.5rem;height:16.25rem;top:17.8125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlQ17CK6JFuWi1zAMCbT02V0a0G9PVt6 { width:13.5rem;height:16.25rem;top:36.125003814698rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHBH0SA9hMhaaZt0tP6SkC9eOsdGP5yO { display:block; }#nHBH0SA9hMhaaZt0tP6SkC9eOsdGP5yO > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jq2ZfZ27cAPD6vwxaLXVT777xSIpeAHy { width:20rem;height:1.625rem;top:0.64999961853025rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhL7mA7KSV2MyBL5Lh1QHOwDPtZMbMlI { display:flex;width:2.125rem;height:2.125rem;top:2.6687498092651rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #TFhNCERRkmUTLzB0Vn8kTwtup5VBdFfF { display:block; }#TFhNCERRkmUTLzB0Vn8kTwtup5VBdFfF > .row .container { width:20rem;height:53.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JlMpEIzLVXmxbnguySxtTH4zX5wu00VE { width:13.5rem;height:16.25rem;top:0rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrrUGDLtQKxZipB1cC2MFzrJmVGhVi4Q { width:13.5rem;height:16.25rem;top:17.750003814698rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHAx0nWLGPJv9NFNo32JhPONFhEVCbyd { width:13.5rem;height:16.25rem;top:35.500003814698rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5nQkwHLVAWHXPI7ssVRZqsS4BWBWbgW { display:block; }#W5nQkwHLVAWHXPI7ssVRZqsS4BWBWbgW > .row .container { width:20rem;height:53.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KAB9UbhudsWb3awNqZMqnsBuIQQH6D0n { width:13.5rem;height:16.25rem;top:0rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaQ01P147p0cdZcWTAJsMTx6oFUraLqD { width:13.5rem;height:16.25rem;top:17.750003814698rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5Bwg7be4DiE2DNvNw8z0on7gNk4xPn7 { width:13.5rem;height:16.25rem;top:35.500003814698rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXdc0vWpKsItn0cylsD5qOUpvg3cbKuc { display:block; }#uXdc0vWpKsItn0cylsD5qOUpvg3cbKuc > .row .container { width:20rem;height:53.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTGsc36Loek2iXEGNT79oKpD6BWi6dHK { width:13.5rem;height:16.25rem;top:0rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xf1P02aIzaOzW2E2okLx5Ehwn3mvA0Tc { width:13.5rem;height:16.25rem;top:17.750003814698rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXQrbsWpsSeg9ZVvKTVGMRHLCQApeKcc { width:13.5rem;height:16.25rem;top:35.500003814698rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfzUHH9liZOGXyycqNEBou0Zc72hufQx { display:block; }#kfzUHH9liZOGXyycqNEBou0Zc72hufQx > .row .container { width:20rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lfOrHyAJbb8a1ulnAvNQZKTcRXg5Ofcq { width:20rem;height:1.625rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkeu8dg2X65eHaIAQU8ZCEEDsb6QoiNd { display:flex;width:2.125rem;height:2.125rem;top:2.5625rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #ruGSkhA8Sb2oa4WIiGKCdTkuvxzNvkcF { display:block; }#ruGSkhA8Sb2oa4WIiGKCdTkuvxzNvkcF > .row .container { width:20rem;height:53.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w0B0T8OClThTBz5EuzU1J1Ir3tTdZyCI { width:13.5rem;height:16.25rem;top:0rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GA1nXCAn7ZKdZwmuRyqocyGyKWMsoym8 { width:13.5rem;height:16.25rem;top:17.750003814698rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHonDIJ4QAclnyO6B8vitTu8uGSE8GUH { width:13.5rem;height:16.25rem;top:35.500003814698rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGlExpQkXJGWA7MH9TcgS7oaNpky768p { display:block; }#BGlExpQkXJGWA7MH9TcgS7oaNpky768p > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Chxb8tsFbCuxhunxdru7DXaLaeNIK9F6 { width:13.5rem;height:16.25rem;top:0rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RomNC4qJA8RAetTDwMmgNV7iglGivEDA { width:13.5rem;height:16.25rem;top:17.625002861023rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnsncKLvJfJkbtauE3zUxcSSP4vrvScF { width:13.5rem;height:16.25rem;top:35.500002861023rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhB7dIf1H5hu61HLdDkXCzFW1LANxWEN { display:block; }#RhB7dIf1H5hu61HLdDkXCzFW1LANxWEN > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wAszpZHMzF4cs3q5NnxXXt1x0nnME1ot { width:13.5rem;height:16.25rem;top:0rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dk9CUTPmUhf0lINtF8TZdaF3RbgkcESG { width:13.5rem;height:16.25rem;top:17.625002861023rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wygqUfN5XITTPatq6BfrpwRItNMHrlaT { width:13.5rem;height:16.25rem;top:35.500002861023rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1bGG7ZaoT0FMxo32Gad33Hm3JhdLWvG { display:block; }#L1bGG7ZaoT0FMxo32Gad33Hm3JhdLWvG > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pW7EgnFanM7glDiL5CbnbfvLDNQgBbOW { width:20rem;height:1.625rem;top:0.64999961853025rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xl7f8E0Qm0hUScoIpOXo868IBeI7NEc3 { display:flex;width:2.125rem;height:2.125rem;top:2.6687498092651rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #SPpXXwOwXkcsmHJfEAvAucVxbKrx96qR { display:block; }#SPpXXwOwXkcsmHJfEAvAucVxbKrx96qR > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l8sQfflx6dZxsra9RGT54SqvefsOTDyF { width:13.5rem;height:16.25rem;top:0rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXiOBw4tWTS9InBuONT7Z12fn9scS0cQ { width:13.5rem;height:16.25rem;top:17.625002861023rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxKFp9TKTPTxTNO7fzsQFn2MaWfe3reB { width:13.5rem;height:16.25rem;top:35.500002861023rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZw2dbAdsgafSh2Ck2TO39ngde24nDIr { display:block; }#dZw2dbAdsgafSh2Ck2TO39ngde24nDIr > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q4gCrAOUXCDLx6bkRKN9eC8cyEAKy5gq { width:13.5rem;height:16.25rem;top:0rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8WWgskF1iBNM5HIdwcM5t0gX7IVrhX3 { width:13.5rem;height:16.25rem;top:17.625002861023rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8UHB9Rbz8kAEkyvxSEmMQ4zIyskc0TV { width:13.5rem;height:16.25rem;top:35.500002861023rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMziNf7d8C31ILthGWPoSsvTF5mTBkMZ { display:block; }#cMziNf7d8C31ILthGWPoSsvTF5mTBkMZ > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xqp1UXTiRF7PpmvA49crnZt5eMvrPhdi { width:13.5rem;height:16.25rem;top:0rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwsekw5GTneg9Cl9skT2MXg1UiGCuwqF { width:13.5rem;height:16.25rem;top:17.625002861023rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDJhuzKJNF9Lpa5SoV5TSilTJoVGWcQl { width:13.5rem;height:16.25rem;top:35.500002861023rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXODLMkgogSW8GuHD72Vii10F1ZBSoWv { display:block; }#qXODLMkgogSW8GuHD72Vii10F1ZBSoWv > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eA6Joo7WT4mtios6gfuyMHkolFDZVc8R { display:block; }#eA6Joo7WT4mtios6gfuyMHkolFDZVc8R > .row .container { width:20rem;height:46.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AKXckwohKCeTNvDURdFFsoowk7xT3oXW { width:20rem;height:16.0625rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzX23ZbQENpOIEcI0a79ObVhpgOTDvCu { width:18.75rem;height:9.75rem;top:8.53125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oab2k6HyczTNieNHeedfoTqUgdEJG1PB { width:18.75rem;height:1.3rem;top:19.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsakUV6e1BcrN7dgn1BHt951cTVfGzpO { width:1.875rem;height:1.625rem;top:5.9375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXeLTgHSvDu4UKmQCzRyFVOg1CEqZuFF { width:3.3125rem;height:2.8125rem;top:1.5rem;left:8.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERuZpkW4uxC7mAmt2VEkBGr76TJoORJT { width:3.875rem;height:3.1875rem;top:41.125rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxaMyydLeF6bX50uTaaOGoCxd6qNEguA { width:20rem;height:16.9375rem;top:22.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFAiCHspNB3uTRJKNWyrWEqPi8ahdTRT { width:18.75rem;height:8.53125rem;top:27.203122138977rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3Ny4maOGJP6GPbSnO3W3H7MtIGJ1Em8 { width:18.75rem;height:1.3rem;top:37.312488555908rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPcD3vlO0lSd0TXIlvq4cB8qITBAxgdh { width:1.875rem;height:1.625rem;top:24.312508583069rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3KPb7MtguUHPTZIMOp5t0CCEQTScITQ { display:block; }#a3KPb7MtguUHPTZIMOp5t0CCEQTScITQ > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gP6VOSIopfA7Qm9UvN5XqSIGqgRyT3FJ { width:16.4375rem;height:1.95rem;top:1.1875276565552rem;left:1.78125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b23RPtyGdEwTzFaD3agTW22tadGfJNUM { width:20rem;height:2.8rem;top:4.2624998092651rem;left:0rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #FIL3QppNTrb80T7SOCMt2wiTuqnTO2uW { width:18.875rem;height:2.625rem;top:8.675000190735rem;left:0.5625rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #PnZmcdrAg9evtREXlORGQBDbFX1KymID { width:15.375rem;height:2.45rem;top:12.993750572204rem;left:2.3125rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #EoDtSXzWWUP8dw8FpXeuTd6yWrAQE1oI { width:11.9375rem;height:2.625rem;top:19.349999427796rem;left:4.03125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zXo2P9TDhL3zQZMZ82BsgOSTA1lnTPkl { display:block; }
 }@media only screen and (max-width: 763px) { #UqLuww68worrA4A1ivuvTbcViLgWT7qc { display:flex;width:1.875rem;height:1.875rem;top:16.537499427796rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #ZaNDF9fsDlzZzAtGLIUZ3fr2GrumGDbq { display:flex;width:2.0625rem;height:2.0625rem;top:22.599999427796rem;left:8.96875rem; }
#ZaNDF9fsDlzZzAtGLIUZ3fr2GrumGDbq > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }