.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#ffffff;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); }#EyQcORxg9i87NAA100IChz1UoLaNayId { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6d5a4e;background-image:url("https://images.assets-landingi.com/uc/aafd0e0c-8e7a-4f4c-820a-eb1c28dd5906/Projektbeznazwy27.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#EyQcORxg9i87NAA100IChz1UoLaNayId.adaptive-delivery-prevent-bg, #EyQcORxg9i87NAA100IChz1UoLaNayId.lazyload, #EyQcORxg9i87NAA100IChz1UoLaNayId.lazyloading { background-image: none; }#EyQcORxg9i87NAA100IChz1UoLaNayId > .row .container { background-color: transparent; background-image: none; }#EyQcORxg9i87NAA100IChz1UoLaNayId::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EyQcORxg9i87NAA100IChz1UoLaNayId > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EyQcORxg9i87NAA100IChz1UoLaNayId > .row .container > .video-iframe-container { display: none; }#EyQcORxg9i87NAA100IChz1UoLaNayId > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EyQcORxg9i87NAA100IChz1UoLaNayId > .row > .video-iframe-container { display: none; }#EyQcORxg9i87NAA100IChz1UoLaNayId > .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); }#EyQcORxg9i87NAA100IChz1UoLaNayId > .row .container { border-width: 0; border-radius: 0; }#EyQcORxg9i87NAA100IChz1UoLaNayId > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EyQcORxg9i87NAA100IChz1UoLaNayId > .row .container { font-size:0.875rem;font-family:arial;height:59.875rem;width:75rem;position:relative;display:block; }#y0GoQt1QO6Gq2KmXSumtQNm5u0b0TNyk { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:8.5625rem;top:1rem;left:33.25rem;overflow:hidden;display:block; }
#wcQQpVI9lmSmOlXtwvvM6OJdqGDKX4zV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:0.9375rem;left:0rem; }
#hBPUzi0CTlHUh2m5GyLlBt6XtoOyBg6p { background-color:#d3c7b2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#6d5a4e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"outfit 2";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.25rem;left:65.625rem;display:block; }
#kOyhDXw28borBoxck5tbyXggqJLtkaKq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qO2QrUdCpEmy6AqQ9Ze9q9nodM8SakUR { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25rem;top:2.4375rem;left:5.75rem;display:block; }
#L1N3Gmxhv2lKNnZxykBTMJx9mBtIKz6T { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;top:2.4375rem;left:43.5rem;display:block; }
#OBWhncZzkrKaGmM02Q6e3lcV0Zmqfm7f { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"outfit 2";font-size:1.3125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:19.875rem;left:32.1875rem;height:1.70605625rem;font-style:normal;display:block; }
#XOw1hZpHRpEv8nTBqscz1FNuV8Z7GfPP { color:#dad3c2;display:block;width:12.5rem;position:absolute;font-family:"outfit 2";font-size:1.3125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:22.8125rem;left:32.1875rem;height:1.70605625rem;font-style:normal;display:block; }
#J1S0cWMOT6tZThGkCmzTtbozt3QIlKxx { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"outfit 2";font-size:1.3125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:25.75rem;left:32.1875rem;height:1.70605625rem;font-style:normal;display:block; }
#gny0cFxvrctUNbrA5I8Gp9lADtT3TT9S { color:#ffffff;display:block;width:12.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:27.625rem;left:3.4375rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aq0Wf44unTz2AC6oqGChnVp9vvlviWOu { color:#ffffff;display:block;width:12.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:32.5rem;left:3.4375rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wNnnsOAqLKA2ApHNFhKAV9sLaRoRLEdo { color:#ffffff;display:block;width:12.8125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:35.4375rem;left:3.4375rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PHlHa6g8G5dXJLNRdzmVILT2FZ6ErS0c { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:35.4375rem;left:0.8125rem; }
#VP5IganaUVzeg4ltl4GwwicJ4u2DvkSy { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:32.5rem;left:0.8125rem; }
#SqTP6EHpWfkWE0DPcPvnSCvg8e7cfIwe { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:27.875rem;left:0.8125rem; }
#gdHgH1UuvuElyHaWEzBP23WxflEMK7G8 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"outfit 2";font-size:1.3125rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:40.3125rem;left:32.1875rem;height:1.70605625rem;font-style:normal;display:block; }
#BOt0PhtBw4rU8NWIy4EcHoKsXttQPLDp { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:"outfit 2";font-size:1.3125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:37.4375rem;left:32.1875rem;height:1.70605625rem;font-style:normal;display:block; }
#sGa0Vkmp4uVD3u0s1ETrBtR4quAadfZ1 { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:"outfit 2";font-size:1.3125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:34.5625rem;left:32.1875rem;height:1.70605625rem;font-style:normal;display:block; }
#MeVfeZ8TPCISiuTNmmGEIfymdDRcU9oB { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"outfit 2";font-size:1.3125rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:31.625rem;left:32.1875rem;height:1.70605625rem;font-style:normal;display:block; }
#fishL9RPLLGRGiOIRCvLT6VJTn1dm14n { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"outfit 2";font-size:1.3125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:28.625rem;left:32.1875rem;height:1.70605625rem;font-style:normal;display:block; }
#lBDIcleJk79dx4E0mT8TDTuJGg3OUaS2 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:23.5625rem;left:0.8125rem; }
#m1urGBmTpEApunOFTaK6UKINHIsTAGTF { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:22.625rem;left:3.4375rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6d5a4e;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; }#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd > .row .container { background-color: transparent; background-image: none; }#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd > .row .container > .video-iframe-container { display: none; }#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd > .row > .video-iframe-container { display: none; }#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd > .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); }#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd > .row .container { border-width: 0; border-radius: 0; }#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:block; }#fcurrZ38TmMwWIk8xpUXZ65E5xmZ8qyM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebd3cd;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#fcurrZ38TmMwWIk8xpUXZ65E5xmZ8qyM > .row .container { border-width: 0; border-radius: 0; }#fcurrZ38TmMwWIk8xpUXZ65E5xmZ8qyM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fcurrZ38TmMwWIk8xpUXZ65E5xmZ8qyM > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;position:relative;display:none; }#ivnRUFuSFKbgHOP6WL2SiiHnaUpVw4KM { color:#82001a;display:block;width:60.4375rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:0.78125rem;left:7.28125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bZE2LLcML2mENDlJWccQS4IE2JniyEQl { background-color:transparent;background-image:none;border-top:0.125rem solid #82001a;border-left:0.125rem solid #82001a;border-right:0.125rem solid #82001a;border-bottom:0.125rem solid #82001a;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:#82001a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"outfit 2";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.1875rem;height:2.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:4.9375rem;left:23.90625rem;display:block; }
#BbqDEROKfaMgvOJT2BzfAqV6pCtU8mkE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dN4GTDTqSN2Twd6R9zL2TTcqiyO8v7ey { background-color:#6d5a4e;background-image:url("https://images.assets-landingi.com/uc/4c478736-847c-4406-bd30-f97f534cd2df/vouchery1.crop_2000x929_0,0.preview.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#dN4GTDTqSN2Twd6R9zL2TTcqiyO8v7ey.adaptive-delivery-prevent-bg, #dN4GTDTqSN2Twd6R9zL2TTcqiyO8v7ey.lazyload, #dN4GTDTqSN2Twd6R9zL2TTcqiyO8v7ey.lazyloading { background-image: none; }#dN4GTDTqSN2Twd6R9zL2TTcqiyO8v7ey > .row .container { background-color: transparent; background-image: none; }#dN4GTDTqSN2Twd6R9zL2TTcqiyO8v7ey::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dN4GTDTqSN2Twd6R9zL2TTcqiyO8v7ey > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dN4GTDTqSN2Twd6R9zL2TTcqiyO8v7ey > .row .container > .video-iframe-container { display: none; }#dN4GTDTqSN2Twd6R9zL2TTcqiyO8v7ey > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dN4GTDTqSN2Twd6R9zL2TTcqiyO8v7ey > .row > .video-iframe-container { display: none; }#dN4GTDTqSN2Twd6R9zL2TTcqiyO8v7ey > .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); }#dN4GTDTqSN2Twd6R9zL2TTcqiyO8v7ey > .row .container { border-width: 0; border-radius: 0; }#dN4GTDTqSN2Twd6R9zL2TTcqiyO8v7ey > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#dN4GTDTqSN2Twd6R9zL2TTcqiyO8v7ey > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;overflow:visible;position:relative;display:block; }#JOUafwb6F5qQhJs4mQGRNtA8W1sDPpHJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#XWSzS6qAlKbPSbD2m4VCvsaLv8otc5sJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:1.0625rem;left:0rem;display:none; }
#IlLKhNqmCAK1mgldK73lgMX6740t92ky { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:0.9375rem;left:0rem;display:none; }
#MmwRid9qI8CE6sIJch8Ay9iV6lrJz9gB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dad3c1;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; }#MmwRid9qI8CE6sIJch8Ay9iV6lrJz9gB > .row .container { background-color: transparent; background-image: none; }#MmwRid9qI8CE6sIJch8Ay9iV6lrJz9gB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmwRid9qI8CE6sIJch8Ay9iV6lrJz9gB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmwRid9qI8CE6sIJch8Ay9iV6lrJz9gB > .row .container > .video-iframe-container { display: none; }#MmwRid9qI8CE6sIJch8Ay9iV6lrJz9gB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmwRid9qI8CE6sIJch8Ay9iV6lrJz9gB > .row > .video-iframe-container { display: none; }#MmwRid9qI8CE6sIJch8Ay9iV6lrJz9gB > .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); }#MmwRid9qI8CE6sIJch8Ay9iV6lrJz9gB > .row .container { border-width: 0; border-radius: 0; }#MmwRid9qI8CE6sIJch8Ay9iV6lrJz9gB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MmwRid9qI8CE6sIJch8Ay9iV6lrJz9gB > .row .container { font-size:0.875rem;font-family:arial;height:42.8125rem;width:75rem;position:relative;display:block; }#NPswvo8OHzelu3CAsD0Rt90bgdokWfpW { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/343186cd-22f8-4452-a83e-5949558999c2/Nagwek11.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.625rem;width:31.25rem;top:3.625rem;left:0rem;display:block; }#NPswvo8OHzelu3CAsD0Rt90bgdokWfpW.adaptive-delivery-prevent-bg, #NPswvo8OHzelu3CAsD0Rt90bgdokWfpW.lazyload, #NPswvo8OHzelu3CAsD0Rt90bgdokWfpW.lazyloading { background-image: none; }
#xDX7iVbO4DrVqyRsmlu3Bt3UTpo2AJxR { color:#6e5c50;display:block;width:32.625rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:10.0625rem;left:37.5rem;height:7.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;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xZZbtbeVQ02agvAk5RqZzCUyf448pvfy { color:#6e5c50;display:block;width:29.3125rem;position:absolute;font-family:outfit;font-size:2.1875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:3.9375rem;left:37.5rem;height:2.84375rem;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;font-style:normal;display:block; }
#zP6o3NFNIVxf2uKcw0wRsqdVn27I0uJR { color:#6e5c50;display:block;width:33.125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:29.8125rem;left:37.5rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XqKTg9oIUHZNVrnkIfdH9FzkIgXTv7h7 { background-color:transparent;background-image:none;border-top:0.125rem solid #6e5c50;border-left:0.125rem solid #6e5c50;border-right:0.125rem solid #6e5c50;border-bottom:0.125rem solid #6e5c50;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#6e5c50;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:outfit;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:35.5rem;left:37.5rem;display:block; }
#ELueWyzTb2qG90hWcv11lBmTzy2NooTN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F0enbIJwCBCySVKRqZ1IpCMEI3XunzEI { color:#6e5c50;display:block;width:29.3125rem;position:absolute;font-family:outfit;font-size:1.5625rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:6.75rem;left:37.5rem;height:2.03125rem;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;font-style:normal;display:block; }
#bs6RiBRIFhEyiEnS560FvPaXJ9EWMAeV { color:#6e5c50;display:block;width:35.0625rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:18.875rem;left:37.5rem;height:9.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AvcmOApdnb5lDKInKAUzbNlRnU0Dl0lL { color:#6e5c50;display:block;width:33.125rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:31.875rem;left:37.5rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#y3zN5bLBP6sn1Hz53353ndxRZHwNaKz3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dad3c2;background-image:url("https://images.assets-landingi.com/uc/177910d2-c9af-4151-92b1-f91c24967a22/tlo21.crop_1920x102_0,0.preview.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#y3zN5bLBP6sn1Hz53353ndxRZHwNaKz3.adaptive-delivery-prevent-bg, #y3zN5bLBP6sn1Hz53353ndxRZHwNaKz3.lazyload, #y3zN5bLBP6sn1Hz53353ndxRZHwNaKz3.lazyloading { background-image: none; }#y3zN5bLBP6sn1Hz53353ndxRZHwNaKz3 > .row .container { background-color: transparent; background-image: none; }#y3zN5bLBP6sn1Hz53353ndxRZHwNaKz3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y3zN5bLBP6sn1Hz53353ndxRZHwNaKz3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y3zN5bLBP6sn1Hz53353ndxRZHwNaKz3 > .row .container > .video-iframe-container { display: none; }#y3zN5bLBP6sn1Hz53353ndxRZHwNaKz3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y3zN5bLBP6sn1Hz53353ndxRZHwNaKz3 > .row > .video-iframe-container { display: none; }#y3zN5bLBP6sn1Hz53353ndxRZHwNaKz3 > .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); }#y3zN5bLBP6sn1Hz53353ndxRZHwNaKz3 > .row .container { border-width: 0; border-radius: 0; }#y3zN5bLBP6sn1Hz53353ndxRZHwNaKz3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y3zN5bLBP6sn1Hz53353ndxRZHwNaKz3 > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:75rem;position:relative;display:block; }#zEvzbvnoaQSiwsJMOtQZ1vG9xWL5ftP5 { color:#000000;display:block;width:29.3125rem;position:absolute;font-family:outfit;font-size:2.1875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:10.25rem;left:0rem;height:2.84375rem;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;font-style:normal;display:block; }
#PM2zLx6fwwQlWt527aoeaUUI2U7BWaz8 { color:#000000;display:block;width:33.25rem;position:absolute;font-family:"outfit 3";font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:15.5625rem;left:0rem;height:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Q9SmH0URJ9fmdKaqeier45ZlNDIqafEl { color:#000000;display:block;width:34.375rem;position:absolute;font-family:"outfit 3";font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:10.25rem;left:40.625rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bW6OA8Igpc2k07igJ1XUa2pd9oSrkHSI { color:#000000;display:block;width:31.25rem;position:absolute;font-family:"outfit 3";font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:12.3125rem;left:42.625rem;height:1.59375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HwKqdFqMSmLeOMLcVNP25ThJb4t3B1Z3 { color:#000000;display:block;width:34.375rem;position:absolute;font-family:"outfit 3";font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:15.6875rem;left:40.625rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SAyFt1wPo8eSPD6QdFn0wZX2x7x2LDfd { color:#000000;display:block;width:31.25rem;position:absolute;font-family:"outfit 3";font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:17.75rem;left:42.625rem;height:1.59375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MfkHZOTDxOoL1CtVLkN3Kl5D7zHPhPTw { color:#000000;display:block;width:34.375rem;position:absolute;font-family:"outfit 3";font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:21.125rem;left:40.625rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OBVSCNUpkv5T1d50Rx7uFBd88xuuI2TF { color:#000000;display:block;width:30.75rem;position:absolute;font-family:"outfit 3";font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:23.25rem;left:42.625rem;height:3.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b14RK7TUt5GMG8tXt5RGFoloebgAGUrb { color:#000000;display:block;width:33.25rem;position:absolute;font-family:"outfit 3";font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:15.5625rem;left:0rem;height:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#uUQB1TUGlV87JTa7PNTXhyfnNei0otT1 { color:#000000;display:block;width:34.375rem;position:absolute;font-family:"outfit 3";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:28rem;left:40.625rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uJWZ7eTilGre0AgTSqVWrNTSpw422XM8 { color:#000000;display:block;width:30.75rem;position:absolute;font-family:"outfit 3";font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:30.1875rem;left:42.4375rem;height:3.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wVr7TUrqCHXBABkJKMM9Hyg3kOVXc0Hi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(144deg, #d8c4a4, #6d5a4e);background-image: -moz-linear-gradient(144deg, #d8c4a4, #6d5a4e);background-image: -ms-linear-gradient(144deg, #d8c4a4, #6d5a4e);background-image: -o-linear-gradient(144deg, #d8c4a4, #6d5a4e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8c4a4', endColorstr='#6d5a4e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8c4a4', endColorstr='#6d5a4e' );";background-image: linear-gradient(144deg, #d8c4a4, #6d5a4e);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wVr7TUrqCHXBABkJKMM9Hyg3kOVXc0Hi > .row .container { background-color: transparent; background-image: none; }#wVr7TUrqCHXBABkJKMM9Hyg3kOVXc0Hi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wVr7TUrqCHXBABkJKMM9Hyg3kOVXc0Hi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wVr7TUrqCHXBABkJKMM9Hyg3kOVXc0Hi > .row .container > .video-iframe-container { display: none; }#wVr7TUrqCHXBABkJKMM9Hyg3kOVXc0Hi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wVr7TUrqCHXBABkJKMM9Hyg3kOVXc0Hi > .row > .video-iframe-container { display: none; }#wVr7TUrqCHXBABkJKMM9Hyg3kOVXc0Hi > .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); }#wVr7TUrqCHXBABkJKMM9Hyg3kOVXc0Hi > .row .container { border-width: 0; border-radius: 0; }#wVr7TUrqCHXBABkJKMM9Hyg3kOVXc0Hi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wVr7TUrqCHXBABkJKMM9Hyg3kOVXc0Hi > .row .container { font-size:0.875rem;font-family:arial;height:1.125rem;width:75rem;position:relative;display:block; }#JMRrX15a8h6rKgT2uTomuuRUUlaCIVDl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6d5a4e;background-image:url("https://images.assets-landingi.com/uc/b9b458d6-e6b4-42c2-9ed6-31af0b395c04/Jorrun_httpsipinimgcom564xb669bd.crop_3107x1280_701,0.preview.webp");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JMRrX15a8h6rKgT2uTomuuRUUlaCIVDl.adaptive-delivery-prevent-bg, #JMRrX15a8h6rKgT2uTomuuRUUlaCIVDl.lazyload, #JMRrX15a8h6rKgT2uTomuuRUUlaCIVDl.lazyloading { background-image: none; }#JMRrX15a8h6rKgT2uTomuuRUUlaCIVDl > .row .container { background-color: transparent; background-image: none; }#JMRrX15a8h6rKgT2uTomuuRUUlaCIVDl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMRrX15a8h6rKgT2uTomuuRUUlaCIVDl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMRrX15a8h6rKgT2uTomuuRUUlaCIVDl > .row .container > .video-iframe-container { display: none; }#JMRrX15a8h6rKgT2uTomuuRUUlaCIVDl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMRrX15a8h6rKgT2uTomuuRUUlaCIVDl > .row > .video-iframe-container { display: none; }#JMRrX15a8h6rKgT2uTomuuRUUlaCIVDl > .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); }#JMRrX15a8h6rKgT2uTomuuRUUlaCIVDl > .row .container { border-width: 0; border-radius: 0; }#JMRrX15a8h6rKgT2uTomuuRUUlaCIVDl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JMRrX15a8h6rKgT2uTomuuRUUlaCIVDl > .row .container { font-size:0.875rem;font-family:arial;height:28rem;width:75rem;position:relative;display:block; }#sy2yy2kVNV4yIxhRTlk4TCBI76TNzrzh { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:9.5625rem;top:4.28125rem;left:3.125rem;overflow:hidden;display:block; }
#zt7H2nBrtm1vm1pVIvO2yBeqnXFR8TWc { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:10.84375rem;left:2.65625rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MLXrqR2q15BM90mIqTXNeBoZ551P5lK2 { color:#ffffff;display:block;width:13.875rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:16.0625rem;left:2.65625rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZSXt06bpdE8yK3PqGmbNUeyyKHifEoIL { color:#ffffff;display:block;width:13.875rem;position:absolute;font-family:"outfit 2";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:19.375rem;left:2.75rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WvS91zmfskm0kWQbAGt9DJQM5XD5g32b { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:16.0625rem;left:0rem; }
#Xc3TGcZwc0wuFOWZriQG82J8K0xxx6U6 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:11.78125rem;left:0rem; }
#GBkx46zQr94AIPecPlJ8dSo6JkaiWhS3 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:19.375rem;left:0rem; }
#Urc7K9krZTRpZTrIvbhhKlTEM4WVwUZp { color:#d8c4a4;display:block;width:15.75rem;position:absolute;font-family:"outfit 2";font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:24.78125rem;left:0rem;height:1.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UnX3cAMdaaTNwGEcSJyswZq2RV6EduJF { color:#d8c4a4;display:block;width:15.75rem;position:absolute;font-family:"outfit 2";font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:24.78125rem;left:32.90625rem;height:1.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #EyQcORxg9i87NAA100IChz1UoLaNayId { display:block; }#EyQcORxg9i87NAA100IChz1UoLaNayId > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y0GoQt1QO6Gq2KmXSumtQNm5u0b0TNyk { width:8.5625rem;height:2.9375rem;top:1rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcQQpVI9lmSmOlXtwvvM6OJdqGDKX4zV { width:3.125rem;height:3.125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBPUzi0CTlHUh2m5GyLlBt6XtoOyBg6p { width:9.375rem;height:2.5rem;top:1.25rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOyhDXw28borBoxck5tbyXggqJLtkaKq { display:block; }
 }@media only screen and (max-width: 763px) { #qO2QrUdCpEmy6AqQ9Ze9q9nodM8SakUR { width:25rem;height:0.0625rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1N3Gmxhv2lKNnZxykBTMJx9mBtIKz6T { width:20rem;height:0.0625rem;top:2.4375rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBWhncZzkrKaGmM02Q6e3lcV0Zmqfm7f { width:12.5rem;height:1.6875rem;top:19.875rem;left:18.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOw1hZpHRpEv8nTBqscz1FNuV8Z7GfPP { width:12.5rem;height:1.6875rem;top:22.8125rem;left:18.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1S0cWMOT6tZThGkCmzTtbozt3QIlKxx { width:12.5rem;height:1.6875rem;top:25.75rem;left:18.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gny0cFxvrctUNbrA5I8Gp9lADtT3TT9S { width:12.8125rem;height:3.75rem;top:27.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aq0Wf44unTz2AC6oqGChnVp9vvlviWOu { width:12.8125rem;height:1.875rem;top:32.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNnnsOAqLKA2ApHNFhKAV9sLaRoRLEdo { width:12.8125rem;height:1.875rem;top:35.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHlHa6g8G5dXJLNRdzmVILT2FZ6ErS0c { width:1.875rem;height:1.875rem;top:35.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VP5IganaUVzeg4ltl4GwwicJ4u2DvkSy { width:1.875rem;height:1.875rem;top:32.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqTP6EHpWfkWE0DPcPvnSCvg8e7cfIwe { width:1.875rem;height:1.875rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdHgH1UuvuElyHaWEzBP23WxflEMK7G8 { width:12.5rem;height:1.6875rem;top:40.3125rem;left:18.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOt0PhtBw4rU8NWIy4EcHoKsXttQPLDp { width:6.125rem;height:1.6875rem;top:37.4375rem;left:18.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGa0Vkmp4uVD3u0s1ETrBtR4quAadfZ1 { width:9.125rem;height:1.6875rem;top:34.5625rem;left:18.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeVfeZ8TPCISiuTNmmGEIfymdDRcU9oB { width:12.5rem;height:1.6875rem;top:31.625rem;left:18.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fishL9RPLLGRGiOIRCvLT6VJTn1dm14n { width:12.5rem;height:1.6875rem;top:28.625rem;left:18.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBDIcleJk79dx4E0mT8TDTuJGg3OUaS2 { width:1.875rem;height:1.875rem;top:23.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1urGBmTpEApunOFTaK6UKINHIsTAGTF { width:14.9375rem;height:3.75rem;top:22.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOosGvW0Cepd3WlvCkWXu8urrOsihCMd { display:none; }#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fcurrZ38TmMwWIk8xpUXZ65E5xmZ8qyM { display:none; }#fcurrZ38TmMwWIk8xpUXZ65E5xmZ8qyM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ivnRUFuSFKbgHOP6WL2SiiHnaUpVw4KM { width:47.75rem;height:3.25rem;top:0.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZE2LLcML2mENDlJWccQS4IE2JniyEQl { width:27.1875rem;height:2.5rem;top:4.9375rem;left:10.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbqDEROKfaMgvOJT2BzfAqV6pCtU8mkE { display:block; }
 }@media only screen and (max-width: 763px) { #dN4GTDTqSN2Twd6R9zL2TTcqiyO8v7ey { display:block; }#dN4GTDTqSN2Twd6R9zL2TTcqiyO8v7ey > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JOUafwb6F5qQhJs4mQGRNtA8W1sDPpHJ { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XWSzS6qAlKbPSbD2m4VCvsaLv8otc5sJ { width:3.125rem;height:3.125rem;top:1.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IlLKhNqmCAK1mgldK73lgMX6740t92ky { width:3.125rem;height:3.125rem;top:0.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MmwRid9qI8CE6sIJch8Ay9iV6lrJz9gB { display:block; }#MmwRid9qI8CE6sIJch8Ay9iV6lrJz9gB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NPswvo8OHzelu3CAsD0Rt90bgdokWfpW { width:31.25rem;height:35.625rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDX7iVbO4DrVqyRsmlu3Bt3UTpo2AJxR { width:32.625rem;height:7.5rem;top:10.0625rem;left:15.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZZbtbeVQ02agvAk5RqZzCUyf448pvfy { width:29.3125rem;height:2.8125rem;top:3.9375rem;left:18.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zP6o3NFNIVxf2uKcw0wRsqdVn27I0uJR { width:33.125rem;height:1.875rem;top:29.8125rem;left:14.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqKTg9oIUHZNVrnkIfdH9FzkIgXTv7h7 { width:15rem;height:3.4375rem;top:35.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELueWyzTb2qG90hWcv11lBmTzy2NooTN { display:block; }
 }@media only screen and (max-width: 763px) { #F0enbIJwCBCySVKRqZ1IpCMEI3XunzEI { width:29.3125rem;height:2rem;top:6.75rem;left:18.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bs6RiBRIFhEyiEnS560FvPaXJ9EWMAeV { width:35.0625rem;height:9.375rem;top:18.875rem;left:12.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvcmOApdnb5lDKInKAUzbNlRnU0Dl0lL { width:33.125rem;height:1.875rem;top:31.875rem;left:14.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3zN5bLBP6sn1Hz53353ndxRZHwNaKz3 { display:block; }#y3zN5bLBP6sn1Hz53353ndxRZHwNaKz3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zEvzbvnoaQSiwsJMOtQZ1vG9xWL5ftP5 { width:29.3125rem;height:1.8681625rem;top:10.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PM2zLx6fwwQlWt527aoeaUUI2U7BWaz8 { width:33.25rem;height:10.5rem;top:15.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9SmH0URJ9fmdKaqeier45ZlNDIqafEl { width:34.375rem;height:1.875rem;top:10.25rem;left:13.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bW6OA8Igpc2k07igJ1XUa2pd9oSrkHSI { width:31.25rem;height:1.5625rem;top:12.3125rem;left:16.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwKqdFqMSmLeOMLcVNP25ThJb4t3B1Z3 { width:34.375rem;height:1.875rem;top:15.6875rem;left:13.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAyFt1wPo8eSPD6QdFn0wZX2x7x2LDfd { width:31.25rem;height:1.5625rem;top:17.75rem;left:16.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfkHZOTDxOoL1CtVLkN3Kl5D7zHPhPTw { width:34.375rem;height:1.875rem;top:21.125rem;left:13.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBVSCNUpkv5T1d50Rx7uFBd88xuuI2TF { width:30.75rem;height:3.1875rem;top:23.25rem;left:17rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b14RK7TUt5GMG8tXt5RGFoloebgAGUrb { width:20rem;height:12rem;top:6.9375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uUQB1TUGlV87JTa7PNTXhyfnNei0otT1 { width:34.375rem;height:1.875rem;top:28rem;left:13.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJWZ7eTilGre0AgTSqVWrNTSpw422XM8 { width:30.75rem;height:3.1875rem;top:30.1875rem;left:17rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVr7TUrqCHXBABkJKMM9Hyg3kOVXc0Hi { display:block; }#wVr7TUrqCHXBABkJKMM9Hyg3kOVXc0Hi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JMRrX15a8h6rKgT2uTomuuRUUlaCIVDl { display:block; }#JMRrX15a8h6rKgT2uTomuuRUUlaCIVDl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sy2yy2kVNV4yIxhRTlk4TCBI76TNzrzh { width:9.5625rem;height:3.125rem;top:4.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zt7H2nBrtm1vm1pVIvO2yBeqnXFR8TWc { width:14.0625rem;height:3.75rem;top:10.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLXrqR2q15BM90mIqTXNeBoZ551P5lK2 { width:13.875rem;height:1.875rem;top:16.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSXt06bpdE8yK3PqGmbNUeyyKHifEoIL { width:13.875rem;height:1.875rem;top:19.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvS91zmfskm0kWQbAGt9DJQM5XD5g32b { width:1.875rem;height:1.875rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xc3TGcZwc0wuFOWZriQG82J8K0xxx6U6 { width:1.875rem;height:1.875rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBkx46zQr94AIPecPlJ8dSo6JkaiWhS3 { width:1.875rem;height:1.875rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Urc7K9krZTRpZTrIvbhhKlTEM4WVwUZp { width:15.75rem;height:1.375rem;top:24.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnX3cAMdaaTNwGEcSJyswZq2RV6EduJF { width:15.75rem;height:1.375rem;top:24.75rem;left:19.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #EyQcORxg9i87NAA100IChz1UoLaNayId { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:#6d5a4e;background-image:url("https://images.assets-landingi.com/uc/323d44e0-94c9-476a-b1e8-539ff63ef906/Projektbeznazwy26.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#EyQcORxg9i87NAA100IChz1UoLaNayId.adaptive-delivery-prevent-bg, #EyQcORxg9i87NAA100IChz1UoLaNayId.lazyload, #EyQcORxg9i87NAA100IChz1UoLaNayId.lazyloading { background-image: none; }#EyQcORxg9i87NAA100IChz1UoLaNayId > .row .container { background-color: transparent; background-image: none; }#EyQcORxg9i87NAA100IChz1UoLaNayId::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EyQcORxg9i87NAA100IChz1UoLaNayId > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EyQcORxg9i87NAA100IChz1UoLaNayId > .row .container > .video-iframe-container { display: none; }#EyQcORxg9i87NAA100IChz1UoLaNayId > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EyQcORxg9i87NAA100IChz1UoLaNayId > .row > .video-iframe-container { display: none; }#EyQcORxg9i87NAA100IChz1UoLaNayId > .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); }#EyQcORxg9i87NAA100IChz1UoLaNayId > .row .container { width:20rem;height:52.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y0GoQt1QO6Gq2KmXSumtQNm5u0b0TNyk { width:6.375rem;height:2.125rem;top:0.5625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcQQpVI9lmSmOlXtwvvM6OJdqGDKX4zV { display:flex;width:2.1875rem;height:2.1875rem;top:0.53125rem;left:0rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #hBPUzi0CTlHUh2m5GyLlBt6XtoOyBg6p { width:6.25rem;height:2.1875rem;top:0.53125rem;left:13.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOyhDXw28borBoxck5tbyXggqJLtkaKq { display:block; }
 }@media only screen and (max-width: 763px) { #qO2QrUdCpEmy6AqQ9Ze9q9nodM8SakUR { width:9.375rem;height:0.0625rem;top:3.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #L1N3Gmxhv2lKNnZxykBTMJx9mBtIKz6T { width:20rem;height:0.0625rem;top:2.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OBWhncZzkrKaGmM02Q6e3lcV0Zmqfm7f { width:9.375rem;height:1.29980625rem;top:8.4375rem;left:8rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XOw1hZpHRpEv8nTBqscz1FNuV8Z7GfPP { width:9.375rem;height:1.29980625rem;top:10.6875rem;left:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1S0cWMOT6tZThGkCmzTtbozt3QIlKxx { width:9.375rem;height:1.29980625rem;top:12.9375rem;left:8rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gny0cFxvrctUNbrA5I8Gp9lADtT3TT9S { width:9.5rem;height:2.4375rem;top:31.6875rem;left:9.6875rem;font-size:0.875rem;line-height:1.4;text-shadow:0rem 0rem 0.9375rem rgba(51,26,11,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #aq0Wf44unTz2AC6oqGChnVp9vvlviWOu { width:6.8125rem;height:1.3125rem;top:35.0625rem;left:9.625rem;font-size:0.875rem;text-shadow:0rem 0rem 0.9375rem rgba(51,26,11,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #wNnnsOAqLKA2ApHNFhKAV9sLaRoRLEdo { width:6.875rem;height:1.3125rem;top:37.3125rem;left:9.625rem;font-size:0.875rem;text-shadow:0rem 0rem 0.9375rem rgba(51,26,11,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #PHlHa6g8G5dXJLNRdzmVILT2FZ6ErS0c { display:flex;width:1.3125rem;height:1.3125rem;top:37.3125rem;left:8rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #VP5IganaUVzeg4ltl4GwwicJ4u2DvkSy { display:flex;width:1.3125rem;height:1.3125rem;top:34.9375rem;left:8rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #SqTP6EHpWfkWE0DPcPvnSCvg8e7cfIwe { display:flex;width:1.3125rem;height:1.3125rem;top:32rem;left:8rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #gdHgH1UuvuElyHaWEzBP23WxflEMK7G8 { width:6.25rem;height:1.29980625rem;top:24.1240234375rem;left:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOt0PhtBw4rU8NWIy4EcHoKsXttQPLDp { width:6.125rem;height:1.29980625rem;top:21.88671875rem;left:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGa0Vkmp4uVD3u0s1ETrBtR4quAadfZ1 { width:9.125rem;height:1.29980625rem;top:19.6494140625rem;left:8.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeVfeZ8TPCISiuTNmmGEIfymdDRcU9oB { width:9rem;height:1.29980625rem;top:17.412109375rem;left:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fishL9RPLLGRGiOIRCvLT6VJTn1dm14n { width:6.5rem;height:1.29980625rem;top:15.1875rem;left:8rem;font-size:1rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lBDIcleJk79dx4E0mT8TDTuJGg3OUaS2 { display:flex;width:1.3125rem;height:1.3125rem;top:28.875rem;left:8rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #m1urGBmTpEApunOFTaK6UKINHIsTAGTF { width:10.25rem;height:2.2734375rem;top:28.375rem;left:9.6875rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lOosGvW0Cepd3WlvCkWXu8urrOsihCMd { background-color:#6d5a4e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd > .row .container { background-color: transparent; background-image: none; }#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd > .row .container > .video-iframe-container { display: none; }#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd > .row > .video-iframe-container { display: none; }#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd > .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); }#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd > .row .container { border-width: 0; border-radius: 0; }#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd > .row .container { width:20rem;height:2.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fcurrZ38TmMwWIk8xpUXZ65E5xmZ8qyM { background-color:#ebd3cd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#fcurrZ38TmMwWIk8xpUXZ65E5xmZ8qyM > .row .container { border-width: 0; border-radius: 0; }#fcurrZ38TmMwWIk8xpUXZ65E5xmZ8qyM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fcurrZ38TmMwWIk8xpUXZ65E5xmZ8qyM > .row .container { width:20rem;height:9.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ivnRUFuSFKbgHOP6WL2SiiHnaUpVw4KM { width:20rem;height:4.546875rem;top:0.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZE2LLcML2mENDlJWccQS4IE2JniyEQl { width:18.75rem;height:2.3125rem;top:5.921875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbqDEROKfaMgvOJT2BzfAqV6pCtU8mkE { display:block; }
 }@media only screen and (max-width: 763px) { #dN4GTDTqSN2Twd6R9zL2TTcqiyO8v7ey { background-color:#6d5a4e;background-image:url("https://images.assets-landingi.com/uc/4c478736-847c-4406-bd30-f97f534cd2df/vouchery1.crop_2000x929_0,0.preview.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dN4GTDTqSN2Twd6R9zL2TTcqiyO8v7ey.adaptive-delivery-prevent-bg, #dN4GTDTqSN2Twd6R9zL2TTcqiyO8v7ey.lazyload, #dN4GTDTqSN2Twd6R9zL2TTcqiyO8v7ey.lazyloading { background-image: none; }#dN4GTDTqSN2Twd6R9zL2TTcqiyO8v7ey > .row .container { background-color: transparent; background-image: none; }#dN4GTDTqSN2Twd6R9zL2TTcqiyO8v7ey::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dN4GTDTqSN2Twd6R9zL2TTcqiyO8v7ey > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dN4GTDTqSN2Twd6R9zL2TTcqiyO8v7ey > .row .container > .video-iframe-container { display: none; }#dN4GTDTqSN2Twd6R9zL2TTcqiyO8v7ey > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dN4GTDTqSN2Twd6R9zL2TTcqiyO8v7ey > .row > .video-iframe-container { display: none; }#dN4GTDTqSN2Twd6R9zL2TTcqiyO8v7ey > .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); }#dN4GTDTqSN2Twd6R9zL2TTcqiyO8v7ey > .row .container { border-width: 0; border-radius: 0; }#dN4GTDTqSN2Twd6R9zL2TTcqiyO8v7ey > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dN4GTDTqSN2Twd6R9zL2TTcqiyO8v7ey > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JOUafwb6F5qQhJs4mQGRNtA8W1sDPpHJ { display:flex;top:1.4375rem;left:17.53125rem;width:2rem;height:2rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #XWSzS6qAlKbPSbD2m4VCvsaLv8otc5sJ { display:flex;width:3.125rem;height:3.125rem;top:21.9375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IlLKhNqmCAK1mgldK73lgMX6740t92ky { display:flex;width:3.125rem;height:3.125rem;top:21.9375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MmwRid9qI8CE6sIJch8Ay9iV6lrJz9gB { display:block; }#MmwRid9qI8CE6sIJch8Ay9iV6lrJz9gB > .row .container { width:20rem;height:61.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NPswvo8OHzelu3CAsD0Rt90bgdokWfpW { width:16.25rem;height:18.25rem;top:2.3125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDX7iVbO4DrVqyRsmlu3Bt3UTpo2AJxR { width:18.125rem;height:9rem;top:29.171875rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xZZbtbeVQ02agvAk5RqZzCUyf448pvfy { width:13.3125rem;height:3.736325rem;top:22.25rem;left:0.9375rem;font-size:1.4375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zP6o3NFNIVxf2uKcw0wRsqdVn27I0uJR { width:15.125rem;height:1.59375rem;top:52.625rem;left:2.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XqKTg9oIUHZNVrnkIfdH9FzkIgXTv7h7 { width:11.25rem;height:2.8125rem;top:56.75rem;left:4.375rem;font-size:1rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #ELueWyzTb2qG90hWcv11lBmTzy2NooTN { display:block; }
 }@media only screen and (max-width: 763px) { #F0enbIJwCBCySVKRqZ1IpCMEI3XunzEI { width:14.0625rem;height:1.4619125rem;top:26.75rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bs6RiBRIFhEyiEnS560FvPaXJ9EWMAeV { width:18.125rem;height:12rem;top:38.875rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AvcmOApdnb5lDKInKAUzbNlRnU0Dl0lL { width:13.8125rem;height:1.5rem;top:54.15625rem;left:3.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y3zN5bLBP6sn1Hz53353ndxRZHwNaKz3 { background-color:#dad3c2;background-image:none;display:block; }#y3zN5bLBP6sn1Hz53353ndxRZHwNaKz3 > .row .container { background-color: transparent; background-image: none; }#y3zN5bLBP6sn1Hz53353ndxRZHwNaKz3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y3zN5bLBP6sn1Hz53353ndxRZHwNaKz3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y3zN5bLBP6sn1Hz53353ndxRZHwNaKz3 > .row .container > .video-iframe-container { display: none; }#y3zN5bLBP6sn1Hz53353ndxRZHwNaKz3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y3zN5bLBP6sn1Hz53353ndxRZHwNaKz3 > .row > .video-iframe-container { display: none; }#y3zN5bLBP6sn1Hz53353ndxRZHwNaKz3 > .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); }#y3zN5bLBP6sn1Hz53353ndxRZHwNaKz3 > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zEvzbvnoaQSiwsJMOtQZ1vG9xWL5ftP5 { width:20rem;height:1.8681625rem;top:3.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PM2zLx6fwwQlWt527aoeaUUI2U7BWaz8 { width:20rem;height:0;top:6.625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Q9SmH0URJ9fmdKaqeier45ZlNDIqafEl { width:17.25rem;height:3rem;top:20.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bW6OA8Igpc2k07igJ1XUa2pd9oSrkHSI { width:20rem;height:1.3125rem;top:24.0625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HwKqdFqMSmLeOMLcVNP25ThJb4t3B1Z3 { width:20rem;height:1.5rem;top:27rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SAyFt1wPo8eSPD6QdFn0wZX2x7x2LDfd { width:20rem;height:1.3125rem;top:28.8125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MfkHZOTDxOoL1CtVLkN3Kl5D7zHPhPTw { width:20rem;height:1.5rem;top:31.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OBVSCNUpkv5T1d50Rx7uFBd88xuuI2TF { width:20rem;height:3.9375rem;top:33.5rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b14RK7TUt5GMG8tXt5RGFoloebgAGUrb { width:20rem;height:12rem;top:6.9375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #uUQB1TUGlV87JTa7PNTXhyfnNei0otT1 { width:20rem;height:1.5rem;top:38.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uJWZ7eTilGre0AgTSqVWrNTSpw422XM8 { width:20rem;height:2.625rem;top:40.8125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wVr7TUrqCHXBABkJKMM9Hyg3kOVXc0Hi { display:block; }#wVr7TUrqCHXBABkJKMM9Hyg3kOVXc0Hi > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JMRrX15a8h6rKgT2uTomuuRUUlaCIVDl { background-color:#6d5a4e;background-image:url("https://images.assets-landingi.com/uc/b9b458d6-e6b4-42c2-9ed6-31af0b395c04/Jorrun_httpsipinimgcom564xb669bd.crop_3107x1280_701,0.preview.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#JMRrX15a8h6rKgT2uTomuuRUUlaCIVDl.adaptive-delivery-prevent-bg, #JMRrX15a8h6rKgT2uTomuuRUUlaCIVDl.lazyload, #JMRrX15a8h6rKgT2uTomuuRUUlaCIVDl.lazyloading { background-image: none; }#JMRrX15a8h6rKgT2uTomuuRUUlaCIVDl > .row .container { background-color: transparent; background-image: none; }#JMRrX15a8h6rKgT2uTomuuRUUlaCIVDl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMRrX15a8h6rKgT2uTomuuRUUlaCIVDl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMRrX15a8h6rKgT2uTomuuRUUlaCIVDl > .row .container > .video-iframe-container { display: none; }#JMRrX15a8h6rKgT2uTomuuRUUlaCIVDl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMRrX15a8h6rKgT2uTomuuRUUlaCIVDl > .row > .video-iframe-container { display: none; }#JMRrX15a8h6rKgT2uTomuuRUUlaCIVDl > .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); }#JMRrX15a8h6rKgT2uTomuuRUUlaCIVDl > .row .container { width:20rem;height:19.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sy2yy2kVNV4yIxhRTlk4TCBI76TNzrzh { width:7.4375rem;height:2.25rem;top:1.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zt7H2nBrtm1vm1pVIvO2yBeqnXFR8TWc { width:9.9375rem;height:2.8125rem;top:5.8125rem;left:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLXrqR2q15BM90mIqTXNeBoZ551P5lK2 { width:8.75rem;height:1.40625rem;top:9.5rem;left:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSXt06bpdE8yK3PqGmbNUeyyKHifEoIL { width:9.5rem;height:1.40625rem;top:11.875rem;left:2.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvS91zmfskm0kWQbAGt9DJQM5XD5g32b { display:flex;width:1.5625rem;height:1.5625rem;top:9.4375rem;left:0rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #Xc3TGcZwc0wuFOWZriQG82J8K0xxx6U6 { display:flex;width:1.5625rem;height:1.5625rem;top:6.4375rem;left:0rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #GBkx46zQr94AIPecPlJ8dSo6JkaiWhS3 { display:flex;width:1.5625rem;height:1.5625rem;top:11.8125rem;left:0rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #Urc7K9krZTRpZTrIvbhhKlTEM4WVwUZp { width:11.25rem;height:1.125rem;top:15.0625rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UnX3cAMdaaTNwGEcSJyswZq2RV6EduJF { width:15.75rem;height:1.125rem;top:17.0625rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }