.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:243,241,238;--color-primary-1:215,210,198;--color-primary-2:175,164,140;--color-primary-3:88,82,70;--color-primary-4:26,25,21;--color-secondary-0:228,228,228;--color-secondary-1:165,165,165;--color-secondary-2:75,75,75;--color-secondary-3:38,38,38;--color-secondary-4:11,11,11;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open 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:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a6b6656e-3c98-4475-8caf-76eee9e79836/Projektbeznazwy2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:54.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#hHGfdFMS5LxlTFHSFyTAGPzrge1u5gBZ { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:10.625rem;top:1.0625rem;left:0rem;overflow:hidden;display:block; }
#lX39mWBWnKtTr0LrfkOgQXPHT8uqngaG { color:rgba(var(--color-secondary-3),1);display:block;width:31.4375rem;position:absolute;font-family:georgia;font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:16.0615234375rem;left:0rem;height:3.4121125rem;display:block; }
#nyQaKnHf6zVVsPWTbyKbQ3UvQtWGaBFb { color:rgba(var(--color-secondary-3),1);display:block;width:31.25rem;position:absolute;font-family:georgia;font-size:2.625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:19.412109375rem;left:0rem;height:3.4121125rem;font-style:normal;display:block; }
#fCowdvF437oM2XRlkTmCeNQnkv6S8Nl5 { color:rgba(var(--color-secondary-3),1);display:block;width:26.1875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:23.5rem;left:0rem;height:7.9980625rem;font-style:normal;display:block; }
#bwhc6VkTaZX8ti8t22bTwXm820PaW5Sg { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:inter;font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:33.8125rem;left:0rem;display:block; }
#nTszG4278qGT961bE7kp7ot33IDKTKv5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OXLr0iz3XmMJHzwNfz2fP3MaofSJ8P7c { box-sizing:content-box;height:47.9375rem;width:37.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:-5.8125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#lxwyDMVeFagM9DHK9VfMIOA4Jmx6DeUV { position:relative;display:block; }#lxwyDMVeFagM9DHK9VfMIOA4Jmx6DeUV { background-color: transparent; background-image: none; }#lxwyDMVeFagM9DHK9VfMIOA4Jmx6DeUV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lxwyDMVeFagM9DHK9VfMIOA4Jmx6DeUV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lxwyDMVeFagM9DHK9VfMIOA4Jmx6DeUV > .row .container > .video-iframe-container { display: none; }#lxwyDMVeFagM9DHK9VfMIOA4Jmx6DeUV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lxwyDMVeFagM9DHK9VfMIOA4Jmx6DeUV > .row > .video-iframe-container { display: none; }#lxwyDMVeFagM9DHK9VfMIOA4Jmx6DeUV > .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); }#lxwyDMVeFagM9DHK9VfMIOA4Jmx6DeUV { border-width: 0; border-radius: 0; }#lxwyDMVeFagM9DHK9VfMIOA4Jmx6DeUV > .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; }#lxwyDMVeFagM9DHK9VfMIOA4Jmx6DeUV > .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:43.3125rem;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; }#pkip4wTtTbz55TdmwNus18fCeg9gmMNn { color:rgba(var(--color-secondary-3),1);display:block;width:32.1875rem;position:absolute;font-family:georgia;font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.625rem;left:39.25rem;height:8.7744375rem;font-style:normal;display:block; }
#JW5wTxW1U1ZaLwb5TUATlRS35tumob6k { color:rgba(var(--color-tertiary-4),1);display:block;width:29rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:14rem;left:39.25rem;height:5.19921875rem;font-style:normal;display:block; }
#DzJctOlFsTREkVXM4gnN7Q7h28F2wlaL { color:rgba(var(--color-tertiary-4),1);display:block;width:29rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:20rem;left:39.25rem;height:6.13671875rem;font-style:normal;display:block; }#DzJctOlFsTREkVXM4gnN7Q7h28F2wlaL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DzJctOlFsTREkVXM4gnN7Q7h28F2wlaL li:before{  }
#Qgw7Z1KJhrumZuhkTygwtSPIT1a1TILN { color:rgba(var(--color-primary-2),1);display:block;width:34.0625rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:27.375rem;left:39.25rem;height:5.84911875rem;font-style:normal;display:block; }
#ZvA6V7sHVRsPvfJnsHlh45T8AQxzdJyq { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:inter;font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:35.6875rem;left:39.25rem;display:block; }
#RXQBtR2pwZHKpdLcvLSRF0KJ8guOaIHu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D7w7mCGM6CksSqIRlAFZBDcqydALgUBJ { box-sizing:content-box;height:35.625rem;width:48.875rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/9db189d3-bbb8-4afc-89e6-69ff3b7dbeb0/KatalogDoroszewskiegoinside.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.5625rem;left:-13.3125rem;display:block; }#D7w7mCGM6CksSqIRlAFZBDcqydALgUBJ.adaptive-delivery-prevent-bg, #D7w7mCGM6CksSqIRlAFZBDcqydALgUBJ.lazyload, #D7w7mCGM6CksSqIRlAFZBDcqydALgUBJ.lazyloading { background-image: none; }
#JvtASAILWxRDyvl1lwmG5LtTCHVIHx0t { 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/f7105340-8390-4544-a5a9-02d2a12d713d/VillaDoroszewskiegoscaled.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JvtASAILWxRDyvl1lwmG5LtTCHVIHx0t.adaptive-delivery-prevent-bg, #JvtASAILWxRDyvl1lwmG5LtTCHVIHx0t.lazyload, #JvtASAILWxRDyvl1lwmG5LtTCHVIHx0t.lazyloading { background-image: none; }#JvtASAILWxRDyvl1lwmG5LtTCHVIHx0t > .row .container { background-color: transparent; background-image: none; }#JvtASAILWxRDyvl1lwmG5LtTCHVIHx0t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JvtASAILWxRDyvl1lwmG5LtTCHVIHx0t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JvtASAILWxRDyvl1lwmG5LtTCHVIHx0t > .row .container > .video-iframe-container { display: none; }#JvtASAILWxRDyvl1lwmG5LtTCHVIHx0t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JvtASAILWxRDyvl1lwmG5LtTCHVIHx0t > .row > .video-iframe-container { display: none; }#JvtASAILWxRDyvl1lwmG5LtTCHVIHx0t > .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); }#JvtASAILWxRDyvl1lwmG5LtTCHVIHx0t > .row .container { border-width: 0; border-radius: 0; }#JvtASAILWxRDyvl1lwmG5LtTCHVIHx0t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JvtASAILWxRDyvl1lwmG5LtTCHVIHx0t > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#aRPH709RP86u1zmFFePeEboFqy8gEoO2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),0.7);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; }#aRPH709RP86u1zmFFePeEboFqy8gEoO2 > .row .container { background-color: transparent; background-image: none; }#aRPH709RP86u1zmFFePeEboFqy8gEoO2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aRPH709RP86u1zmFFePeEboFqy8gEoO2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aRPH709RP86u1zmFFePeEboFqy8gEoO2 > .row .container > .video-iframe-container { display: none; }#aRPH709RP86u1zmFFePeEboFqy8gEoO2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aRPH709RP86u1zmFFePeEboFqy8gEoO2 > .row > .video-iframe-container { display: none; }#aRPH709RP86u1zmFFePeEboFqy8gEoO2 > .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); }#aRPH709RP86u1zmFFePeEboFqy8gEoO2 > .row .container { border-width: 0; border-radius: 0; }#aRPH709RP86u1zmFFePeEboFqy8gEoO2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aRPH709RP86u1zmFFePeEboFqy8gEoO2 > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;position:relative;display:block; }#kACq72Ffo5FDyPdcbtwVAx7oU2UzA6mP { color:rgba(var(--color-secondary-3),1);display:block;width:46.4375rem;position:absolute;font-family:georgia;font-size:2.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:4.88720703125rem;left:14.28125rem;height:5.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kMNKu0ewLPf1OoDwk3EpVrT4VFHo12Ob { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),0.7);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; }#kMNKu0ewLPf1OoDwk3EpVrT4VFHo12Ob > .row .container { background-color: transparent; background-image: none; }#kMNKu0ewLPf1OoDwk3EpVrT4VFHo12Ob::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMNKu0ewLPf1OoDwk3EpVrT4VFHo12Ob > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMNKu0ewLPf1OoDwk3EpVrT4VFHo12Ob > .row .container > .video-iframe-container { display: none; }#kMNKu0ewLPf1OoDwk3EpVrT4VFHo12Ob > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMNKu0ewLPf1OoDwk3EpVrT4VFHo12Ob > .row > .video-iframe-container { display: none; }#kMNKu0ewLPf1OoDwk3EpVrT4VFHo12Ob > .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); }#kMNKu0ewLPf1OoDwk3EpVrT4VFHo12Ob > .row .container { border-width: 0; border-radius: 0; }#kMNKu0ewLPf1OoDwk3EpVrT4VFHo12Ob > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kMNKu0ewLPf1OoDwk3EpVrT4VFHo12Ob > .row .container { font-size:0.875rem;font-family:arial;height:31.8125rem;width:75rem;position:relative;display:block; }#TquJ1fUxhbMsMTomp70yWEsHlpRqDx6s { color:rgba(var(--color-secondary-3),1);display:block;width:22.6875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.82470703125rem;left:1.375rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WqATAMfKKq8u3zT8HGHXhTIqEllIQsuZ { color:rgba(var(--color-secondary-3),1);display:block;width:18.25rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:9.12451171875rem;left:3.375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FgF6XmJveTqcflV8wh9Cv1ASFkuxsN59 { color:rgba(var(--color-secondary-3),1);display:block;width:18.125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:9rem;left:28.625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pFsS3Bzxg0BBKFbgDgTxA9Oxk59qk2bg { color:rgba(var(--color-secondary-3),1);display:block;width:17.25rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.6875rem;left:29.0625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VeQbrvQdEUk5pCFtaJdCwA6Z2JLd6kuO { color:rgba(var(--color-secondary-3),1);display:block;width:18.8125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:9.0625rem;left:53.3125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BHUlmhOZpzb6IKcIXUwqg9O7DUlS99L9 { color:rgba(var(--color-secondary-3),1);display:block;width:19.9375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:7.75rem;left:52.5rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WvCmRPqUoBZZvSqoqQkTTHu35yUMwKfp { color:rgba(var(--color-secondary-3),1);display:block;width:20.4375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:11.875rem;left:2.5rem;height:5.199225rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KRyS0OpDEUeraG5quQOSnv0fpS7yzaDl { color:rgba(var(--color-secondary-3),1);display:block;width:18.5625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:11.875rem;left:28.4375rem;height:6.49903125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FSWQHHKVQXXJcshN9fn98hbvl3ikW5oO { color:rgba(var(--color-secondary-3),1);display:block;width:19.125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:11.875rem;left:53.125rem;height:6.499025rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZM9DfGS73kb0a2mio4DsNd2morshcoBm { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:inter;font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:24.75rem;left:28.75rem;display:block; }
#X8RwDm1yDDbiA2293eeptzL8lwz8ERV4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wrBPz3qJa3srq7oiwBqAdz6Ed2Nz8NLZ { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:2.25rem;left:61.125rem;overflow:hidden;display:block; }
#zgrgVNIfNq9prr3JbC3pAe3vOfeRaQHC { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:2.25rem;left:36.125rem;overflow:hidden;display:block; }
#c9daXQsiHE9QWvyShwHxXowEETKZG6ll { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:2.25rem;left:11.125rem;overflow:hidden;display:block; }
#gthTT65KEIE2mkvdfL3QMVrLcR4vFZ1y { 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/f7105340-8390-4544-a5a9-02d2a12d713d/VillaDoroszewskiegoscaled.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gthTT65KEIE2mkvdfL3QMVrLcR4vFZ1y.adaptive-delivery-prevent-bg, #gthTT65KEIE2mkvdfL3QMVrLcR4vFZ1y.lazyload, #gthTT65KEIE2mkvdfL3QMVrLcR4vFZ1y.lazyloading { background-image: none; }#gthTT65KEIE2mkvdfL3QMVrLcR4vFZ1y > .row .container { background-color: transparent; background-image: none; }#gthTT65KEIE2mkvdfL3QMVrLcR4vFZ1y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gthTT65KEIE2mkvdfL3QMVrLcR4vFZ1y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gthTT65KEIE2mkvdfL3QMVrLcR4vFZ1y > .row .container > .video-iframe-container { display: none; }#gthTT65KEIE2mkvdfL3QMVrLcR4vFZ1y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gthTT65KEIE2mkvdfL3QMVrLcR4vFZ1y > .row > .video-iframe-container { display: none; }#gthTT65KEIE2mkvdfL3QMVrLcR4vFZ1y > .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); }#gthTT65KEIE2mkvdfL3QMVrLcR4vFZ1y > .row .container { border-width: 0; border-radius: 0; }#gthTT65KEIE2mkvdfL3QMVrLcR4vFZ1y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gthTT65KEIE2mkvdfL3QMVrLcR4vFZ1y > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#lKctqBxOVc4SsbHQ135L2sgH9SsoX4Ub { position:relative;display:block; }#lKctqBxOVc4SsbHQ135L2sgH9SsoX4Ub { background-color: transparent; background-image: none; }#lKctqBxOVc4SsbHQ135L2sgH9SsoX4Ub::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKctqBxOVc4SsbHQ135L2sgH9SsoX4Ub > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKctqBxOVc4SsbHQ135L2sgH9SsoX4Ub > .row .container > .video-iframe-container { display: none; }#lKctqBxOVc4SsbHQ135L2sgH9SsoX4Ub > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKctqBxOVc4SsbHQ135L2sgH9SsoX4Ub > .row > .video-iframe-container { display: none; }#lKctqBxOVc4SsbHQ135L2sgH9SsoX4Ub > .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); }#lKctqBxOVc4SsbHQ135L2sgH9SsoX4Ub { border-width: 0; border-radius: 0; }#lKctqBxOVc4SsbHQ135L2sgH9SsoX4Ub > .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; }#lKctqBxOVc4SsbHQ135L2sgH9SsoX4Ub > .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:64.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; }#EQBXQZsgPMTaN3TyZG9mvJp0TkLwRByQ { color:rgba(var(--color-secondary-3),1);display:block;width:34.875rem;position:absolute;font-family:georgia;font-size:2.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:7.25rem;left:1.3125rem;height:2.92480625rem;font-style:normal;display:block; }
#dHM1RWGhcqdiuTVQdSzFNZy0J6SqQr4D { color:rgba(var(--color-primary-2),1);display:block;width:29rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:48.5625rem;left:1.3125rem;height:5.19921875rem;font-style:normal;display:block; }
#mbPBBv03uvM541S72awrEMiAC1PMgK07 { color:rgba(var(--color-tertiary-4),1);display:block;width:29rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:55.0625rem;left:1.3125rem;height:0.9746125rem;font-style:normal;display:block; }
#Hu5x569ElQohmrtIwdPet3OEWTxRw7rX { color:rgba(var(--color-tertiary-4),1);display:block;width:29rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:10.9375rem;left:1.3125rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hNTMHu1VbSomx1dwfgMtsOPnVgggZtnA { color:rgba(var(--color-tertiary-4),1);display:block;width:31.6875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:13.1875rem;left:4.25rem;height:31.195275rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;font-style:normal;display:block; }
#p279mIA8yCQ90tqgT8QxQudS4uduQT2V { color:rgba(var(--color-primary-2),1);display:block;width:3.125rem;position:absolute;font-family:georgia;font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1;letter-spacing:0;top:13.1875rem;left:1.3125rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#izXDT8yvS0gbqHWs3fnNp4dss3b2PLNo { box-sizing:content-box;height:42.0625rem;width:10.0625rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/ca5a9873-7ad2-404e-9f68-e838e579f9f1/blackgoldabstractbackgroundmarbleliquidinkartpaintingpaper.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.3125rem;left:64.9375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#izXDT8yvS0gbqHWs3fnNp4dss3b2PLNo.adaptive-delivery-prevent-bg, #izXDT8yvS0gbqHWs3fnNp4dss3b2PLNo.lazyload, #izXDT8yvS0gbqHWs3fnNp4dss3b2PLNo.lazyloading { background-image: none; }
#KlOLR1MJNgF38LDr4uqe3wnfw8sQSWS9 { box-sizing:content-box;height:23.8125rem;width:31.125rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/6accb100-3c07-4315-b8d5-bba11b5f8073/KatalogDoroszewskiegoinside2b.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.6875rem;left:37.5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KlOLR1MJNgF38LDr4uqe3wnfw8sQSWS9.adaptive-delivery-prevent-bg, #KlOLR1MJNgF38LDr4uqe3wnfw8sQSWS9.lazyload, #KlOLR1MJNgF38LDr4uqe3wnfw8sQSWS9.lazyloading { background-image: none; }
#SdgI1bIPzl4vtgRhkU1EgJReM2gAGsdf { box-sizing:content-box;height:29.9375rem;width:39.25rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/7ec3137d-c633-49cb-b86a-f850d39cef4a/KatalogDoroszewskiegoinside2a.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.9560546875rem;left:40.9375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SdgI1bIPzl4vtgRhkU1EgJReM2gAGsdf.adaptive-delivery-prevent-bg, #SdgI1bIPzl4vtgRhkU1EgJReM2gAGsdf.lazyload, #SdgI1bIPzl4vtgRhkU1EgJReM2gAGsdf.lazyloading { background-image: none; }
#xINCpx3937Ltu0TVV03woBKgHMWHXadN { box-sizing:content-box;height:0.0625rem;width:30.0625rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46.5625rem;left:1.3125rem;display:block; }
#yWkKt9MrGCkQ4EdbvaJvphDmHiPaobfA { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:inter;font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:57.9375rem;left:1.3125rem;display:block; }
#JvBm7TQBHsrpfpHKqUZ5F770VFXtNrIT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PdtGpLITThy42brxqytNTriyBSPeOA2e { color:rgba(var(--color-primary-2),1);display:block;width:3.125rem;position:absolute;font-family:georgia;font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1;letter-spacing:0;top:21.18115234375rem;left:1.3125rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#sumhEnou4RtVReB3NlcSG8Umir3l6VoX { color:rgba(var(--color-primary-2),1);display:block;width:3.125rem;position:absolute;font-family:georgia;font-size:1.5rem;font-weight:normal;z-index:15011;line-height:1;letter-spacing:0;top:30.3125rem;left:1.3125rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#MT77bDEBmmqgmfuls1J6coomDg4Cmb5A { color:rgba(var(--color-primary-2),1);display:block;width:3.125rem;position:absolute;font-family:georgia;font-size:1.5rem;font-weight:normal;z-index:15012;line-height:1;letter-spacing:0;top:36.625rem;left:1.3125rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#diCnr91AxfHHGa3PUOh6WQi5vThx3OiS { 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/9db189d3-bbb8-4afc-89e6-69ff3b7dbeb0/KatalogDoroszewskiegoinside.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#diCnr91AxfHHGa3PUOh6WQi5vThx3OiS.adaptive-delivery-prevent-bg, #diCnr91AxfHHGa3PUOh6WQi5vThx3OiS.lazyload, #diCnr91AxfHHGa3PUOh6WQi5vThx3OiS.lazyloading { background-image: none; }#diCnr91AxfHHGa3PUOh6WQi5vThx3OiS > .row .container { background-color: transparent; background-image: none; }#diCnr91AxfHHGa3PUOh6WQi5vThx3OiS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diCnr91AxfHHGa3PUOh6WQi5vThx3OiS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diCnr91AxfHHGa3PUOh6WQi5vThx3OiS > .row .container > .video-iframe-container { display: none; }#diCnr91AxfHHGa3PUOh6WQi5vThx3OiS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diCnr91AxfHHGa3PUOh6WQi5vThx3OiS > .row > .video-iframe-container { display: none; }#diCnr91AxfHHGa3PUOh6WQi5vThx3OiS > .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); }#diCnr91AxfHHGa3PUOh6WQi5vThx3OiS > .row .container { border-width: 0; border-radius: 0; }#diCnr91AxfHHGa3PUOh6WQi5vThx3OiS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#diCnr91AxfHHGa3PUOh6WQi5vThx3OiS > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#FTbCxX0BZTWiTcG46KkyKuZd8fesE7I9 { position:relative;display:block; }#FTbCxX0BZTWiTcG46KkyKuZd8fesE7I9 { background-color: transparent; background-image: none; }#FTbCxX0BZTWiTcG46KkyKuZd8fesE7I9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTbCxX0BZTWiTcG46KkyKuZd8fesE7I9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTbCxX0BZTWiTcG46KkyKuZd8fesE7I9 > .row .container > .video-iframe-container { display: none; }#FTbCxX0BZTWiTcG46KkyKuZd8fesE7I9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTbCxX0BZTWiTcG46KkyKuZd8fesE7I9 > .row > .video-iframe-container { display: none; }#FTbCxX0BZTWiTcG46KkyKuZd8fesE7I9 > .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); }#FTbCxX0BZTWiTcG46KkyKuZd8fesE7I9 { border-width: 0; border-radius: 0; }#FTbCxX0BZTWiTcG46KkyKuZd8fesE7I9 > .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; }#FTbCxX0BZTWiTcG46KkyKuZd8fesE7I9 > .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:77.3125rem;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; }#POBLNpP66Xs1q1q9hqqLWeOosKTcz6BF { color:rgba(var(--color-tertiary-4),1);display:block;width:36.3125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:9.0625rem;left:0rem;height:16.89746875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rfwauTvg41pJ44Ng4Hm1ufsqei8ITmEv { color:rgba(var(--color-secondary-3),1);display:block;width:37.9375rem;position:absolute;font-family:georgia;font-size:2.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:4.375rem;left:0rem;height:2.92480625rem;font-style:normal;display:block; }
#qq2tTvsTZKsvKcKlFectXlhFsVas5P2b { box-sizing:content-box;height:18.0625rem;width:36.125rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/0e02acaf-7526-4ff7-9c88-d3c6c5c3c381/Wizualizacja4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.5625rem;left:0rem;display:block; }#qq2tTvsTZKsvKcKlFectXlhFsVas5P2b.adaptive-delivery-prevent-bg, #qq2tTvsTZKsvKcKlFectXlhFsVas5P2b.lazyload, #qq2tTvsTZKsvKcKlFectXlhFsVas5P2b.lazyloading { background-image: none; }
#hboSoCaUMKmvT6q7fGzPS0LnwIFTBihE { box-sizing:content-box;height:61.6875rem;width:46.6875rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/aa9de8d6-1fd4-4fe2-8f74-b20d076c5064/Wizualizacja2a.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.3125rem;left:38.875rem;display:block; }#hboSoCaUMKmvT6q7fGzPS0LnwIFTBihE.adaptive-delivery-prevent-bg, #hboSoCaUMKmvT6q7fGzPS0LnwIFTBihE.lazyload, #hboSoCaUMKmvT6q7fGzPS0LnwIFTBihE.lazyloading { background-image: none; }
#RL6CtOT3ilxBNFRW8Gx5Ta19VAPRupL2 { box-sizing:content-box;height:16.875rem;width:17.0625rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/0e14425b-2d9b-4b17-ad41-e936d1185eae/Wizualizacja15.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:50.1875rem;left:0rem;display:block; }#RL6CtOT3ilxBNFRW8Gx5Ta19VAPRupL2.adaptive-delivery-prevent-bg, #RL6CtOT3ilxBNFRW8Gx5Ta19VAPRupL2.lazyload, #RL6CtOT3ilxBNFRW8Gx5Ta19VAPRupL2.lazyloading { background-image: none; }
#PWXTPiNxHKBsySgSze5gETXEXuofgDGC { box-sizing:content-box;height:16.875rem;width:17.0625rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/4f52cac3-882a-47df-95f8-b694a5e9cdf4/Wizualizacja9.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:50.1875rem;left:19.1875rem;display:block; }#PWXTPiNxHKBsySgSze5gETXEXuofgDGC.adaptive-delivery-prevent-bg, #PWXTPiNxHKBsySgSze5gETXEXuofgDGC.lazyload, #PWXTPiNxHKBsySgSze5gETXEXuofgDGC.lazyloading { background-image: none; }
#QcfHNN7ARAnwiksHoNPkSXTFRU81sZ8m { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:inter;font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:70.4375rem;left:29rem;display:block; }
#LTwqOKUyzvCpew8QaFRbIHNaUiqN2OCU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FCpNNMXgByyGkD45U9WIGJUaWSmBasCt { 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/9db189d3-bbb8-4afc-89e6-69ff3b7dbeb0/KatalogDoroszewskiegoinside.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FCpNNMXgByyGkD45U9WIGJUaWSmBasCt.adaptive-delivery-prevent-bg, #FCpNNMXgByyGkD45U9WIGJUaWSmBasCt.lazyload, #FCpNNMXgByyGkD45U9WIGJUaWSmBasCt.lazyloading { background-image: none; }#FCpNNMXgByyGkD45U9WIGJUaWSmBasCt > .row .container { background-color: transparent; background-image: none; }#FCpNNMXgByyGkD45U9WIGJUaWSmBasCt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCpNNMXgByyGkD45U9WIGJUaWSmBasCt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCpNNMXgByyGkD45U9WIGJUaWSmBasCt > .row .container > .video-iframe-container { display: none; }#FCpNNMXgByyGkD45U9WIGJUaWSmBasCt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCpNNMXgByyGkD45U9WIGJUaWSmBasCt > .row > .video-iframe-container { display: none; }#FCpNNMXgByyGkD45U9WIGJUaWSmBasCt > .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); }#FCpNNMXgByyGkD45U9WIGJUaWSmBasCt > .row .container { border-width: 0; border-radius: 0; }#FCpNNMXgByyGkD45U9WIGJUaWSmBasCt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FCpNNMXgByyGkD45U9WIGJUaWSmBasCt > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#goeIA1sqAIOftiQl71LrPr9leF36LcWn { position:relative;display:block; }#goeIA1sqAIOftiQl71LrPr9leF36LcWn { background-color: transparent; background-image: none; }#goeIA1sqAIOftiQl71LrPr9leF36LcWn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#goeIA1sqAIOftiQl71LrPr9leF36LcWn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#goeIA1sqAIOftiQl71LrPr9leF36LcWn > .row .container > .video-iframe-container { display: none; }#goeIA1sqAIOftiQl71LrPr9leF36LcWn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#goeIA1sqAIOftiQl71LrPr9leF36LcWn > .row > .video-iframe-container { display: none; }#goeIA1sqAIOftiQl71LrPr9leF36LcWn > .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); }#goeIA1sqAIOftiQl71LrPr9leF36LcWn { border-width: 0; border-radius: 0; }#goeIA1sqAIOftiQl71LrPr9leF36LcWn > .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; }#goeIA1sqAIOftiQl71LrPr9leF36LcWn > .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:77.3125rem;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; }#S2Cwk1UdEsWoQwz8KZvEIcThbK4et8eV { color:rgba(var(--color-tertiary-4),1);display:block;width:36.3125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:8.625rem;left:37.5rem;height:19.49706875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TlLUTSDvxvTcbt0sk5Wt0MXfImqdNFTJ { color:rgba(var(--color-secondary-3),1);display:block;width:36.125rem;position:absolute;font-family:georgia;font-size:2.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.9375rem;left:37.5rem;height:2.92480625rem;font-style:normal;display:block; }
#N3pS6x0oaBoXV3gzMixKmVtZ2KxCkZIF { box-sizing:content-box;height:18.0625rem;width:36.125rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/73112dc8-4754-4e87-94f3-a3363eca7104/75c7e245bdb2431db02636eca0da91c2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.6875rem;left:37.5rem;display:block; }#N3pS6x0oaBoXV3gzMixKmVtZ2KxCkZIF.adaptive-delivery-prevent-bg, #N3pS6x0oaBoXV3gzMixKmVtZ2KxCkZIF.lazyload, #N3pS6x0oaBoXV3gzMixKmVtZ2KxCkZIF.lazyloading { background-image: none; }
#eH9gbP5OTqXkzWTxCBHJS1SZAtNCzL3c { box-sizing:content-box;height:61.6875rem;width:46.625rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/9f7c58b4-47ca-4a3c-84a4-f60820d21f69/welnessprzyciete.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.5rem;left:-11.09375rem;display:block; }#eH9gbP5OTqXkzWTxCBHJS1SZAtNCzL3c.adaptive-delivery-prevent-bg, #eH9gbP5OTqXkzWTxCBHJS1SZAtNCzL3c.lazyload, #eH9gbP5OTqXkzWTxCBHJS1SZAtNCzL3c.lazyloading { background-image: none; }
#LNfzcz7TMCUMAq2ZeiKkGCNKhuyo82et { box-sizing:content-box;height:16.875rem;width:17.0625rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/8b0569d7-9330-470b-8178-352edba04c16/noroot.crop_1041x1153_0,0");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:49.3125rem;left:37.5rem;display:block; }#LNfzcz7TMCUMAq2ZeiKkGCNKhuyo82et.adaptive-delivery-prevent-bg, #LNfzcz7TMCUMAq2ZeiKkGCNKhuyo82et.lazyload, #LNfzcz7TMCUMAq2ZeiKkGCNKhuyo82et.lazyloading { background-image: none; }
#TJ8vIOZaFEwUPvQIgTW1wt6t8yuxpcDN { box-sizing:content-box;height:16.875rem;width:17.0625rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/11e7be64-581b-4c94-8bce-8c2a59299819/WIZUALIZACJA_5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:49.3125rem;left:56.6875rem;display:block; }#TJ8vIOZaFEwUPvQIgTW1wt6t8yuxpcDN.adaptive-delivery-prevent-bg, #TJ8vIOZaFEwUPvQIgTW1wt6t8yuxpcDN.lazyload, #TJ8vIOZaFEwUPvQIgTW1wt6t8yuxpcDN.lazyloading { background-image: none; }
#hqv7VRKRfRUGJ0CMN0n9uKZLAc3gLHFS { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:inter;font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:70.4375rem;left:29rem;display:block; }
#AhkH6s76yMGTXqkdPFbADQyx2Lqc2SkK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ruEg48eN0LktWJ5Qc4X8IrTf4r9y0hpK { 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/9db189d3-bbb8-4afc-89e6-69ff3b7dbeb0/KatalogDoroszewskiegoinside.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ruEg48eN0LktWJ5Qc4X8IrTf4r9y0hpK.adaptive-delivery-prevent-bg, #ruEg48eN0LktWJ5Qc4X8IrTf4r9y0hpK.lazyload, #ruEg48eN0LktWJ5Qc4X8IrTf4r9y0hpK.lazyloading { background-image: none; }#ruEg48eN0LktWJ5Qc4X8IrTf4r9y0hpK > .row .container { background-color: transparent; background-image: none; }#ruEg48eN0LktWJ5Qc4X8IrTf4r9y0hpK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruEg48eN0LktWJ5Qc4X8IrTf4r9y0hpK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruEg48eN0LktWJ5Qc4X8IrTf4r9y0hpK > .row .container > .video-iframe-container { display: none; }#ruEg48eN0LktWJ5Qc4X8IrTf4r9y0hpK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruEg48eN0LktWJ5Qc4X8IrTf4r9y0hpK > .row > .video-iframe-container { display: none; }#ruEg48eN0LktWJ5Qc4X8IrTf4r9y0hpK > .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); }#ruEg48eN0LktWJ5Qc4X8IrTf4r9y0hpK > .row .container { border-width: 0; border-radius: 0; }#ruEg48eN0LktWJ5Qc4X8IrTf4r9y0hpK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ruEg48eN0LktWJ5Qc4X8IrTf4r9y0hpK > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#Tk5pQrT3VF83SqXT7ksT5CzzrNJqavgI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.7);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; }#Tk5pQrT3VF83SqXT7ksT5CzzrNJqavgI > .row .container { background-color: transparent; background-image: none; }#Tk5pQrT3VF83SqXT7ksT5CzzrNJqavgI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tk5pQrT3VF83SqXT7ksT5CzzrNJqavgI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tk5pQrT3VF83SqXT7ksT5CzzrNJqavgI > .row .container > .video-iframe-container { display: none; }#Tk5pQrT3VF83SqXT7ksT5CzzrNJqavgI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tk5pQrT3VF83SqXT7ksT5CzzrNJqavgI > .row > .video-iframe-container { display: none; }#Tk5pQrT3VF83SqXT7ksT5CzzrNJqavgI > .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); }#Tk5pQrT3VF83SqXT7ksT5CzzrNJqavgI > .row .container { border-width: 0; border-radius: 0; }#Tk5pQrT3VF83SqXT7ksT5CzzrNJqavgI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tk5pQrT3VF83SqXT7ksT5CzzrNJqavgI > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;position:relative;display:block; }#TBFDsgqMC28vTEBqkPcDkzGCu2TkwgKL { color:rgba(var(--color-secondary-3),1);display:block;width:46.4375rem;position:absolute;font-family:georgia;font-size:2.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:4.88720703125rem;left:14.28125rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JTKQITnM2dhZ7cWKNXRdv7MrCCZhKbbt { position:relative;display:block; }#JTKQITnM2dhZ7cWKNXRdv7MrCCZhKbbt { background-color: transparent; background-image: none; }#JTKQITnM2dhZ7cWKNXRdv7MrCCZhKbbt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTKQITnM2dhZ7cWKNXRdv7MrCCZhKbbt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTKQITnM2dhZ7cWKNXRdv7MrCCZhKbbt > .row .container > .video-iframe-container { display: none; }#JTKQITnM2dhZ7cWKNXRdv7MrCCZhKbbt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTKQITnM2dhZ7cWKNXRdv7MrCCZhKbbt > .row > .video-iframe-container { display: none; }#JTKQITnM2dhZ7cWKNXRdv7MrCCZhKbbt > .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); }#JTKQITnM2dhZ7cWKNXRdv7MrCCZhKbbt { border-width: 0; border-radius: 0; }#JTKQITnM2dhZ7cWKNXRdv7MrCCZhKbbt > .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; }#JTKQITnM2dhZ7cWKNXRdv7MrCCZhKbbt > .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:40.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; }#CalAS4uLwynZhrBhPikDcRq3L9VdS6cd { color:rgba(var(--color-secondary-3),1);display:block;width:17.25rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.875rem;left:0.75rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wgVHVixf9rh0KQCM5a9Wt08Nf7Uv77pl { color:rgba(var(--color-secondary-3),1);display:block;width:16.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:4rem;left:0.75rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#H0BihJxTNxemlq08aA8XRucdX3rkuidZ { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.0625rem;width:16.3125rem;top:8.25rem;left:1.1875rem;overflow:hidden;display:block; }
#XgRk8CepLrfkbygyZe2WGROvw5fJUNn6 { color:rgba(var(--color-secondary-3),1);display:block;width:17.25rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:1.875rem;left:19.5rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Vczokh4cqWkyo6UCUt0XpVTJ7TsDZJmv { color:rgba(var(--color-secondary-3),1);display:block;width:16.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:4rem;left:19.5rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TcqZhFPnnaQGB6ya3WTQArqbs1smEOg9 { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:16.3125rem;top:8.25rem;left:19.9375rem;overflow:hidden;display:block; }
#RUDWs9RJmlvPwbr9Dk4yb5ZT8OEqmWZd { color:rgba(var(--color-secondary-3),1);display:block;width:17.25rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:1.875rem;left:38.25rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KGhHJBA7wigkcTInEF1LzlRod23SDzkS { color:rgba(var(--color-secondary-3),1);display:block;width:16.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:4rem;left:38.25rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d4uX8Pm8z9WplNHxl5lSfOoZOJrrcyLv { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:16.3125rem;top:8.25rem;left:38.6875rem;overflow:hidden;display:block; }
#k7iTCJvT4QPJ1cPaUtBBJ2hzyNbAPMhD { color:rgba(var(--color-secondary-3),1);display:block;width:17.25rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:1.875rem;left:57rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k3vy5oSXaehy2LTiQ3DdADkcqhP6ya51 { color:rgba(var(--color-secondary-3),1);display:block;width:16.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:4rem;left:57rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Rh8bOM6TJZSmUso4ewyShzWCBM4wF7Hy { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:16.3125rem;top:8.25rem;left:57.4375rem;overflow:hidden;display:block; }
#O6V1LTqJITr3oO3rBVkuf3SeuICXLDno { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:32.1875rem;left:28.6875rem;display:block; }
#bthXWUOz97cHaRUR1sfy6Tw5Sba80vHT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NKTxXopNZyhdtF95aFsh5fnoOZU1f50y { 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/9db189d3-bbb8-4afc-89e6-69ff3b7dbeb0/KatalogDoroszewskiegoinside.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NKTxXopNZyhdtF95aFsh5fnoOZU1f50y.adaptive-delivery-prevent-bg, #NKTxXopNZyhdtF95aFsh5fnoOZU1f50y.lazyload, #NKTxXopNZyhdtF95aFsh5fnoOZU1f50y.lazyloading { background-image: none; }#NKTxXopNZyhdtF95aFsh5fnoOZU1f50y > .row .container { background-color: transparent; background-image: none; }#NKTxXopNZyhdtF95aFsh5fnoOZU1f50y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKTxXopNZyhdtF95aFsh5fnoOZU1f50y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKTxXopNZyhdtF95aFsh5fnoOZU1f50y > .row .container > .video-iframe-container { display: none; }#NKTxXopNZyhdtF95aFsh5fnoOZU1f50y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKTxXopNZyhdtF95aFsh5fnoOZU1f50y > .row > .video-iframe-container { display: none; }#NKTxXopNZyhdtF95aFsh5fnoOZU1f50y > .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); }#NKTxXopNZyhdtF95aFsh5fnoOZU1f50y > .row .container { border-width: 0; border-radius: 0; }#NKTxXopNZyhdtF95aFsh5fnoOZU1f50y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NKTxXopNZyhdtF95aFsh5fnoOZU1f50y > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#QhwN28rN6PdH0pt0UpaeifuBpxD9IFM0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),0.33);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; }#QhwN28rN6PdH0pt0UpaeifuBpxD9IFM0 > .row .container { background-color: transparent; background-image: none; }#QhwN28rN6PdH0pt0UpaeifuBpxD9IFM0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QhwN28rN6PdH0pt0UpaeifuBpxD9IFM0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QhwN28rN6PdH0pt0UpaeifuBpxD9IFM0 > .row .container > .video-iframe-container { display: none; }#QhwN28rN6PdH0pt0UpaeifuBpxD9IFM0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QhwN28rN6PdH0pt0UpaeifuBpxD9IFM0 > .row > .video-iframe-container { display: none; }#QhwN28rN6PdH0pt0UpaeifuBpxD9IFM0 > .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); }#QhwN28rN6PdH0pt0UpaeifuBpxD9IFM0 > .row .container { border-width: 0; border-radius: 0; }#QhwN28rN6PdH0pt0UpaeifuBpxD9IFM0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QhwN28rN6PdH0pt0UpaeifuBpxD9IFM0 > .row .container { font-size:0.875rem;font-family:arial;height:52.6875rem;width:75rem;position:relative;display:block; }#BhM66JxDLNJWwls8srsDVWLlaitkPMvP { color:rgba(var(--color-primary-2),1);display:block;width:34.875rem;position:absolute;font-family:georgia;font-size:2.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5rem;left:1.5625rem;height:2.92480625rem;font-style:normal;display:block; }
#z3xqZfrATXLnwZD7EvCsLZysvbe5T9PT { color:rgba(var(--color-secondary-3),1);display:block;width:35rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15007;line-height:1.7;letter-spacing:0;top:8.875rem;left:1.5625rem;height:5.09911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol .widget-form-header {  }
#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol .widget-regular-label { height:auto;display:block;font-family:inter;font-size:0.875rem;font-weight:300;color:rgba(var(--color-secondary-2),1);width:29.6875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;line-height:1.5;overflow:hidden; }
#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(var(--color-tertiary-0),0);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.0625rem solid rgba(var(--color-tertiary-1),1);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:29.6875rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none;line-height:.6; }
#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol .widget-input-text {padding-top: 0; padding-bottom: 0;}#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(var(--color-tertiary-0),0);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.0625rem solid rgba(var(--color-tertiary-1),1);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:29.6875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;line-height:.6; }
#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol .widget-input-select { 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-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);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:29.6875rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none; }
#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol .widget-input-select {padding-top: 0; padding-bottom: 0;}#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol .widget-input-button { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:4rem;margin-bottom:0.25rem;margin-left:4rem;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);width:21.625rem;height:3.4375rem;font-family:inter;overflow:hidden;box-shadow: none;font-style:normal;line-height:1.7; }
#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol .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:var(--paragraphs-font-family);line-height:1.3;font-size:0.6875rem;font-weight:300;color:rgba(var(--color-secondary-2),1);vertical-align:top;width:28.25rem;overflow:hidden;font-style:normal; }
#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol .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; }
#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-secondary-3),1);overflow:hidden;font-style:normal;line-height:1.3; }
#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol .widget-container:first-of-type{padding-top:0;}#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol .widget-container:last-of-type{padding-bottom:0;}#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol  { background-color:rgba(var(--color-primary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-left-radius:0rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:0rem;box-shadow: none;position:absolute;top:15.9375rem;left:1.5625rem; }
#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:29.6875rem; }
#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol {display:block;}#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol { background-color:rgba(var(--color-primary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-left-radius:0rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:0rem;box-shadow: none;position:absolute;top:15.9375rem;left:1.5625rem; }
#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #cVgJgkxrHS3zPvrvrdHH4TbJmnf9FQrn { position:relative; }
#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #A0bTfXJdQUxAqFcZFg6o6V1eGGSuXeS5 { position:relative;display:block; }
#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #kAKV0Cf3uxLw2ts7qsE9EJbNz2uiNqnw { position:relative; }
#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #BX1M2MCsy2WDXNiflPd5nP8HPkSPt24N { position:relative; }
#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #FNPWPwGSRLKDhNDNLkUR0vswT0dSAXcb { position:relative;display:block; }
#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #NRTycP0Up6cFmVcwTQxcQTpnOC9wkBEh { position:relative; }
#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #ydW52xylP9010PbH5rQnOatkFHqWhC1S { position:relative; }
#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #CEHFNUIVHsngtbz62zdFTk6OwvfNA5Gs { position:relative;display:block; }
#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #xOeGvMdzWbniIFPwOsb8bOvFLVQqJBOC { position:relative; }
#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #MCdBi7brNEwHffDQgwyDckuExIvVDV82 { position:relative; }
#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #MCdBi7brNEwHffDQgwyDckuExIvVDV82 .container-column{width:50%;}#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #OWSwtqrrh9LS3XIrJgid9fTJclHfuwAs { position:relative;display:block; }
#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #X1xuS9aXpz88q2AXX1AN97g8JkHgDEba { position:relative;z-index:2; }
#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #rq7hCKs1q3enzl5ADk6pZEh7HnGUA7sH { position:relative; }
#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #iaDhFnGXFJyOWbziZgwtd7aUuEgJ0SG7 { position:relative;z-index:2; }
#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #qAvJeIiQJ3gIKxm9JoOJiRtUz73hKLC5 { position:relative; }
#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #ct6qNDZEAWBGkzwSlmuyb5igcaXML5SC { position:relative; }
#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #uUBdkbzrfdtfpBnpCyPdTJo1uRIg6Mh6 { position:relative;display:block; }
#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #kkGLTPlWc8V0lXw719JI1ikTAZKAKPQu { position:relative; }
#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #eQeG2LTltXgLas13Os6W1nuGpysuk25k { position:relative; }
#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #QbxK241nbp2ZDFJEhJR3D87V1toVivhv { position:relative;z-index:2; }
#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #lDLFfZ22k2sHup6fMVKyWbO5x2o5FK5u { position:relative; }
#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #XfEN2LvAbwk5MDDgwV3110aS7d2IB4Ou { position:relative; }
#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #iQ9qM6E8egyqs6GsqAUrWmuTUPgfAMiz { position:relative; }
#ST9XDNJNZVwAafDUULk6FT8Aq5MX8Rpu { box-sizing:content-box;height:45rem;width:51.0625rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/f7105340-8390-4544-a5a9-02d2a12d713d/VillaDoroszewskiegoscaled.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.0625rem;left:40.4375rem;display:block; }#ST9XDNJNZVwAafDUULk6FT8Aq5MX8Rpu.adaptive-delivery-prevent-bg, #ST9XDNJNZVwAafDUULk6FT8Aq5MX8Rpu.lazyload, #ST9XDNJNZVwAafDUULk6FT8Aq5MX8Rpu.lazyloading { background-image: none; }
#ldcTWuv5n3G7Pstt5p9bSv5UFe8JJCum { position:relative;display:block; }#ldcTWuv5n3G7Pstt5p9bSv5UFe8JJCum { background-color: transparent; background-image: none; }#ldcTWuv5n3G7Pstt5p9bSv5UFe8JJCum::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ldcTWuv5n3G7Pstt5p9bSv5UFe8JJCum > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ldcTWuv5n3G7Pstt5p9bSv5UFe8JJCum > .row .container > .video-iframe-container { display: none; }#ldcTWuv5n3G7Pstt5p9bSv5UFe8JJCum > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ldcTWuv5n3G7Pstt5p9bSv5UFe8JJCum > .row > .video-iframe-container { display: none; }#ldcTWuv5n3G7Pstt5p9bSv5UFe8JJCum > .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); }#ldcTWuv5n3G7Pstt5p9bSv5UFe8JJCum { border-width: 0; border-radius: 0; }#ldcTWuv5n3G7Pstt5p9bSv5UFe8JJCum > .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; }#ldcTWuv5n3G7Pstt5p9bSv5UFe8JJCum > .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:11.5rem;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; }#fGP3mhuAiOOzPbZnNmh1Js0yTHBtfatw { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:7.5625rem;top:1.0625rem;left:33.71875rem;overflow:hidden;display:block; }
#olBI70MsRCT22BLyELWFoxSahVMBFESL { color:rgba(var(--color-tertiary-4),1);display:block;width:41.375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:6.57421875rem;left:16.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#AywBQ3yTukphGvE2wzwQ5WWSWNCIFywP { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-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-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:1.8125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:8.75rem;left:28.75rem;display:block; }
#CcyFs7vPAKwyiUCyt1T4rBdsCL4PMZez { 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) { #hHGfdFMS5LxlTFHSFyTAGPzrge1u5gBZ { width:10.625rem;height:10.625rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX39mWBWnKtTr0LrfkOgQXPHT8uqngaG { width:31.4375rem;height:;top:16rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyQaKnHf6zVVsPWTbyKbQ3UvQtWGaBFb { width:31.25rem;height:3.4375rem;top:19.375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCowdvF437oM2XRlkTmCeNQnkv6S8Nl5 { width:26.1875rem;height:7.9375rem;top:23.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwhc6VkTaZX8ti8t22bTwXm820PaW5Sg { width:17.5rem;height:3.4375rem;top:33.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTszG4278qGT961bE7kp7ot33IDKTKv5 { display:block; }
 }@media only screen and (max-width: 763px) { #OXLr0iz3XmMJHzwNfz2fP3MaofSJ8P7c { width:37.3125rem;height:47.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxwyDMVeFagM9DHK9VfMIOA4Jmx6DeUV { display:block; }#lxwyDMVeFagM9DHK9VfMIOA4Jmx6DeUV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pkip4wTtTbz55TdmwNus18fCeg9gmMNn { width:32.1875rem;height:8.75rem;top:3.625rem;left:15.5625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW5wTxW1U1ZaLwb5TUATlRS35tumob6k { width:29rem;height:5.1875rem;top:14rem;left:18.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzJctOlFsTREkVXM4gnN7Q7h28F2wlaL { width:29rem;height:6.125rem;top:20rem;left:18.75rem;font-size:1rem;display:block; }#DzJctOlFsTREkVXM4gnN7Q7h28F2wlaL li:before{  }
 }@media only screen and (max-width: 763px) { #Qgw7Z1KJhrumZuhkTygwtSPIT1a1TILN { width:34.0625rem;height:5.8125rem;top:27.375rem;left:13.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvA6V7sHVRsPvfJnsHlh45T8AQxzdJyq { width:17.5rem;height:3.4375rem;top:35.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXQBtR2pwZHKpdLcvLSRF0KJ8guOaIHu { display:block; }
 }@media only screen and (max-width: 763px) { #D7w7mCGM6CksSqIRlAFZBDcqydALgUBJ { width:47.75rem;height:35.625rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvtASAILWxRDyvl1lwmG5LtTCHVIHx0t { display:block; }#JvtASAILWxRDyvl1lwmG5LtTCHVIHx0t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aRPH709RP86u1zmFFePeEboFqy8gEoO2 { display:block; }#aRPH709RP86u1zmFFePeEboFqy8gEoO2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kACq72Ffo5FDyPdcbtwVAx7oU2UzA6mP { width:46.4375rem;height:5.8125rem;top:4.875rem;left:0.65625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMNKu0ewLPf1OoDwk3EpVrT4VFHo12Ob { display:block; }#kMNKu0ewLPf1OoDwk3EpVrT4VFHo12Ob > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TquJ1fUxhbMsMTomp70yWEsHlpRqDx6s { width:22.6875rem;height:1.25rem;top:7.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqATAMfKKq8u3zT8HGHXhTIqEllIQsuZ { width:18.25rem;height:1.25rem;top:9.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgF6XmJveTqcflV8wh9Cv1ASFkuxsN59 { width:18.125rem;height:1.25rem;top:9rem;left:13.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFsS3Bzxg0BBKFbgDgTxA9Oxk59qk2bg { width:17.25rem;height:1.25rem;top:7.6875rem;left:14.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeQbrvQdEUk5pCFtaJdCwA6Z2JLd6kuO { width:18.8125rem;height:1.25rem;top:9.0625rem;left:28.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHUlmhOZpzb6IKcIXUwqg9O7DUlS99L9 { width:19.9375rem;height:1.25rem;top:7.75rem;left:27.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvCmRPqUoBZZvSqoqQkTTHu35yUMwKfp { width:20.4375rem;height:5.1875rem;top:11.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRyS0OpDEUeraG5quQOSnv0fpS7yzaDl { width:18.5625rem;height:6.4375rem;top:11.875rem;left:13.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSWQHHKVQXXJcshN9fn98hbvl3ikW5oO { width:19.125rem;height:6.4375rem;top:11.875rem;left:28.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZM9DfGS73kb0a2mio4DsNd2morshcoBm { width:17.5rem;height:3.4375rem;top:24.75rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8RwDm1yDDbiA2293eeptzL8lwz8ERV4 { display:block; }
 }@media only screen and (max-width: 763px) { #wrBPz3qJa3srq7oiwBqAdz6Ed2Nz8NLZ { width:3.125rem;height:3.125rem;top:2.25rem;left:38.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgrgVNIfNq9prr3JbC3pAe3vOfeRaQHC { width:3.125rem;height:3.125rem;top:2.25rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9daXQsiHE9QWvyShwHxXowEETKZG6ll { width:3.125rem;height:3.125rem;top:2.25rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gthTT65KEIE2mkvdfL3QMVrLcR4vFZ1y { display:block; }#gthTT65KEIE2mkvdfL3QMVrLcR4vFZ1y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lKctqBxOVc4SsbHQ135L2sgH9SsoX4Ub { display:block; }#lKctqBxOVc4SsbHQ135L2sgH9SsoX4Ub > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EQBXQZsgPMTaN3TyZG9mvJp0TkLwRByQ { width:34.875rem;height:2.875rem;top:7.25rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHM1RWGhcqdiuTVQdSzFNZy0J6SqQr4D { width:29rem;height:5.1875rem;top:48.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbPBBv03uvM541S72awrEMiAC1PMgK07 { width:29rem;height:0.9375rem;top:55.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hu5x569ElQohmrtIwdPet3OEWTxRw7rX { width:29rem;height:1.25rem;top:10.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNTMHu1VbSomx1dwfgMtsOPnVgggZtnA { width:31.6875rem;height:31.1875rem;top:13.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p279mIA8yCQ90tqgT8QxQudS4uduQT2V { width:3.125rem;height:1.5rem;top:13.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #izXDT8yvS0gbqHWs3fnNp4dss3b2PLNo { width:10.0625rem;height:42.0625rem;top:5.3125rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlOLR1MJNgF38LDr4uqe3wnfw8sQSWS9 { width:31.125rem;height:23.8125rem;top:3.6875rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdgI1bIPzl4vtgRhkU1EgJReM2gAGsdf { width:39.25rem;height:29.9375rem;top:30.9375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xINCpx3937Ltu0TVV03woBKgHMWHXadN { width:30.0625rem;height:0.0625rem;top:46.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWkKt9MrGCkQ4EdbvaJvphDmHiPaobfA { width:17.5rem;height:3.4375rem;top:57.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvBm7TQBHsrpfpHKqUZ5F770VFXtNrIT { display:block; }
 }@media only screen and (max-width: 763px) { #PdtGpLITThy42brxqytNTriyBSPeOA2e { width:3.125rem;height:1.5rem;top:21.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sumhEnou4RtVReB3NlcSG8Umir3l6VoX { width:3.125rem;height:1.5rem;top:30.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT77bDEBmmqgmfuls1J6coomDg4Cmb5A { width:3.125rem;height:1.5rem;top:36.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #diCnr91AxfHHGa3PUOh6WQi5vThx3OiS { display:block; }#diCnr91AxfHHGa3PUOh6WQi5vThx3OiS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FTbCxX0BZTWiTcG46KkyKuZd8fesE7I9 { display:block; }#FTbCxX0BZTWiTcG46KkyKuZd8fesE7I9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #POBLNpP66Xs1q1q9hqqLWeOosKTcz6BF { width:36.3125rem;height:16.875rem;top:9.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfwauTvg41pJ44Ng4Hm1ufsqei8ITmEv { width:37.9375rem;height:2.9375rem;top:4.375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qq2tTvsTZKsvKcKlFectXlhFsVas5P2b { width:36.125rem;height:18.0625rem;top:29.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hboSoCaUMKmvT6q7fGzPS0LnwIFTBihE { width:46.6875rem;height:61.6875rem;top:5.3125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RL6CtOT3ilxBNFRW8Gx5Ta19VAPRupL2 { width:17.0625rem;height:16.875rem;top:50.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWXTPiNxHKBsySgSze5gETXEXuofgDGC { width:17.0625rem;height:16.875rem;top:50.1875rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcfHNN7ARAnwiksHoNPkSXTFRU81sZ8m { width:17.5rem;height:3.4375rem;top:70.4375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTwqOKUyzvCpew8QaFRbIHNaUiqN2OCU { display:block; }
 }@media only screen and (max-width: 763px) { #FCpNNMXgByyGkD45U9WIGJUaWSmBasCt { display:block; }#FCpNNMXgByyGkD45U9WIGJUaWSmBasCt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #goeIA1sqAIOftiQl71LrPr9leF36LcWn { display:block; }#goeIA1sqAIOftiQl71LrPr9leF36LcWn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S2Cwk1UdEsWoQwz8KZvEIcThbK4et8eV { width:36.3125rem;height:19.4375rem;top:8.625rem;left:11.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlLUTSDvxvTcbt0sk5Wt0MXfImqdNFTJ { width:36.125rem;height:2.875rem;top:3.9375rem;left:11.625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3pS6x0oaBoXV3gzMixKmVtZ2KxCkZIF { width:36.125rem;height:18.0625rem;top:28.6875rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eH9gbP5OTqXkzWTxCBHJS1SZAtNCzL3c { width:46.625rem;height:61.6875rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNfzcz7TMCUMAq2ZeiKkGCNKhuyo82et { width:17.0625rem;height:16.875rem;top:49.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ8vIOZaFEwUPvQIgTW1wt6t8yuxpcDN { width:17.0625rem;height:16.875rem;top:49.3125rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqv7VRKRfRUGJ0CMN0n9uKZLAc3gLHFS { width:17.5rem;height:3.4375rem;top:70.4375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhkH6s76yMGTXqkdPFbADQyx2Lqc2SkK { display:block; }
 }@media only screen and (max-width: 763px) { #ruEg48eN0LktWJ5Qc4X8IrTf4r9y0hpK { display:block; }#ruEg48eN0LktWJ5Qc4X8IrTf4r9y0hpK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tk5pQrT3VF83SqXT7ksT5CzzrNJqavgI { display:block; }#Tk5pQrT3VF83SqXT7ksT5CzzrNJqavgI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBFDsgqMC28vTEBqkPcDkzGCu2TkwgKL { width:46.4375rem;height:;top:4.875rem;left:0.65625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTKQITnM2dhZ7cWKNXRdv7MrCCZhKbbt { display:block; }#JTKQITnM2dhZ7cWKNXRdv7MrCCZhKbbt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CalAS4uLwynZhrBhPikDcRq3L9VdS6cd { width:17.25rem;height:1.25rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgVHVixf9rh0KQCM5a9Wt08Nf7Uv77pl { width:16.5rem;height:2.5625rem;top:4rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0BihJxTNxemlq08aA8XRucdX3rkuidZ { width:16.3125rem;height:17.0625rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgRk8CepLrfkbygyZe2WGROvw5fJUNn6 { width:17.25rem;height:1.25rem;top:1.875rem;left:6.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vczokh4cqWkyo6UCUt0XpVTJ7TsDZJmv { width:16.5rem;height:2.5625rem;top:4rem;left:7.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcqZhFPnnaQGB6ya3WTQArqbs1smEOg9 { width:16.3125rem;height:17rem;top:8.25rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUDWs9RJmlvPwbr9Dk4yb5ZT8OEqmWZd { width:17.25rem;height:1.25rem;top:1.875rem;left:18.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGhHJBA7wigkcTInEF1LzlRod23SDzkS { width:16.5rem;height:2.5625rem;top:4rem;left:19.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4uX8Pm8z9WplNHxl5lSfOoZOJrrcyLv { width:16.3125rem;height:17rem;top:8.25rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7iTCJvT4QPJ1cPaUtBBJ2hzyNbAPMhD { width:17.25rem;height:1.25rem;top:1.875rem;left:30.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3vy5oSXaehy2LTiQ3DdADkcqhP6ya51 { width:16.5rem;height:2.5625rem;top:4rem;left:31.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rh8bOM6TJZSmUso4ewyShzWCBM4wF7Hy { width:16.3125rem;height:17rem;top:8.25rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6V1LTqJITr3oO3rBVkuf3SeuICXLDno { width:17.5rem;height:3.4375rem;top:32.1875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bthXWUOz97cHaRUR1sfy6Tw5Sba80vHT { display:block; }
 }@media only screen and (max-width: 763px) { #NKTxXopNZyhdtF95aFsh5fnoOZU1f50y { display:block; }#NKTxXopNZyhdtF95aFsh5fnoOZU1f50y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QhwN28rN6PdH0pt0UpaeifuBpxD9IFM0 { display:block; }#QhwN28rN6PdH0pt0UpaeifuBpxD9IFM0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BhM66JxDLNJWwls8srsDVWLlaitkPMvP { width:34.875rem;height:2.875rem;top:5rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3xqZfrATXLnwZD7EvCsLZysvbe5T9PT { width:35rem;height:5.0625rem;top:8.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol .widget-regular-label { width:29.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol .widget-input-text { width:29.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol .widget-input-text {padding-top: 0; padding-bottom: 0;}#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol .widget-textarea { width:29.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol .widget-input-select { width:29.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol .widget-input-select {padding-top: 0; padding-bottom: 0;}#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol .widget-input-button { width:21.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:4rem; }
#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol .widget-checkbox-label { width:28.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol  { width:29.6875rem;height:auto;top:15.9375rem;left:0rem; }
#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol .radio-container { width:29.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol {display:block;}#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol { width:29.6875rem;height:auto;top:15.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #cVgJgkxrHS3zPvrvrdHH4TbJmnf9FQrn {  }
 }@media only screen and (max-width: 763px) { #t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #A0bTfXJdQUxAqFcZFg6o6V1eGGSuXeS5 {  }
 }@media only screen and (max-width: 763px) { #t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #kAKV0Cf3uxLw2ts7qsE9EJbNz2uiNqnw {  }
 }@media only screen and (max-width: 763px) { #t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #BX1M2MCsy2WDXNiflPd5nP8HPkSPt24N {  }
 }@media only screen and (max-width: 763px) { #t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #FNPWPwGSRLKDhNDNLkUR0vswT0dSAXcb {  }
 }@media only screen and (max-width: 763px) { #t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #NRTycP0Up6cFmVcwTQxcQTpnOC9wkBEh {  }
 }@media only screen and (max-width: 763px) { #t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #ydW52xylP9010PbH5rQnOatkFHqWhC1S {  }
 }@media only screen and (max-width: 763px) { #t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #CEHFNUIVHsngtbz62zdFTk6OwvfNA5Gs {  }
 }@media only screen and (max-width: 763px) { #t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #xOeGvMdzWbniIFPwOsb8bOvFLVQqJBOC {  }
 }@media only screen and (max-width: 763px) { #t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #MCdBi7brNEwHffDQgwyDckuExIvVDV82 {  }
#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #MCdBi7brNEwHffDQgwyDckuExIvVDV82 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #OWSwtqrrh9LS3XIrJgid9fTJclHfuwAs {  }
 }@media only screen and (max-width: 763px) { #t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #X1xuS9aXpz88q2AXX1AN97g8JkHgDEba {  }
 }@media only screen and (max-width: 763px) { #t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #rq7hCKs1q3enzl5ADk6pZEh7HnGUA7sH {  }
 }@media only screen and (max-width: 763px) { #t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #iaDhFnGXFJyOWbziZgwtd7aUuEgJ0SG7 {  }
 }@media only screen and (max-width: 763px) { #t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #qAvJeIiQJ3gIKxm9JoOJiRtUz73hKLC5 {  }
 }@media only screen and (max-width: 763px) { #t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #ct6qNDZEAWBGkzwSlmuyb5igcaXML5SC {  }
 }@media only screen and (max-width: 763px) { #t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #uUBdkbzrfdtfpBnpCyPdTJo1uRIg6Mh6 {  }
 }@media only screen and (max-width: 763px) { #t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #kkGLTPlWc8V0lXw719JI1ikTAZKAKPQu {  }
 }@media only screen and (max-width: 763px) { #t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #eQeG2LTltXgLas13Os6W1nuGpysuk25k {  }
 }@media only screen and (max-width: 763px) { #t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #QbxK241nbp2ZDFJEhJR3D87V1toVivhv {  }
 }@media only screen and (max-width: 763px) { #t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #lDLFfZ22k2sHup6fMVKyWbO5x2o5FK5u {  }
 }@media only screen and (max-width: 763px) { #t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #XfEN2LvAbwk5MDDgwV3110aS7d2IB4Ou {  }
 }@media only screen and (max-width: 763px) { #t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #iQ9qM6E8egyqs6GsqAUrWmuTUPgfAMiz {  }
 }@media only screen and (max-width: 763px) { #ST9XDNJNZVwAafDUULk6FT8Aq5MX8Rpu { width:47.75rem;height:45rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldcTWuv5n3G7Pstt5p9bSv5UFe8JJCum { display:block; }#ldcTWuv5n3G7Pstt5p9bSv5UFe8JJCum > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fGP3mhuAiOOzPbZnNmh1Js0yTHBtfatw { width:7.5625rem;height:4.8125rem;top:1.0625rem;left:20.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #olBI70MsRCT22BLyELWFoxSahVMBFESL { width:41.375rem;height:1.25rem;top:6.5625rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AywBQ3yTukphGvE2wzwQ5WWSWNCIFywP { width:17.5rem;height:1.8125rem;top:8.75rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcyFs7vPAKwyiUCyt1T4rBdsCL4PMZez { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3fe6dcda-3798-437b-b1b2-fd2beaee4e2c/1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:47.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hHGfdFMS5LxlTFHSFyTAGPzrge1u5gBZ { width:7.4375rem;height:7.4375rem;top:0rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX39mWBWnKtTr0LrfkOgQXPHT8uqngaG { width:18.4375rem;height:2.35595625rem;top:8.8125rem;left:0.0625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyQaKnHf6zVVsPWTbyKbQ3UvQtWGaBFb { width:19.25rem;height:2.2749rem;top:11.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCowdvF437oM2XRlkTmCeNQnkv6S8Nl5 { width:20rem;height:9.597625rem;top:32.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwhc6VkTaZX8ti8t22bTwXm820PaW5Sg { width:17.5rem;height:3.4375rem;top:42.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTszG4278qGT961bE7kp7ot33IDKTKv5 { display:block; }
 }@media only screen and (max-width: 763px) { #OXLr0iz3XmMJHzwNfz2fP3MaofSJ8P7c { width:20rem;height:8.5625rem;top:34.3125rem;left:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #lxwyDMVeFagM9DHK9VfMIOA4Jmx6DeUV { display:block; }#lxwyDMVeFagM9DHK9VfMIOA4Jmx6DeUV > .row .container { width:20rem;height:77.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pkip4wTtTbz55TdmwNus18fCeg9gmMNn { width:20rem;height:10.3984375rem;top:2.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW5wTxW1U1ZaLwb5TUATlRS35tumob6k { width:20rem;height:7.7988125rem;top:14.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzJctOlFsTREkVXM4gnN7Q7h28F2wlaL { width:20rem;height:7.4365rem;top:23.375rem;left:0rem;font-size:1rem;display:block; }#DzJctOlFsTREkVXM4gnN7Q7h28F2wlaL li:before{  }
 }@media only screen and (max-width: 763px) { #Qgw7Z1KJhrumZuhkTygwtSPIT1a1TILN { width:20rem;height:7.7988125rem;top:62.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvA6V7sHVRsPvfJnsHlh45T8AQxzdJyq { width:17.5rem;height:3.4375rem;top:72.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXQBtR2pwZHKpdLcvLSRF0KJ8guOaIHu { display:block; }
 }@media only screen and (max-width: 763px) { #D7w7mCGM6CksSqIRlAFZBDcqydALgUBJ { width:20rem;height:28.375rem;top:32.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvtASAILWxRDyvl1lwmG5LtTCHVIHx0t { display:block; }#JvtASAILWxRDyvl1lwmG5LtTCHVIHx0t > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aRPH709RP86u1zmFFePeEboFqy8gEoO2 { display:block; }#aRPH709RP86u1zmFFePeEboFqy8gEoO2 > .row .container { width:20rem;height:12.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kACq72Ffo5FDyPdcbtwVAx7oU2UzA6mP { width:20rem;height:10.3984375rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMNKu0ewLPf1OoDwk3EpVrT4VFHo12Ob { display:block; }#kMNKu0ewLPf1OoDwk3EpVrT4VFHo12Ob > .row .container { width:20rem;height:57.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TquJ1fUxhbMsMTomp70yWEsHlpRqDx6s { width:18.75rem;height:2.5996125rem;top:5.9375rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WqATAMfKKq8u3zT8HGHXhTIqEllIQsuZ { width:18.25rem;height:1.29980625rem;top:8.5625rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgF6XmJveTqcflV8wh9Cv1ASFkuxsN59 { width:18.125rem;height:1.29980625rem;top:23.5rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFsS3Bzxg0BBKFbgDgTxA9Oxk59qk2bg { width:18.8125rem;height:1.29980625rem;top:22.1875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeQbrvQdEUk5pCFtaJdCwA6Z2JLd6kuO { width:18.8125rem;height:1.29980625rem;top:40.75rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHUlmhOZpzb6IKcIXUwqg9O7DUlS99L9 { width:18.8125rem;height:2.5996125rem;top:38.1875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvCmRPqUoBZZvSqoqQkTTHu35yUMwKfp { width:18.4375rem;height:5.199225rem;top:10.5rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRyS0OpDEUeraG5quQOSnv0fpS7yzaDl { width:17.6875rem;height:6.49903125rem;top:26.25rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSWQHHKVQXXJcshN9fn98hbvl3ikW5oO { width:18.25rem;height:6.499025rem;top:43.0625rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZM9DfGS73kb0a2mio4DsNd2morshcoBm { width:17.5rem;height:3.4375rem;top:51rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8RwDm1yDDbiA2293eeptzL8lwz8ERV4 { display:block; }
 }@media only screen and (max-width: 763px) { #wrBPz3qJa3srq7oiwBqAdz6Ed2Nz8NLZ { width:3.125rem;height:3.125rem;top:34.8125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgrgVNIfNq9prr3JbC3pAe3vOfeRaQHC { width:3.125rem;height:3.125rem;top:18.3125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9daXQsiHE9QWvyShwHxXowEETKZG6ll { width:3.125rem;height:3.125rem;top:2.12646484375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gthTT65KEIE2mkvdfL3QMVrLcR4vFZ1y { display:block; }#gthTT65KEIE2mkvdfL3QMVrLcR4vFZ1y > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lKctqBxOVc4SsbHQ135L2sgH9SsoX4Ub { display:block; }#lKctqBxOVc4SsbHQ135L2sgH9SsoX4Ub > .row .container { width:20rem;height:132.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EQBXQZsgPMTaN3TyZG9mvJp0TkLwRByQ { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHM1RWGhcqdiuTVQdSzFNZy0J6SqQr4D { width:20rem;height:6.499rem;top:120rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbPBBv03uvM541S72awrEMiAC1PMgK07 { width:20rem;height:0.9746125rem;top:127.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hu5x569ElQohmrtIwdPet3OEWTxRw7rX { width:20rem;height:1.29980625rem;top:22.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNTMHu1VbSomx1dwfgMtsOPnVgggZtnA { width:17.6875rem;height:66.2885875rem;top:26.125rem;left:2.3125rem;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #p279mIA8yCQ90tqgT8QxQudS4uduQT2V { width:1.875rem;height:1.375rem;top:26.125rem;left:0rem;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #izXDT8yvS0gbqHWs3fnNp4dss3b2PLNo { width:19.5625rem;height:33.0625rem;top:52.12255859375rem;left:0.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KlOLR1MJNgF38LDr4uqe3wnfw8sQSWS9 { width:19.5625rem;height:15.0625rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdgI1bIPzl4vtgRhkU1EgJReM2gAGsdf { width:19.5625rem;height:15.0625rem;top:101.599609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xINCpx3937Ltu0TVV03woBKgHMWHXadN { width:20rem;height:0.0625rem;top:119.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWkKt9MrGCkQ4EdbvaJvphDmHiPaobfA { width:17.5rem;height:3.4375rem;top:94.93505859375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvBm7TQBHsrpfpHKqUZ5F770VFXtNrIT { display:block; }
 }@media only screen and (max-width: 763px) { #PdtGpLITThy42brxqytNTriyBSPeOA2e { width:2.125rem;height:1.375rem;top:43.375rem;left:0rem;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #sumhEnou4RtVReB3NlcSG8Umir3l6VoX { width:2.1875rem;height:1.375rem;top:62.1875rem;left:0rem;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #MT77bDEBmmqgmfuls1J6coomDg4Cmb5A { width:2.25rem;height:1.375rem;top:74rem;left:0rem;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #diCnr91AxfHHGa3PUOh6WQi5vThx3OiS { display:block; }#diCnr91AxfHHGa3PUOh6WQi5vThx3OiS > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FTbCxX0BZTWiTcG46KkyKuZd8fesE7I9 { display:block; }#FTbCxX0BZTWiTcG46KkyKuZd8fesE7I9 > .row .container { width:20rem;height:133.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #POBLNpP66Xs1q1q9hqqLWeOosKTcz6BF { width:20rem;height:27.29585625rem;top:7.69921875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfwauTvg41pJ44Ng4Hm1ufsqei8ITmEv { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qq2tTvsTZKsvKcKlFectXlhFsVas5P2b { width:20rem;height:18.0625rem;top:40.14403125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hboSoCaUMKmvT6q7fGzPS0LnwIFTBihE { width:20rem;height:32.1875rem;top:100.3935546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RL6CtOT3ilxBNFRW8Gx5Ta19VAPRupL2 { width:17.0625rem;height:16.875rem;top:59.45653125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWXTPiNxHKBsySgSze5gETXEXuofgDGC { width:17.0625rem;height:16.875rem;top:77.58153125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcfHNN7ARAnwiksHoNPkSXTFRU81sZ8m { width:17.5rem;height:3.4375rem;top:95.70653125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTwqOKUyzvCpew8QaFRbIHNaUiqN2OCU { display:block; }
 }@media only screen and (max-width: 763px) { #FCpNNMXgByyGkD45U9WIGJUaWSmBasCt { display:none; }#FCpNNMXgByyGkD45U9WIGJUaWSmBasCt > .row .container { width:20rem;height:25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #goeIA1sqAIOftiQl71LrPr9leF36LcWn { display:block; }#goeIA1sqAIOftiQl71LrPr9leF36LcWn > .row .container { width:20rem;height:133.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S2Cwk1UdEsWoQwz8KZvEIcThbK4et8eV { width:20rem;height:31.19523125rem;top:7.69921875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlLUTSDvxvTcbt0sk5Wt0MXfImqdNFTJ { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3pS6x0oaBoXV3gzMixKmVtZ2KxCkZIF { width:20rem;height:18.0625rem;top:40.14403125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eH9gbP5OTqXkzWTxCBHJS1SZAtNCzL3c { width:20rem;height:31.25rem;top:100.3935546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNfzcz7TMCUMAq2ZeiKkGCNKhuyo82et { width:17.0625rem;height:16.875rem;top:59.45653125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ8vIOZaFEwUPvQIgTW1wt6t8yuxpcDN { width:17.0625rem;height:16.875rem;top:77.58153125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqv7VRKRfRUGJ0CMN0n9uKZLAc3gLHFS { width:17.5rem;height:3.4375rem;top:95.70653125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhkH6s76yMGTXqkdPFbADQyx2Lqc2SkK { display:block; }
 }@media only screen and (max-width: 763px) { #ruEg48eN0LktWJ5Qc4X8IrTf4r9y0hpK { display:none; }#ruEg48eN0LktWJ5Qc4X8IrTf4r9y0hpK > .row .container { width:20rem;height:25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Tk5pQrT3VF83SqXT7ksT5CzzrNJqavgI { display:block; }#Tk5pQrT3VF83SqXT7ksT5CzzrNJqavgI > .row .container { width:20rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBFDsgqMC28vTEBqkPcDkzGCu2TkwgKL { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTKQITnM2dhZ7cWKNXRdv7MrCCZhKbbt { display:block; }#JTKQITnM2dhZ7cWKNXRdv7MrCCZhKbbt > .row .container { width:20rem;height:105.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CalAS4uLwynZhrBhPikDcRq3L9VdS6cd { width:17.25rem;height:1.29980625rem;top:1.25rem;left:1.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wgVHVixf9rh0KQCM5a9Wt08Nf7Uv77pl { width:16.5rem;height:2.5996125rem;top:3.79980625rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0BihJxTNxemlq08aA8XRucdX3rkuidZ { width:16.3125rem;height:17.0625rem;top:7.64941875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgRk8CepLrfkbygyZe2WGROvw5fJUNn6 { width:17.25rem;height:1.29980625rem;top:26.33691875rem;left:1.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Vczokh4cqWkyo6UCUt0XpVTJ7TsDZJmv { width:16.5rem;height:2.5996125rem;top:28.886725rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcqZhFPnnaQGB6ya3WTQArqbs1smEOg9 { width:16.3125rem;height:17rem;top:32.7363375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUDWs9RJmlvPwbr9Dk4yb5ZT8OEqmWZd { width:17.25rem;height:1.29980625rem;top:51.2363375rem;left:1.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KGhHJBA7wigkcTInEF1LzlRod23SDzkS { width:16.5rem;height:2.5996125rem;top:53.78614375rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4uX8Pm8z9WplNHxl5lSfOoZOJrrcyLv { width:16.3125rem;height:17rem;top:57.63575625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7iTCJvT4QPJ1cPaUtBBJ2hzyNbAPMhD { width:17.25rem;height:1.29980625rem;top:76.13575625rem;left:1.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k3vy5oSXaehy2LTiQ3DdADkcqhP6ya51 { width:16.5rem;height:2.5996125rem;top:78.6855625rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rh8bOM6TJZSmUso4ewyShzWCBM4wF7Hy { width:16.3125rem;height:17rem;top:82.535175rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6V1LTqJITr3oO3rBVkuf3SeuICXLDno { width:17.5rem;height:3.4375rem;top:100.97265625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bthXWUOz97cHaRUR1sfy6Tw5Sba80vHT { display:block; }
 }@media only screen and (max-width: 763px) { #NKTxXopNZyhdtF95aFsh5fnoOZU1f50y { display:block; }#NKTxXopNZyhdtF95aFsh5fnoOZU1f50y > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QhwN28rN6PdH0pt0UpaeifuBpxD9IFM0 { display:block; }#QhwN28rN6PdH0pt0UpaeifuBpxD9IFM0 > .row .container { width:20rem;height:78.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BhM66JxDLNJWwls8srsDVWLlaitkPMvP { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3xqZfrATXLnwZD7EvCsLZysvbe5T9PT { width:20rem;height:10.1982375rem;top:5.0996125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol .widget-input-text {padding-top: 0; padding-bottom: 0;}#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol .widget-input-select {padding-top: 0; padding-bottom: 0;}#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol  { width:17.5rem;height:auto;top:18.24705rem;left:0rem;background-color:rgba(var(--color-secondary-4),0);background-image:none; }
#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol {display:block;}#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol { width:17.5rem;height:auto;top:18.24705rem;left:0rem;background-color:rgba(var(--color-secondary-4),0);background-image:none; }
 }@media only screen and (max-width: 763px) { #t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #cVgJgkxrHS3zPvrvrdHH4TbJmnf9FQrn {  }
 }@media only screen and (max-width: 763px) { #t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #A0bTfXJdQUxAqFcZFg6o6V1eGGSuXeS5 {  }
 }@media only screen and (max-width: 763px) { #t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #kAKV0Cf3uxLw2ts7qsE9EJbNz2uiNqnw {  }
 }@media only screen and (max-width: 763px) { #t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #BX1M2MCsy2WDXNiflPd5nP8HPkSPt24N {  }
 }@media only screen and (max-width: 763px) { #t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #FNPWPwGSRLKDhNDNLkUR0vswT0dSAXcb {  }
 }@media only screen and (max-width: 763px) { #t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #NRTycP0Up6cFmVcwTQxcQTpnOC9wkBEh {  }
 }@media only screen and (max-width: 763px) { #t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #ydW52xylP9010PbH5rQnOatkFHqWhC1S {  }
 }@media only screen and (max-width: 763px) { #t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #CEHFNUIVHsngtbz62zdFTk6OwvfNA5Gs {  }
 }@media only screen and (max-width: 763px) { #t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #xOeGvMdzWbniIFPwOsb8bOvFLVQqJBOC {  }
 }@media only screen and (max-width: 763px) { #t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #MCdBi7brNEwHffDQgwyDckuExIvVDV82 {  }
#t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #MCdBi7brNEwHffDQgwyDckuExIvVDV82 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #OWSwtqrrh9LS3XIrJgid9fTJclHfuwAs {  }
 }@media only screen and (max-width: 763px) { #t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #X1xuS9aXpz88q2AXX1AN97g8JkHgDEba {  }
 }@media only screen and (max-width: 763px) { #t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #rq7hCKs1q3enzl5ADk6pZEh7HnGUA7sH {  }
 }@media only screen and (max-width: 763px) { #t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #iaDhFnGXFJyOWbziZgwtd7aUuEgJ0SG7 {  }
 }@media only screen and (max-width: 763px) { #t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #qAvJeIiQJ3gIKxm9JoOJiRtUz73hKLC5 {  }
 }@media only screen and (max-width: 763px) { #t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #ct6qNDZEAWBGkzwSlmuyb5igcaXML5SC {  }
 }@media only screen and (max-width: 763px) { #t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #uUBdkbzrfdtfpBnpCyPdTJo1uRIg6Mh6 {  }
 }@media only screen and (max-width: 763px) { #t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #kkGLTPlWc8V0lXw719JI1ikTAZKAKPQu {  }
 }@media only screen and (max-width: 763px) { #t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #eQeG2LTltXgLas13Os6W1nuGpysuk25k {  }
 }@media only screen and (max-width: 763px) { #t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #QbxK241nbp2ZDFJEhJR3D87V1toVivhv {  }
 }@media only screen and (max-width: 763px) { #t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #lDLFfZ22k2sHup6fMVKyWbO5x2o5FK5u {  }
 }@media only screen and (max-width: 763px) { #t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #XfEN2LvAbwk5MDDgwV3110aS7d2IB4Ou {  }
 }@media only screen and (max-width: 763px) { #t2TWA7sfl7rVpy7LQbUsCebq8X2x13ol #iQ9qM6E8egyqs6GsqAUrWmuTUPgfAMiz {  }
 }@media only screen and (max-width: 763px) { #ST9XDNJNZVwAafDUULk6FT8Aq5MX8Rpu { width:20rem;height:18.3125rem;top:59.99464453125rem;left:0rem;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/f7105340-8390-4544-a5a9-02d2a12d713d/VillaDoroszewskiegoscaled.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ST9XDNJNZVwAafDUULk6FT8Aq5MX8Rpu.adaptive-delivery-prevent-bg, #ST9XDNJNZVwAafDUULk6FT8Aq5MX8Rpu.lazyload, #ST9XDNJNZVwAafDUULk6FT8Aq5MX8Rpu.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ldcTWuv5n3G7Pstt5p9bSv5UFe8JJCum { display:block; }#ldcTWuv5n3G7Pstt5p9bSv5UFe8JJCum > .row .container { width:20rem;height:17.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fGP3mhuAiOOzPbZnNmh1Js0yTHBtfatw { width:7.5625rem;height:4.8125rem;top:1.25rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #olBI70MsRCT22BLyELWFoxSahVMBFESL { width:20rem;height:3.8994125rem;top:7.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AywBQ3yTukphGvE2wzwQ5WWSWNCIFywP { width:17.5rem;height:1.8125rem;top:12.461425rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcyFs7vPAKwyiUCyt1T4rBdsCL4PMZez { display:block; }
 }