.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:transparent;background-image:url("https://images.assets-landingi.com/uc/b06929cc-dcd1-48e2-bf4c-0021dea36b04/FELG_Jesien_Pelna_Rabatow_2025_landing_bckgrnd_2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#T4gy3cbMfP0aHkqWwQMANWK5iPSELoor { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(60,0,0,0.35);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; }#T4gy3cbMfP0aHkqWwQMANWK5iPSELoor > .row .container { background-color: transparent; background-image: none; }#T4gy3cbMfP0aHkqWwQMANWK5iPSELoor::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4gy3cbMfP0aHkqWwQMANWK5iPSELoor > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4gy3cbMfP0aHkqWwQMANWK5iPSELoor > .row .container > .video-iframe-container { display: none; }#T4gy3cbMfP0aHkqWwQMANWK5iPSELoor > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4gy3cbMfP0aHkqWwQMANWK5iPSELoor > .row > .video-iframe-container { display: none; }#T4gy3cbMfP0aHkqWwQMANWK5iPSELoor > .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); }#T4gy3cbMfP0aHkqWwQMANWK5iPSELoor > .row .container { border-width: 0; border-radius: 0; }#T4gy3cbMfP0aHkqWwQMANWK5iPSELoor > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T4gy3cbMfP0aHkqWwQMANWK5iPSELoor > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#b3acba904c3572e475d9914f138cead5 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:12.5rem;top:1.5625rem;left:1.25rem;overflow:hidden;display:block; }
#ZOXd2bBh6EzBFlSVNJl1enoWvx748gMU { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:2.1875rem;left:71.875rem; }
#ZOXd2bBh6EzBFlSVNJl1enoWvx748gMU > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#WTzBzyGk3qbfMSU1rZwp3EdmmhB9fnTP { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10rem;height:2.5rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:1.875rem;left:60.875rem;display:block; }
#E5DbGuUdHFZ9fqhosQCsZsKTELouTqrG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#emWJXMJQpFNLVoagZc4Ta3ozNxnsRERT { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10rem;height:2.5rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:1.875rem;left:38.5625rem;display:block; }
#zyG6RPRo0NvXuR8utg5zbC3BbZRPNBsz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S0bdP8uKT6VMDTEWUtIikaNoOHJHecxS { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10rem;height:2.5rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:1.875rem;left:27.3125rem;display:block; }
#iud5AMuKkeSAw9ZxeIJTbT2ACr6HD0Qx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SQrvcPcsESiLOUtaAPXIsd9V4hI2SnT6 { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10rem;height:2.5rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1.875rem;left:49.8125rem;display:block; }
#bTizBrpo4hSRUbzNFBnpaqonoeFw5sM8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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 { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { border-top-right-radius:1.5625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:1.5625rem; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;border-top-right-radius:1.5625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:1.5625rem;position:relative;display:block; }#rO7vLihmy54fcipAKqgKGzg2mkoPW7CI { color:#3c0000;display:block;width:33.125rem;position:absolute;font-family:rubik;font-size:4.5rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;text-shadow:0.125rem 0.125rem 8rem #ffb973;top:2.951171875rem;left:1.25rem;height:21.59765rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K7NaUK3I5fntOpGLdmD5EFJb3ZnRdc5S { color:#3c0000;display:block;width:73.75rem;position:absolute;font-family:rubik;font-size:2.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;text-shadow:0.125rem 0.125rem 4rem #ffb973;top:26.4228515625rem;left:1.25rem;height:3.375rem;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; }
#UkuPW0LTF3iQPEft1TkBc5X0WvyG0qhI { color:#3c0000;display:block;width:64.75rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:30.4228515625rem;left:1.25rem;height:1.94921875rem;font-style:normal;display:block; }
#NnidmNxnFpud8puqsaA7l4NJrEeGwCml { color:#ffffff;display:block;width:64.75rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 4rem rgba(60,0,0,0.35);top:32.9970703125rem;left:1.25rem;height:1.94921875rem;font-style:normal;display:block; }
#Et6DCVrDiAwm58Ivh0fTqJ6JtXxk3GuI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Et6DCVrDiAwm58Ivh0fTqJ6JtXxk3GuI > .row .container { background-color: transparent; background-image: none; }#Et6DCVrDiAwm58Ivh0fTqJ6JtXxk3GuI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Et6DCVrDiAwm58Ivh0fTqJ6JtXxk3GuI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Et6DCVrDiAwm58Ivh0fTqJ6JtXxk3GuI > .row .container > .video-iframe-container { display: none; }#Et6DCVrDiAwm58Ivh0fTqJ6JtXxk3GuI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Et6DCVrDiAwm58Ivh0fTqJ6JtXxk3GuI > .row > .video-iframe-container { display: none; }#Et6DCVrDiAwm58Ivh0fTqJ6JtXxk3GuI > .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); }#Et6DCVrDiAwm58Ivh0fTqJ6JtXxk3GuI > .row .container { border-width: 0; border-radius: 0; }#Et6DCVrDiAwm58Ivh0fTqJ6JtXxk3GuI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Et6DCVrDiAwm58Ivh0fTqJ6JtXxk3GuI > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:75rem;position:relative;display:block; }#TEJ76oFLZixgTCWKqd24IUTWeZOgseAF { color:#3c0000;display:block;width:75rem;position:absolute;font-family:rubik;font-size:3.75rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:3.125rem;left:0rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OwGqoGbXCdmIxa2GPFxzy06TQr1eKDTw { position:relative;display:block; }#OwGqoGbXCdmIxa2GPFxzy06TQr1eKDTw { background-color: transparent; background-image: none; }#OwGqoGbXCdmIxa2GPFxzy06TQr1eKDTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwGqoGbXCdmIxa2GPFxzy06TQr1eKDTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwGqoGbXCdmIxa2GPFxzy06TQr1eKDTw > .row .container > .video-iframe-container { display: none; }#OwGqoGbXCdmIxa2GPFxzy06TQr1eKDTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwGqoGbXCdmIxa2GPFxzy06TQr1eKDTw > .row > .video-iframe-container { display: none; }#OwGqoGbXCdmIxa2GPFxzy06TQr1eKDTw > .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); }#OwGqoGbXCdmIxa2GPFxzy06TQr1eKDTw { border-width: 0; border-radius: 0; }#OwGqoGbXCdmIxa2GPFxzy06TQr1eKDTw > .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; }#OwGqoGbXCdmIxa2GPFxzy06TQr1eKDTw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:41.25rem;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; }#BrDJlp5H6KUIxkhc8vu0WtZaMxK83VTJ { color:#3c0000;display:block;width:14.625rem;position:absolute;font-family:rubik;font-size:12.5rem;font-weight:700;z-index:15014;line-height:.8;letter-spacing:0;text-shadow:0.125rem 0.125rem 8rem #ffb973;top:8rem;left:2.0625rem;height:10rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BrnRMJ5yqQ2lGVBDhIt3pvuLb9PTIMkH { color:#3c0000;display:block;width:6.25rem;position:absolute;font-family:rubik;font-size:7.75rem;font-weight:700;z-index:15015;line-height:.95;letter-spacing:0;text-shadow:0.125rem 0.125rem 8rem #ffb973;top:8rem;left:16.6875rem;height:7.3623125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hUBUn18y8Javi8UFTotPxwlFkmZlBBTI { color:#3c0000;display:block;width:6.25rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.6;letter-spacing:0;text-shadow:0.125rem 0.125rem 8rem #ffb973;top:15.625rem;left:16.6875rem;height:2.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fCKi1hNd4xkz05I6DQgKIOeWVwhBzsqk { box-sizing:content-box;height:31.25rem;width:0.125rem;position:absolute;display:block;z-index:15017;background-color:rgba(60,0,0,0.25);background-image:none;top:3.75rem;left:24.9375rem;display:block; }
#PKlx1rCpDgdIEdLZb0rT7CxeNOrUxWK8 { box-sizing:content-box;height:31.25rem;width:0.125rem;position:absolute;display:block;z-index:15018;background-color:rgba(60,0,0,0.25);background-image:none;top:3.75rem;left:49.9375rem;display:block; }
#syDVs2L1BXWNDauT5XkEnapmpxZvUqap { color:#ffffff;display:block;width:10.375rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 4rem rgba(60,0,0,0.5);top:3.75rem;left:7.3125rem;height:2.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MerFf19PuHLWRIPMA61NtywPvFZq3VoD { color:#ffffff;display:block;width:10.375rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 4rem rgba(60,0,0,0.5);top:19.875rem;left:7.3125rem;height:2.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ipTUcXKVFQqMHUuUQ2MZt2e1OBDTw0L4 { color:#3c0000;display:block;width:6.25rem;position:absolute;font-family:rubik;font-size:4.5rem;font-weight:700;z-index:15016;line-height:.95;letter-spacing:0;text-shadow:0.125rem 0.125rem 8rem #ffb973;top:23.5rem;left:3.625rem;height:4.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tx5cQ2KM1cOhpMnXy5dTLk3BdClloV1W { color:#3c0000;display:block;width:11.25rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.42;letter-spacing:0;text-shadow:0.125rem 0.125rem 8rem #ffb973;top:23.5rem;left:10.1875rem;height:4.2597625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pXeRqVkkflu3U1sTDSKgcQTbtK4ArrPh { color:#ffffff;display:block;width:10.375rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 4rem rgba(60,0,0,0.5);top:28.3984375rem;left:7.3125rem;height:2.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hsb0JHUWEvieMW9pzQvuhhhCOUiyPLEn { color:#3c0000;display:block;width:4.25rem;position:absolute;font-family:rubik;font-size:3rem;font-weight:700;z-index:15017;line-height:.95;letter-spacing:0;text-shadow:0.125rem 0.125rem 8rem #ffb973;top:31.4375rem;left:6.625rem;height:2.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m29aDEUOE11HPuDPxFz1571WgVDQbAQh { color:#3c0000;display:block;width:7.5rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;text-shadow:0.125rem 0.125rem 8rem #ffb973;top:31.8125rem;left:10.875rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Uzn4RslEb4BLqugihQx4w0cRcx5BPJmv { color:#3c0000;display:block;width:0.625rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;text-shadow:0.125rem 0.125rem 8rem #ffb973;top:31.8125rem;left:18.375rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ch569wuqW4T19N7tTBnMswtUcWkJV6ZK { color:rgba(255,255,255,0.8);display:block;width:10.375rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 4rem rgba(60,0,0,0.5);top:3.75rem;left:32.3125rem;height:2.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#II1qfVKfVnbOP7AU1eQRJGd0qiePSIgD { box-sizing:content-box;height:2.5rem;width:16.25rem;position:absolute;display:block;z-index:15020;background-color:#ff4000;background-image:none;top:0rem;left:4.375rem;border-top-right-radius:0rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#oeZ7qBtl3q9mvwwC8Zoa1P9FU7avWkT2 { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:700;z-index:15021;line-height:2.5;letter-spacing:0;top:0rem;left:4.375rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vlsTZoHUJ76goWslfQoJzT04SsbeLapE { color:rgba(60,0,0,0.8);display:block;width:9rem;position:absolute;font-family:rubik;font-size:9.375rem;font-weight:700;z-index:15015;line-height:.8;letter-spacing:0;text-shadow:0.125rem 0.125rem 8rem #ffb973;top:9.25rem;left:30.6875rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iuO0WdPu5GZgr0p6lOrSydJXI0TLaUKT { color:rgba(60,0,0,0.8);display:block;width:4.6875rem;position:absolute;font-family:rubik;font-size:5.8125rem;font-weight:700;z-index:15016;line-height:.95;letter-spacing:0;text-shadow:0.125rem 0.125rem 8rem #ffb973;top:9.25rem;left:39.6875rem;height:5.5214875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FqitSa5lz5MfvKwnTMedbFzAoDQa2uZL { color:rgba(60,0,0,0.8);display:block;width:4.6875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;text-shadow:0.125rem 0.125rem 8rem #ffb973;top:14.9375rem;left:39.6875rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fWDy0KzP7eTKfIdqhRZpctqVOl2FqL2y { color:rgba(255,255,255,0.7);display:block;width:10.375rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 4rem rgba(60,0,0,0.5);top:3.75rem;left:57.3125rem;height:2.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SLyaIRTVfc5vsZilVoqRfXKBF12yIgSX { color:rgba(255,255,255,0.8);display:block;width:10.375rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 4rem rgba(60,0,0,0.5);top:19.875rem;left:32.3125rem;height:2.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iDtA7L2nxiB3D6IWe2DylKKiU5uDOcLd { color:rgba(255,255,255,0.7);display:block;width:10.375rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 4rem rgba(60,0,0,0.5);top:19.875rem;left:57.3125rem;height:2.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DZRi1qs2n26GKlBIsui6VG30IvfSM3bC { color:rgba(60,0,0,0.7);display:block;width:6.25rem;position:absolute;font-family:rubik;font-size:9.375rem;font-weight:700;z-index:15016;line-height:.8;letter-spacing:0;text-shadow:0.125rem 0.125rem 8rem #ffb973;top:9.25rem;left:57.0625rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EBaRD9wFLIzgsP2NbKva4E2Ss0gIF3qb { color:rgba(60,0,0,0.7);display:block;width:4.6875rem;position:absolute;font-family:rubik;font-size:5.8125rem;font-weight:700;z-index:15017;line-height:.95;letter-spacing:0;text-shadow:0.125rem 0.125rem 8rem #ffb973;top:9.25rem;left:63.3125rem;height:5.5214875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hrtwsOH6MevXkmCa23gz5V76kZN67FJK { color:rgba(60,0,0,0.7);display:block;width:4.6875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.6;letter-spacing:0;text-shadow:0.125rem 0.125rem 8rem #ffb973;top:14.9375rem;left:63.3125rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kx43QpruEhegTyXOwhupSOy9kIVfsgdM { color:rgba(60,0,0,0.8);display:block;width:6.25rem;position:absolute;font-family:rubik;font-size:4.5rem;font-weight:700;z-index:15017;line-height:.95;letter-spacing:0;text-shadow:0.125rem 0.125rem 8rem #ffb973;top:23.5rem;left:28.625rem;height:4.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HbCSiE9CbXABRL9PKTICl4cOeNQMZHgG { color:rgba(60,0,0,0.8);display:block;width:11.25rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:700;z-index:15018;line-height:1.42;letter-spacing:0;text-shadow:0.125rem 0.125rem 8rem #ffb973;top:23.5rem;left:35.1875rem;height:4.2597625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Pi5aWZ04lGPrCAPSW7bVICeKWT8og7nX { color:rgba(255,255,255,0.8);display:block;width:10.375rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 4rem rgba(60,0,0,0.5);top:28.3984375rem;left:32.3125rem;height:2.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UM2CDHcX9UFnTH8dwUoaOWwK9TIHoMWT { color:rgba(60,0,0,0.8);display:block;width:4.25rem;position:absolute;font-family:rubik;font-size:3rem;font-weight:700;z-index:15018;line-height:.95;letter-spacing:0;text-shadow:0.125rem 0.125rem 8rem #ffb973;top:31.4375rem;left:31.3125rem;height:2.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wFLPT6HTmiKvbslppPZdivvs49hWy2s7 { color:rgba(60,0,0,0.8);display:block;width:7.5rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;text-shadow:0.125rem 0.125rem 8rem #ffb973;top:31.8125rem;left:35.5625rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SCTMdmDlQMtA8WlzxlN5JHJHI9SuAwXp { color:rgba(60,0,0,0.8);display:block;width:0.625rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;text-shadow:0.125rem 0.125rem 8rem #ffb973;top:31.8125rem;left:43.0625rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xb6Uo5aZJKTMiUXKwiodbq5GUISwde6l { color:rgba(60,0,0,0.7);display:block;width:6.25rem;position:absolute;font-family:rubik;font-size:4.5rem;font-weight:700;z-index:15018;line-height:.95;letter-spacing:0;text-shadow:0.125rem 0.125rem 8rem #ffb973;top:23.5rem;left:53.625rem;height:4.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uWVCfLbR6MGzZlXrILVMgsAUVyO0x7mT { color:rgba(60,0,0,0.7);display:block;width:11.25rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.42;letter-spacing:0;text-shadow:0.125rem 0.125rem 8rem #ffb973;top:23.5rem;left:60.125rem;height:4.2597625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kpRam5ocB2lLlRg8LPwTVNwyKGEOAOcn { color:rgba(255,255,255,0.7);display:block;width:10.375rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 4rem rgba(60,0,0,0.5);top:28.3984375rem;left:57.3125rem;height:2.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I490BpyBdC2Aqfx5suWqi1MGl3IzTlFi { color:rgba(60,0,0,0.7);display:block;width:3.625rem;position:absolute;font-family:rubik;font-size:3rem;font-weight:700;z-index:15019;line-height:.95;letter-spacing:0;text-shadow:0.125rem 0.125rem 8rem #ffb973;top:31.4375rem;left:56.6875rem;height:2.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#py9kdk8AX2ZfeubyKiTkJmASdH2B5mkP { color:rgba(60,0,0,0.7);display:block;width:7.5rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;text-shadow:0.125rem 0.125rem 8rem #ffb973;top:31.8125rem;left:60.3125rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XW0SrQUVhlRhWRc51he70W6EMp597WSg { color:rgba(60,0,0,0.7);display:block;width:0.625rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;text-shadow:0.125rem 0.125rem 8rem #ffb973;top:31.8125rem;left:67.75rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BqSt2sAV6I8HcclwJcIV7SFotJVicRs1 { color:rgba(60,0,0,0.75);display:block;width:36.25rem;position:absolute;font-family:rubik;font-size:0.625rem;font-weight:300;z-index:15022;line-height:1.2;letter-spacing:0;top:39.125rem;left:2.1875rem;height:0.75rem;font-style:normal;display:block; }
#gVX7oWoz4XZh2JIypfUw2Pp0UDxaIuAI { color:rgba(60,0,0,0.75);display:block;width:0.9375rem;position:absolute;font-family:rubik;font-size:0.625rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:39.125rem;left:1.25rem;height:0.8125rem;font-style:normal;display:block; }
#L5hwBcL69tVb9eC9WVXKi7ifL4fvhbQD { box-sizing:content-box;height:31.25rem;width:0.125rem;position:absolute;display:block;z-index:15018;background-color:rgba(60,0,0,0.25);background-image:none;top:3.75rem;left:49.9375rem;display:none; }
#hxfs728kwAw8eNv5R2JxrxNGMfp5ybaT { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#Wkp5CuwvMC3bWh935lTQ9w4oi83Z4zQm { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#QBsskf594BsS6wPwHk1XOPelSqsAuTRt { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#vsorb5RlTQBHtswkRwcPJRh8QfxbAD16 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#K0fO7PrDfDEucqBpxJ481sR2V1LZMdJW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#K0fO7PrDfDEucqBpxJ481sR2V1LZMdJW > .row .container { background-color: transparent; background-image: none; }#K0fO7PrDfDEucqBpxJ481sR2V1LZMdJW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0fO7PrDfDEucqBpxJ481sR2V1LZMdJW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0fO7PrDfDEucqBpxJ481sR2V1LZMdJW > .row .container > .video-iframe-container { display: none; }#K0fO7PrDfDEucqBpxJ481sR2V1LZMdJW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0fO7PrDfDEucqBpxJ481sR2V1LZMdJW > .row > .video-iframe-container { display: none; }#K0fO7PrDfDEucqBpxJ481sR2V1LZMdJW > .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); }#K0fO7PrDfDEucqBpxJ481sR2V1LZMdJW > .row .container { border-width: 0; border-radius: 0; }#K0fO7PrDfDEucqBpxJ481sR2V1LZMdJW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K0fO7PrDfDEucqBpxJ481sR2V1LZMdJW > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#sv2JkHNUzTpMySPA1QACBr90nQ7bWfqS { color:#3c0000;display:block;width:30rem;position:absolute;font-family:rubik;font-size:3rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:4.75rem;left:11.25rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wsNpl6JBZo7Qd0kBbmoiztUiLTL5KTXZ { background-color:#ff4000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:22.5rem;height:3.75rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:4.375rem;left:41.25rem;display:block; }
#Jbsuc0ocET7oPbGz5DUGHJxmQC16iXoH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AXQo5Q6TwxfeXr0dqT0RQGf6FeR9olfr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(60,0,0,0.35);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; }#AXQo5Q6TwxfeXr0dqT0RQGf6FeR9olfr > .row .container { background-color: transparent; background-image: none; }#AXQo5Q6TwxfeXr0dqT0RQGf6FeR9olfr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AXQo5Q6TwxfeXr0dqT0RQGf6FeR9olfr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AXQo5Q6TwxfeXr0dqT0RQGf6FeR9olfr > .row .container > .video-iframe-container { display: none; }#AXQo5Q6TwxfeXr0dqT0RQGf6FeR9olfr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AXQo5Q6TwxfeXr0dqT0RQGf6FeR9olfr > .row > .video-iframe-container { display: none; }#AXQo5Q6TwxfeXr0dqT0RQGf6FeR9olfr > .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); }#AXQo5Q6TwxfeXr0dqT0RQGf6FeR9olfr > .row .container { border-width: 0; border-radius: 0; }#AXQo5Q6TwxfeXr0dqT0RQGf6FeR9olfr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AXQo5Q6TwxfeXr0dqT0RQGf6FeR9olfr > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#RM0ZHonHsGlhEN00G0ssCtm9d9PVCP3p { color:#ffffff;display:block;width:75rem;position:absolute;font-family:rubik;font-size:3.75rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;text-shadow:0rem 0rem 4rem rgba(60,0,0,0.25);top:3.125rem;left:0rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qmeWR0C1TTJUtx72NrdVAt8s3TJTlbbZ { color:#3c0000;display:block;width:75rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.5rem;left:0rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HSWTpFP0KKayNzDQJnTyKkUPfFzX5pLS { position:relative;display:block; }#HSWTpFP0KKayNzDQJnTyKkUPfFzX5pLS { background-color: transparent; background-image: none; }#HSWTpFP0KKayNzDQJnTyKkUPfFzX5pLS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HSWTpFP0KKayNzDQJnTyKkUPfFzX5pLS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HSWTpFP0KKayNzDQJnTyKkUPfFzX5pLS > .row .container > .video-iframe-container { display: none; }#HSWTpFP0KKayNzDQJnTyKkUPfFzX5pLS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HSWTpFP0KKayNzDQJnTyKkUPfFzX5pLS > .row > .video-iframe-container { display: none; }#HSWTpFP0KKayNzDQJnTyKkUPfFzX5pLS > .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); }#HSWTpFP0KKayNzDQJnTyKkUPfFzX5pLS { border-width: 0; border-radius: 0; }#HSWTpFP0KKayNzDQJnTyKkUPfFzX5pLS > .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; }#HSWTpFP0KKayNzDQJnTyKkUPfFzX5pLS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:41.25rem;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; }#tV5FQUyoGhRUICnJwQhORAyvyWgyxaoQ { color:#3c0000;display:block;width:38.125rem;position:absolute;font-family:rubik;font-size:2.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 4rem #ffb973;top:11.2373046875rem;left:4.4375rem;height:8.7744375rem;font-style:normal;text-align:right;text-align-last:right;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; }
#XBwzA9fpp93lTQDckqD7ETLtK5tlkFQZ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:31.25rem;top:0rem;left:42.5rem;overflow:hidden;display:block; }
#DS6fpn7JfVW01RbVUTSHkgy3xehGIaUE { color:#3c0000;display:block;width:31.25rem;position:absolute;font-family:rubik;font-size:3rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:7.5rem;left:42.5625rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dGBlkM58f2CMn6KcKqAUoB3wyzcuE5kG { color:#3c0000;display:block;width:31.25rem;position:absolute;font-family:rubik;font-size:3rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:20.75rem;left:42.5rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GNbpf74lc4n2DwJyCTBwrDRPCfvrRA5K { color:#3c0000;display:block;width:12.4375rem;position:absolute;font-family:rubik;font-size:9.375rem;font-weight:700;z-index:15017;line-height:.8;letter-spacing:0;text-shadow:0.125rem 0.125rem 8rem #ffb973;top:11.875rem;left:49.625rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BHvGAaWydkHaTqxmPXZusP0t0b8wvw5o { color:#3c0000;display:block;width:4.6875rem;position:absolute;font-family:rubik;font-size:5.8125rem;font-weight:700;z-index:15018;line-height:.95;letter-spacing:0;text-shadow:0.125rem 0.125rem 8rem #ffb973;top:11.875rem;left:62.0625rem;height:5.5214875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D6ba4tnxb4GmeLxMSTK9vDhVQqcQHvV2 { background-color:#ff4000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:32.8125rem;height:3.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:31.25rem;left:37.8125rem;display:block; }
#MVM4eUMz69AIWp3fM8hBlWoQTZ0qmrh4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FE8id8hqBe1rTelBN0u5BLlxVzaITwaD { color:#3c0000;display:block;width:33.4375rem;position:absolute;font-family:rubik;font-size:3rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:31.625rem;left:4.4375rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kiDRSTn6q7OCv2T2KLBmemTVGBWitxw0 { color:rgba(60,0,0,0.75);display:block;width:0.9375rem;position:absolute;font-family:rubik;font-size:0.625rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:39.1875rem;left:1.25rem;height:0.8125rem;font-style:normal;display:block; }
#U7z4Gixm10Z2zVaRI7I3B9dvyOFpezLD { color:rgba(60,0,0,0.75);display:block;width:71.5625rem;position:absolute;font-family:rubik;font-size:0.625rem;font-weight:300;z-index:15024;line-height:1.2;letter-spacing:0;top:39.1875rem;left:2.1875rem;height:0.75rem;font-style:normal;display:block; }
#IgGDNar5Tw6plGSz2RReoh7GNHb3LTey { color:#3c0000;display:block;width:3.125rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;text-shadow:0.125rem 0.125rem 8rem #ffb973;top:11.875rem;left:66.75rem;height:2.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZJ0sgogLXCiG6TNCd1THiA2ehFsWCE55 { background-color:#ff4000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:32.8125rem;height:3.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:31.25rem;left:37.8125rem;display:none; }
#ZNlrhUM5z7DIqQCVJl0JfmSaSdI1Ox91 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tuOzBasQxy8IKMESwTez2A92zRpBs9pt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(60,0,0,0.35);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; }#tuOzBasQxy8IKMESwTez2A92zRpBs9pt > .row .container { background-color: transparent; background-image: none; }#tuOzBasQxy8IKMESwTez2A92zRpBs9pt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tuOzBasQxy8IKMESwTez2A92zRpBs9pt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tuOzBasQxy8IKMESwTez2A92zRpBs9pt > .row .container > .video-iframe-container { display: none; }#tuOzBasQxy8IKMESwTez2A92zRpBs9pt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tuOzBasQxy8IKMESwTez2A92zRpBs9pt > .row > .video-iframe-container { display: none; }#tuOzBasQxy8IKMESwTez2A92zRpBs9pt > .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); }#tuOzBasQxy8IKMESwTez2A92zRpBs9pt > .row .container { border-width: 0; border-radius: 0; }#tuOzBasQxy8IKMESwTez2A92zRpBs9pt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tuOzBasQxy8IKMESwTez2A92zRpBs9pt > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#oOVSv0BTznBLO4EInUsavmGnE8MXSLty { color:#3c0000;display:block;width:75rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.5rem;left:0rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yw8h5hetr7JOoDdhpTqcCeyVFhtgNUXZ { color:#ffffff;display:block;width:75rem;position:absolute;font-family:rubik;font-size:3.75rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:3.125rem;left:0rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gU5afA5fSaX43B2uSmBOCK8dbXqdBc1J { position:relative;display:block; }#gU5afA5fSaX43B2uSmBOCK8dbXqdBc1J { background-color: transparent; background-image: none; }#gU5afA5fSaX43B2uSmBOCK8dbXqdBc1J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gU5afA5fSaX43B2uSmBOCK8dbXqdBc1J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gU5afA5fSaX43B2uSmBOCK8dbXqdBc1J > .row .container > .video-iframe-container { display: none; }#gU5afA5fSaX43B2uSmBOCK8dbXqdBc1J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gU5afA5fSaX43B2uSmBOCK8dbXqdBc1J > .row > .video-iframe-container { display: none; }#gU5afA5fSaX43B2uSmBOCK8dbXqdBc1J > .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); }#gU5afA5fSaX43B2uSmBOCK8dbXqdBc1J { border-width: 0; border-radius: 0; }#gU5afA5fSaX43B2uSmBOCK8dbXqdBc1J > .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; }#gU5afA5fSaX43B2uSmBOCK8dbXqdBc1J > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:50rem;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; }#xO7GRZSsxwLTOLrwA74xAMZqTHJeVLxv { color:#3c0000;display:block;width:68.75rem;position:absolute;font-family:rubik;font-size:2.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 4rem #ffb973;top:3.125rem;left:3.125rem;height:5.8496125rem;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; }
#Eo8Xn579vSDI7EApWtyyAtty7d6Vh6AF { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:9.599609375rem;left:1.25rem;overflow:hidden;display:block; }
#JRO4fRAMgUsT2uzNEZzGr6RT9sG7KAwm { background-color:#ff4000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:32.8125rem;height:3.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:41.25rem;left:37.1875rem;display:block; }
#bcDLJAkDZ5RRCuf8k9ZhxgsOGXDfZTPT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UbiT2TmC0WGbR5Tpx0fG4XR9fuHbMGrL { color:rgba(60,0,0,0.75);display:block;width:0.9375rem;position:absolute;font-family:rubik;font-size:0.625rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:47.9375rem;left:1.25rem;height:0.8125rem;font-style:normal;display:block; }
#PvOTI9zWVIc40V9CFR7KBWaG4J85CfF4 { color:rgba(60,0,0,0.75);display:block;width:71.5625rem;position:absolute;font-family:rubik;font-size:0.625rem;font-weight:300;z-index:15024;line-height:1.2;letter-spacing:0;top:47.9375rem;left:2.1875rem;height:0.75rem;font-style:normal;display:block; }
#R2ggr645pSZefasmgW9EOxQfh3zL5JJh { color:#3c0000;display:block;width:1.5625rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;text-shadow:0.125rem 0.125rem 8rem #ffb973;top:13.412109375rem;left:52.8125rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CrpWqTIRtc9zQE1EnQCxZwdn64z37HPJ { position:absolute;display:block;z-index:14997;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:9.375rem;width:9.375rem;top:16.4375rem;left:10.625rem;overflow:hidden;display:block; }
#dWPWImTKCNRfwx5MFapWBNILwuzkSZM4 { color:#3c0000;display:block;width:1.5625rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:300;z-index:15021;line-height:1.6;letter-spacing:0;text-shadow:0.125rem 0.125rem 8rem #ffb973;top:20.25rem;left:62.8125rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oVfUZePgHipIyfFzWCmB54Iz3HdNToyt { color:rgba(60,0,0,0.75);display:block;width:33.125rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:28.25rem;left:30rem;height:1.625rem;font-style:normal;display:block; }
#GUeAsgab7aaXp2gefEnG6TQAXBytqUCl { color:rgba(60,0,0,0.75);display:block;width:41.25rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:30.5rem;left:30rem;height:6.13671875rem;font-style:normal;display:block; }#GUeAsgab7aaXp2gefEnG6TQAXBytqUCl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GUeAsgab7aaXp2gefEnG6TQAXBytqUCl li:before{  }
#fO85mFF8M97AEw0qH39fJmymtbDCrAvz { color:#3c0000;display:block;width:47.5rem;position:absolute;font-family:rubik;font-size:3rem;font-weight:700;z-index:14999;line-height:1;letter-spacing:0;top:13.412109375rem;left:5.3125rem;height:3rem;font-style:normal;display:block; }
#F16rQ80Vbox50ozikycMqoJOCPptQgF7 { color:#3c0000;display:block;width:48.125rem;position:absolute;font-family:rubik;font-size:3rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:20.25rem;left:14.6875rem;height:3rem;font-style:normal;display:block; }
#JmI04a7m3ZAVCExE15K6xZF7GASbLpbO { background-color:#ff4000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:32.8125rem;height:3.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:41.25rem;left:37.1875rem;display:none; }
#hMoTTgxzbQ9FB3v3hp6ou87fVTPBIktF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hUerr6stkan0fp183Pn5hI3w5XPtKNeL { position:relative;display:block; }#hUerr6stkan0fp183Pn5hI3w5XPtKNeL { background-color: transparent; background-image: none; }#hUerr6stkan0fp183Pn5hI3w5XPtKNeL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hUerr6stkan0fp183Pn5hI3w5XPtKNeL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hUerr6stkan0fp183Pn5hI3w5XPtKNeL > .row .container > .video-iframe-container { display: none; }#hUerr6stkan0fp183Pn5hI3w5XPtKNeL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hUerr6stkan0fp183Pn5hI3w5XPtKNeL > .row > .video-iframe-container { display: none; }#hUerr6stkan0fp183Pn5hI3w5XPtKNeL > .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); }#hUerr6stkan0fp183Pn5hI3w5XPtKNeL { border-width: 0; border-radius: 0; }#hUerr6stkan0fp183Pn5hI3w5XPtKNeL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hUerr6stkan0fp183Pn5hI3w5XPtKNeL > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#o7Xv5VaHwRQqKEaf7c2WZ9bC6o0RiVIn { color:#3c0000;display:block;width:43.75rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:3.5771484375rem;left:15.625rem;height:3.298825rem;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; }
#dIGddk4zWthB6feXWtSJmuvIPWkhHGXr { position:relative;display:block; }#dIGddk4zWthB6feXWtSJmuvIPWkhHGXr { background-color: transparent; background-image: none; }#dIGddk4zWthB6feXWtSJmuvIPWkhHGXr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dIGddk4zWthB6feXWtSJmuvIPWkhHGXr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dIGddk4zWthB6feXWtSJmuvIPWkhHGXr > .row .container > .video-iframe-container { display: none; }#dIGddk4zWthB6feXWtSJmuvIPWkhHGXr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dIGddk4zWthB6feXWtSJmuvIPWkhHGXr > .row > .video-iframe-container { display: none; }#dIGddk4zWthB6feXWtSJmuvIPWkhHGXr > .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); }#dIGddk4zWthB6feXWtSJmuvIPWkhHGXr { border-width: 0; border-radius: 0; }#dIGddk4zWthB6feXWtSJmuvIPWkhHGXr > .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; }#dIGddk4zWthB6feXWtSJmuvIPWkhHGXr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;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; }#KTenOwv0wwZoG0umsaclZzNd1uXRI46W { position:absolute;display:block;z-index:15004;height:29.875rem;width:50rem;top:5.375rem;left:12.5rem;display:block; }
#Jxo34lmFxM4GMbpN33fEnKvUATI63X1u { box-sizing:content-box;height:40.625rem;width:50rem;position:absolute;display:block;z-index:15003;background-color:#3c0000;background-image:none;top:0rem;left:12.5rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:3.125rem;display:block; }
#Ks8qoXgqfMCwQVfJvTzt8Pf3E7BJ3CGD { position:relative;display:block; }#Ks8qoXgqfMCwQVfJvTzt8Pf3E7BJ3CGD { background-color: transparent; background-image: none; }#Ks8qoXgqfMCwQVfJvTzt8Pf3E7BJ3CGD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ks8qoXgqfMCwQVfJvTzt8Pf3E7BJ3CGD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ks8qoXgqfMCwQVfJvTzt8Pf3E7BJ3CGD > .row .container > .video-iframe-container { display: none; }#Ks8qoXgqfMCwQVfJvTzt8Pf3E7BJ3CGD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ks8qoXgqfMCwQVfJvTzt8Pf3E7BJ3CGD > .row > .video-iframe-container { display: none; }#Ks8qoXgqfMCwQVfJvTzt8Pf3E7BJ3CGD > .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); }#Ks8qoXgqfMCwQVfJvTzt8Pf3E7BJ3CGD { border-width: 0; border-radius: 0; }#Ks8qoXgqfMCwQVfJvTzt8Pf3E7BJ3CGD > .row .container > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#Ks8qoXgqfMCwQVfJvTzt8Pf3E7BJ3CGD > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:15rem;width:75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;position:relative;display:block; }#vps2Wb0qCcxSH0p4pVymsuTlHWVvByMB { color:#3c0000;display:block;width:50rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:700;z-index:15039;line-height:1.1;letter-spacing:0;top:4.375rem;left:23.75rem;height:1.6494125rem;font-style:normal;text-align:right;text-align-last:right;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; }
#h1pcCRtl3IRVCkttnmkOboKTvywCwdBB { color:#ffffff;display:block;width:50rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15040;line-height:1.1;letter-spacing:0;text-shadow:0rem 0rem 4rem rgba(60,0,0,0.5);top:7.3271484375rem;left:23.75rem;height:2.75rem;font-style:normal;text-align:right;text-align-last:right;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; }
#g9fc2096f1ba6f4a932ecbd61e1fced6.widget-smartsection { background-color:rgba(60,0,0,0.35);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #g9fc2096f1ba6f4a932ecbd61e1fced6.widget-smartsection *:focus-visible, #g9fc2096f1ba6f4a932ecbd61e1fced6.widget-smartsection input[type="text"]:focus-visible, #g9fc2096f1ba6f4a932ecbd61e1fced6.widget-smartsection input[type="email"]:focus-visible, #g9fc2096f1ba6f4a932ecbd61e1fced6.widget-smartsection input[type="tel"]:focus-visible, #g9fc2096f1ba6f4a932ecbd61e1fced6.widget-smartsection textarea:focus-visible { outline: none; } #UubPUBytM5PmCRsVeaCuBKIQ9cnV513P > .row .container { background-color: transparent; background-image: none; }#UubPUBytM5PmCRsVeaCuBKIQ9cnV513P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UubPUBytM5PmCRsVeaCuBKIQ9cnV513P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UubPUBytM5PmCRsVeaCuBKIQ9cnV513P > .row .container > .video-iframe-container { display: none; }#UubPUBytM5PmCRsVeaCuBKIQ9cnV513P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UubPUBytM5PmCRsVeaCuBKIQ9cnV513P > .row > .video-iframe-container { display: none; }#UubPUBytM5PmCRsVeaCuBKIQ9cnV513P > .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); }#UubPUBytM5PmCRsVeaCuBKIQ9cnV513P > .row .container { border-width: 0; border-radius: 0; }#UubPUBytM5PmCRsVeaCuBKIQ9cnV513P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UubPUBytM5PmCRsVeaCuBKIQ9cnV513P > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;overflow:visible;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #T4gy3cbMfP0aHkqWwQMANWK5iPSELoor { display:block; }#T4gy3cbMfP0aHkqWwQMANWK5iPSELoor > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b3acba904c3572e475d9914f138cead5 { top:1.5625rem;left:0rem;width:12.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOXd2bBh6EzBFlSVNJl1enoWvx748gMU { top:2.1875rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#ZOXd2bBh6EzBFlSVNJl1enoWvx748gMU > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #WTzBzyGk3qbfMSU1rZwp3EdmmhB9fnTP { width:10rem;height:2.5rem;top:1.875rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5DbGuUdHFZ9fqhosQCsZsKTELouTqrG { display:block; }
 }@media only screen and (max-width: 763px) { #emWJXMJQpFNLVoagZc4Ta3ozNxnsRERT { width:10rem;height:2.5rem;top:1.875rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyG6RPRo0NvXuR8utg5zbC3BbZRPNBsz { display:block; }
 }@media only screen and (max-width: 763px) { #S0bdP8uKT6VMDTEWUtIikaNoOHJHecxS { width:10rem;height:2.5rem;top:1.875rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iud5AMuKkeSAw9ZxeIJTbT2ACr6HD0Qx { display:block; }
 }@media only screen and (max-width: 763px) { #SQrvcPcsESiLOUtaAPXIsd9V4hI2SnT6 { width:10rem;height:2.5rem;top:1.875rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTizBrpo4hSRUbzNFBnpaqonoeFw5sM8 { 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) { #rO7vLihmy54fcipAKqgKGzg2mkoPW7CI { top:2.9375rem;left:0rem;width:33.125rem;height:21.5625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7NaUK3I5fntOpGLdmD5EFJb3ZnRdc5S { width:47.75rem;height:;top:26.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkuPW0LTF3iQPEft1TkBc5X0WvyG0qhI { top:30.375rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnidmNxnFpud8puqsaA7l4NJrEeGwCml { top:32.9375rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Et6DCVrDiAwm58Ivh0fTqJ6JtXxk3GuI { display:block; }#Et6DCVrDiAwm58Ivh0fTqJ6JtXxk3GuI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TEJ76oFLZixgTCWKqd24IUTWeZOgseAF { top:3.125rem;left:0rem;width:47.75rem;height:3.75rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwGqoGbXCdmIxa2GPFxzy06TQr1eKDTw { display:block; }#OwGqoGbXCdmIxa2GPFxzy06TQr1eKDTw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BrDJlp5H6KUIxkhc8vu0WtZaMxK83VTJ { top:8rem;left:0rem;width:14.625rem;height:10rem;font-size:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrnRMJ5yqQ2lGVBDhIt3pvuLb9PTIMkH { top:8rem;left:9.625rem;width:6.25rem;height:7.3125rem;font-size:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUBUn18y8Javi8UFTotPxwlFkmZlBBTI { top:15.625rem;left:9.625rem;width:6.25rem;height:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCKi1hNd4xkz05I6DQgKIOeWVwhBzsqk { top:3.75rem;left:15.75rem;width:0.125rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKlx1rCpDgdIEdLZb0rT7CxeNOrUxWK8 { top:3.75rem;left:31.625rem;width:0.125rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #syDVs2L1BXWNDauT5XkEnapmpxZvUqap { top:3.75rem;left:2.75rem;width:10.375rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MerFf19PuHLWRIPMA61NtywPvFZq3VoD { top:19.875rem;left:2.75rem;width:10.375rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipTUcXKVFQqMHUuUQ2MZt2e1OBDTw0L4 { top:23.5rem;left:0rem;width:6.25rem;height:4.25rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx5cQ2KM1cOhpMnXy5dTLk3BdClloV1W { top:23.5rem;left:4.625rem;width:11.25rem;height:4.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXeRqVkkflu3U1sTDSKgcQTbtK4ArrPh { top:28.375rem;left:2.75rem;width:10.375rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsb0JHUWEvieMW9pzQvuhhhCOUiyPLEn { top:31.4375rem;left:2.0625rem;width:4.25rem;height:2.8125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #m29aDEUOE11HPuDPxFz1571WgVDQbAQh { top:31.8125rem;left:6.3125rem;width:7.5rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uzn4RslEb4BLqugihQx4w0cRcx5BPJmv { top:31.8125rem;left:13.8125rem;width:0.625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ch569wuqW4T19N7tTBnMswtUcWkJV6ZK { top:3.75rem;left:18.625rem;width:10.375rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #II1qfVKfVnbOP7AU1eQRJGd0qiePSIgD { top:0rem;left:0rem;width:16.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeZ7qBtl3q9mvwwC8Zoa1P9FU7avWkT2 { top:0rem;left:0rem;width:16.25rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlsTZoHUJ76goWslfQoJzT04SsbeLapE { top:9.25rem;left:17rem;width:9rem;height:7.5rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuO0WdPu5GZgr0p6lOrSydJXI0TLaUKT { top:9.25rem;left:26rem;width:4.6875rem;height:5.5rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqitSa5lz5MfvKwnTMedbFzAoDQa2uZL { top:14.9375rem;left:26rem;width:4.6875rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWDy0KzP7eTKfIdqhRZpctqVOl2FqL2y { top:3.75rem;left:34.5rem;width:10.375rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLyaIRTVfc5vsZilVoqRfXKBF12yIgSX { top:19.875rem;left:18.625rem;width:10.375rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDtA7L2nxiB3D6IWe2DylKKiU5uDOcLd { top:19.875rem;left:34.5rem;width:10.375rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZRi1qs2n26GKlBIsui6VG30IvfSM3bC { top:9.25rem;left:34.25rem;width:6.25rem;height:7.5rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBaRD9wFLIzgsP2NbKva4E2Ss0gIF3qb { top:9.25rem;left:40.5rem;width:4.6875rem;height:5.5rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrtwsOH6MevXkmCa23gz5V76kZN67FJK { top:14.9375rem;left:40.5rem;width:4.6875rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kx43QpruEhegTyXOwhupSOy9kIVfsgdM { top:23.5rem;left:15.875rem;width:6.25rem;height:4.25rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbCSiE9CbXABRL9PKTICl4cOeNQMZHgG { top:23.5rem;left:20.5rem;width:11.25rem;height:4.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pi5aWZ04lGPrCAPSW7bVICeKWT8og7nX { top:28.375rem;left:18.625rem;width:10.375rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UM2CDHcX9UFnTH8dwUoaOWwK9TIHoMWT { top:31.4375rem;left:17.625rem;width:4.25rem;height:2.8125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFLPT6HTmiKvbslppPZdivvs49hWy2s7 { top:31.8125rem;left:21.875rem;width:7.5rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCTMdmDlQMtA8WlzxlN5JHJHI9SuAwXp { top:31.8125rem;left:29.375rem;width:0.625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xb6Uo5aZJKTMiUXKwiodbq5GUISwde6l { top:23.5rem;left:31.75rem;width:6.25rem;height:4.25rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWVCfLbR6MGzZlXrILVMgsAUVyO0x7mT { top:23.5rem;left:36.375rem;width:11.25rem;height:4.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpRam5ocB2lLlRg8LPwTVNwyKGEOAOcn { top:28.375rem;left:34.5rem;width:10.375rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I490BpyBdC2Aqfx5suWqi1MGl3IzTlFi { top:31.4375rem;left:33.875rem;width:3.625rem;height:2.8125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #py9kdk8AX2ZfeubyKiTkJmASdH2B5mkP { top:31.8125rem;left:37.5rem;width:7.5rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XW0SrQUVhlRhWRc51he70W6EMp597WSg { top:31.8125rem;left:44.9375rem;width:0.625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqSt2sAV6I8HcclwJcIV7SFotJVicRs1 { top:39.125rem;left:0rem;width:36.25rem;height:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVX7oWoz4XZh2JIypfUw2Pp0UDxaIuAI { top:39.125rem;left:0rem;width:0.9375rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5hwBcL69tVb9eC9WVXKi7ifL4fvhbQD { top:3.75rem;left:31.625rem;width:0.125rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hxfs728kwAw8eNv5R2JxrxNGMfp5ybaT { display:none; }
 }@media only screen and (max-width: 763px) { #Wkp5CuwvMC3bWh935lTQ9w4oi83Z4zQm { display:none; }
 }@media only screen and (max-width: 763px) { #QBsskf594BsS6wPwHk1XOPelSqsAuTRt { display:none; }
 }@media only screen and (max-width: 763px) { #vsorb5RlTQBHtswkRwcPJRh8QfxbAD16 { display:none; }
 }@media only screen and (max-width: 763px) { #K0fO7PrDfDEucqBpxJ481sR2V1LZMdJW { display:block; }#K0fO7PrDfDEucqBpxJ481sR2V1LZMdJW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sv2JkHNUzTpMySPA1QACBr90nQ7bWfqS { top:4.75rem;left:0rem;width:30rem;height:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsNpl6JBZo7Qd0kBbmoiztUiLTL5KTXZ { width:22.5rem;height:3.75rem;top:4.375rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jbsuc0ocET7oPbGz5DUGHJxmQC16iXoH { display:block; }
 }@media only screen and (max-width: 763px) { #AXQo5Q6TwxfeXr0dqT0RQGf6FeR9olfr { display:block; }#AXQo5Q6TwxfeXr0dqT0RQGf6FeR9olfr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RM0ZHonHsGlhEN00G0ssCtm9d9PVCP3p { top:3.125rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmeWR0C1TTJUtx72NrdVAt8s3TJTlbbZ { top:7.5rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSWTpFP0KKayNzDQJnTyKkUPfFzX5pLS { display:block; }#HSWTpFP0KKayNzDQJnTyKkUPfFzX5pLS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tV5FQUyoGhRUICnJwQhORAyvyWgyxaoQ { width:38.125rem;height:8.75rem;top:11.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBwzA9fpp93lTQDckqD7ETLtK5tlkFQZ { top:0rem;left:16.5rem;width:31.25rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DS6fpn7JfVW01RbVUTSHkgy3xehGIaUE { top:7.5rem;left:16.5rem;width:31.25rem;height:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGBlkM58f2CMn6KcKqAUoB3wyzcuE5kG { top:20.75rem;left:16.5rem;width:31.25rem;height:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNbpf74lc4n2DwJyCTBwrDRPCfvrRA5K { top:11.875rem;left:35.3125rem;width:12.4375rem;height:7.5rem;font-size:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHvGAaWydkHaTqxmPXZusP0t0b8wvw5o { top:11.875rem;left:43.0625rem;width:4.6875rem;height:5.5rem;font-size:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6ba4tnxb4GmeLxMSTK9vDhVQqcQHvV2 { width:32.8125rem;height:3.75rem;top:31.25rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVM4eUMz69AIWp3fM8hBlWoQTZ0qmrh4 { display:block; }
 }@media only screen and (max-width: 763px) { #FE8id8hqBe1rTelBN0u5BLlxVzaITwaD { top:31.625rem;left:0rem;width:33.4375rem;height:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiDRSTn6q7OCv2T2KLBmemTVGBWitxw0 { top:39.1875rem;left:0rem;width:0.9375rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7z4Gixm10Z2zVaRI7I3B9dvyOFpezLD { top:39.1875rem;left:0rem;width:47.75rem;height:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgGDNar5Tw6plGSz2RReoh7GNHb3LTey { top:11.875rem;left:44.625rem;width:3.125rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ0sgogLXCiG6TNCd1THiA2ehFsWCE55 { width:32.8125rem;height:3.75rem;top:31.25rem;left:14.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZNlrhUM5z7DIqQCVJl0JfmSaSdI1Ox91 { display:block; }
 }@media only screen and (max-width: 763px) { #tuOzBasQxy8IKMESwTez2A92zRpBs9pt { display:block; }#tuOzBasQxy8IKMESwTez2A92zRpBs9pt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oOVSv0BTznBLO4EInUsavmGnE8MXSLty { top:7.5rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yw8h5hetr7JOoDdhpTqcCeyVFhtgNUXZ { top:3.125rem;left:0rem;width:47.75rem;height:3.75rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gU5afA5fSaX43B2uSmBOCK8dbXqdBc1J { display:block; }#gU5afA5fSaX43B2uSmBOCK8dbXqdBc1J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xO7GRZSsxwLTOLrwA74xAMZqTHJeVLxv { width:47.75rem;height:5.875rem;top:3.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eo8Xn579vSDI7EApWtyyAtty7d6Vh6AF { top:9.5625rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRO4fRAMgUsT2uzNEZzGr6RT9sG7KAwm { width:32.8125rem;height:3.75rem;top:41.25rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcDLJAkDZ5RRCuf8k9ZhxgsOGXDfZTPT { display:block; }
 }@media only screen and (max-width: 763px) { #UbiT2TmC0WGbR5Tpx0fG4XR9fuHbMGrL { top:47.9375rem;left:0rem;width:0.9375rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvOTI9zWVIc40V9CFR7KBWaG4J85CfF4 { top:47.9375rem;left:0rem;width:47.75rem;height:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2ggr645pSZefasmgW9EOxQfh3zL5JJh { top:13.375rem;left:38.4375rem;width:1.5625rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrpWqTIRtc9zQE1EnQCxZwdn64z37HPJ { top:16.4375rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWPWImTKCNRfwx5MFapWBNILwuzkSZM4 { top:20.25rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVfUZePgHipIyfFzWCmB54Iz3HdNToyt { top:28.25rem;left:14.625rem;width:33.125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUeAsgab7aaXp2gefEnG6TQAXBytqUCl { top:30.5rem;left:2.75rem;width:41.25rem;height:6.125rem;font-size:0.75rem;display:block; }#GUeAsgab7aaXp2gefEnG6TQAXBytqUCl li:before{  }
 }@media only screen and (max-width: 763px) { #fO85mFF8M97AEw0qH39fJmymtbDCrAvz { top:13.375rem;left:0rem;width:47.5rem;height:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F16rQ80Vbox50ozikycMqoJOCPptQgF7 { top:20.25rem;left:0rem;width:47.75rem;height:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmI04a7m3ZAVCExE15K6xZF7GASbLpbO { width:32.8125rem;height:3.75rem;top:41.25rem;left:14.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hMoTTgxzbQ9FB3v3hp6ou87fVTPBIktF { display:block; }
 }@media only screen and (max-width: 763px) { #hUerr6stkan0fp183Pn5hI3w5XPtKNeL { display:block; }#hUerr6stkan0fp183Pn5hI3w5XPtKNeL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o7Xv5VaHwRQqKEaf7c2WZ9bC6o0RiVIn { width:43.75rem;height:;top:3.5625rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIGddk4zWthB6feXWtSJmuvIPWkhHGXr { display:block; }#dIGddk4zWthB6feXWtSJmuvIPWkhHGXr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KTenOwv0wwZoG0umsaclZzNd1uXRI46W { top:5.375rem;left:0rem;width:47.75rem;height:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jxo34lmFxM4GMbpN33fEnKvUATI63X1u { top:0rem;left:0rem;width:47.75rem;height:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ks8qoXgqfMCwQVfJvTzt8Pf3E7BJ3CGD { display:block; }#Ks8qoXgqfMCwQVfJvTzt8Pf3E7BJ3CGD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vps2Wb0qCcxSH0p4pVymsuTlHWVvByMB { top:4.375rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1pcCRtl3IRVCkttnmkOboKTvywCwdBB { top:7.3125rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9fc2096f1ba6f4a932ecbd61e1fced6.widget-smartsection { display:block; } #g9fc2096f1ba6f4a932ecbd61e1fced6.widget-smartsection *:focus-visible, #g9fc2096f1ba6f4a932ecbd61e1fced6.widget-smartsection input[type="text"]:focus-visible, #g9fc2096f1ba6f4a932ecbd61e1fced6.widget-smartsection input[type="email"]:focus-visible, #g9fc2096f1ba6f4a932ecbd61e1fced6.widget-smartsection input[type="tel"]:focus-visible, #g9fc2096f1ba6f4a932ecbd61e1fced6.widget-smartsection textarea:focus-visible { outline: none; } #UubPUBytM5PmCRsVeaCuBKIQ9cnV513P > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(255,255,255,0.1);background-image:url("https://images.assets-landingi.com/uc/c1596ad1-8514-4b59-b12d-cdf380fcf488/FELG_Jesien_Pelna_Rabatow_2025_landing_bckgrnd_MOBILE.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); } }@media only screen and (max-width: 763px) { #T4gy3cbMfP0aHkqWwQMANWK5iPSELoor { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c1596ad1-8514-4b59-b12d-cdf380fcf488/FELG_Jesien_Pelna_Rabatow_2025_landing_bckgrnd_MOBILE.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#T4gy3cbMfP0aHkqWwQMANWK5iPSELoor.adaptive-delivery-prevent-bg, #T4gy3cbMfP0aHkqWwQMANWK5iPSELoor.lazyload, #T4gy3cbMfP0aHkqWwQMANWK5iPSELoor.lazyloading { background-image: none; }#T4gy3cbMfP0aHkqWwQMANWK5iPSELoor > .row .container { background-color: transparent; background-image: none; }#T4gy3cbMfP0aHkqWwQMANWK5iPSELoor::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(60,0,0,0.35); }#T4gy3cbMfP0aHkqWwQMANWK5iPSELoor > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4gy3cbMfP0aHkqWwQMANWK5iPSELoor > .row .container > .video-iframe-container { display: none; }#T4gy3cbMfP0aHkqWwQMANWK5iPSELoor > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(60,0,0,0.35); }#T4gy3cbMfP0aHkqWwQMANWK5iPSELoor > .row > .video-iframe-container { display: none; }#T4gy3cbMfP0aHkqWwQMANWK5iPSELoor > .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); }#T4gy3cbMfP0aHkqWwQMANWK5iPSELoor > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b3acba904c3572e475d9914f138cead5 { width:12.5rem;height:3.125rem;top:1.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOXd2bBh6EzBFlSVNJl1enoWvx748gMU { display:flex;width:1.875rem;height:1.875rem;top:17.6875rem;left:16.25rem;font-size:1.3125rem; }
#ZOXd2bBh6EzBFlSVNJl1enoWvx748gMU > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #WTzBzyGk3qbfMSU1rZwp3EdmmhB9fnTP { width:5.625rem;height:2.5rem;top:17.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5DbGuUdHFZ9fqhosQCsZsKTELouTqrG { display:block; }
 }@media only screen and (max-width: 763px) { #emWJXMJQpFNLVoagZc4Ta3ozNxnsRERT { width:6.375rem;height:2.5rem;top:11.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyG6RPRo0NvXuR8utg5zbC3BbZRPNBsz { display:block; }
 }@media only screen and (max-width: 763px) { #S0bdP8uKT6VMDTEWUtIikaNoOHJHecxS { width:5rem;height:2.5rem;top:8rem;left:1.875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #iud5AMuKkeSAw9ZxeIJTbT2ACr6HD0Qx { display:block; }
 }@media only screen and (max-width: 763px) { #SQrvcPcsESiLOUtaAPXIsd9V4hI2SnT6 { width:3.4375rem;height:2.5rem;top:14.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTizBrpo4hSRUbzNFBnpaqonoeFw5sM8 { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b29ba98e-fa1f-4f0e-ad4c-447105ebcfcc/FELG_Jesien_Pelna_Rabatow_2025_landing_bckgrnd_MOBILE_CLEAR.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rO7vLihmy54fcipAKqgKGzg2mkoPW7CI { width:17.5rem;height:10.796875rem;top:1.25rem;left:1.25rem;font-size:2.25rem;line-height:1.2;text-shadow:0.125rem 0.125rem 8rem #ffb973;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K7NaUK3I5fntOpGLdmD5EFJb3ZnRdc5S { width:18.75rem;height:4.94824375rem;top:13.296875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #UkuPW0LTF3iQPEft1TkBc5X0WvyG0qhI { width:13.75rem;height:3.8994125rem;top:18.875rem;left:3.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NnidmNxnFpud8puqsaA7l4NJrEeGwCml { width:20rem;height:1.13671875rem;top:24.0185546875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Et6DCVrDiAwm58Ivh0fTqJ6JtXxk3GuI { background-color:rgba(60,0,0,0.35);background-image:url("https://images.assets-landingi.com/uc/b29ba98e-fa1f-4f0e-ad4c-447105ebcfcc/FELG_Jesien_Pelna_Rabatow_2025_landing_bckgrnd_MOBILE_CLEAR.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Et6DCVrDiAwm58Ivh0fTqJ6JtXxk3GuI.adaptive-delivery-prevent-bg, #Et6DCVrDiAwm58Ivh0fTqJ6JtXxk3GuI.lazyload, #Et6DCVrDiAwm58Ivh0fTqJ6JtXxk3GuI.lazyloading { background-image: none; }#Et6DCVrDiAwm58Ivh0fTqJ6JtXxk3GuI > .row .container { background-color: transparent; background-image: none; }#Et6DCVrDiAwm58Ivh0fTqJ6JtXxk3GuI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Et6DCVrDiAwm58Ivh0fTqJ6JtXxk3GuI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Et6DCVrDiAwm58Ivh0fTqJ6JtXxk3GuI > .row .container > .video-iframe-container { display: none; }#Et6DCVrDiAwm58Ivh0fTqJ6JtXxk3GuI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Et6DCVrDiAwm58Ivh0fTqJ6JtXxk3GuI > .row > .video-iframe-container { display: none; }#Et6DCVrDiAwm58Ivh0fTqJ6JtXxk3GuI > .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); }#Et6DCVrDiAwm58Ivh0fTqJ6JtXxk3GuI > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TEJ76oFLZixgTCWKqd24IUTWeZOgseAF { width:20rem;height:4rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwGqoGbXCdmIxa2GPFxzy06TQr1eKDTw { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b29ba98e-fa1f-4f0e-ad4c-447105ebcfcc/FELG_Jesien_Pelna_Rabatow_2025_landing_bckgrnd_MOBILE_CLEAR.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OwGqoGbXCdmIxa2GPFxzy06TQr1eKDTw.adaptive-delivery-prevent-bg, #OwGqoGbXCdmIxa2GPFxzy06TQr1eKDTw.lazyload, #OwGqoGbXCdmIxa2GPFxzy06TQr1eKDTw.lazyloading { background-image: none; }#OwGqoGbXCdmIxa2GPFxzy06TQr1eKDTw > .row .container { background-color: transparent; background-image: none; }#OwGqoGbXCdmIxa2GPFxzy06TQr1eKDTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwGqoGbXCdmIxa2GPFxzy06TQr1eKDTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwGqoGbXCdmIxa2GPFxzy06TQr1eKDTw > .row .container > .video-iframe-container { display: none; }#OwGqoGbXCdmIxa2GPFxzy06TQr1eKDTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwGqoGbXCdmIxa2GPFxzy06TQr1eKDTw > .row > .video-iframe-container { display: none; }#OwGqoGbXCdmIxa2GPFxzy06TQr1eKDTw > .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); }#OwGqoGbXCdmIxa2GPFxzy06TQr1eKDTw > .row .container { border-width: 0; border-radius: 0; }#OwGqoGbXCdmIxa2GPFxzy06TQr1eKDTw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OwGqoGbXCdmIxa2GPFxzy06TQr1eKDTw > .row .container { width:20rem;height:94.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BrDJlp5H6KUIxkhc8vu0WtZaMxK83VTJ { width:12.625rem;height:7.5rem;top:5.5625rem;left:1.375rem;font-size:9.375rem;line-height:.8;text-shadow:0.125rem 0.125rem 8rem #ffb973;display:block; }
 }@media only screen and (max-width: 763px) { #BrnRMJ5yqQ2lGVBDhIt3pvuLb9PTIMkH { width:4.6875rem;height:5.5214875rem;top:5.5625rem;left:13.9375rem;font-size:5.8125rem;line-height:.95;text-shadow:0.125rem 0.125rem 8rem #ffb973;display:block; }
 }@media only screen and (max-width: 763px) { #hUBUn18y8Javi8UFTotPxwlFkmZlBBTI { width:4.6875rem;height:1.79980625rem;top:11.25rem;left:13.9375rem;font-size:1.125rem;line-height:1.6;text-shadow:0.125rem 0.125rem 8rem #ffb973;display:block; }
 }@media only screen and (max-width: 763px) { #fCKi1hNd4xkz05I6DQgKIOeWVwhBzsqk { width:12.5rem;height:0.125rem;top:34.125rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PKlx1rCpDgdIEdLZb0rT7CxeNOrUxWK8 { width:12.5rem;height:0.125rem;top:61.5478515625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #syDVs2L1BXWNDauT5XkEnapmpxZvUqap { width:10.375rem;height:1.79980625rem;top:1.875rem;left:4.8125rem;font-size:1.5rem;line-height:1.2;text-shadow:0.125rem 0.125rem 8rem #ffb973;display:block; }
 }@media only screen and (max-width: 763px) { #MerFf19PuHLWRIPMA61NtywPvFZq3VoD { width:10.375rem;height:1.79980625rem;top:17.75rem;left:4.8125rem;font-size:1.5rem;line-height:1.2;text-shadow:0.125rem 0.125rem 8rem #ffb973;display:block; }
 }@media only screen and (max-width: 763px) { #ipTUcXKVFQqMHUuUQ2MZt2e1OBDTw0L4 { width:6.25rem;height:4.2744125rem;top:20.8125rem;left:1.25rem;font-size:4.5rem;line-height:.95;text-shadow:0.125rem 0.125rem 8rem #ffb973;display:block; }
 }@media only screen and (max-width: 763px) { #Tx5cQ2KM1cOhpMnXy5dTLk3BdClloV1W { width:11.25rem;height:4.2597625rem;top:20.8125rem;left:7.5rem;font-size:1.5rem;line-height:1.42;text-shadow:0.125rem 0.125rem 8rem #ffb973;display:block; }
 }@media only screen and (max-width: 763px) { #pXeRqVkkflu3U1sTDSKgcQTbtK4ArrPh { width:10.375rem;height:1.79980625rem;top:25.6875rem;left:4.8125rem;font-size:1.5rem;line-height:1.2;text-shadow:0.125rem 0.125rem 8rem #ffb973;display:block; }
 }@media only screen and (max-width: 763px) { #hsb0JHUWEvieMW9pzQvuhhhCOUiyPLEn { width:4.25rem;height:2.8496125rem;top:28.125rem;left:3.875rem;font-size:3rem;line-height:.95;text-shadow:0.125rem 0.125rem 8rem #ffb973;display:block; }
 }@media only screen and (max-width: 763px) { #m29aDEUOE11HPuDPxFz1571WgVDQbAQh { width:7.5rem;height:1.79980625rem;top:28.625rem;left:8.125rem;font-size:1.5rem;line-height:1.2;text-shadow:0.125rem 0.125rem 8rem #ffb973;display:block; }
 }@media only screen and (max-width: 763px) { #Uzn4RslEb4BLqugihQx4w0cRcx5BPJmv { width:0.625rem;height:1.5996125rem;top:28.625rem;left:15.5625rem;font-size:1rem;line-height:1.6;text-shadow:0.125rem 0.125rem 8rem #ffb973;display:block; }
 }@media only screen and (max-width: 763px) { #ch569wuqW4T19N7tTBnMswtUcWkJV6ZK { width:10.375rem;height:1.79980625rem;top:36.1875rem;left:4.8125rem;font-size:1.5rem;line-height:1.2;text-shadow:0.125rem 0.125rem 8rem #ffb973;display:block; }
 }@media only screen and (max-width: 763px) { #II1qfVKfVnbOP7AU1eQRJGd0qiePSIgD { width:16.875rem;height:2.5rem;top:13.375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeZ7qBtl3q9mvwwC8Zoa1P9FU7avWkT2 { width:16.25rem;height:2.5rem;top:13.375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlsTZoHUJ76goWslfQoJzT04SsbeLapE { width:8.125rem;height:5rem;top:39.875rem;left:4.4375rem;font-size:6.25rem;line-height:.8;text-shadow:0.125rem 0.125rem 8rem #ffb973;display:block; }
 }@media only screen and (max-width: 763px) { #iuO0WdPu5GZgr0p6lOrSydJXI0TLaUKT { width:3.125rem;height:3.79980625rem;top:39.875rem;left:12.5rem;font-size:4rem;line-height:.95;text-shadow:0.125rem 0.125rem 8rem #ffb973;display:block; }
 }@media only screen and (max-width: 763px) { #FqitSa5lz5MfvKwnTMedbFzAoDQa2uZL { width:3.125rem;height:1.19921875rem;top:43.6875rem;left:12.5rem;font-size:0.75rem;line-height:1.6;text-shadow:0.125rem 0.125rem 8rem #ffb973;display:block; }
 }@media only screen and (max-width: 763px) { #fWDy0KzP7eTKfIdqhRZpctqVOl2FqL2y { width:10.375rem;height:1.79980625rem;top:64.75rem;left:4.75rem;font-size:1.5rem;line-height:1.2;text-shadow:0.125rem 0.125rem 8rem #ffb973;display:block; }
 }@media only screen and (max-width: 763px) { #SLyaIRTVfc5vsZilVoqRfXKBF12yIgSX { width:10.375rem;height:1.79980625rem;top:46.75rem;left:4.8125rem;font-size:1.5rem;line-height:1.2;text-shadow:0.125rem 0.125rem 8rem #ffb973;display:block; }
 }@media only screen and (max-width: 763px) { #iDtA7L2nxiB3D6IWe2DylKKiU5uDOcLd { width:10.375rem;height:1.79980625rem;top:75.3125rem;left:4.75rem;font-size:1.5rem;line-height:1.2;text-shadow:0.125rem 0.125rem 8rem #ffb973;display:block; }
 }@media only screen and (max-width: 763px) { #DZRi1qs2n26GKlBIsui6VG30IvfSM3bC { width:7.1875rem;height:5rem;top:68.4375rem;left:4.8125rem;font-size:6.25rem;line-height:.8;text-shadow:0.125rem 0.125rem 8rem #ffb973;display:block; }
 }@media only screen and (max-width: 763px) { #EBaRD9wFLIzgsP2NbKva4E2Ss0gIF3qb { width:3.125rem;height:3.79980625rem;top:68.4375rem;left:11.9375rem;font-size:4rem;line-height:.95;text-shadow:0.125rem 0.125rem 8rem #ffb973;display:block; }
 }@media only screen and (max-width: 763px) { #hrtwsOH6MevXkmCa23gz5V76kZN67FJK { width:3.125rem;height:1.19921875rem;top:72.1875rem;left:11.9375rem;font-size:0.75rem;line-height:1.6;text-shadow:0.125rem 0.125rem 8rem #ffb973;display:block; }
 }@media only screen and (max-width: 763px) { #kx43QpruEhegTyXOwhupSOy9kIVfsgdM { width:6.25rem;height:4.2744125rem;top:49.8125rem;left:1.25rem;font-size:4.5rem;line-height:.95;text-shadow:0.125rem 0.125rem 8rem #ffb973;display:block; }
 }@media only screen and (max-width: 763px) { #HbCSiE9CbXABRL9PKTICl4cOeNQMZHgG { width:11.25rem;height:4.2597625rem;top:49.8125rem;left:7.5rem;font-size:1.5rem;line-height:1.42;text-shadow:0.125rem 0.125rem 8rem #ffb973;display:block; }
 }@media only screen and (max-width: 763px) { #Pi5aWZ04lGPrCAPSW7bVICeKWT8og7nX { width:10.375rem;height:1.79980625rem;top:54.6875rem;left:4.8125rem;font-size:1.5rem;line-height:1.2;text-shadow:0.125rem 0.125rem 8rem #ffb973;display:block; }
 }@media only screen and (max-width: 763px) { #UM2CDHcX9UFnTH8dwUoaOWwK9TIHoMWT { width:4.25rem;height:2.8496125rem;top:57.125rem;left:3.875rem;font-size:3rem;line-height:.95;text-shadow:0.125rem 0.125rem 8rem #ffb973;display:block; }
 }@media only screen and (max-width: 763px) { #wFLPT6HTmiKvbslppPZdivvs49hWy2s7 { width:7.5rem;height:1.79980625rem;top:57.6875rem;left:8.125rem;font-size:1.5rem;line-height:1.2;text-shadow:0.125rem 0.125rem 8rem #ffb973;display:block; }
 }@media only screen and (max-width: 763px) { #SCTMdmDlQMtA8WlzxlN5JHJHI9SuAwXp { width:0.625rem;height:1.5996125rem;top:57.6875rem;left:15.5625rem;font-size:1rem;line-height:1.6;text-shadow:0.125rem 0.125rem 8rem #ffb973;display:block; }
 }@media only screen and (max-width: 763px) { #xb6Uo5aZJKTMiUXKwiodbq5GUISwde6l { width:6.25rem;height:4.2744125rem;top:78.375rem;left:1.3125rem;font-size:4.5rem;line-height:.95;text-shadow:0.125rem 0.125rem 8rem #ffb973;display:block; }
 }@media only screen and (max-width: 763px) { #uWVCfLbR6MGzZlXrILVMgsAUVyO0x7mT { width:11.25rem;height:4.2597625rem;top:78.375rem;left:7.4375rem;font-size:1.5rem;line-height:1.42;text-shadow:0.125rem 0.125rem 8rem #ffb973;display:block; }
 }@media only screen and (max-width: 763px) { #kpRam5ocB2lLlRg8LPwTVNwyKGEOAOcn { width:10.375rem;height:1.79980625rem;top:83.25rem;left:4.75rem;font-size:1.5rem;line-height:1.2;text-shadow:0.125rem 0.125rem 8rem #ffb973;display:block; }
 }@media only screen and (max-width: 763px) { #I490BpyBdC2Aqfx5suWqi1MGl3IzTlFi { width:3.625rem;height:2.8496125rem;top:85.6875rem;left:4.125rem;font-size:3rem;line-height:.95;text-shadow:0.125rem 0.125rem 8rem #ffb973;display:block; }
 }@media only screen and (max-width: 763px) { #py9kdk8AX2ZfeubyKiTkJmASdH2B5mkP { width:7.5rem;height:1.79980625rem;top:86.1875rem;left:7.75rem;font-size:1.5rem;line-height:1.2;text-shadow:0.125rem 0.125rem 8rem #ffb973;display:block; }
 }@media only screen and (max-width: 763px) { #XW0SrQUVhlRhWRc51he70W6EMp597WSg { width:0.625rem;height:1.5996125rem;top:86.1875rem;left:15.1875rem;font-size:1rem;line-height:1.6;text-shadow:0.125rem 0.125rem 8rem #ffb973;display:block; }
 }@media only screen and (max-width: 763px) { #BqSt2sAV6I8HcclwJcIV7SFotJVicRs1 { width:16.875rem;height:1.5rem;top:91.787109375rem;left:2.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVX7oWoz4XZh2JIypfUw2Pp0UDxaIuAI { width:0.9375rem;height:0.8125rem;top:91.787109375rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5hwBcL69tVb9eC9WVXKi7ifL4fvhbQD { width:12.5rem;height:0.125rem;top:90.412109375rem;left:3.75rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #hxfs728kwAw8eNv5R2JxrxNGMfp5ybaT { top:15.75rem;left:0rem;width:18.4375rem;height:17.1875rem;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(60,0,0,0.25), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(60,0,0,0.25), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(60,0,0,0.25), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(60,0,0,0.25), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3c0000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3c0000', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(60,0,0,0.25), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0.125rem solid #3c0000;border-right:0;border-bottom:0.125rem solid #3c0000;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wkp5CuwvMC3bWh935lTQ9w4oi83Z4zQm { top:32.9375rem;left:1.5625rem;width:18.4375rem;height:28.4375rem;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(60,0,0,0.25));background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(60,0,0,0.25));background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(60,0,0,0.25));background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(60,0,0,0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#3f3c0000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#3f3c0000' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), rgba(60,0,0,0.25));background-size:auto !important;border-top:0.125rem solid #3c0000;border-left:0;border-right:0.125rem solid #3c0000;border-bottom:0.125rem solid #3c0000;border-top-left-radius:0rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBsskf594BsS6wPwHk1XOPelSqsAuTRt { top:61.5rem;left:0rem;width:18.4375rem;height:28.4375rem;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(60,0,0,0.25), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(60,0,0,0.25), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(60,0,0,0.25), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(60,0,0,0.25), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3c0000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3c0000', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(60,0,0,0.25), rgba(0,0,0,0));background-size:auto !important;border-top:0.125rem solid #3c0000;border-left:0.125rem solid #3c0000;border-right:0;border-bottom:0.125rem solid #3c0000;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsorb5RlTQBHtswkRwcPJRh8QfxbAD16 { top:0rem;left:0rem;width:19.875rem;height:15.625rem;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(60,0,0,0.25), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(60,0,0,0.25), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(60,0,0,0.25), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(60,0,0,0.25), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3c0000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3c0000', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(60,0,0,0.25), rgba(0,0,0,0));background-size:auto !important;border-top:0.125rem solid #3c0000;border-left:0.125rem solid #3c0000;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0fO7PrDfDEucqBpxJ481sR2V1LZMdJW { background-color:rgba(60,0,0,0.35);background-image:url("https://images.assets-landingi.com/uc/b29ba98e-fa1f-4f0e-ad4c-447105ebcfcc/FELG_Jesien_Pelna_Rabatow_2025_landing_bckgrnd_MOBILE_CLEAR.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#K0fO7PrDfDEucqBpxJ481sR2V1LZMdJW.adaptive-delivery-prevent-bg, #K0fO7PrDfDEucqBpxJ481sR2V1LZMdJW.lazyload, #K0fO7PrDfDEucqBpxJ481sR2V1LZMdJW.lazyloading { background-image: none; }#K0fO7PrDfDEucqBpxJ481sR2V1LZMdJW > .row .container { background-color: transparent; background-image: none; }#K0fO7PrDfDEucqBpxJ481sR2V1LZMdJW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0fO7PrDfDEucqBpxJ481sR2V1LZMdJW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0fO7PrDfDEucqBpxJ481sR2V1LZMdJW > .row .container > .video-iframe-container { display: none; }#K0fO7PrDfDEucqBpxJ481sR2V1LZMdJW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0fO7PrDfDEucqBpxJ481sR2V1LZMdJW > .row > .video-iframe-container { display: none; }#K0fO7PrDfDEucqBpxJ481sR2V1LZMdJW > .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); }#K0fO7PrDfDEucqBpxJ481sR2V1LZMdJW > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sv2JkHNUzTpMySPA1QACBr90nQ7bWfqS { width:20rem;height:1.875rem;top:3.125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wsNpl6JBZo7Qd0kBbmoiztUiLTL5KTXZ { width:17.5rem;height:3.125rem;top:6.25rem;left:1.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jbsuc0ocET7oPbGz5DUGHJxmQC16iXoH { display:block; }
 }@media only screen and (max-width: 763px) { #AXQo5Q6TwxfeXr0dqT0RQGf6FeR9olfr { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b29ba98e-fa1f-4f0e-ad4c-447105ebcfcc/FELG_Jesien_Pelna_Rabatow_2025_landing_bckgrnd_MOBILE_CLEAR.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#AXQo5Q6TwxfeXr0dqT0RQGf6FeR9olfr.adaptive-delivery-prevent-bg, #AXQo5Q6TwxfeXr0dqT0RQGf6FeR9olfr.lazyload, #AXQo5Q6TwxfeXr0dqT0RQGf6FeR9olfr.lazyloading { background-image: none; }#AXQo5Q6TwxfeXr0dqT0RQGf6FeR9olfr > .row .container { background-color: transparent; background-image: none; }#AXQo5Q6TwxfeXr0dqT0RQGf6FeR9olfr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(60,0,0,0.35); }#AXQo5Q6TwxfeXr0dqT0RQGf6FeR9olfr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AXQo5Q6TwxfeXr0dqT0RQGf6FeR9olfr > .row .container > .video-iframe-container { display: none; }#AXQo5Q6TwxfeXr0dqT0RQGf6FeR9olfr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(60,0,0,0.35); }#AXQo5Q6TwxfeXr0dqT0RQGf6FeR9olfr > .row > .video-iframe-container { display: none; }#AXQo5Q6TwxfeXr0dqT0RQGf6FeR9olfr > .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); }#AXQo5Q6TwxfeXr0dqT0RQGf6FeR9olfr > .row .container { width:20rem;height:13.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RM0ZHonHsGlhEN00G0ssCtm9d9PVCP3p { width:14.25rem;height:5.625rem;top:3.125rem;left:2.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmeWR0C1TTJUtx72NrdVAt8s3TJTlbbZ { width:17.5rem;height:2.5996125rem;top:10rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HSWTpFP0KKayNzDQJnTyKkUPfFzX5pLS { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b29ba98e-fa1f-4f0e-ad4c-447105ebcfcc/FELG_Jesien_Pelna_Rabatow_2025_landing_bckgrnd_MOBILE_CLEAR.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HSWTpFP0KKayNzDQJnTyKkUPfFzX5pLS.adaptive-delivery-prevent-bg, #HSWTpFP0KKayNzDQJnTyKkUPfFzX5pLS.lazyload, #HSWTpFP0KKayNzDQJnTyKkUPfFzX5pLS.lazyloading { background-image: none; }#HSWTpFP0KKayNzDQJnTyKkUPfFzX5pLS > .row .container { background-color: transparent; background-image: none; }#HSWTpFP0KKayNzDQJnTyKkUPfFzX5pLS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HSWTpFP0KKayNzDQJnTyKkUPfFzX5pLS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HSWTpFP0KKayNzDQJnTyKkUPfFzX5pLS > .row .container > .video-iframe-container { display: none; }#HSWTpFP0KKayNzDQJnTyKkUPfFzX5pLS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HSWTpFP0KKayNzDQJnTyKkUPfFzX5pLS > .row > .video-iframe-container { display: none; }#HSWTpFP0KKayNzDQJnTyKkUPfFzX5pLS > .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); }#HSWTpFP0KKayNzDQJnTyKkUPfFzX5pLS > .row .container { border-width: 0; border-radius: 0; }#HSWTpFP0KKayNzDQJnTyKkUPfFzX5pLS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HSWTpFP0KKayNzDQJnTyKkUPfFzX5pLS > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tV5FQUyoGhRUICnJwQhORAyvyWgyxaoQ { width:20rem;height:6.597625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #XBwzA9fpp93lTQDckqD7ETLtK5tlkFQZ { width:20rem;height:20rem;top:7.8466796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DS6fpn7JfVW01RbVUTSHkgy3xehGIaUE { width:20rem;height:1.875rem;top:10.9716796875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dGBlkM58f2CMn6KcKqAUoB3wyzcuE5kG { width:20rem;height:1.875rem;top:22.9091796875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GNbpf74lc4n2DwJyCTBwrDRPCfvrRA5K { width:12.5rem;height:7.5rem;top:14.125rem;left:0.625rem;font-size:9.375rem;line-height:.8;text-shadow:0.125rem 0.125rem 8rem #ffb973;display:block; }
 }@media only screen and (max-width: 763px) { #BHvGAaWydkHaTqxmPXZusP0t0b8wvw5o { width:4.6875rem;height:5.5214875rem;top:14.125rem;left:13.125rem;font-size:5.8125rem;line-height:.95;text-shadow:0.125rem 0.125rem 8rem #ffb973;display:block; }
 }@media only screen and (max-width: 763px) { #D6ba4tnxb4GmeLxMSTK9vDhVQqcQHvV2 { width:19rem;height:3.75rem;top:37.9716875rem;left:0.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #MVM4eUMz69AIWp3fM8hBlWoQTZ0qmrh4 { display:block; }
 }@media only screen and (max-width: 763px) { #FE8id8hqBe1rTelBN0u5BLlxVzaITwaD { width:13.75rem;height:3.75rem;top:27.8466796875rem;left:3.125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kiDRSTn6q7OCv2T2KLBmemTVGBWitxw0 { width:0.9375rem;height:0.8125rem;top:38.875rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7z4Gixm10Z2zVaRI7I3B9dvyOFpezLD { width:15.9375rem;height:3rem;top:38.875rem;left:2.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgGDNar5Tw6plGSz2RReoh7GNHb3LTey { width:1.5625rem;height:2.3994125rem;top:14.125rem;left:17.8125rem;font-size:1.5rem;line-height:1.6;text-shadow:0.125rem 0.125rem 8rem #ffb973;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ0sgogLXCiG6TNCd1THiA2ehFsWCE55 { width:19.375rem;height:3.125rem;top:32.8466796875rem;left:0.3125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:1.25rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #ZNlrhUM5z7DIqQCVJl0JfmSaSdI1Ox91 { display:block; }
 }@media only screen and (max-width: 763px) { #tuOzBasQxy8IKMESwTez2A92zRpBs9pt { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b29ba98e-fa1f-4f0e-ad4c-447105ebcfcc/FELG_Jesien_Pelna_Rabatow_2025_landing_bckgrnd_MOBILE_CLEAR.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#tuOzBasQxy8IKMESwTez2A92zRpBs9pt.adaptive-delivery-prevent-bg, #tuOzBasQxy8IKMESwTez2A92zRpBs9pt.lazyload, #tuOzBasQxy8IKMESwTez2A92zRpBs9pt.lazyloading { background-image: none; }#tuOzBasQxy8IKMESwTez2A92zRpBs9pt > .row .container { background-color: transparent; background-image: none; }#tuOzBasQxy8IKMESwTez2A92zRpBs9pt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(60,0,0,0.35); }#tuOzBasQxy8IKMESwTez2A92zRpBs9pt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tuOzBasQxy8IKMESwTez2A92zRpBs9pt > .row .container > .video-iframe-container { display: none; }#tuOzBasQxy8IKMESwTez2A92zRpBs9pt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(60,0,0,0.35); }#tuOzBasQxy8IKMESwTez2A92zRpBs9pt > .row > .video-iframe-container { display: none; }#tuOzBasQxy8IKMESwTez2A92zRpBs9pt > .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); }#tuOzBasQxy8IKMESwTez2A92zRpBs9pt > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oOVSv0BTznBLO4EInUsavmGnE8MXSLty { width:20rem;height:3.8994125rem;top:8.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yw8h5hetr7JOoDdhpTqcCeyVFhtgNUXZ { width:20rem;height:4rem;top:3.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gU5afA5fSaX43B2uSmBOCK8dbXqdBc1J { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b29ba98e-fa1f-4f0e-ad4c-447105ebcfcc/FELG_Jesien_Pelna_Rabatow_2025_landing_bckgrnd_MOBILE_CLEAR.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gU5afA5fSaX43B2uSmBOCK8dbXqdBc1J.adaptive-delivery-prevent-bg, #gU5afA5fSaX43B2uSmBOCK8dbXqdBc1J.lazyload, #gU5afA5fSaX43B2uSmBOCK8dbXqdBc1J.lazyloading { background-image: none; }#gU5afA5fSaX43B2uSmBOCK8dbXqdBc1J > .row .container { background-color: transparent; background-image: none; }#gU5afA5fSaX43B2uSmBOCK8dbXqdBc1J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gU5afA5fSaX43B2uSmBOCK8dbXqdBc1J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gU5afA5fSaX43B2uSmBOCK8dbXqdBc1J > .row .container > .video-iframe-container { display: none; }#gU5afA5fSaX43B2uSmBOCK8dbXqdBc1J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gU5afA5fSaX43B2uSmBOCK8dbXqdBc1J > .row > .video-iframe-container { display: none; }#gU5afA5fSaX43B2uSmBOCK8dbXqdBc1J > .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); }#gU5afA5fSaX43B2uSmBOCK8dbXqdBc1J > .row .container { border-width: 0; border-radius: 0; }#gU5afA5fSaX43B2uSmBOCK8dbXqdBc1J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gU5afA5fSaX43B2uSmBOCK8dbXqdBc1J > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xO7GRZSsxwLTOLrwA74xAMZqTHJeVLxv { width:18.8125rem;height:8.2470625rem;top:1.25rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Eo8Xn579vSDI7EApWtyyAtty7d6Vh6AF { width:6.25rem;height:6.25rem;top:10.74609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRO4fRAMgUsT2uzNEZzGr6RT9sG7KAwm { width:19rem;height:3.75rem;top:37.9716875rem;left:0.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bcDLJAkDZ5RRCuf8k9ZhxgsOGXDfZTPT { display:block; }
 }@media only screen and (max-width: 763px) { #UbiT2TmC0WGbR5Tpx0fG4XR9fuHbMGrL { width:0.9375rem;height:0.8125rem;top:47rem;left:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvOTI9zWVIc40V9CFR7KBWaG4J85CfF4 { width:16.875rem;height:0.75rem;top:47rem;left:2.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2ggr645pSZefasmgW9EOxQfh3zL5JJh { width:1.5625rem;height:2.625rem;top:14.37109375rem;left:17.5rem;font-size:0.9375rem;line-height:2.8;text-shadow:0.125rem 0.125rem 8rem #ffb973;display:block; }
 }@media only screen and (max-width: 763px) { #CrpWqTIRtc9zQE1EnQCxZwdn64z37HPJ { width:6.25rem;height:6.25rem;top:18.24609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWPWImTKCNRfwx5MFapWBNILwuzkSZM4 { width:1.5625rem;height:2.625rem;top:21.87109375rem;left:17.5rem;font-size:0.9375rem;line-height:2.8;text-shadow:0.125rem 0.125rem 8rem #ffb973;display:block; }
 }@media only screen and (max-width: 763px) { #oVfUZePgHipIyfFzWCmB54Iz3HdNToyt { width:15rem;height:2.5996125rem;top:27.62109375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GUeAsgab7aaXp2gefEnG6TQAXBytqUCl { width:18.125rem;height:6.785125rem;top:30.845703125rem;left:1.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }#GUeAsgab7aaXp2gefEnG6TQAXBytqUCl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GUeAsgab7aaXp2gefEnG6TQAXBytqUCl li:before{  }
 }@media only screen and (max-width: 763px) { #fO85mFF8M97AEw0qH39fJmymtbDCrAvz { width:15rem;height:3.75rem;top:13.24609375rem;left:2.46875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F16rQ80Vbox50ozikycMqoJOCPptQgF7 { width:15rem;height:3.75rem;top:20.74609375rem;left:2.46875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmI04a7m3ZAVCExE15K6xZF7GASbLpbO { width:17.5rem;height:3.125rem;top:40.7548828125rem;left:1.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:1.25rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #hMoTTgxzbQ9FB3v3hp6ou87fVTPBIktF { display:block; }
 }@media only screen and (max-width: 763px) { #hUerr6stkan0fp183Pn5hI3w5XPtKNeL { background-color:rgba(255,255,255,0.3);background-image:url("https://images.assets-landingi.com/uc/b29ba98e-fa1f-4f0e-ad4c-447105ebcfcc/FELG_Jesien_Pelna_Rabatow_2025_landing_bckgrnd_MOBILE_CLEAR.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hUerr6stkan0fp183Pn5hI3w5XPtKNeL.adaptive-delivery-prevent-bg, #hUerr6stkan0fp183Pn5hI3w5XPtKNeL.lazyload, #hUerr6stkan0fp183Pn5hI3w5XPtKNeL.lazyloading { background-image: none; }#hUerr6stkan0fp183Pn5hI3w5XPtKNeL > .row .container { background-color: transparent; background-image: none; }#hUerr6stkan0fp183Pn5hI3w5XPtKNeL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hUerr6stkan0fp183Pn5hI3w5XPtKNeL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hUerr6stkan0fp183Pn5hI3w5XPtKNeL > .row .container > .video-iframe-container { display: none; }#hUerr6stkan0fp183Pn5hI3w5XPtKNeL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hUerr6stkan0fp183Pn5hI3w5XPtKNeL > .row > .video-iframe-container { display: none; }#hUerr6stkan0fp183Pn5hI3w5XPtKNeL > .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); }#hUerr6stkan0fp183Pn5hI3w5XPtKNeL > .row .container { border-width: 0; border-radius: 0; }#hUerr6stkan0fp183Pn5hI3w5XPtKNeL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hUerr6stkan0fp183Pn5hI3w5XPtKNeL > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o7Xv5VaHwRQqKEaf7c2WZ9bC6o0RiVIn { width:19.125rem;height:5.5rem;top:2.25rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIGddk4zWthB6feXWtSJmuvIPWkhHGXr { background-color:rgba(255,255,255,0.3);background-image:url("https://images.assets-landingi.com/uc/b29ba98e-fa1f-4f0e-ad4c-447105ebcfcc/FELG_Jesien_Pelna_Rabatow_2025_landing_bckgrnd_MOBILE_CLEAR.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dIGddk4zWthB6feXWtSJmuvIPWkhHGXr.adaptive-delivery-prevent-bg, #dIGddk4zWthB6feXWtSJmuvIPWkhHGXr.lazyload, #dIGddk4zWthB6feXWtSJmuvIPWkhHGXr.lazyloading { background-image: none; }#dIGddk4zWthB6feXWtSJmuvIPWkhHGXr > .row .container { background-color: transparent; background-image: none; }#dIGddk4zWthB6feXWtSJmuvIPWkhHGXr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dIGddk4zWthB6feXWtSJmuvIPWkhHGXr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dIGddk4zWthB6feXWtSJmuvIPWkhHGXr > .row .container > .video-iframe-container { display: none; }#dIGddk4zWthB6feXWtSJmuvIPWkhHGXr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dIGddk4zWthB6feXWtSJmuvIPWkhHGXr > .row > .video-iframe-container { display: none; }#dIGddk4zWthB6feXWtSJmuvIPWkhHGXr > .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); }#dIGddk4zWthB6feXWtSJmuvIPWkhHGXr > .row .container { border-width: 0; border-radius: 0; }#dIGddk4zWthB6feXWtSJmuvIPWkhHGXr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dIGddk4zWthB6feXWtSJmuvIPWkhHGXr > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KTenOwv0wwZoG0umsaclZzNd1uXRI46W { width:18.75rem;height:29.875rem;top:5.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jxo34lmFxM4GMbpN33fEnKvUATI63X1u { width:18.75rem;height:40.625rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ks8qoXgqfMCwQVfJvTzt8Pf3E7BJ3CGD { display:block; }#Ks8qoXgqfMCwQVfJvTzt8Pf3E7BJ3CGD > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vps2Wb0qCcxSH0p4pVymsuTlHWVvByMB { width:17.5rem;height:1.375rem;top:1.25rem;left:1.25rem;font-size:1.25rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h1pcCRtl3IRVCkttnmkOboKTvywCwdBB { width:20rem;height:4.94921875rem;top:3.875rem;left:0rem;font-size:1.125rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g9fc2096f1ba6f4a932ecbd61e1fced6.widget-smartsection { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(60,0,0,0.35);background-image:none;display:block; } #g9fc2096f1ba6f4a932ecbd61e1fced6.widget-smartsection *:focus-visible, #g9fc2096f1ba6f4a932ecbd61e1fced6.widget-smartsection input[type="text"]:focus-visible, #g9fc2096f1ba6f4a932ecbd61e1fced6.widget-smartsection input[type="email"]:focus-visible, #g9fc2096f1ba6f4a932ecbd61e1fced6.widget-smartsection input[type="tel"]:focus-visible, #g9fc2096f1ba6f4a932ecbd61e1fced6.widget-smartsection textarea:focus-visible { outline: none; } #UubPUBytM5PmCRsVeaCuBKIQ9cnV513P > .row .container { background-color: transparent; background-image: none; }#UubPUBytM5PmCRsVeaCuBKIQ9cnV513P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UubPUBytM5PmCRsVeaCuBKIQ9cnV513P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UubPUBytM5PmCRsVeaCuBKIQ9cnV513P > .row .container > .video-iframe-container { display: none; }#UubPUBytM5PmCRsVeaCuBKIQ9cnV513P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UubPUBytM5PmCRsVeaCuBKIQ9cnV513P > .row > .video-iframe-container { display: none; }#UubPUBytM5PmCRsVeaCuBKIQ9cnV513P > .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); }#UubPUBytM5PmCRsVeaCuBKIQ9cnV513P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UubPUBytM5PmCRsVeaCuBKIQ9cnV513P > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }