.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:227,232,231;--color-primary-1:163,177,175;--color-primary-2:70,99,94;--color-primary-3:35,50,47;--color-primary-4:11,15,14;--color-secondary-0:231,239,255;--color-secondary-1:174,201,255;--color-secondary-2:93,146,255;--color-secondary-3:47,73,128;--color-secondary-4:14,22,38;--color-tertiary-0:255,255,255;--color-tertiary-1:201,201,201;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:29,29,29;--headlines-font-family:"DM Sans";--paragraphs-font-family:"DM Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2d0133c9-3eaa-42d6-ba77-a4314f07c8ed/Zdjcieduarozdzielczo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.39); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.39); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:60.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#tlIRl4FaSSnF71aABlLzTMC4Ccnuvqd6 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:9.5625rem;top:2.7467448711395rem;left:32.718753814698rem;overflow:hidden;display:block; }
#Bcxdn3Ny71ltRqXM8CvLDZQlAhkdPKkB { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:3.0625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:49.918621063233rem;left:30.218753814698rem;display:block; }
#qFqH6q5SHSCa9CTmXShEaD1sMI98Px6n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XetFQyFdqJ32XJTEXlXrBLyX0ZcThDhd { color:rgba(var(--color-tertiary-0),1);display:block;width:27.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:37.58203125rem;left:23.937503814698rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#kosCa560ak97hUJRFw10ILExzhKPuL9i { color:rgba(var(--color-tertiary-0),1);display:block;width:59.9375rem;position:absolute;font-family:ranua;font-size:5.8125rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:22.9609375rem;left:7.53125rem;height:11.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AceyLNE5cJkpN6rOp9fqhPZ15OG0Xpta { color:rgba(var(--color-tertiary-0),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0.375rem 0.0625rem 0.875rem rgba(var(--color-tertiary-0),0.5);top:19.07421875rem;left:24.6875rem;height:1.4622375rem;text-align:center;text-align-last:center;display:block; }
#MI16ReoTgO647MZpdIG7LOh0xrSmdyfJ { position:relative;display:block; }#MI16ReoTgO647MZpdIG7LOh0xrSmdyfJ { background-color: transparent; background-image: none; }#MI16ReoTgO647MZpdIG7LOh0xrSmdyfJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MI16ReoTgO647MZpdIG7LOh0xrSmdyfJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MI16ReoTgO647MZpdIG7LOh0xrSmdyfJ > .row .container > .video-iframe-container { display: none; }#MI16ReoTgO647MZpdIG7LOh0xrSmdyfJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MI16ReoTgO647MZpdIG7LOh0xrSmdyfJ > .row > .video-iframe-container { display: none; }#MI16ReoTgO647MZpdIG7LOh0xrSmdyfJ > .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); }#MI16ReoTgO647MZpdIG7LOh0xrSmdyfJ { border-width: 0; border-radius: 0; }#MI16ReoTgO647MZpdIG7LOh0xrSmdyfJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MI16ReoTgO647MZpdIG7LOh0xrSmdyfJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UtMcH1my1OZV1KktdeUSv1I2vPWVXWyl { color:rgba(var(--color-tertiary-4),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:5.068359375rem;left:24.6875rem;height:1.13736875rem;text-align:center;text-align-last:center;display:block; }
#ne7qCbnxl5Z2rv8qDsNJhzTrTXw8U2Wr { color:rgba(var(--color-tertiary-4),1);display:block;width:59.9375rem;position:absolute;font-family:ranua;font-size:2.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:7.0654296875rem;left:7.53125rem;height:2.76236875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rPGeJW4iznG9pJyHxq2ZmtFZgVxQABSk { color:rgba(var(--color-tertiary-4),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:11.08203125rem;left:22.40625rem;height:4.54948125rem;text-align:center;text-align-last:center;display:block; }
#TE0oJwM87WkFaDfJO9UOSOK6gvcLUzfJ { position:relative;display:block; }#TE0oJwM87WkFaDfJO9UOSOK6gvcLUzfJ { background-color: transparent; background-image: none; }#TE0oJwM87WkFaDfJO9UOSOK6gvcLUzfJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TE0oJwM87WkFaDfJO9UOSOK6gvcLUzfJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TE0oJwM87WkFaDfJO9UOSOK6gvcLUzfJ > .row .container > .video-iframe-container { display: none; }#TE0oJwM87WkFaDfJO9UOSOK6gvcLUzfJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TE0oJwM87WkFaDfJO9UOSOK6gvcLUzfJ > .row > .video-iframe-container { display: none; }#TE0oJwM87WkFaDfJO9UOSOK6gvcLUzfJ > .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); }#TE0oJwM87WkFaDfJO9UOSOK6gvcLUzfJ { border-width: 0; border-radius: 0; }#TE0oJwM87WkFaDfJO9UOSOK6gvcLUzfJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TE0oJwM87WkFaDfJO9UOSOK6gvcLUzfJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Tc76u6OWcMVI4eRwuW02HhMCqRXy4rSn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:0rem;left:6.875rem;overflow:hidden;display:block; }
#CxotR0ipxBV0w9P4m5TswlPJCZSNvEsQ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:0rem;left:25.625rem;overflow:hidden;display:block; }
#Cq5fMUv29PNnvPwIIRb0xJC09vSH14gN { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:0rem;left:44.375rem;overflow:hidden;display:block; }
#CwRpZLzUTw6tV8qM53kpk3xT4pLyxq18 { 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:5rem;width:5rem;top:0rem;left:63.125rem;overflow:hidden;display:block; }
#uiD9PXgbg3kyTEhW0cmz40Ugo9wVJPDg { color:rgba(var(--color-tertiary-4),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:6.70703125rem;left:2.71875rem;height:2.2747375rem;text-align:center;text-align-last:center;display:block; }
#xgkq4ncAKs6lATwRvi9e89s17CnPadRF { color:rgba(var(--color-tertiary-4),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:6.70703125rem;left:21.46875rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#cE58Cckzny3aB6oH3Jql4A2fE5UWtIpI { color:rgba(var(--color-tertiary-4),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:6.70703125rem;left:40.21875rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#y9J6ZnGZIm62qgyd5MRyn8c72zdgdNQ6 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:6.70703125rem;left:57.937503814698rem;height:6.82425rem;text-align:center;text-align-last:center;display:block; }
#bGewdmgvaDsFnucT021o1n2wxmyz0XCF { position:relative;display:block; }#bGewdmgvaDsFnucT021o1n2wxmyz0XCF { background-color: transparent; background-image: none; }#bGewdmgvaDsFnucT021o1n2wxmyz0XCF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bGewdmgvaDsFnucT021o1n2wxmyz0XCF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bGewdmgvaDsFnucT021o1n2wxmyz0XCF > .row .container > .video-iframe-container { display: none; }#bGewdmgvaDsFnucT021o1n2wxmyz0XCF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bGewdmgvaDsFnucT021o1n2wxmyz0XCF > .row > .video-iframe-container { display: none; }#bGewdmgvaDsFnucT021o1n2wxmyz0XCF > .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); }#bGewdmgvaDsFnucT021o1n2wxmyz0XCF { border-width: 0; border-radius: 0; }#bGewdmgvaDsFnucT021o1n2wxmyz0XCF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bGewdmgvaDsFnucT021o1n2wxmyz0XCF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:12.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#toDy5MalbbmpTiGRBlQBELbehzutwghy { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:2.0625rem;left:22.875rem;overflow:hidden;display:block; }
#i0DtO2fZgcsUcT21QE6oHXibp110fT9O { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:2.0625rem;left:27.3125rem;overflow:hidden;display:block; }
#zBv6aFq37nqkE50LplpntbEnC9mczyJ9 { 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:3.125rem;width:3.125rem;top:2.0625rem;left:31.375rem;overflow:hidden;display:block; }
#PtXC1AtG6CJ8DgwFIxqJnFUCtDxfLF09 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:2.0625rem;left:35.625rem;overflow:hidden;display:block; }
#FpHd5DlLHfwTThIT9WsbmDFoBm4RmeuQ { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:2.0625rem;left:40.125rem;overflow:hidden;display:block; }
#ofGzD12aPklDCplrLicrmk004GHO7mHd { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:2.0625rem;left:44.625rem;overflow:hidden;display:block; }
#Rzi55cSZZferzBCwlBSKau2hcWK7r6va { 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:3.125rem;width:3.125rem;top:2.0625rem;left:49rem;overflow:hidden;display:block; }
#db8fyyv4lVVwdqaOhKH0ytVUOZlTwLE3 { 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; }#db8fyyv4lVVwdqaOhKH0ytVUOZlTwLE3 > .row .container { background-color: transparent; background-image: none; }#db8fyyv4lVVwdqaOhKH0ytVUOZlTwLE3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#db8fyyv4lVVwdqaOhKH0ytVUOZlTwLE3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#db8fyyv4lVVwdqaOhKH0ytVUOZlTwLE3 > .row .container > .video-iframe-container { display: none; }#db8fyyv4lVVwdqaOhKH0ytVUOZlTwLE3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#db8fyyv4lVVwdqaOhKH0ytVUOZlTwLE3 > .row > .video-iframe-container { display: block; }#db8fyyv4lVVwdqaOhKH0ytVUOZlTwLE3 > .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); }#db8fyyv4lVVwdqaOhKH0ytVUOZlTwLE3 > .row .container { border-width: 0; border-radius: 0; }#db8fyyv4lVVwdqaOhKH0ytVUOZlTwLE3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#db8fyyv4lVVwdqaOhKH0ytVUOZlTwLE3 > .row .container { font-size:0.875rem;font-family:arial;height:56.3125rem;width:75rem;position:relative;display:block; }#esEE68LhfhnwwogKdiFVBimCcvmcH4EI { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:3.0625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:27.375rem;left:30.21875rem;display:block; }
#B7bZKty0F8ibPFFLnTBBsE6ODWKIKAyw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WPqyO0CZbTJ3PG29Sv0OdG5DIaFDBknC { 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; }#WPqyO0CZbTJ3PG29Sv0OdG5DIaFDBknC > .row .container { background-color: transparent; background-image: none; }#WPqyO0CZbTJ3PG29Sv0OdG5DIaFDBknC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WPqyO0CZbTJ3PG29Sv0OdG5DIaFDBknC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WPqyO0CZbTJ3PG29Sv0OdG5DIaFDBknC > .row .container > .video-iframe-container { display: none; }#WPqyO0CZbTJ3PG29Sv0OdG5DIaFDBknC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WPqyO0CZbTJ3PG29Sv0OdG5DIaFDBknC > .row > .video-iframe-container { display: none; }#WPqyO0CZbTJ3PG29Sv0OdG5DIaFDBknC > .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); }#WPqyO0CZbTJ3PG29Sv0OdG5DIaFDBknC > .row .container { border-width: 0; border-radius: 0; }#WPqyO0CZbTJ3PG29Sv0OdG5DIaFDBknC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WPqyO0CZbTJ3PG29Sv0OdG5DIaFDBknC > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#uKBR9GqqiCmtewn0KHdd9yUcQiGHfJQK { 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; }#uKBR9GqqiCmtewn0KHdd9yUcQiGHfJQK > .row .container { background-color: transparent; background-image: none; }#uKBR9GqqiCmtewn0KHdd9yUcQiGHfJQK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uKBR9GqqiCmtewn0KHdd9yUcQiGHfJQK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uKBR9GqqiCmtewn0KHdd9yUcQiGHfJQK > .row .container > .video-iframe-container { display: none; }#uKBR9GqqiCmtewn0KHdd9yUcQiGHfJQK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uKBR9GqqiCmtewn0KHdd9yUcQiGHfJQK > .row > .video-iframe-container { display: none; }#uKBR9GqqiCmtewn0KHdd9yUcQiGHfJQK > .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); }#uKBR9GqqiCmtewn0KHdd9yUcQiGHfJQK > .row .container { border-width: 0; border-radius: 0; }#uKBR9GqqiCmtewn0KHdd9yUcQiGHfJQK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uKBR9GqqiCmtewn0KHdd9yUcQiGHfJQK > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:75rem;position:relative;display:block; }#UGgWnLtbQ06q4dqnzkEzATdJrc6m2ILf { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/69da28f1-5293-4636-811c-9996ffa7fde8/HotelSzaflary_pokjdwuosobowy.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: none;height:32.4375rem;width:32.4375rem;top:3.03125rem;left:42.5625rem;display:block; }#UGgWnLtbQ06q4dqnzkEzATdJrc6m2ILf.adaptive-delivery-prevent-bg, #UGgWnLtbQ06q4dqnzkEzATdJrc6m2ILf.lazyload, #UGgWnLtbQ06q4dqnzkEzATdJrc6m2ILf.lazyloading { background-image: none; }
#dAn1uUtfPFaAN8NpBqtWJ0ytwQl7a3xg { color:rgba(var(--color-tertiary-4),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:1.13736875rem;text-align:left;text-align-last:left;display:block; }
#w6bme2mcLXinVOrMKunokqsQbmocqZW5 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:ranua;font-size:2.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:9.6875rem;left:0rem;height:2.76236875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MNRPG93N1thk9CENpKAgwKeDcOQ6I67y { color:rgba(var(--color-tertiary-4),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:14.25rem;left:0rem;height:12.5111rem;text-align:left;text-align-last:left;display:block; }
#KqxeTSOfZz54C8xXBZTrsyRPALtbNsto { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:3.0625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:29.75rem;left:0rem;display:block; }
#NvkWlpWmAXnO5UTv7Tz8vodCLWog1mc1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MPTJZOcRaKNgFvNIe5g3aZXtdVRZPREe { 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; }#MPTJZOcRaKNgFvNIe5g3aZXtdVRZPREe > .row .container { background-color: transparent; background-image: none; }#MPTJZOcRaKNgFvNIe5g3aZXtdVRZPREe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MPTJZOcRaKNgFvNIe5g3aZXtdVRZPREe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MPTJZOcRaKNgFvNIe5g3aZXtdVRZPREe > .row .container > .video-iframe-container { display: none; }#MPTJZOcRaKNgFvNIe5g3aZXtdVRZPREe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MPTJZOcRaKNgFvNIe5g3aZXtdVRZPREe > .row > .video-iframe-container { display: none; }#MPTJZOcRaKNgFvNIe5g3aZXtdVRZPREe > .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); }#MPTJZOcRaKNgFvNIe5g3aZXtdVRZPREe > .row .container { border-width: 0; border-radius: 0; }#MPTJZOcRaKNgFvNIe5g3aZXtdVRZPREe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MPTJZOcRaKNgFvNIe5g3aZXtdVRZPREe > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#taOkO4aRRkkSHLACg52Lz1nfgE5UMf6f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e926757b-7a54-4b8e-9216-84286df63bcf/BorowyDwr_zimowe4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#taOkO4aRRkkSHLACg52Lz1nfgE5UMf6f.adaptive-delivery-prevent-bg, #taOkO4aRRkkSHLACg52Lz1nfgE5UMf6f.lazyload, #taOkO4aRRkkSHLACg52Lz1nfgE5UMf6f.lazyloading { background-image: none; }#taOkO4aRRkkSHLACg52Lz1nfgE5UMf6f > .row .container { background-color: transparent; background-image: none; }#taOkO4aRRkkSHLACg52Lz1nfgE5UMf6f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.46); }#taOkO4aRRkkSHLACg52Lz1nfgE5UMf6f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#taOkO4aRRkkSHLACg52Lz1nfgE5UMf6f > .row .container > .video-iframe-container { display: none; }#taOkO4aRRkkSHLACg52Lz1nfgE5UMf6f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.46); }#taOkO4aRRkkSHLACg52Lz1nfgE5UMf6f > .row > .video-iframe-container { display: none; }#taOkO4aRRkkSHLACg52Lz1nfgE5UMf6f > .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); }#taOkO4aRRkkSHLACg52Lz1nfgE5UMf6f > .row .container { border-width: 0; border-radius: 0; }#taOkO4aRRkkSHLACg52Lz1nfgE5UMf6f::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; }#taOkO4aRRkkSHLACg52Lz1nfgE5UMf6f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#taOkO4aRRkkSHLACg52Lz1nfgE5UMf6f > .row .container { font-size:0.875rem;font-family:arial;height:56.25rem;width:75rem;position:relative;display:block; }#WT26J1piHpxoo6AOAikNk3rI0Sq0MlZM { color:rgba(var(--color-tertiary-0),1);display:block;width:56rem;position:absolute;font-family:ranua;font-size:2.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:28.6875rem;left:9.5rem;height:11.0495rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#txy9NMZc2JG7RH63BUnqgi1DuKDBPuRE { color:rgba(var(--color-tertiary-0),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:25.75rem;left:24.6875rem;height:1.13736875rem;text-align:center;text-align-last:center;display:block; }
#m6QlX47FXxmb4bTAtoTSUWnqgyWXHf3K { 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; }#m6QlX47FXxmb4bTAtoTSUWnqgyWXHf3K > .row .container { background-color: transparent; background-image: none; }#m6QlX47FXxmb4bTAtoTSUWnqgyWXHf3K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m6QlX47FXxmb4bTAtoTSUWnqgyWXHf3K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m6QlX47FXxmb4bTAtoTSUWnqgyWXHf3K > .row .container > .video-iframe-container { display: none; }#m6QlX47FXxmb4bTAtoTSUWnqgyWXHf3K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m6QlX47FXxmb4bTAtoTSUWnqgyWXHf3K > .row > .video-iframe-container { display: none; }#m6QlX47FXxmb4bTAtoTSUWnqgyWXHf3K > .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); }#m6QlX47FXxmb4bTAtoTSUWnqgyWXHf3K > .row .container { border-width: 0; border-radius: 0; }#m6QlX47FXxmb4bTAtoTSUWnqgyWXHf3K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m6QlX47FXxmb4bTAtoTSUWnqgyWXHf3K > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#SnOrrwm6KGDfIDK4MxwURkesCZBancPR { 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; }#SnOrrwm6KGDfIDK4MxwURkesCZBancPR > .row .container { background-color: transparent; background-image: none; }#SnOrrwm6KGDfIDK4MxwURkesCZBancPR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SnOrrwm6KGDfIDK4MxwURkesCZBancPR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SnOrrwm6KGDfIDK4MxwURkesCZBancPR > .row .container > .video-iframe-container { display: none; }#SnOrrwm6KGDfIDK4MxwURkesCZBancPR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SnOrrwm6KGDfIDK4MxwURkesCZBancPR > .row > .video-iframe-container { display: none; }#SnOrrwm6KGDfIDK4MxwURkesCZBancPR > .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); }#SnOrrwm6KGDfIDK4MxwURkesCZBancPR > .row .container { border-width: 0; border-radius: 0; }#SnOrrwm6KGDfIDK4MxwURkesCZBancPR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SnOrrwm6KGDfIDK4MxwURkesCZBancPR > .row .container { font-size:0.875rem;font-family:arial;height:41.625rem;width:75rem;position:relative;display:block; }#ryEQe8xShezKfCcGkIeLAphSLeD0zAB0 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/443be3fb-1e12-47bc-ba10-b747c999b038/TermyGorcyPotok.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: none;height:41.5625rem;width:37.5rem;top:0rem;left:37.5rem;display:block; }#ryEQe8xShezKfCcGkIeLAphSLeD0zAB0.adaptive-delivery-prevent-bg, #ryEQe8xShezKfCcGkIeLAphSLeD0zAB0.lazyload, #ryEQe8xShezKfCcGkIeLAphSLeD0zAB0.lazyloading { background-image: none; }
#orJbpGWUmQk6OsOBBe6XxeC7B6SX9AzN { color:rgba(var(--color-tertiary-4),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:1.13736875rem;text-align:left;text-align-last:left;display:block; }
#anJc0zeKH9uUyTZ3Tg6mfAXTZGHT7m1m { color:rgba(var(--color-tertiary-4),1);display:block;width:31.6875rem;position:absolute;font-family:ranua;font-size:2.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:9.6875rem;left:0rem;height:2.76236875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aLfG1zyEhJGXN9qCpOiLnZTnJdTNaNK3 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:14.25rem;left:0rem;height:13.6484375rem;text-align:left;text-align-last:left;display:block; }
#FTpMm3q42aAEN1auGoT05edcTvtkXEm8 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:3.0625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:31.6875rem;left:0rem;display:block; }
#yKXLEdz1ZfTxgoC6XqnbAycwKtGJq0Le { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lel5RWG6GPA5C07Oq4goymJsEEqKFM9n { 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; }#Lel5RWG6GPA5C07Oq4goymJsEEqKFM9n > .row .container { background-color: transparent; background-image: none; }#Lel5RWG6GPA5C07Oq4goymJsEEqKFM9n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lel5RWG6GPA5C07Oq4goymJsEEqKFM9n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lel5RWG6GPA5C07Oq4goymJsEEqKFM9n > .row .container > .video-iframe-container { display: none; }#Lel5RWG6GPA5C07Oq4goymJsEEqKFM9n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lel5RWG6GPA5C07Oq4goymJsEEqKFM9n > .row > .video-iframe-container { display: none; }#Lel5RWG6GPA5C07Oq4goymJsEEqKFM9n > .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); }#Lel5RWG6GPA5C07Oq4goymJsEEqKFM9n > .row .container { border-width: 0; border-radius: 0; }#Lel5RWG6GPA5C07Oq4goymJsEEqKFM9n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lel5RWG6GPA5C07Oq4goymJsEEqKFM9n > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#LkQoQd9sxlWipsNiaJAkVqeJlhmHZTNr { 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; }#LkQoQd9sxlWipsNiaJAkVqeJlhmHZTNr > .row .container { background-color: transparent; background-image: none; }#LkQoQd9sxlWipsNiaJAkVqeJlhmHZTNr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkQoQd9sxlWipsNiaJAkVqeJlhmHZTNr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkQoQd9sxlWipsNiaJAkVqeJlhmHZTNr > .row .container > .video-iframe-container { display: none; }#LkQoQd9sxlWipsNiaJAkVqeJlhmHZTNr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkQoQd9sxlWipsNiaJAkVqeJlhmHZTNr > .row > .video-iframe-container { display: none; }#LkQoQd9sxlWipsNiaJAkVqeJlhmHZTNr > .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); }#LkQoQd9sxlWipsNiaJAkVqeJlhmHZTNr > .row .container { border-width: 0; border-radius: 0; }#LkQoQd9sxlWipsNiaJAkVqeJlhmHZTNr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LkQoQd9sxlWipsNiaJAkVqeJlhmHZTNr > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:75rem;position:relative;display:block; }#TPyQ281TOxaD85fXfphObx7nvC6q8JcX { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:ranua;font-size:2.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:1.400390625rem;left:0rem;height:2.76236875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#G3XbxK2DAFbTencyqq7VJvlmZuMODE64 { position:relative;display:block; }#G3XbxK2DAFbTencyqq7VJvlmZuMODE64 { background-color: transparent; background-image: none; }#G3XbxK2DAFbTencyqq7VJvlmZuMODE64::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3XbxK2DAFbTencyqq7VJvlmZuMODE64 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3XbxK2DAFbTencyqq7VJvlmZuMODE64 > .row .container > .video-iframe-container { display: none; }#G3XbxK2DAFbTencyqq7VJvlmZuMODE64 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3XbxK2DAFbTencyqq7VJvlmZuMODE64 > .row > .video-iframe-container { display: none; }#G3XbxK2DAFbTencyqq7VJvlmZuMODE64 > .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); }#G3XbxK2DAFbTencyqq7VJvlmZuMODE64 { border-width: 0; border-radius: 0; }#G3XbxK2DAFbTencyqq7VJvlmZuMODE64 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#G3XbxK2DAFbTencyqq7VJvlmZuMODE64 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JI2a7KRVGVPW45aZ23BVi2xSiTl3MQ9K { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ca15ebf7-4bd3-4552-bd38-e46deab5fbc1/BDzdjciezzewntrz4small.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: none;height:18.4375rem;width:18.4375rem;top:0.15625rem;left:0.15625rem;display:block; }#JI2a7KRVGVPW45aZ23BVi2xSiTl3MQ9K.adaptive-delivery-prevent-bg, #JI2a7KRVGVPW45aZ23BVi2xSiTl3MQ9K.lazyload, #JI2a7KRVGVPW45aZ23BVi2xSiTl3MQ9K.lazyloading { background-image: none; }
#uMcMRTEFSrXpLaUwQPG1Vg3PCymSTMc8 { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/284e50b3-a844-4d1f-a890-75a677322f04/3J3B9219.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: none;height:18.4375rem;width:18.4375rem;top:0.15625rem;left:18.90625rem;display:block; }#uMcMRTEFSrXpLaUwQPG1Vg3PCymSTMc8.adaptive-delivery-prevent-bg, #uMcMRTEFSrXpLaUwQPG1Vg3PCymSTMc8.lazyload, #uMcMRTEFSrXpLaUwQPG1Vg3PCymSTMc8.lazyloading { background-image: none; }
#vMCAERib0uwrMqh927dO0bcwpCA0NIzk { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/13fc2d43-9879-4c87-be47-a6c4db2badbe/_AR_9443_2.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: none;height:18.4375rem;width:18.4375rem;top:0.15625rem;left:37.656253814698rem;display:block; }#vMCAERib0uwrMqh927dO0bcwpCA0NIzk.adaptive-delivery-prevent-bg, #vMCAERib0uwrMqh927dO0bcwpCA0NIzk.lazyload, #vMCAERib0uwrMqh927dO0bcwpCA0NIzk.lazyloading { background-image: none; }
#Unl94CIBPNn0XNKMZp7zSqipoax7rz2T { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e4b10ecc-e885-46ea-810f-b8b4ba20fd9e/_AR_9449.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: none;height:18.4375rem;width:18.4375rem;top:0.15625rem;left:56.406253814698rem;display:block; }#Unl94CIBPNn0XNKMZp7zSqipoax7rz2T.adaptive-delivery-prevent-bg, #Unl94CIBPNn0XNKMZp7zSqipoax7rz2T.lazyload, #Unl94CIBPNn0XNKMZp7zSqipoax7rz2T.lazyloading { background-image: none; }
#qnuRH7CXAHfAHiuc2NFCHBHOxJtBo3xi { position:relative;display:block; }#qnuRH7CXAHfAHiuc2NFCHBHOxJtBo3xi { background-color: transparent; background-image: none; }#qnuRH7CXAHfAHiuc2NFCHBHOxJtBo3xi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qnuRH7CXAHfAHiuc2NFCHBHOxJtBo3xi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qnuRH7CXAHfAHiuc2NFCHBHOxJtBo3xi > .row .container > .video-iframe-container { display: none; }#qnuRH7CXAHfAHiuc2NFCHBHOxJtBo3xi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qnuRH7CXAHfAHiuc2NFCHBHOxJtBo3xi > .row > .video-iframe-container { display: none; }#qnuRH7CXAHfAHiuc2NFCHBHOxJtBo3xi > .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); }#qnuRH7CXAHfAHiuc2NFCHBHOxJtBo3xi { border-width: 0; border-radius: 0; }#qnuRH7CXAHfAHiuc2NFCHBHOxJtBo3xi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qnuRH7CXAHfAHiuc2NFCHBHOxJtBo3xi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#blrTXZDJhRGMKQolkmQ4FE8vwKwxM04Z { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2e40125f-af23-4f22-9ed7-d2b868c61328/BorowyDwrhotelprzytermach_pokj2.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: none;height:18.4375rem;width:18.4375rem;top:0.15625rem;left:0.15625rem;display:block; }#blrTXZDJhRGMKQolkmQ4FE8vwKwxM04Z.adaptive-delivery-prevent-bg, #blrTXZDJhRGMKQolkmQ4FE8vwKwxM04Z.lazyload, #blrTXZDJhRGMKQolkmQ4FE8vwKwxM04Z.lazyloading { background-image: none; }
#TM5OS8HT3OUopltUb0Hnf5K2XhlTJ28O { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/298ca420-a81b-45a3-8cc7-20795dc18853/1452355180_Pokj3os.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: none;height:18.4375rem;width:18.4375rem;top:0.15625rem;left:18.90625rem;display:block; }#TM5OS8HT3OUopltUb0Hnf5K2XhlTJ28O.adaptive-delivery-prevent-bg, #TM5OS8HT3OUopltUb0Hnf5K2XhlTJ28O.lazyload, #TM5OS8HT3OUopltUb0Hnf5K2XhlTJ28O.lazyloading { background-image: none; }
#gndyQAfq6dz3WTs4M0BJd0xS1Ie1Qowy { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/69da28f1-5293-4636-811c-9996ffa7fde8/HotelSzaflary_pokjdwuosobowy.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: none;height:18.4375rem;width:18.4375rem;top:0.15625rem;left:37.656253814698rem;display:block; }#gndyQAfq6dz3WTs4M0BJd0xS1Ie1Qowy.adaptive-delivery-prevent-bg, #gndyQAfq6dz3WTs4M0BJd0xS1Ie1Qowy.lazyload, #gndyQAfq6dz3WTs4M0BJd0xS1Ie1Qowy.lazyloading { background-image: none; }
#Il63wzivNOEuNhDqgy1S6zJ2pxMobZJ4 { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/85ffdfe8-6d6e-46ce-ac71-e90b6102726f/1452355185_azienka1.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: none;height:18.4375rem;width:18.4375rem;top:0.15625rem;left:56.406253814698rem;display:block; }#Il63wzivNOEuNhDqgy1S6zJ2pxMobZJ4.adaptive-delivery-prevent-bg, #Il63wzivNOEuNhDqgy1S6zJ2pxMobZJ4.lazyload, #Il63wzivNOEuNhDqgy1S6zJ2pxMobZJ4.lazyloading { background-image: none; }
#ga33WaAgtPU3IWm9wNqBcmyn14lMNtr7 { position:relative;display:block; }#ga33WaAgtPU3IWm9wNqBcmyn14lMNtr7 { background-color: transparent; background-image: none; }#ga33WaAgtPU3IWm9wNqBcmyn14lMNtr7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ga33WaAgtPU3IWm9wNqBcmyn14lMNtr7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ga33WaAgtPU3IWm9wNqBcmyn14lMNtr7 > .row .container > .video-iframe-container { display: none; }#ga33WaAgtPU3IWm9wNqBcmyn14lMNtr7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ga33WaAgtPU3IWm9wNqBcmyn14lMNtr7 > .row > .video-iframe-container { display: none; }#ga33WaAgtPU3IWm9wNqBcmyn14lMNtr7 > .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); }#ga33WaAgtPU3IWm9wNqBcmyn14lMNtr7 { border-width: 0; border-radius: 0; }#ga33WaAgtPU3IWm9wNqBcmyn14lMNtr7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ga33WaAgtPU3IWm9wNqBcmyn14lMNtr7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KvNX9mTEKxmTmQcESe6VaPzV9P7KOSZd { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c964d505-8d4b-42fc-baba-19b25116fbd2/IMG_9172.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: none;height:18.4375rem;width:18.4375rem;top:0.15625rem;left:0.15625rem;display:block; }#KvNX9mTEKxmTmQcESe6VaPzV9P7KOSZd.adaptive-delivery-prevent-bg, #KvNX9mTEKxmTmQcESe6VaPzV9P7KOSZd.lazyload, #KvNX9mTEKxmTmQcESe6VaPzV9P7KOSZd.lazyloading { background-image: none; }
#htmHsfLxSf50MvQwLVDOwczXbkxshpTO { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/84d30630-128b-4abe-9449-8f980e70d43c/IMG_9181.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: none;height:18.4375rem;width:18.4375rem;top:0.15625rem;left:18.90625rem;display:block; }#htmHsfLxSf50MvQwLVDOwczXbkxshpTO.adaptive-delivery-prevent-bg, #htmHsfLxSf50MvQwLVDOwczXbkxshpTO.lazyload, #htmHsfLxSf50MvQwLVDOwczXbkxshpTO.lazyloading { background-image: none; }
#UEmkAEAzFqyFwA824U3r41fwk67ITAJc { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/35acd3ac-0242-486c-a948-beb10d599e46/IMG_9177.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: none;height:18.4375rem;width:18.4375rem;top:0.15625rem;left:37.656253814698rem;display:block; }#UEmkAEAzFqyFwA824U3r41fwk67ITAJc.adaptive-delivery-prevent-bg, #UEmkAEAzFqyFwA824U3r41fwk67ITAJc.lazyload, #UEmkAEAzFqyFwA824U3r41fwk67ITAJc.lazyloading { background-image: none; }
#fkZ8HUzamBhnWKVBgBlIHwTR5GasfiSr { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ceebcf50-3f77-4747-bfa2-d3b6cc66e43d/IMG_9183.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: none;height:18.4375rem;width:18.4375rem;top:0.15625rem;left:56.406253814698rem;display:block; }#fkZ8HUzamBhnWKVBgBlIHwTR5GasfiSr.adaptive-delivery-prevent-bg, #fkZ8HUzamBhnWKVBgBlIHwTR5GasfiSr.lazyload, #fkZ8HUzamBhnWKVBgBlIHwTR5GasfiSr.lazyloading { background-image: none; }
#XwXpLUIxCoMrgCZLNgPJNnVTLwtOTzTg { position:relative;display:block; }#XwXpLUIxCoMrgCZLNgPJNnVTLwtOTzTg { background-color: transparent; background-image: none; }#XwXpLUIxCoMrgCZLNgPJNnVTLwtOTzTg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwXpLUIxCoMrgCZLNgPJNnVTLwtOTzTg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwXpLUIxCoMrgCZLNgPJNnVTLwtOTzTg > .row .container > .video-iframe-container { display: none; }#XwXpLUIxCoMrgCZLNgPJNnVTLwtOTzTg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwXpLUIxCoMrgCZLNgPJNnVTLwtOTzTg > .row > .video-iframe-container { display: none; }#XwXpLUIxCoMrgCZLNgPJNnVTLwtOTzTg > .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); }#XwXpLUIxCoMrgCZLNgPJNnVTLwtOTzTg { border-width: 0; border-radius: 0; }#XwXpLUIxCoMrgCZLNgPJNnVTLwtOTzTg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#XwXpLUIxCoMrgCZLNgPJNnVTLwtOTzTg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DkE7oQqfT21OCNoBab5DElHZGAJuTBwV { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ddcead3a-f584-440b-8dd2-0b93df7d23fd/3J3B9390.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: none;height:18.4375rem;width:18.4375rem;top:0.15625rem;left:0.15625rem;display:block; }#DkE7oQqfT21OCNoBab5DElHZGAJuTBwV.adaptive-delivery-prevent-bg, #DkE7oQqfT21OCNoBab5DElHZGAJuTBwV.lazyload, #DkE7oQqfT21OCNoBab5DElHZGAJuTBwV.lazyloading { background-image: none; }
#PigJX9zoxKyeMKG6IoPEzwbfnJAgOGTw { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7f653232-39d2-410a-8f74-0232076de2ce/ObiadokolacjaBorowyDwr1.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: none;height:18.4375rem;width:18.4375rem;top:0.15625rem;left:18.90625rem;display:block; }#PigJX9zoxKyeMKG6IoPEzwbfnJAgOGTw.adaptive-delivery-prevent-bg, #PigJX9zoxKyeMKG6IoPEzwbfnJAgOGTw.lazyload, #PigJX9zoxKyeMKG6IoPEzwbfnJAgOGTw.lazyloading { background-image: none; }
#fw2lUOtITeyvyPllndTEkL7KkDBCrk3O { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/45535c66-2ae0-4fb5-902c-23c6c6333906/ObiadokolacjaBorowyDwr6.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: none;height:18.4375rem;width:18.4375rem;top:0.15625rem;left:37.656253814698rem;display:block; }#fw2lUOtITeyvyPllndTEkL7KkDBCrk3O.adaptive-delivery-prevent-bg, #fw2lUOtITeyvyPllndTEkL7KkDBCrk3O.lazyload, #fw2lUOtITeyvyPllndTEkL7KkDBCrk3O.lazyloading { background-image: none; }
#bTcqFK2HmbL8AfeFavLd3lt1mGtLGwlz { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c5dc6949-8294-4cb9-b20a-8205d48a70f0/ObiadokolacjaBorowyDwr5.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: none;height:18.4375rem;width:18.4375rem;top:0.15625rem;left:56.406253814698rem;display:block; }#bTcqFK2HmbL8AfeFavLd3lt1mGtLGwlz.adaptive-delivery-prevent-bg, #bTcqFK2HmbL8AfeFavLd3lt1mGtLGwlz.lazyload, #bTcqFK2HmbL8AfeFavLd3lt1mGtLGwlz.lazyloading { background-image: none; }
#IyKZ7Iz0TestT8Rdu2rTfu5wZsWoUMPA { position:relative;display:block; }#IyKZ7Iz0TestT8Rdu2rTfu5wZsWoUMPA { background-color: transparent; background-image: none; }#IyKZ7Iz0TestT8Rdu2rTfu5wZsWoUMPA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IyKZ7Iz0TestT8Rdu2rTfu5wZsWoUMPA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IyKZ7Iz0TestT8Rdu2rTfu5wZsWoUMPA > .row .container > .video-iframe-container { display: none; }#IyKZ7Iz0TestT8Rdu2rTfu5wZsWoUMPA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IyKZ7Iz0TestT8Rdu2rTfu5wZsWoUMPA > .row > .video-iframe-container { display: none; }#IyKZ7Iz0TestT8Rdu2rTfu5wZsWoUMPA > .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); }#IyKZ7Iz0TestT8Rdu2rTfu5wZsWoUMPA { border-width: 0; border-radius: 0; }#IyKZ7Iz0TestT8Rdu2rTfu5wZsWoUMPA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IyKZ7Iz0TestT8Rdu2rTfu5wZsWoUMPA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#v9993aNTa3l95TSCi9qniufU5Ufs7W1g { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/69d2fd3a-3e46-4211-bf31-44b3717ea991/Krgielnia_BorowyDwr2.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:18.4375rem;top:0.15625rem;left:0.15625rem;display:block; }#v9993aNTa3l95TSCi9qniufU5Ufs7W1g.adaptive-delivery-prevent-bg, #v9993aNTa3l95TSCi9qniufU5Ufs7W1g.lazyload, #v9993aNTa3l95TSCi9qniufU5Ufs7W1g.lazyloading { background-image: none; }
#c76crgPFHJG2hfr00aisvGCZqto7ofuV { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5a4c8cca-4022-4e7b-90a9-041b0e68fea3/1452424938_3J3B9366.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: none;height:18.4375rem;width:18.4375rem;top:0.15625rem;left:18.90625rem;display:block; }#c76crgPFHJG2hfr00aisvGCZqto7ofuV.adaptive-delivery-prevent-bg, #c76crgPFHJG2hfr00aisvGCZqto7ofuV.lazyload, #c76crgPFHJG2hfr00aisvGCZqto7ofuV.lazyloading { background-image: none; }
#fyEy0aO2HLMhOzZT5XXdLyny6GlJRFGw { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/27a561a6-35c2-4376-8b5f-c73ff611fb1e/3J3B9571.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: none;height:18.4375rem;width:18.4375rem;top:0.15625rem;left:37.656253814698rem;display:block; }#fyEy0aO2HLMhOzZT5XXdLyny6GlJRFGw.adaptive-delivery-prevent-bg, #fyEy0aO2HLMhOzZT5XXdLyny6GlJRFGw.lazyload, #fyEy0aO2HLMhOzZT5XXdLyny6GlJRFGw.lazyloading { background-image: none; }
#PVViqPQnwve7OTrLNU7sCyWUGdzqEFJD { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/070e9535-6b67-404c-a8d7-b6d4c1ef9ea6/BorowaDolina_new_1.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: none;height:18.4375rem;width:18.4375rem;top:0.15625rem;left:56.406253814698rem;display:block; }#PVViqPQnwve7OTrLNU7sCyWUGdzqEFJD.adaptive-delivery-prevent-bg, #PVViqPQnwve7OTrLNU7sCyWUGdzqEFJD.lazyload, #PVViqPQnwve7OTrLNU7sCyWUGdzqEFJD.lazyloading { background-image: none; }
#uHamfbTdmVkXQhmxuiOaxeMTdOaIoPbv { position:relative;display:block; }#uHamfbTdmVkXQhmxuiOaxeMTdOaIoPbv { background-color: transparent; background-image: none; }#uHamfbTdmVkXQhmxuiOaxeMTdOaIoPbv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHamfbTdmVkXQhmxuiOaxeMTdOaIoPbv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHamfbTdmVkXQhmxuiOaxeMTdOaIoPbv > .row .container > .video-iframe-container { display: none; }#uHamfbTdmVkXQhmxuiOaxeMTdOaIoPbv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHamfbTdmVkXQhmxuiOaxeMTdOaIoPbv > .row > .video-iframe-container { display: none; }#uHamfbTdmVkXQhmxuiOaxeMTdOaIoPbv > .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); }#uHamfbTdmVkXQhmxuiOaxeMTdOaIoPbv { border-width: 0; border-radius: 0; }#uHamfbTdmVkXQhmxuiOaxeMTdOaIoPbv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uHamfbTdmVkXQhmxuiOaxeMTdOaIoPbv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#e39TVVDgAZWtE9gKJu049kM5Cu3Jbohw { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b2de0183-eb5f-41ed-a622-6cdcce5c7d32/SPAhotelSzaflary21.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: none;height:18.4375rem;width:18.4375rem;top:0.15625rem;left:0.15625rem;display:block; }#e39TVVDgAZWtE9gKJu049kM5Cu3Jbohw.adaptive-delivery-prevent-bg, #e39TVVDgAZWtE9gKJu049kM5Cu3Jbohw.lazyload, #e39TVVDgAZWtE9gKJu049kM5Cu3Jbohw.lazyloading { background-image: none; }
#hHNAodpnmBbnFAX2BUOSL9GcpUhcszFd { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0143bdca-1bdb-4f94-bb8c-79b1c3c68b6d/SPASzaflary1.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: none;height:18.4375rem;width:18.4375rem;top:0.15625rem;left:18.90625rem;display:block; }#hHNAodpnmBbnFAX2BUOSL9GcpUhcszFd.adaptive-delivery-prevent-bg, #hHNAodpnmBbnFAX2BUOSL9GcpUhcszFd.lazyload, #hHNAodpnmBbnFAX2BUOSL9GcpUhcszFd.lazyloading { background-image: none; }
#qT91SG1vcBNdOqTlOPTQM9zw60rrEkNn { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b9319e05-b1b2-4017-bd0c-68a412410c11/1DX_4352HDR.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: none;height:18.4375rem;width:18.4375rem;top:0.15625rem;left:37.656253814698rem;display:block; }#qT91SG1vcBNdOqTlOPTQM9zw60rrEkNn.adaptive-delivery-prevent-bg, #qT91SG1vcBNdOqTlOPTQM9zw60rrEkNn.lazyload, #qT91SG1vcBNdOqTlOPTQM9zw60rrEkNn.lazyloading { background-image: none; }
#dNPkPIuGpkFqz7hQT6u08dJLJGEprr0b { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/454e4f8c-044a-46fb-bb7c-b29f10759dd0/1DX_4341.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: none;height:18.4375rem;width:18.4375rem;top:0.15625rem;left:56.406253814698rem;display:block; }#dNPkPIuGpkFqz7hQT6u08dJLJGEprr0b.adaptive-delivery-prevent-bg, #dNPkPIuGpkFqz7hQT6u08dJLJGEprr0b.lazyload, #dNPkPIuGpkFqz7hQT6u08dJLJGEprr0b.lazyloading { background-image: none; }
#hsFxRPuiIX687qbzv00IJI0v1ExmVcPR { position:relative;display:block; }#hsFxRPuiIX687qbzv00IJI0v1ExmVcPR { background-color: transparent; background-image: none; }#hsFxRPuiIX687qbzv00IJI0v1ExmVcPR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hsFxRPuiIX687qbzv00IJI0v1ExmVcPR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hsFxRPuiIX687qbzv00IJI0v1ExmVcPR > .row .container > .video-iframe-container { display: none; }#hsFxRPuiIX687qbzv00IJI0v1ExmVcPR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hsFxRPuiIX687qbzv00IJI0v1ExmVcPR > .row > .video-iframe-container { display: none; }#hsFxRPuiIX687qbzv00IJI0v1ExmVcPR > .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); }#hsFxRPuiIX687qbzv00IJI0v1ExmVcPR { border-width: 0; border-radius: 0; }#hsFxRPuiIX687qbzv00IJI0v1ExmVcPR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hsFxRPuiIX687qbzv00IJI0v1ExmVcPR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FoRqqIsybEyGqAHz010tGEIhvbFhA0VN { position:relative;display:block; }#FoRqqIsybEyGqAHz010tGEIhvbFhA0VN { background-color: transparent; background-image: none; }#FoRqqIsybEyGqAHz010tGEIhvbFhA0VN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FoRqqIsybEyGqAHz010tGEIhvbFhA0VN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FoRqqIsybEyGqAHz010tGEIhvbFhA0VN > .row .container > .video-iframe-container { display: none; }#FoRqqIsybEyGqAHz010tGEIhvbFhA0VN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FoRqqIsybEyGqAHz010tGEIhvbFhA0VN > .row > .video-iframe-container { display: none; }#FoRqqIsybEyGqAHz010tGEIhvbFhA0VN > .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); }#FoRqqIsybEyGqAHz010tGEIhvbFhA0VN { border-width: 0; border-radius: 0; }#FoRqqIsybEyGqAHz010tGEIhvbFhA0VN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FoRqqIsybEyGqAHz010tGEIhvbFhA0VN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nF80vLkOIeiTkUkT8ixfyCF7ZV0ikMbJ { color:rgba(var(--color-tertiary-4),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:5.068359375rem;left:24.6875rem;height:1.13736875rem;text-align:center;text-align-last:center;display:block; }
#FSVqeL182no91HB0TzqsGLoarFaOSgon { color:rgba(var(--color-tertiary-4),1);display:block;width:59.9375rem;position:absolute;font-family:ranua;font-size:2.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:7.0654296875rem;left:7.53125rem;height:2.76236875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GZWAtRTBfNx6g1cd3sTrF6m0WxkNoHEy { color:rgba(var(--color-tertiary-4),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:11.08203125rem;left:22.40625rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#WGraL1dMohD5m6nTHdSHPJR6kZkMigBg { position:relative;display:block; }#WGraL1dMohD5m6nTHdSHPJR6kZkMigBg { background-color: transparent; background-image: none; }#WGraL1dMohD5m6nTHdSHPJR6kZkMigBg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WGraL1dMohD5m6nTHdSHPJR6kZkMigBg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WGraL1dMohD5m6nTHdSHPJR6kZkMigBg > .row .container > .video-iframe-container { display: none; }#WGraL1dMohD5m6nTHdSHPJR6kZkMigBg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WGraL1dMohD5m6nTHdSHPJR6kZkMigBg > .row > .video-iframe-container { display: none; }#WGraL1dMohD5m6nTHdSHPJR6kZkMigBg > .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); }#WGraL1dMohD5m6nTHdSHPJR6kZkMigBg { border-width: 0; border-radius: 0; }#WGraL1dMohD5m6nTHdSHPJR6kZkMigBg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WGraL1dMohD5m6nTHdSHPJR6kZkMigBg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:35.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uTOVXzl1aL8lpIaeiuRLsz39a5lnBDh8 { position:absolute;display:block;z-index:15001;background-color:#f3f3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.5rem;width:25rem;top:0rem;left:50rem;display:block; }
#msTfbuBJoQCQgNH0XbhBZg0fQg0Gia5M { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.4375rem;width:25rem;top:0rem;left:25rem;display:block; }
#U1zL7Z8UeI2U19fB6wOPdR0flwHxwOvD { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:5.625rem;left:0rem;height:1.13736875rem;text-align:center;text-align-last:center;display:block; }
#t1qSsExtrNkwfevW9rw5SdPpCn2aZtV3 { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:ranua;font-size:2.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:7.75rem;left:0rem;height:2.76236875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hmic6QzTLRIe3hzp2UJacccPpJZWw6ZL { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:20.08203125rem;left:3.125rem;height:9.0989875rem;text-align:center;text-align-last:center;display:block; }
#IywPUKoyxtcRO0qdJzxvrqV9fMSSbrz1 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:3.0625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:28.75rem;left:30.21875rem;display:block; }
#mMGk9cADvNrufNFqE7ntUNkzko6IaiPO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TppTS39yuCrTrF4qTtCPfAV3vEsxZ1aA { position:absolute;display:block;z-index:15000;background-color:#f3f3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.4375rem;width:25rem;top:0rem;left:0rem;display:block; }
#uOGXt3z2yfL9E3ctkQorG0pckTQhMvUR { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:5.625rem;left:50rem;height:1.13736875rem;text-align:center;text-align-last:center;display:block; }
#qfVXrpVmZZTiL7kOqJbyI9OoqiNmzi5z { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:ranua;font-size:2.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:7.75rem;left:50rem;height:2.76236875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T7T5Usp8GtXbliVUSHMAg7MkTzfxP2Gk { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:20.08203125rem;left:53.125rem;height:5.68685rem;text-align:center;text-align-last:center;display:block; }
#iZ73CQhRZsGhhepfy8M1b4qp3WnIb7I2 { color:rgba(var(--color-tertiary-1),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:5.625rem;left:25rem;height:1.13736875rem;text-align:center;text-align-last:center;display:block; }
#eWPBPeBsGWhhKbwbLDlEOvuUiGG78WvH { color:rgba(var(--color-tertiary-1),1);display:block;width:25rem;position:absolute;font-family:ranua;font-size:2.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:7.75rem;left:25rem;height:2.76236875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mh38pRHbHaBFQ3GMB4Mxb62XCBF09b7v { color:rgba(var(--color-tertiary-1),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:20.08203125rem;left:28.125rem;height:4.54948125rem;text-align:center;text-align-last:center;display:block; }
#zC72lmeZDMDKdVZ9Zemx1Ow7FoFdyugD { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:6.0625rem;top:11.5rem;left:9.46875rem;overflow:hidden;display:block; }
#F1BT7iTuyfP3rCTtmOPqNov1KEVuD5Fe { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:6.0625rem;top:11.5rem;left:34.46875rem;overflow:hidden;display:block; }
#MRHUVH9GnACJGG3EDvKKT5OagVuEEhps { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:6.0625rem;top:11.5rem;left:59.46875rem;overflow:hidden;display:block; }
#X2OpfMHlaSzPG78u8sWC0GxBUQn276gs { position:relative;display:block; }#X2OpfMHlaSzPG78u8sWC0GxBUQn276gs { background-color: transparent; background-image: none; }#X2OpfMHlaSzPG78u8sWC0GxBUQn276gs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2OpfMHlaSzPG78u8sWC0GxBUQn276gs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2OpfMHlaSzPG78u8sWC0GxBUQn276gs > .row .container > .video-iframe-container { display: none; }#X2OpfMHlaSzPG78u8sWC0GxBUQn276gs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2OpfMHlaSzPG78u8sWC0GxBUQn276gs > .row > .video-iframe-container { display: none; }#X2OpfMHlaSzPG78u8sWC0GxBUQn276gs > .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); }#X2OpfMHlaSzPG78u8sWC0GxBUQn276gs { border-width: 0; border-radius: 0; }#X2OpfMHlaSzPG78u8sWC0GxBUQn276gs > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#X2OpfMHlaSzPG78u8sWC0GxBUQn276gs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aIx5ZepU0T1tlbKksfnWF3EmHxaJfXpk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d970e79c-bcba-4bf0-9bea-61bf90629ea3/Projektbeznazwy.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aIx5ZepU0T1tlbKksfnWF3EmHxaJfXpk.adaptive-delivery-prevent-bg, #aIx5ZepU0T1tlbKksfnWF3EmHxaJfXpk.lazyload, #aIx5ZepU0T1tlbKksfnWF3EmHxaJfXpk.lazyloading { background-image: none; }#aIx5ZepU0T1tlbKksfnWF3EmHxaJfXpk > .row .container { background-color: transparent; background-image: none; }#aIx5ZepU0T1tlbKksfnWF3EmHxaJfXpk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIx5ZepU0T1tlbKksfnWF3EmHxaJfXpk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIx5ZepU0T1tlbKksfnWF3EmHxaJfXpk > .row .container > .video-iframe-container { display: none; }#aIx5ZepU0T1tlbKksfnWF3EmHxaJfXpk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIx5ZepU0T1tlbKksfnWF3EmHxaJfXpk > .row > .video-iframe-container { display: none; }#aIx5ZepU0T1tlbKksfnWF3EmHxaJfXpk > .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); }#aIx5ZepU0T1tlbKksfnWF3EmHxaJfXpk > .row .container { border-width: 0; border-radius: 0; }#aIx5ZepU0T1tlbKksfnWF3EmHxaJfXpk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aIx5ZepU0T1tlbKksfnWF3EmHxaJfXpk > .row .container { font-size:0.875rem;font-family:arial;height:24.4375rem;width:75rem;position:relative;display:block; }#ruBny6ZVIaSTZ76CtcgwwZD5hZvcPNZt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#ruBny6ZVIaSTZ76CtcgwwZD5hZvcPNZt > .row .container { background-color: transparent; background-image: none; }#ruBny6ZVIaSTZ76CtcgwwZD5hZvcPNZt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruBny6ZVIaSTZ76CtcgwwZD5hZvcPNZt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruBny6ZVIaSTZ76CtcgwwZD5hZvcPNZt > .row .container > .video-iframe-container { display: none; }#ruBny6ZVIaSTZ76CtcgwwZD5hZvcPNZt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruBny6ZVIaSTZ76CtcgwwZD5hZvcPNZt > .row > .video-iframe-container { display: none; }#ruBny6ZVIaSTZ76CtcgwwZD5hZvcPNZt > .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); }#ruBny6ZVIaSTZ76CtcgwwZD5hZvcPNZt > .row .container { border-width: 0; border-radius: 0; }#ruBny6ZVIaSTZ76CtcgwwZD5hZvcPNZt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ruBny6ZVIaSTZ76CtcgwwZD5hZvcPNZt > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#dbdBQA5lvMiG2F5uFRPh5SJ2WmV8c7fl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#dbdBQA5lvMiG2F5uFRPh5SJ2WmV8c7fl > .row .container { background-color: transparent; background-image: none; }#dbdBQA5lvMiG2F5uFRPh5SJ2WmV8c7fl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dbdBQA5lvMiG2F5uFRPh5SJ2WmV8c7fl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dbdBQA5lvMiG2F5uFRPh5SJ2WmV8c7fl > .row .container > .video-iframe-container { display: none; }#dbdBQA5lvMiG2F5uFRPh5SJ2WmV8c7fl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dbdBQA5lvMiG2F5uFRPh5SJ2WmV8c7fl > .row > .video-iframe-container { display: none; }#dbdBQA5lvMiG2F5uFRPh5SJ2WmV8c7fl > .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); }#dbdBQA5lvMiG2F5uFRPh5SJ2WmV8c7fl > .row .container { border-width: 0; border-radius: 0; }#dbdBQA5lvMiG2F5uFRPh5SJ2WmV8c7fl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dbdBQA5lvMiG2F5uFRPh5SJ2WmV8c7fl > .row .container { font-size:0.875rem;font-family:arial;height:55.6875rem;width:75rem;position:relative;display:block; }#LnZFsv3dyr5IbK6XcHF3qS6etLtgLXeM { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:44.187501907349rem;left:0rem;display:block; }
#ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T .widget-form-header {  }
#ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.875rem;font-weight:400;color:#000000;width:46.8125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T .widget-input-text { background-color:#f3f3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0.0625rem solid #9e9e9e;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:46.8125rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center; }
#ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T .widget-input-text {padding-top: 0; padding-bottom: 0;}#ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T .widget-textarea { background-color:#f3f3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0.0625rem solid #9e9e9e;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:46.8125rem;box-sizing:border-box;height:4.6875rem;color:#161616;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center; }
#ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #7d7d7d;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:46.8125rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:raleway;font-size:1rem;overflow:hidden;vertical-align:top; }
#ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T .widget-input-select {padding-top: 0; padding-bottom: 0;}#ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:5.375rem;margin-bottom:0.25rem;margin-left:5.375rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:36rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T [class*="-text"]:-moz-placeholder { color:#83928f;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T [class*="-text"]::-moz-placeholder { color:#83928f;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T [class*="-text"]:-ms-input-placeholder { color:#83928f;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T [class*="-text"]::-webkit-input-placeholder { color:#83928f;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:raleway;line-height:1.3;font-size:0.875rem;font-weight:400;color:#9e9e9e;vertical-align:top;width:45.625rem;overflow:hidden;font-style:normal;float:none; }
#ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:raleway;font-size:0.875rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T .widget-container { padding-top:0.5625rem;padding-right:0;padding-bottom:0.5625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T .widget-container:first-of-type{padding-top:0;}#ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T .widget-container:last-of-type{padding-bottom:0;}#ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T  { background-color:#f3f3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:46.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;left:12.8125rem;top:8.8125rem;z-index:15011;position:absolute; }
#ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:46.8125rem;display:block;vertical-align:top; }
#ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.875rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T {display:block;}#ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T { background-color:#f3f3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:46.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;left:12.8125rem;top:8.8125rem;z-index:15011;position:absolute; }
#ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T #ZpNH6TIlmWJWzGDqnBZxpRx4zVykZnPD { position:relative; }
#ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T #XmLz2l6cscQt5yKTaZwGddqaXpbvxHVh { position:relative;display:none; }
#ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T #HiFBFT5f1VDtmaTRgLuEX2s9FXnRhOiW { position:relative; }
#ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T #SGyspVDZxOGrtvpIilI8MTX0IVbdPpG3 { position:relative; }
#ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T #oAGOyl9uX7OCFseLkN5z89rer6yIJd6M { position:relative;display:none; }
#ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T #Mhx1HUrfqD0Vb2vpOSQxbahmTFaLuCzO { position:relative; }
#ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T #IOzTst6WUy8OcHyvX5kuo6ScPnQv8cCt { position:relative; }
#ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T #foqbDqM3dKHOS3DbGcz1tLdUp5ZGrTcJ { position:relative;display:none; }
#ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T #r6X0ImlflEa1h3QRECEkZeRfCbILGC5z { position:relative; }
#ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T #Gx2GLVAosVl8779R3OcU5Ly123f1WJNH { position:relative; }
#ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T #AMSN3JOtiOW1KicTMKcTnvDzd44tHnpI { position:relative;display:none; }
#ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T #nmFRzILRa3XnANtJ7KDg4MNrDAMAJfSN { position:relative; }
#ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T #Dl3lUPqWTHLZF6aZbX24O50IddiFTog9 { position:relative; }
#ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T #kV4q4yuzDtZrPy9Hioo0DPZxMIPBl3s0 { position:relative;display:none; }
#ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T #lHsa9AvObUrEB2uis3MhmpAO3kxW4gnL { position:relative; }
#ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T #ZwTKoaXhIqTsqsBeLybmZQTOmxNE4I9t { position:relative; }
#ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T #wP4hU8C9s3LSwbQ3QGHCnLVDHSrnn7dL { position:relative; }
#TOnIiPLtdFsrZNplBlAt431VEyJTsXA6 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.6875rem;position:absolute;font-family:ranua;font-size:2.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:4.25rem;left:21.65625rem;height:2.76236875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rP2HeUsUsuiLBT3xvh6l3zgQzO5ctKbi { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:48.75rem;left:70.75rem; }
#rP2HeUsUsuiLBT3xvh6l3zgQzO5ctKbi > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#csFAcHNUiPhKAF08EwN1X2iZQrwf5BKv { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:48.75rem;left:68.5rem; }
#csFAcHNUiPhKAF08EwN1X2iZQrwf5BKv > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#zHIHzSisg9L3fPzAekI1Cr01K9foP926 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:48.75rem;left:73.125rem; }
#zHIHzSisg9L3fPzAekI1Cr01K9foP926 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#CPkqcpwAXTTinWF7TMkGn6FfvBg0AI6K { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:49.125rem;left:28.125rem;height:1.13736875rem;text-align:center;text-align-last:center;display:block; }
#n6MNBi7n82faETDl4CQtP3HhvQ4ZVUki { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:46.9375rem;left:0rem;height:2.2747375rem;text-align:left;text-align-last:left;display:block; }
#SW0X7adnKkGMmxF9TsaamLQMR8rqKi1J { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.6;letter-spacing:0;top:49.75rem;left:0rem;height:2.799475rem;text-align:left;text-align-last:left;display:block; }
#kil4W91xEQNdTu6N6gNiXz4KLoeyTP6Z { color:rgba(var(--color-tertiary-4),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:2.4375rem;left:24.6875rem;height:1.13736875rem;text-align:center;text-align-last:center;display:block; }
#hiVJulhbalA2wZeuVrcvwHBhkDRgVKFU { position:relative;display:none; }#hiVJulhbalA2wZeuVrcvwHBhkDRgVKFU { border-width: 0; border-radius: 0; }#hiVJulhbalA2wZeuVrcvwHBhkDRgVKFU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hiVJulhbalA2wZeuVrcvwHBhkDRgVKFU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#fyqZSaCb19PqN3DISzdJKKZrUaxx4Htm { background-color:#5d92ff;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: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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#oQhZ2kie9qIFRAx3tZbNT9CMQyHB5r08 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tlIRl4FaSSnF71aABlLzTMC4Ccnuvqd6 { top:2.6875rem;left:19.093753814698rem;width:9.5625rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bcxdn3Ny71ltRqXM8CvLDZQlAhkdPKkB { width:14.5625rem;height:3.0625rem;top:49.875rem;left:16.593753814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFqH6q5SHSCa9CTmXShEaD1sMI98Px6n { display:block; }
 }@media only screen and (max-width: 763px) { #XetFQyFdqJ32XJTEXlXrBLyX0ZcThDhd { top:37.5625rem;left:10.3125rem;width:27.125rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kosCa560ak97hUJRFw10ILExzhKPuL9i { top:22.9375rem;left:0rem;width:47.75rem;height:11.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AceyLNE5cJkpN6rOp9fqhPZ15OG0Xpta { top:19.0625rem;left:11.0625rem;width:25.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MI16ReoTgO647MZpdIG7LOh0xrSmdyfJ { display:block; }#MI16ReoTgO647MZpdIG7LOh0xrSmdyfJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UtMcH1my1OZV1KktdeUSv1I2vPWVXWyl { top:5.0625rem;left:11.0625rem;width:25.625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ne7qCbnxl5Z2rv8qDsNJhzTrTXw8U2Wr { top:7.0625rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPGeJW4iznG9pJyHxq2ZmtFZgVxQABSk { top:11.0625rem;left:8.7812538146975rem;width:30.1875rem;height:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE0oJwM87WkFaDfJO9UOSOK6gvcLUzfJ { display:block; }#TE0oJwM87WkFaDfJO9UOSOK6gvcLUzfJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tc76u6OWcMVI4eRwuW02HhMCqRXy4rSn { top:0rem;left:3.46875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxotR0ipxBV0w9P4m5TswlPJCZSNvEsQ { top:0rem;left:15.40625rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cq5fMUv29PNnvPwIIRb0xJC09vSH14gN { top:0rem;left:27.34375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwRpZLzUTw6tV8qM53kpk3xT4pLyxq18 { top:0rem;left:39.28125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiD9PXgbg3kyTEhW0cmz40Ugo9wVJPDg { top:6.6875rem;left:0rem;width:13.3125rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgkq4ncAKs6lATwRvi9e89s17CnPadRF { top:6.6875rem;left:10.5625rem;width:13.3125rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cE58Cckzny3aB6oH3Jql4A2fE5UWtIpI { top:6.6875rem;left:22.5rem;width:13.3125rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9J6ZnGZIm62qgyd5MRyn8c72zdgdNQ6 { top:6.6875rem;left:32.375rem;width:15.375rem;height:6.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGewdmgvaDsFnucT021o1n2wxmyz0XCF { display:block; }#bGewdmgvaDsFnucT021o1n2wxmyz0XCF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #toDy5MalbbmpTiGRBlQBELbehzutwghy { top:2.0625rem;left:9.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0DtO2fZgcsUcT21QE6oHXibp110fT9O { top:2.0625rem;left:13.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBv6aFq37nqkE50LplpntbEnC9mczyJ9 { top:2.0625rem;left:17.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtXC1AtG6CJ8DgwFIxqJnFUCtDxfLF09 { top:2.0625rem;left:22rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpHd5DlLHfwTThIT9WsbmDFoBm4RmeuQ { top:2.0625rem;left:26.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofGzD12aPklDCplrLicrmk004GHO7mHd { top:2.0625rem;left:31rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rzi55cSZZferzBCwlBSKau2hcWK7r6va { top:2.0625rem;left:35.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #db8fyyv4lVVwdqaOhKH0ytVUOZlTwLE3 { display:block; }#db8fyyv4lVVwdqaOhKH0ytVUOZlTwLE3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #esEE68LhfhnwwogKdiFVBimCcvmcH4EI { width:14.5625rem;height:3.0625rem;top:27.375rem;left:16.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7bZKty0F8ibPFFLnTBBsE6ODWKIKAyw { display:block; }
 }@media only screen and (max-width: 763px) { #WPqyO0CZbTJ3PG29Sv0OdG5DIaFDBknC { display:block; }#WPqyO0CZbTJ3PG29Sv0OdG5DIaFDBknC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uKBR9GqqiCmtewn0KHdd9yUcQiGHfJQK { display:block; }#uKBR9GqqiCmtewn0KHdd9yUcQiGHfJQK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UGgWnLtbQ06q4dqnzkEzATdJrc6m2ILf { top:3rem;left:15.3125rem;width:32.4375rem;height:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAn1uUtfPFaAN8NpBqtWJ0ytwQl7a3xg { top:6.25rem;left:0rem;width:25.625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6bme2mcLXinVOrMKunokqsQbmocqZW5 { top:9.6875rem;left:0rem;width:19.9375rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNRPG93N1thk9CENpKAgwKeDcOQ6I67y { top:14.25rem;left:0rem;width:28.125rem;height:12.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqxeTSOfZz54C8xXBZTrsyRPALtbNsto { width:14.5625rem;height:3.0625rem;top:29.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvkWlpWmAXnO5UTv7Tz8vodCLWog1mc1 { display:block; }
 }@media only screen and (max-width: 763px) { #MPTJZOcRaKNgFvNIe5g3aZXtdVRZPREe { display:block; }#MPTJZOcRaKNgFvNIe5g3aZXtdVRZPREe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #taOkO4aRRkkSHLACg52Lz1nfgE5UMf6f { display:block; }#taOkO4aRRkkSHLACg52Lz1nfgE5UMf6f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WT26J1piHpxoo6AOAikNk3rI0Sq0MlZM { top:28.6875rem;left:0rem;width:47.75rem;height:11rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #txy9NMZc2JG7RH63BUnqgi1DuKDBPuRE { top:25.75rem;left:11.0625rem;width:25.625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6QlX47FXxmb4bTAtoTSUWnqgyWXHf3K { display:block; }#m6QlX47FXxmb4bTAtoTSUWnqgyWXHf3K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SnOrrwm6KGDfIDK4MxwURkesCZBancPR { display:block; }#SnOrrwm6KGDfIDK4MxwURkesCZBancPR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ryEQe8xShezKfCcGkIeLAphSLeD0zAB0 { top:0rem;left:10.25rem;width:37.5rem;height:41.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #orJbpGWUmQk6OsOBBe6XxeC7B6SX9AzN { top:6.25rem;left:0rem;width:25.625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #anJc0zeKH9uUyTZ3Tg6mfAXTZGHT7m1m { top:9.6875rem;left:0rem;width:31.6875rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLfG1zyEhJGXN9qCpOiLnZTnJdTNaNK3 { top:14.25rem;left:0rem;width:31.875rem;height:14.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTpMm3q42aAEN1auGoT05edcTvtkXEm8 { width:14.5625rem;height:3.0625rem;top:31.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKXLEdz1ZfTxgoC6XqnbAycwKtGJq0Le { display:block; }
 }@media only screen and (max-width: 763px) { #Lel5RWG6GPA5C07Oq4goymJsEEqKFM9n { display:block; }#Lel5RWG6GPA5C07Oq4goymJsEEqKFM9n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LkQoQd9sxlWipsNiaJAkVqeJlhmHZTNr { display:block; }#LkQoQd9sxlWipsNiaJAkVqeJlhmHZTNr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TPyQ281TOxaD85fXfphObx7nvC6q8JcX { top:1.375rem;left:0rem;width:19.9375rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3XbxK2DAFbTencyqq7VJvlmZuMODE64 { display:block; }#G3XbxK2DAFbTencyqq7VJvlmZuMODE64 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JI2a7KRVGVPW45aZ23BVi2xSiTl3MQ9K { top:0.125rem;left:0rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMcMRTEFSrXpLaUwQPG1Vg3PCymSTMc8 { top:0.125rem;left:5.4375rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMCAERib0uwrMqh927dO0bcwpCA0NIzk { top:0.125rem;left:17.375rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Unl94CIBPNn0XNKMZp7zSqipoax7rz2T { top:0.125rem;left:29.3125rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnuRH7CXAHfAHiuc2NFCHBHOxJtBo3xi { display:block; }#qnuRH7CXAHfAHiuc2NFCHBHOxJtBo3xi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #blrTXZDJhRGMKQolkmQ4FE8vwKwxM04Z { top:0.125rem;left:0rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM5OS8HT3OUopltUb0Hnf5K2XhlTJ28O { top:0.125rem;left:5.4375rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gndyQAfq6dz3WTs4M0BJd0xS1Ie1Qowy { top:0.125rem;left:17.375rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Il63wzivNOEuNhDqgy1S6zJ2pxMobZJ4 { top:0.125rem;left:29.3125rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ga33WaAgtPU3IWm9wNqBcmyn14lMNtr7 { display:block; }#ga33WaAgtPU3IWm9wNqBcmyn14lMNtr7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KvNX9mTEKxmTmQcESe6VaPzV9P7KOSZd { top:0.125rem;left:0rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #htmHsfLxSf50MvQwLVDOwczXbkxshpTO { top:0.125rem;left:5.4375rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEmkAEAzFqyFwA824U3r41fwk67ITAJc { top:0.125rem;left:17.375rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkZ8HUzamBhnWKVBgBlIHwTR5GasfiSr { top:0.125rem;left:29.3125rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwXpLUIxCoMrgCZLNgPJNnVTLwtOTzTg { display:block; }#XwXpLUIxCoMrgCZLNgPJNnVTLwtOTzTg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DkE7oQqfT21OCNoBab5DElHZGAJuTBwV { top:0.125rem;left:0rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PigJX9zoxKyeMKG6IoPEzwbfnJAgOGTw { top:0.125rem;left:5.4375rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fw2lUOtITeyvyPllndTEkL7KkDBCrk3O { top:0.125rem;left:17.375rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTcqFK2HmbL8AfeFavLd3lt1mGtLGwlz { top:0.125rem;left:29.3125rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyKZ7Iz0TestT8Rdu2rTfu5wZsWoUMPA { display:block; }#IyKZ7Iz0TestT8Rdu2rTfu5wZsWoUMPA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v9993aNTa3l95TSCi9qniufU5Ufs7W1g { top:0.125rem;left:0rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c76crgPFHJG2hfr00aisvGCZqto7ofuV { top:0.125rem;left:5.4375rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyEy0aO2HLMhOzZT5XXdLyny6GlJRFGw { top:0.125rem;left:17.375rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVViqPQnwve7OTrLNU7sCyWUGdzqEFJD { top:0.125rem;left:29.3125rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHamfbTdmVkXQhmxuiOaxeMTdOaIoPbv { display:block; }#uHamfbTdmVkXQhmxuiOaxeMTdOaIoPbv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e39TVVDgAZWtE9gKJu049kM5Cu3Jbohw { top:0.125rem;left:0rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHNAodpnmBbnFAX2BUOSL9GcpUhcszFd { top:0.125rem;left:5.4375rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT91SG1vcBNdOqTlOPTQM9zw60rrEkNn { top:0.125rem;left:17.375rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNPkPIuGpkFqz7hQT6u08dJLJGEprr0b { top:0.125rem;left:29.3125rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsFxRPuiIX687qbzv00IJI0v1ExmVcPR { display:block; }#hsFxRPuiIX687qbzv00IJI0v1ExmVcPR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FoRqqIsybEyGqAHz010tGEIhvbFhA0VN { display:block; }#FoRqqIsybEyGqAHz010tGEIhvbFhA0VN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nF80vLkOIeiTkUkT8ixfyCF7ZV0ikMbJ { top:5.0625rem;left:11.0625rem;width:25.625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSVqeL182no91HB0TzqsGLoarFaOSgon { top:7.0625rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZWAtRTBfNx6g1cd3sTrF6m0WxkNoHEy { top:11.0625rem;left:8.78125rem;width:30.1875rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGraL1dMohD5m6nTHdSHPJR6kZkMigBg { display:block; }#WGraL1dMohD5m6nTHdSHPJR6kZkMigBg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTOVXzl1aL8lpIaeiuRLsz39a5lnBDh8 { top:0rem;left:22.625rem;width:25rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #msTfbuBJoQCQgNH0XbhBZg0fQg0Gia5M { top:0rem;left:6.75rem;width:25rem;height:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1zL7Z8UeI2U19fB6wOPdR0flwHxwOvD { top:5.625rem;left:0rem;width:25rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1qSsExtrNkwfevW9rw5SdPpCn2aZtV3 { top:7.75rem;left:0rem;width:25rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmic6QzTLRIe3hzp2UJacccPpJZWw6ZL { top:20.0625rem;left:0rem;width:18.75rem;height:10.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IywPUKoyxtcRO0qdJzxvrqV9fMSSbrz1 { width:14.5625rem;height:3.0625rem;top:28.75rem;left:16.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMGk9cADvNrufNFqE7ntUNkzko6IaiPO { display:block; }
 }@media only screen and (max-width: 763px) { #TppTS39yuCrTrF4qTtCPfAV3vEsxZ1aA { top:0rem;left:0rem;width:25rem;height:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOGXt3z2yfL9E3ctkQorG0pckTQhMvUR { top:5.625rem;left:22.625rem;width:25rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfVXrpVmZZTiL7kOqJbyI9OoqiNmzi5z { top:7.75rem;left:22.625rem;width:25rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7T5Usp8GtXbliVUSHMAg7MkTzfxP2Gk { top:20.0625rem;left:28.875rem;width:18.75rem;height:6.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZ73CQhRZsGhhepfy8M1b4qp3WnIb7I2 { top:5.625rem;left:6.75rem;width:25rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWPBPeBsGWhhKbwbLDlEOvuUiGG78WvH { top:7.75rem;left:6.75rem;width:25rem;height:2.75rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mh38pRHbHaBFQ3GMB4Mxb62XCBF09b7v { top:20.0625rem;left:13rem;width:18.75rem;height:5.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zC72lmeZDMDKdVZ9Zemx1Ow7FoFdyugD { top:11.5rem;left:4.90625rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1BT7iTuyfP3rCTtmOPqNov1KEVuD5Fe { top:11.5rem;left:20.78125rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRHUVH9GnACJGG3EDvKKT5OagVuEEhps { top:11.5rem;left:36.65625rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2OpfMHlaSzPG78u8sWC0GxBUQn276gs { display:block; }#X2OpfMHlaSzPG78u8sWC0GxBUQn276gs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aIx5ZepU0T1tlbKksfnWF3EmHxaJfXpk { display:block; }#aIx5ZepU0T1tlbKksfnWF3EmHxaJfXpk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ruBny6ZVIaSTZ76CtcgwwZD5hZvcPNZt { display:block; }#ruBny6ZVIaSTZ76CtcgwwZD5hZvcPNZt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dbdBQA5lvMiG2F5uFRPh5SJ2WmV8c7fl { display:block; }#dbdBQA5lvMiG2F5uFRPh5SJ2WmV8c7fl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LnZFsv3dyr5IbK6XcHF3qS6etLtgLXeM { top:44.1875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T .widget-regular-label { display:block;width:45.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T .widget-input-text { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T .widget-input-text {padding-top: 0; padding-bottom: 0;}#ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T .widget-textarea { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T .widget-input-select { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T .widget-input-select {padding-top: 0; padding-bottom: 0;}#ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T .widget-input-button { width:34.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.1875rem; }
#ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T .widget-checkbox-label { width:44.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T  { width:45.25rem;height:auto;top:8.8125rem;left:0rem; }
#ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T .radio-container { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T {display:block;}#ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T { width:45.25rem;height:auto;top:8.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T #ZpNH6TIlmWJWzGDqnBZxpRx4zVykZnPD {  }
 }@media only screen and (max-width: 763px) { #ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T #XmLz2l6cscQt5yKTaZwGddqaXpbvxHVh { display:none; }
 }@media only screen and (max-width: 763px) { #ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T #HiFBFT5f1VDtmaTRgLuEX2s9FXnRhOiW {  }
 }@media only screen and (max-width: 763px) { #ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T #SGyspVDZxOGrtvpIilI8MTX0IVbdPpG3 {  }
 }@media only screen and (max-width: 763px) { #ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T #oAGOyl9uX7OCFseLkN5z89rer6yIJd6M {  }
 }@media only screen and (max-width: 763px) { #ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T #Mhx1HUrfqD0Vb2vpOSQxbahmTFaLuCzO {  }
 }@media only screen and (max-width: 763px) { #ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T #IOzTst6WUy8OcHyvX5kuo6ScPnQv8cCt {  }
 }@media only screen and (max-width: 763px) { #ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T #foqbDqM3dKHOS3DbGcz1tLdUp5ZGrTcJ {  }
 }@media only screen and (max-width: 763px) { #ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T #r6X0ImlflEa1h3QRECEkZeRfCbILGC5z {  }
 }@media only screen and (max-width: 763px) { #ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T #Gx2GLVAosVl8779R3OcU5Ly123f1WJNH {  }
 }@media only screen and (max-width: 763px) { #ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T #AMSN3JOtiOW1KicTMKcTnvDzd44tHnpI {  }
 }@media only screen and (max-width: 763px) { #ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T #nmFRzILRa3XnANtJ7KDg4MNrDAMAJfSN {  }
 }@media only screen and (max-width: 763px) { #ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T #Dl3lUPqWTHLZF6aZbX24O50IddiFTog9 {  }
 }@media only screen and (max-width: 763px) { #ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T #kV4q4yuzDtZrPy9Hioo0DPZxMIPBl3s0 {  }
 }@media only screen and (max-width: 763px) { #ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T #lHsa9AvObUrEB2uis3MhmpAO3kxW4gnL {  }
 }@media only screen and (max-width: 763px) { #ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T #ZwTKoaXhIqTsqsBeLybmZQTOmxNE4I9t {  }
 }@media only screen and (max-width: 763px) { #ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T #wP4hU8C9s3LSwbQ3QGHCnLVDHSrnn7dL {  }
 }@media only screen and (max-width: 763px) { #TOnIiPLtdFsrZNplBlAt431VEyJTsXA6 { top:4.25rem;left:8.03125rem;width:31.6875rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rP2HeUsUsuiLBT3xvh6l3zgQzO5ctKbi { top:48.75rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#rP2HeUsUsuiLBT3xvh6l3zgQzO5ctKbi > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #csFAcHNUiPhKAF08EwN1X2iZQrwf5BKv { top:48.75rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#csFAcHNUiPhKAF08EwN1X2iZQrwf5BKv > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #zHIHzSisg9L3fPzAekI1Cr01K9foP926 { top:48.75rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#zHIHzSisg9L3fPzAekI1Cr01K9foP926 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #CPkqcpwAXTTinWF7TMkGn6FfvBg0AI6K { top:49.125rem;left:14.5rem;width:18.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6MNBi7n82faETDl4CQtP3HhvQ4ZVUki { top:46.9375rem;left:0rem;width:18.75rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SW0X7adnKkGMmxF9TsaamLQMR8rqKi1J { top:49.75rem;left:0rem;width:18.75rem;height:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kil4W91xEQNdTu6N6gNiXz4KLoeyTP6Z { top:2.4375rem;left:11.0625rem;width:25.625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiVJulhbalA2wZeuVrcvwHBhkDRgVKFU { display:none; }#hiVJulhbalA2wZeuVrcvwHBhkDRgVKFU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fyqZSaCb19PqN3DISzdJKKZrUaxx4Htm { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #oQhZ2kie9qIFRAx3tZbNT9CMQyHB5r08 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2d0133c9-3eaa-42d6-ba77-a4314f07c8ed/Zdjcieduarozdzielczo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.39); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.39); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tlIRl4FaSSnF71aABlLzTMC4Ccnuvqd6 { width:9.5625rem;height:6.75rem;top:1.4375rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bcxdn3Ny71ltRqXM8CvLDZQlAhkdPKkB { width:14.5625rem;height:3.0625rem;top:36.5078125rem;left:2.7187500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFqH6q5SHSCa9CTmXShEaD1sMI98Px6n { display:block; }
 }@media only screen and (max-width: 763px) { #XetFQyFdqJ32XJTEXlXrBLyX0ZcThDhd { width:17.125rem;height:3.8984375rem;top:26.666667938233rem;left:1.4375000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kosCa560ak97hUJRFw10ILExzhKPuL9i { width:15.1875rem;height:3.75rem;top:19.082683563233rem;left:2.4062500596046rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AceyLNE5cJkpN6rOp9fqhPZ15OG0Xpta { width:20rem;height:0.9746125rem;top:12.240885734558rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MI16ReoTgO647MZpdIG7LOh0xrSmdyfJ { display:block; }#MI16ReoTgO647MZpdIG7LOh0xrSmdyfJ > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UtMcH1my1OZV1KktdeUSv1I2vPWVXWyl { width:20rem;height:0.9746125rem;top:1.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ne7qCbnxl5Z2rv8qDsNJhzTrTXw8U2Wr { width:20rem;height:2.4375rem;top:3.63671875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPGeJW4iznG9pJyHxq2ZmtFZgVxQABSk { width:18.1875rem;height:5.84765625rem;top:7.611328125rem;left:0.90625005960463rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE0oJwM87WkFaDfJO9UOSOK6gvcLUzfJ { display:block; }#TE0oJwM87WkFaDfJO9UOSOK6gvcLUzfJ > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tc76u6OWcMVI4eRwuW02HhMCqRXy4rSn { width:5rem;height:5rem;top:1.25rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxotR0ipxBV0w9P4m5TswlPJCZSNvEsQ { width:5rem;height:5rem;top:11.0240875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cq5fMUv29PNnvPwIIRb0xJC09vSH14gN { width:5rem;height:5rem;top:23.07356875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwRpZLzUTw6tV8qM53kpk3xT4pLyxq18 { width:5rem;height:5rem;top:33.98568125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiD9PXgbg3kyTEhW0cmz40Ugo9wVJPDg { width:13.3125rem;height:1.94921875rem;top:7.5rem;left:3.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgkq4ncAKs6lATwRvi9e89s17CnPadRF { width:13.3125rem;height:2.923825rem;top:17.2740875rem;left:3.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cE58Cckzny3aB6oH3Jql4A2fE5UWtIpI { width:13.3125rem;height:2.923825rem;top:29.32356875rem;left:3.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9J6ZnGZIm62qgyd5MRyn8c72zdgdNQ6 { width:13.0625rem;height:5.84765625rem;top:40.277344703674rem;left:3.4687502980233rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGewdmgvaDsFnucT021o1n2wxmyz0XCF { display:block; }#bGewdmgvaDsFnucT021o1n2wxmyz0XCF > .row .container { width:20rem;height:11rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #toDy5MalbbmpTiGRBlQBELbehzutwghy { width:3.125rem;height:3.125rem;top:1rem;left:1.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0DtO2fZgcsUcT21QE6oHXibp110fT9O { width:3.125rem;height:3.125rem;top:1rem;left:6.1250002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBv6aFq37nqkE50LplpntbEnC9mczyJ9 { width:3.125rem;height:3.125rem;top:1rem;left:10.625000298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtXC1AtG6CJ8DgwFIxqJnFUCtDxfLF09 { width:3.125rem;height:3.125rem;top:1rem;left:15.062500298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpHd5DlLHfwTThIT9WsbmDFoBm4RmeuQ { width:3.125rem;height:3.125rem;top:5.1875rem;left:3.8125002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofGzD12aPklDCplrLicrmk004GHO7mHd { width:3.125rem;height:3.125rem;top:5.1875rem;left:8.4375002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rzi55cSZZferzBCwlBSKau2hcWK7r6va { width:3.125rem;height:3.125rem;top:5.1875rem;left:12.625000298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #db8fyyv4lVVwdqaOhKH0ytVUOZlTwLE3 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e52892ee-e8b6-44a9-9f9c-52c1700e0488/1DX_3588ok.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#db8fyyv4lVVwdqaOhKH0ytVUOZlTwLE3.adaptive-delivery-prevent-bg, #db8fyyv4lVVwdqaOhKH0ytVUOZlTwLE3.lazyload, #db8fyyv4lVVwdqaOhKH0ytVUOZlTwLE3.lazyloading { background-image: none; }#db8fyyv4lVVwdqaOhKH0ytVUOZlTwLE3 > .row .container { background-color: transparent; background-image: none; }#db8fyyv4lVVwdqaOhKH0ytVUOZlTwLE3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.23); }#db8fyyv4lVVwdqaOhKH0ytVUOZlTwLE3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#db8fyyv4lVVwdqaOhKH0ytVUOZlTwLE3 > .row .container > .video-iframe-container { display: none; }#db8fyyv4lVVwdqaOhKH0ytVUOZlTwLE3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.23); }#db8fyyv4lVVwdqaOhKH0ytVUOZlTwLE3 > .row > .video-iframe-container { display: none; }#db8fyyv4lVVwdqaOhKH0ytVUOZlTwLE3 > .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); }#db8fyyv4lVVwdqaOhKH0ytVUOZlTwLE3 > .row .container { width:20rem;height:20.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #esEE68LhfhnwwogKdiFVBimCcvmcH4EI { width:14.5625rem;height:3.0625rem;top:8.84375rem;left:2.7187500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7bZKty0F8ibPFFLnTBBsE6ODWKIKAyw { display:block; }
 }@media only screen and (max-width: 763px) { #WPqyO0CZbTJ3PG29Sv0OdG5DIaFDBknC { display:block; }#WPqyO0CZbTJ3PG29Sv0OdG5DIaFDBknC > .row .container { width:20rem;height:2.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uKBR9GqqiCmtewn0KHdd9yUcQiGHfJQK { display:block; }#uKBR9GqqiCmtewn0KHdd9yUcQiGHfJQK > .row .container { width:20rem;height:44.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UGgWnLtbQ06q4dqnzkEzATdJrc6m2ILf { width:20rem;height:13.9375rem;top:30.159505844116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAn1uUtfPFaAN8NpBqtWJ0ytwQl7a3xg { width:20rem;height:0.9746125rem;top:1.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6bme2mcLXinVOrMKunokqsQbmocqZW5 { width:19.9375rem;height:2.4375rem;top:3.63671875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNRPG93N1thk9CENpKAgwKeDcOQ6I67y { width:18.25rem;height:14.61914375rem;top:7.486328125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqxeTSOfZz54C8xXBZTrsyRPALtbNsto { width:14.5625rem;height:3.0625rem;top:24.65951875rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvkWlpWmAXnO5UTv7Tz8vodCLWog1mc1 { display:block; }
 }@media only screen and (max-width: 763px) { #MPTJZOcRaKNgFvNIe5g3aZXtdVRZPREe { display:block; }#MPTJZOcRaKNgFvNIe5g3aZXtdVRZPREe > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #taOkO4aRRkkSHLACg52Lz1nfgE5UMf6f { display:block; }#taOkO4aRRkkSHLACg52Lz1nfgE5UMf6f > .row .container { width:20rem;height:34.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WT26J1piHpxoo6AOAikNk3rI0Sq0MlZM { width:14.4375rem;height:11.375rem;top:11.71875rem;left:2.7812500596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #txy9NMZc2JG7RH63BUnqgi1DuKDBPuRE { width:20rem;height:0.9746125rem;top:8.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6QlX47FXxmb4bTAtoTSUWnqgyWXHf3K { display:block; }#m6QlX47FXxmb4bTAtoTSUWnqgyWXHf3K > .row .container { width:20rem;height:2.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SnOrrwm6KGDfIDK4MxwURkesCZBancPR { display:block; }#SnOrrwm6KGDfIDK4MxwURkesCZBancPR > .row .container { width:20rem;height:52.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ryEQe8xShezKfCcGkIeLAphSLeD0zAB0 { width:20rem;height:15.375rem;top:36.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #orJbpGWUmQk6OsOBBe6XxeC7B6SX9AzN { width:20rem;height:0.9746125rem;top:1.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #anJc0zeKH9uUyTZ3Tg6mfAXTZGHT7m1m { width:19.9375rem;height:4.875rem;top:3.63671875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLfG1zyEhJGXN9qCpOiLnZTnJdTNaNK3 { width:17.5rem;height:17.54295625rem;top:9.673828125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTpMm3q42aAEN1auGoT05edcTvtkXEm8 { width:14.5625rem;height:3.0625rem;top:31.8125rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKXLEdz1ZfTxgoC6XqnbAycwKtGJq0Le { display:block; }
 }@media only screen and (max-width: 763px) { #Lel5RWG6GPA5C07Oq4goymJsEEqKFM9n { display:block; }#Lel5RWG6GPA5C07Oq4goymJsEEqKFM9n > .row .container { width:20rem;height:1.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LkQoQd9sxlWipsNiaJAkVqeJlhmHZTNr { display:block; }#LkQoQd9sxlWipsNiaJAkVqeJlhmHZTNr > .row .container { width:20rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TPyQ281TOxaD85fXfphObx7nvC6q8JcX { width:19.9375rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3XbxK2DAFbTencyqq7VJvlmZuMODE64 { display:block; }#G3XbxK2DAFbTencyqq7VJvlmZuMODE64 > .row .container { width:20rem;height:81.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JI2a7KRVGVPW45aZ23BVi2xSiTl3MQ9K { width:18.75rem;height:18.75rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMcMRTEFSrXpLaUwQPG1Vg3PCymSTMc8 { width:18.75rem;height:18.75rem;top:21.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMCAERib0uwrMqh927dO0bcwpCA0NIzk { width:18.75rem;height:18.75rem;top:41.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Unl94CIBPNn0XNKMZp7zSqipoax7rz2T { width:18.75rem;height:18.75rem;top:61.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnuRH7CXAHfAHiuc2NFCHBHOxJtBo3xi { display:block; }#qnuRH7CXAHfAHiuc2NFCHBHOxJtBo3xi > .row .container { width:20rem;height:81.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #blrTXZDJhRGMKQolkmQ4FE8vwKwxM04Z { width:18.75rem;height:18.75rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM5OS8HT3OUopltUb0Hnf5K2XhlTJ28O { width:18.75rem;height:18.75rem;top:21.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gndyQAfq6dz3WTs4M0BJd0xS1Ie1Qowy { width:18.75rem;height:18.75rem;top:41.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Il63wzivNOEuNhDqgy1S6zJ2pxMobZJ4 { width:18.75rem;height:18.75rem;top:61.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ga33WaAgtPU3IWm9wNqBcmyn14lMNtr7 { display:block; }#ga33WaAgtPU3IWm9wNqBcmyn14lMNtr7 > .row .container { width:20rem;height:81.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KvNX9mTEKxmTmQcESe6VaPzV9P7KOSZd { width:18.75rem;height:18.75rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #htmHsfLxSf50MvQwLVDOwczXbkxshpTO { width:18.75rem;height:18.75rem;top:21.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEmkAEAzFqyFwA824U3r41fwk67ITAJc { width:18.75rem;height:18.75rem;top:41.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkZ8HUzamBhnWKVBgBlIHwTR5GasfiSr { width:18.75rem;height:18.75rem;top:61.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwXpLUIxCoMrgCZLNgPJNnVTLwtOTzTg { display:block; }#XwXpLUIxCoMrgCZLNgPJNnVTLwtOTzTg > .row .container { width:20rem;height:81.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DkE7oQqfT21OCNoBab5DElHZGAJuTBwV { width:18.75rem;height:18.75rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PigJX9zoxKyeMKG6IoPEzwbfnJAgOGTw { width:18.75rem;height:18.75rem;top:21.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fw2lUOtITeyvyPllndTEkL7KkDBCrk3O { width:18.75rem;height:18.75rem;top:41.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTcqFK2HmbL8AfeFavLd3lt1mGtLGwlz { width:18.75rem;height:18.75rem;top:61.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyKZ7Iz0TestT8Rdu2rTfu5wZsWoUMPA { display:block; }#IyKZ7Iz0TestT8Rdu2rTfu5wZsWoUMPA > .row .container { width:20rem;height:81.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v9993aNTa3l95TSCi9qniufU5Ufs7W1g { width:18.75rem;height:18.75rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c76crgPFHJG2hfr00aisvGCZqto7ofuV { width:18.75rem;height:18.75rem;top:21.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyEy0aO2HLMhOzZT5XXdLyny6GlJRFGw { width:18.75rem;height:18.75rem;top:41.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVViqPQnwve7OTrLNU7sCyWUGdzqEFJD { width:18.75rem;height:18.75rem;top:61.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHamfbTdmVkXQhmxuiOaxeMTdOaIoPbv { display:block; }#uHamfbTdmVkXQhmxuiOaxeMTdOaIoPbv > .row .container { width:20rem;height:81.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e39TVVDgAZWtE9gKJu049kM5Cu3Jbohw { width:18.75rem;height:18.75rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHNAodpnmBbnFAX2BUOSL9GcpUhcszFd { width:18.75rem;height:18.75rem;top:21.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT91SG1vcBNdOqTlOPTQM9zw60rrEkNn { width:18.75rem;height:18.75rem;top:41.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNPkPIuGpkFqz7hQT6u08dJLJGEprr0b { width:18.75rem;height:18.75rem;top:61.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsFxRPuiIX687qbzv00IJI0v1ExmVcPR { display:block; }#hsFxRPuiIX687qbzv00IJI0v1ExmVcPR > .row .container { width:20rem;height:2.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FoRqqIsybEyGqAHz010tGEIhvbFhA0VN { display:block; }#FoRqqIsybEyGqAHz010tGEIhvbFhA0VN > .row .container { width:20rem;height:12.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nF80vLkOIeiTkUkT8ixfyCF7ZV0ikMbJ { width:20rem;height:0.9746125rem;top:1.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSVqeL182no91HB0TzqsGLoarFaOSgon { width:20rem;height:2.4375rem;top:3.63671875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZWAtRTBfNx6g1cd3sTrF6m0WxkNoHEy { width:20rem;height:3.8984375rem;top:7.48633125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGraL1dMohD5m6nTHdSHPJR6kZkMigBg { display:block; }#WGraL1dMohD5m6nTHdSHPJR6kZkMigBg > .row .container { width:20rem;height:86.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTOVXzl1aL8lpIaeiuRLsz39a5lnBDh8 { width:20rem;height:26.0625rem;top:53.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #msTfbuBJoQCQgNH0XbhBZg0fQg0Gia5M { width:20rem;height:26.0625rem;top:27.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1zL7Z8UeI2U19fB6wOPdR0flwHxwOvD { width:20rem;height:0.9746125rem;top:5.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1qSsExtrNkwfevW9rw5SdPpCn2aZtV3 { width:20rem;height:2.4375rem;top:7.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmic6QzTLRIe3hzp2UJacccPpJZWw6ZL { width:17.6875rem;height:8.771475rem;top:18.5rem;left:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IywPUKoyxtcRO0qdJzxvrqV9fMSSbrz1 { width:14.5625rem;height:3.0625rem;top:82.625rem;left:2.7187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMGk9cADvNrufNFqE7ntUNkzko6IaiPO { display:block; }
 }@media only screen and (max-width: 763px) { #TppTS39yuCrTrF4qTtCPfAV3vEsxZ1aA { width:20rem;height:26.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOGXt3z2yfL9E3ctkQorG0pckTQhMvUR { width:20rem;height:0.9746125rem;top:57.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfVXrpVmZZTiL7kOqJbyI9OoqiNmzi5z { width:20rem;height:2.4375rem;top:59.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7T5Usp8GtXbliVUSHMAg7MkTzfxP2Gk { width:17.6875rem;height:4.87305rem;top:71.3125rem;left:1.15625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZ73CQhRZsGhhepfy8M1b4qp3WnIb7I2 { width:20rem;height:0.9746125rem;top:31.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWPBPeBsGWhhKbwbLDlEOvuUiGG78WvH { width:20rem;height:2.51855625rem;top:33.625rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mh38pRHbHaBFQ3GMB4Mxb62XCBF09b7v { width:17.6875rem;height:4.87305rem;top:45.3125rem;left:1.15625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zC72lmeZDMDKdVZ9Zemx1Ow7FoFdyugD { width:6.0625rem;height:6.0625rem;top:11.125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1BT7iTuyfP3rCTtmOPqNov1KEVuD5Fe { width:6.0625rem;height:6.0625rem;top:37.375rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRHUVH9GnACJGG3EDvKKT5OagVuEEhps { width:6.0625rem;height:6.0625rem;top:63.3125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2OpfMHlaSzPG78u8sWC0GxBUQn276gs { display:block; }#X2OpfMHlaSzPG78u8sWC0GxBUQn276gs > .row .container { width:20rem;height:2.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aIx5ZepU0T1tlbKksfnWF3EmHxaJfXpk { display:block; }#aIx5ZepU0T1tlbKksfnWF3EmHxaJfXpk > .row .container { width:20rem;height:13.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ruBny6ZVIaSTZ76CtcgwwZD5hZvcPNZt { display:block; }#ruBny6ZVIaSTZ76CtcgwwZD5hZvcPNZt > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dbdBQA5lvMiG2F5uFRPh5SJ2WmV8c7fl { display:block; }#dbdBQA5lvMiG2F5uFRPh5SJ2WmV8c7fl > .row .container { width:20rem;height:62.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LnZFsv3dyr5IbK6XcHF3qS6etLtgLXeM { width:20rem;height:0.0625rem;top:35.73633125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T .widget-input-text {padding-top: 0; padding-bottom: 0;}#ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T .widget-input-select {padding-top: 0; padding-bottom: 0;}#ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T .widget-input-button { width:13.4375rem;margin-top:0.25rem;margin-right:2rem;margin-bottom:0.25rem;margin-left:2rem; }
#ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T  { width:17.5rem;height:auto;top:9.625rem;left:0rem; }
#ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T {display:block;}#ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T { width:17.5rem;height:auto;top:9.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T #ZpNH6TIlmWJWzGDqnBZxpRx4zVykZnPD {  }
 }@media only screen and (max-width: 763px) { #ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T #XmLz2l6cscQt5yKTaZwGddqaXpbvxHVh { display:none; }
 }@media only screen and (max-width: 763px) { #ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T #HiFBFT5f1VDtmaTRgLuEX2s9FXnRhOiW {  }
 }@media only screen and (max-width: 763px) { #ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T #SGyspVDZxOGrtvpIilI8MTX0IVbdPpG3 {  }
 }@media only screen and (max-width: 763px) { #ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T #oAGOyl9uX7OCFseLkN5z89rer6yIJd6M {  }
 }@media only screen and (max-width: 763px) { #ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T #Mhx1HUrfqD0Vb2vpOSQxbahmTFaLuCzO {  }
 }@media only screen and (max-width: 763px) { #ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T #IOzTst6WUy8OcHyvX5kuo6ScPnQv8cCt {  }
 }@media only screen and (max-width: 763px) { #ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T #foqbDqM3dKHOS3DbGcz1tLdUp5ZGrTcJ {  }
 }@media only screen and (max-width: 763px) { #ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T #r6X0ImlflEa1h3QRECEkZeRfCbILGC5z {  }
 }@media only screen and (max-width: 763px) { #ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T #Gx2GLVAosVl8779R3OcU5Ly123f1WJNH {  }
 }@media only screen and (max-width: 763px) { #ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T #AMSN3JOtiOW1KicTMKcTnvDzd44tHnpI {  }
 }@media only screen and (max-width: 763px) { #ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T #nmFRzILRa3XnANtJ7KDg4MNrDAMAJfSN {  }
 }@media only screen and (max-width: 763px) { #ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T #Dl3lUPqWTHLZF6aZbX24O50IddiFTog9 {  }
 }@media only screen and (max-width: 763px) { #ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T #kV4q4yuzDtZrPy9Hioo0DPZxMIPBl3s0 {  }
 }@media only screen and (max-width: 763px) { #ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T #lHsa9AvObUrEB2uis3MhmpAO3kxW4gnL {  }
 }@media only screen and (max-width: 763px) { #ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T #ZwTKoaXhIqTsqsBeLybmZQTOmxNE4I9t {  }
 }@media only screen and (max-width: 763px) { #ctr5n70IirkGdO2Oh7tMgsAC8Rho6v6T #wP4hU8C9s3LSwbQ3QGHCnLVDHSrnn7dL {  }
 }@media only screen and (max-width: 763px) { #TOnIiPLtdFsrZNplBlAt431VEyJTsXA6 { width:20rem;height:2.4375rem;top:3.63671875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rP2HeUsUsuiLBT3xvh6l3zgQzO5ctKbi { display:flex;width:1.875rem;height:1.875rem;top:53.375rem;left:9rem; }
#rP2HeUsUsuiLBT3xvh6l3zgQzO5ctKbi > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #csFAcHNUiPhKAF08EwN1X2iZQrwf5BKv { display:flex;width:1.875rem;height:1.875rem;top:53.375rem;left:6.625rem; }
#csFAcHNUiPhKAF08EwN1X2iZQrwf5BKv > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #zHIHzSisg9L3fPzAekI1Cr01K9foP926 { display:flex;width:1.875rem;height:1.875rem;top:53.375rem;left:11.5rem; }
#zHIHzSisg9L3fPzAekI1Cr01K9foP926 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #CPkqcpwAXTTinWF7TMkGn6FfvBg0AI6K { width:18.75rem;height:0.9746125rem;top:57.887372016907rem;left:0.62500005960463rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6MNBi7n82faETDl4CQtP3HhvQ4ZVUki { width:18.75rem;height:1.949225rem;top:44.500000953674rem;left:0.62500005960463rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SW0X7adnKkGMmxF9TsaamLQMR8rqKi1J { width:18.75rem;height:2.3997375rem;top:48.562500953674rem;left:0.62500005960463rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kil4W91xEQNdTu6N6gNiXz4KLoeyTP6Z { width:20rem;height:0.9746125rem;top:1.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiVJulhbalA2wZeuVrcvwHBhkDRgVKFU { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#hiVJulhbalA2wZeuVrcvwHBhkDRgVKFU { background-color: transparent; background-image: none; }#hiVJulhbalA2wZeuVrcvwHBhkDRgVKFU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hiVJulhbalA2wZeuVrcvwHBhkDRgVKFU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hiVJulhbalA2wZeuVrcvwHBhkDRgVKFU > .row .container > .video-iframe-container { display: none; }#hiVJulhbalA2wZeuVrcvwHBhkDRgVKFU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hiVJulhbalA2wZeuVrcvwHBhkDRgVKFU > .row > .video-iframe-container { display: none; }#hiVJulhbalA2wZeuVrcvwHBhkDRgVKFU > .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); }#hiVJulhbalA2wZeuVrcvwHBhkDRgVKFU > .row .container { width:20rem;background-color:transparent;background-image:none;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fyqZSaCb19PqN3DISzdJKKZrUaxx4Htm { top:0rem;left:13.499348938465rem;width:6.5rem;height:6.5rem;z-index:15000;background-color:#31ac99;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQhZ2kie9qIFRAx3tZbNT9CMQyHB5r08 { display:block; }
 }