.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:255,250,248;--color-primary-1:255,239,231;--color-primary-2:255,223,207;--color-primary-3:128,112,104;--color-primary-4:38,33,31;--color-secondary-0:233,225,219;--color-secondary-1:183,156,134;--color-secondary-2:111,56,13;--color-secondary-3:56,28,7;--color-secondary-4:17,8,2;--color-tertiary-0:255,255,255;--color-tertiary-1:255,228,195;--color-tertiary-2:255,166,55;--color-tertiary-3:128,83,28;--color-tertiary-4:25,17,5;--headlines-font-family:"Bitter";--paragraphs-font-family:"Josefin Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KO8LJDdeo0eePvQNNBqWRNCXhZHMds7u { background-color:#ffeee5;background-image:url("https://images.assets-landingi.com/uc/d047fd1a-d659-4958-a67c-dfd08b722ae1/Zdjeciegownenastronezapisufale3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#KO8LJDdeo0eePvQNNBqWRNCXhZHMds7u.adaptive-delivery-prevent-bg, #KO8LJDdeo0eePvQNNBqWRNCXhZHMds7u.lazyload, #KO8LJDdeo0eePvQNNBqWRNCXhZHMds7u.lazyloading { background-image: none; }#KO8LJDdeo0eePvQNNBqWRNCXhZHMds7u > .row .container { background-color: transparent; background-image: none; }#KO8LJDdeo0eePvQNNBqWRNCXhZHMds7u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KO8LJDdeo0eePvQNNBqWRNCXhZHMds7u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KO8LJDdeo0eePvQNNBqWRNCXhZHMds7u > .row .container > .video-iframe-container { display: none; }#KO8LJDdeo0eePvQNNBqWRNCXhZHMds7u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KO8LJDdeo0eePvQNNBqWRNCXhZHMds7u > .row > .video-iframe-container { display: none; }#KO8LJDdeo0eePvQNNBqWRNCXhZHMds7u > .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); }#KO8LJDdeo0eePvQNNBqWRNCXhZHMds7u > .row .container { border-width: 0; border-radius: 0; }#KO8LJDdeo0eePvQNNBqWRNCXhZHMds7u > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KO8LJDdeo0eePvQNNBqWRNCXhZHMds7u > .row .container { font-size:0.875rem;font-family:arial;height:54rem;width:75rem;overflow:visible;position:relative;display:block; }#IGiogLS2o0pbyAz6whwkTDaCEgeWli43 { color:#db6975;display:block;width:39.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:24.5625rem;left:0rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ppTUzPRwX8WLtWmEfy2sRaDppCcgqRev { color:rgba(var(--color-secondary-2),1);display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.375rem;font-weight:normal;z-index:15001;line-height:.9;letter-spacing:0;top:15.5rem;left:4.125rem;height:7.875rem;text-align:center;text-align-last:center;display:block; }
#HEqTd7mKzCyNsOhWpv33hSVu9ayuvcnA { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.125rem;width:12.875rem;position:absolute;display:block;z-index:15017;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:2.5625rem;left:12.1875rem;overflow:hidden;display:block; }
#VfAEr8DHHBwLXqDRBsAv2W0w9nTGzemH { box-sizing:content-box;height:9.6875rem;width:32.8125rem;position:absolute;display:block;z-index:15013;background-color:#db6975;background-image:none;top:29.375rem;left:2.21875rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#pQ3KvSmqnSSeyFEef7u9ZuTgTEiDPImm { color:#ffffff;display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:31.375rem;left:3.96875rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kMFQrQCd3EIDexNovCv51kL2qrewZLoR { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffda5a;border-left:0.125rem solid #ffda5a;border-right:0.125rem solid #ffda5a;border-bottom:0.125rem solid #ffda5a;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.8125rem;height:4.375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:44.9375rem;left:2.21875rem;display:block; }
#hahzWzlbqgRWDt3hoFESW98s9npaKVcU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZlTbryvzTH1Tko0KIrqkaJ3OtszmGcBT { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43.75rem;width:43.75rem;display:none; }
#nRa0HTXMC6JMisckZqsPIX2EVvegc2kP { color:#6f380d;display:block;width:35.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.375rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:9.375rem;left:0rem;height:4.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RqikvtiVs3sByrmHZNh493CVZbmix2fy { color:#6f380d;display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:40.375rem;left:1.4375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FT4KDhF8bkUJquX8kqOospfDxgXlOeud { background-color:#ffeee5;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; }#FT4KDhF8bkUJquX8kqOospfDxgXlOeud > .row .container { background-color: transparent; background-image: none; }#FT4KDhF8bkUJquX8kqOospfDxgXlOeud::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FT4KDhF8bkUJquX8kqOospfDxgXlOeud > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FT4KDhF8bkUJquX8kqOospfDxgXlOeud > .row .container > .video-iframe-container { display: none; }#FT4KDhF8bkUJquX8kqOospfDxgXlOeud > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FT4KDhF8bkUJquX8kqOospfDxgXlOeud > .row > .video-iframe-container { display: none; }#FT4KDhF8bkUJquX8kqOospfDxgXlOeud > .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); }#FT4KDhF8bkUJquX8kqOospfDxgXlOeud > .row .container { border-width: 0; border-radius: 0; }#FT4KDhF8bkUJquX8kqOospfDxgXlOeud > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FT4KDhF8bkUJquX8kqOospfDxgXlOeud > .row .container { font-size:0.875rem;font-family:arial;height:47.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#qxTTRnpJ8eN8ePXna6380ZPqxCxFZOZD { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:3.9375rem;left:0rem;height:8.775rem;text-align:center;text-align-last:center;display:block; }
#QNvZAsUwU8e9Wu9uyy6FE8xA972H9uOT { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:22.4375rem;left:0rem;height:3.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oAuUwVMPeDb9HpI6RKsM4sTbi4AGen4b { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:8.9375rem;top:20.375rem;left:33rem;overflow:hidden;display:block; }
#bEG5QUgr8OQeN3kGUN47w6PFA50TCGB3 { color:#47545a;display:block;width:47.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:28.8125rem;left:13.71875rem;height:17.1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TKAlVEVI9oCPlfEpUmah9v2EDUyqld60 { color:#db6975;display:block;width:75rem;position:absolute;font-family:bitter;font-size:2.1875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:14.125rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#i7OnAorDRDVX4mk9QnOFa8GztNK1UrvB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,223,207,0.91);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#i7OnAorDRDVX4mk9QnOFa8GztNK1UrvB > .row .container { border-width: 0; border-radius: 0; }#i7OnAorDRDVX4mk9QnOFa8GztNK1UrvB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i7OnAorDRDVX4mk9QnOFa8GztNK1UrvB > .row .container { font-size:0.875rem;font-family:arial;height:50.4375rem;width:75rem;position:relative;display:none; }#GPmW9pRXdu17GKpzlx4yyHNzbooADDQQ { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:34.5rem;width:61.5625rem;top:4.75rem;left:6.71875rem;display:block; }
#OTCpiOKRyiTELHumfrSdclPN4pvJbxyN { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffda5a;border-left:0.125rem solid #ffda5a;border-right:0.125rem solid #ffda5a;border-bottom:0.125rem solid #ffda5a;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:4.375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:42.583333492279rem;left:25rem;display:block; }
#B9lWMaraWq2lhBJCFVfGIcP50aX2U938 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ttt5qfLFdpJc7FxcJI53B28sqoPZ5bl0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b8cf4e65-cbca-4737-889b-1dcc14cbc357/Zdjeciegownenastronezapisufale.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Ttt5qfLFdpJc7FxcJI53B28sqoPZ5bl0.adaptive-delivery-prevent-bg, #Ttt5qfLFdpJc7FxcJI53B28sqoPZ5bl0.lazyload, #Ttt5qfLFdpJc7FxcJI53B28sqoPZ5bl0.lazyloading { background-image: none; }#Ttt5qfLFdpJc7FxcJI53B28sqoPZ5bl0 > .row .container { border-width: 0; border-radius: 0; }#Ttt5qfLFdpJc7FxcJI53B28sqoPZ5bl0::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ttt5qfLFdpJc7FxcJI53B28sqoPZ5bl0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ttt5qfLFdpJc7FxcJI53B28sqoPZ5bl0 > .row .container { font-size:0.875rem;font-family:arial;height:50.4375rem;width:75rem;position:relative;display:none; }#y3B8wAenJhFN4lrxrSTIQAmwWtyVNCE0 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:34.5rem;width:61.5625rem;top:4.75rem;left:6.71875rem;display:block; }
#Idmwt8popgUJHfNzCzUC1ElVVJ02Z0w9 { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffda5a;border-left:0.125rem solid #ffda5a;border-right:0.125rem solid #ffda5a;border-bottom:0.125rem solid #ffda5a;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:4.375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:42.583333492279rem;left:25rem;display:block; }
#m2PKD1GB0MwcLVQqImTNO9AFXeGAaPHk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KblktHre8uDgClitbQ7J6CHhzmkhZiXD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffeee5, #fff5d4);background-image: -moz-linear-gradient(180deg, #ffeee5, #fff5d4);background-image: -ms-linear-gradient(180deg, #ffeee5, #fff5d4);background-image: -o-linear-gradient(180deg, #ffeee5, #fff5d4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeee5', endColorstr='#fff5d4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeee5', endColorstr='#fff5d4' );";background-image: linear-gradient(180deg, #ffeee5, #fff5d4);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KblktHre8uDgClitbQ7J6CHhzmkhZiXD > .row .container { background-color: transparent; background-image: none; }#KblktHre8uDgClitbQ7J6CHhzmkhZiXD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KblktHre8uDgClitbQ7J6CHhzmkhZiXD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KblktHre8uDgClitbQ7J6CHhzmkhZiXD > .row .container > .video-iframe-container { display: none; }#KblktHre8uDgClitbQ7J6CHhzmkhZiXD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KblktHre8uDgClitbQ7J6CHhzmkhZiXD > .row > .video-iframe-container { display: none; }#KblktHre8uDgClitbQ7J6CHhzmkhZiXD > .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); }#KblktHre8uDgClitbQ7J6CHhzmkhZiXD > .row .container { border-width: 0; border-radius: 0; }#KblktHre8uDgClitbQ7J6CHhzmkhZiXD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KblktHre8uDgClitbQ7J6CHhzmkhZiXD > .row .container { font-size:0.875rem;font-family:arial;height:47.875rem;width:75rem;position:relative;display:block; }#Rri0a9cqaM6VV9N5XQZk17f6Rc5H6vJg { color:#6f380d;display:block;width:47.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:38.04296875rem;left:13.71875rem;height:5.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CfDOa3pJ0DFdwitDqFIkqtg2mESnaD5S { box-sizing:content-box;height:20.5625rem;width:71.75rem;position:absolute;display:block;z-index:15009;background-color:rgba(255,255,255,0.5);background-image:none;top:25.0625rem;left:1.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#wlq5KZkwbec4HbXwl7dueQSbbTTNqbz9 { color:#6f380d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:25.875rem;left:0rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R8TM76QDSAkOKD2ycnZTTMRr5Nn6BozJ { color:#db6975;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:32.7060546875rem;left:0rem;height:5.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UEkd4yoTWBKGF40csVHu6IhDETLnpe3V { color:#db6975;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:2.4375rem;left:0rem;height:4.38720625rem;text-align:center;text-align-last:center;display:block; }
#hXZuuWaSPwXhzThMrlN1nixaE5TD1uBt { color:#db6975;display:block;width:75rem;position:absolute;font-family:bitter;font-size:2.1875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:8.8740234375rem;left:0rem;height:11.375rem;text-align:center;text-align-last:center;display:block; }
#ylAEFfDcZ2yftT2Ho3P4rODpROC184sS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffeee5, #fff5d4);background-image: -moz-linear-gradient(180deg, #ffeee5, #fff5d4);background-image: -ms-linear-gradient(180deg, #ffeee5, #fff5d4);background-image: -o-linear-gradient(180deg, #ffeee5, #fff5d4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeee5', endColorstr='#fff5d4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeee5', endColorstr='#fff5d4' );";background-image: linear-gradient(180deg, #ffeee5, #fff5d4);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ylAEFfDcZ2yftT2Ho3P4rODpROC184sS > .row .container { background-color: transparent; background-image: none; }#ylAEFfDcZ2yftT2Ho3P4rODpROC184sS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylAEFfDcZ2yftT2Ho3P4rODpROC184sS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylAEFfDcZ2yftT2Ho3P4rODpROC184sS > .row .container > .video-iframe-container { display: none; }#ylAEFfDcZ2yftT2Ho3P4rODpROC184sS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ylAEFfDcZ2yftT2Ho3P4rODpROC184sS > .row > .video-iframe-container { display: none; }#ylAEFfDcZ2yftT2Ho3P4rODpROC184sS > .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); }#ylAEFfDcZ2yftT2Ho3P4rODpROC184sS > .row .container { border-width: 0; border-radius: 0; }#ylAEFfDcZ2yftT2Ho3P4rODpROC184sS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ylAEFfDcZ2yftT2Ho3P4rODpROC184sS > .row .container { font-size:0.875rem;font-family:arial;height:24.5625rem;width:75rem;position:relative;display:block; }#Bbo3KZD9clsniTXbT2vGy5CqatXy6sNh { color:#6f380d;display:block;width:47.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:15.875rem;left:13.71875rem;height:5.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ORwzWkFyBXa06iyNuGNF8CeJEHSRn5pv { box-sizing:content-box;height:21.9375rem;width:71.75rem;position:absolute;display:block;z-index:15009;background-color:rgba(255,255,255,0.5);background-image:none;top:1.3125rem;left:1.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#pvZB5Kq6wU3dxTAGuPkr1LMd3d5yzzP5 { color:#6f380d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:3.5rem;left:0rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aecTr1uLsnECv4yiRvCc4Xq68RD7Xage { color:#db6975;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:9.5810546875rem;left:0rem;height:5.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LDV5WN84zv4vXSHTdpglHPnXtEClVPBQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffeee5, #fff5d4);background-image: -moz-linear-gradient(180deg, #ffeee5, #fff5d4);background-image: -ms-linear-gradient(180deg, #ffeee5, #fff5d4);background-image: -o-linear-gradient(180deg, #ffeee5, #fff5d4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeee5', endColorstr='#fff5d4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeee5', endColorstr='#fff5d4' );";background-image: linear-gradient(180deg, #ffeee5, #fff5d4);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LDV5WN84zv4vXSHTdpglHPnXtEClVPBQ > .row .container { background-color: transparent; background-image: none; }#LDV5WN84zv4vXSHTdpglHPnXtEClVPBQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDV5WN84zv4vXSHTdpglHPnXtEClVPBQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDV5WN84zv4vXSHTdpglHPnXtEClVPBQ > .row .container > .video-iframe-container { display: none; }#LDV5WN84zv4vXSHTdpglHPnXtEClVPBQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDV5WN84zv4vXSHTdpglHPnXtEClVPBQ > .row > .video-iframe-container { display: none; }#LDV5WN84zv4vXSHTdpglHPnXtEClVPBQ > .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); }#LDV5WN84zv4vXSHTdpglHPnXtEClVPBQ > .row .container { border-width: 0; border-radius: 0; }#LDV5WN84zv4vXSHTdpglHPnXtEClVPBQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LDV5WN84zv4vXSHTdpglHPnXtEClVPBQ > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:75rem;position:relative;display:block; }#HfyCJ8N5EuqFeUy6NA9LHebkFWcDyBif { color:#6f380d;display:block;width:47.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:14.81494140625rem;left:13.71875rem;height:7.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SbOqq0J6WZlUNHMcGq1pCiz0TwP0nebr { box-sizing:content-box;height:22rem;width:71.75rem;position:absolute;display:block;z-index:15009;background-color:rgba(255,255,255,0.5);background-image:none;top:1.5224609375rem;left:2.375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#MoRGCzm1uOun9MqiOlfVfRaFTpCLmVGk { color:#6f380d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:3.5rem;left:0rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k7119hETpzvSmfPXmMlWvoiKoVmPCKBy { color:#db6975;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:9.416015625rem;left:0rem;height:5.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rs9kThiGigcpWxgy2LdaucBr90FKV3vQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffeee5, #fff5d4);background-image: -moz-linear-gradient(180deg, #ffeee5, #fff5d4);background-image: -ms-linear-gradient(180deg, #ffeee5, #fff5d4);background-image: -o-linear-gradient(180deg, #ffeee5, #fff5d4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeee5', endColorstr='#fff5d4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeee5', endColorstr='#fff5d4' );";background-image: linear-gradient(180deg, #ffeee5, #fff5d4);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Rs9kThiGigcpWxgy2LdaucBr90FKV3vQ > .row .container { background-color: transparent; background-image: none; }#Rs9kThiGigcpWxgy2LdaucBr90FKV3vQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rs9kThiGigcpWxgy2LdaucBr90FKV3vQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rs9kThiGigcpWxgy2LdaucBr90FKV3vQ > .row .container > .video-iframe-container { display: none; }#Rs9kThiGigcpWxgy2LdaucBr90FKV3vQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rs9kThiGigcpWxgy2LdaucBr90FKV3vQ > .row > .video-iframe-container { display: none; }#Rs9kThiGigcpWxgy2LdaucBr90FKV3vQ > .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); }#Rs9kThiGigcpWxgy2LdaucBr90FKV3vQ > .row .container { border-width: 0; border-radius: 0; }#Rs9kThiGigcpWxgy2LdaucBr90FKV3vQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rs9kThiGigcpWxgy2LdaucBr90FKV3vQ > .row .container { font-size:0.875rem;font-family:arial;height:25.8125rem;width:75rem;position:relative;display:block; }#aOkwVtuFUTtTIcNHCJb8uu0yJOeLWKOR { color:#6f380d;display:block;width:47.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:14.3125rem;left:12.96875rem;height:9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g8Twxq2HwTCWPUQU4O8kJ6oonS2gd7s9 { box-sizing:content-box;height:23.375rem;width:71.75rem;position:absolute;display:block;z-index:15009;background-color:rgba(255,255,255,0.5);background-image:none;top:1.3125rem;left:1.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#cSOdKMAsrAIRNSGpxEIJXJcRPrTqwTXz { color:#6f380d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:3.5rem;left:0rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OIo6aO4D1fZCyLHiRus98JuWPU5L5wsC { color:#db6975;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:9.5rem;left:0rem;height:5.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LpJc891RJ3fnZHAgXcoDfJ1q16Le8TQe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fff5d4, #ffeee5);background-image: -moz-linear-gradient(180deg, #fff5d4, #ffeee5);background-image: -ms-linear-gradient(180deg, #fff5d4, #ffeee5);background-image: -o-linear-gradient(180deg, #fff5d4, #ffeee5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d4', endColorstr='#ffeee5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d4', endColorstr='#ffeee5' );";background-image: linear-gradient(180deg, #fff5d4, #ffeee5);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LpJc891RJ3fnZHAgXcoDfJ1q16Le8TQe > .row .container { background-color: transparent; background-image: none; }#LpJc891RJ3fnZHAgXcoDfJ1q16Le8TQe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpJc891RJ3fnZHAgXcoDfJ1q16Le8TQe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpJc891RJ3fnZHAgXcoDfJ1q16Le8TQe > .row .container > .video-iframe-container { display: none; }#LpJc891RJ3fnZHAgXcoDfJ1q16Le8TQe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LpJc891RJ3fnZHAgXcoDfJ1q16Le8TQe > .row > .video-iframe-container { display: none; }#LpJc891RJ3fnZHAgXcoDfJ1q16Le8TQe > .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); }#LpJc891RJ3fnZHAgXcoDfJ1q16Le8TQe > .row .container { border-width: 0; border-radius: 0; }#LpJc891RJ3fnZHAgXcoDfJ1q16Le8TQe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LpJc891RJ3fnZHAgXcoDfJ1q16Le8TQe > .row .container { font-size:0.875rem;font-family:arial;height:24.625rem;width:75rem;position:relative;display:block; }#i1uh5sUZi63VHb6CwZcKXSKlwqe4AZTE { color:#6f380d;display:block;width:47.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:14.9375rem;left:13.71875rem;height:7.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iNZ3QA6okSOUBfQnrmT6LaU8C87hgKux { box-sizing:content-box;height:21.875rem;width:71.75rem;position:absolute;display:block;z-index:15009;background-color:rgba(255,255,255,0.5);background-image:none;top:1.3125rem;left:1.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#nLwEM6AlRhXd1z9cWGoQGOOPGNZyAHX7 { color:#6f380d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:3.5rem;left:0rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i5g7UVG03K54W90riKInr1goagDIILuC { color:#db6975;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:9.6123046875rem;left:0rem;height:5.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kW3BBGgwhH5PaFTWLOGy4eHsQid6LMT7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fff5d4, #ffeee5);background-image: -moz-linear-gradient(180deg, #fff5d4, #ffeee5);background-image: -ms-linear-gradient(180deg, #fff5d4, #ffeee5);background-image: -o-linear-gradient(180deg, #fff5d4, #ffeee5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d4', endColorstr='#ffeee5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d4', endColorstr='#ffeee5' );";background-image: linear-gradient(180deg, #fff5d4, #ffeee5);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kW3BBGgwhH5PaFTWLOGy4eHsQid6LMT7 > .row .container { background-color: transparent; background-image: none; }#kW3BBGgwhH5PaFTWLOGy4eHsQid6LMT7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kW3BBGgwhH5PaFTWLOGy4eHsQid6LMT7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kW3BBGgwhH5PaFTWLOGy4eHsQid6LMT7 > .row .container > .video-iframe-container { display: none; }#kW3BBGgwhH5PaFTWLOGy4eHsQid6LMT7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kW3BBGgwhH5PaFTWLOGy4eHsQid6LMT7 > .row > .video-iframe-container { display: none; }#kW3BBGgwhH5PaFTWLOGy4eHsQid6LMT7 > .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); }#kW3BBGgwhH5PaFTWLOGy4eHsQid6LMT7 > .row .container { border-width: 0; border-radius: 0; }#kW3BBGgwhH5PaFTWLOGy4eHsQid6LMT7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kW3BBGgwhH5PaFTWLOGy4eHsQid6LMT7 > .row .container { font-size:0.875rem;font-family:arial;height:22.625rem;width:75rem;position:relative;display:block; }#xfdPlbvM0BmG3cR9iD0mPmurOogrA2f9 { color:#6f380d;display:block;width:47.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:15.3740234375rem;left:13.71875rem;height:5.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qJva6g8KBVRiPDnFS93TrVQqhbPiTwMU { box-sizing:content-box;height:20.625rem;width:71.75rem;position:absolute;display:block;z-index:15009;background-color:rgba(255,255,255,0.5);background-image:none;top:1.375rem;left:2.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#Tp6MddcMnJw1un1gIJzOlzAXA5FP57Ju { color:#6f380d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:3.5rem;left:0rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lvAVh2iWN0EyFdThXIWyRuAboZdLTFOX { color:#db6975;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:9.97509765625rem;left:0rem;height:5.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HTg0NOVl097TIAU48yZrX5IOOiMpUtzv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fff5d4, #ffeee5);background-image: -moz-linear-gradient(180deg, #fff5d4, #ffeee5);background-image: -ms-linear-gradient(180deg, #fff5d4, #ffeee5);background-image: -o-linear-gradient(180deg, #fff5d4, #ffeee5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d4', endColorstr='#ffeee5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d4', endColorstr='#ffeee5' );";background-image: linear-gradient(180deg, #fff5d4, #ffeee5);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HTg0NOVl097TIAU48yZrX5IOOiMpUtzv > .row .container { background-color: transparent; background-image: none; }#HTg0NOVl097TIAU48yZrX5IOOiMpUtzv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTg0NOVl097TIAU48yZrX5IOOiMpUtzv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTg0NOVl097TIAU48yZrX5IOOiMpUtzv > .row .container > .video-iframe-container { display: none; }#HTg0NOVl097TIAU48yZrX5IOOiMpUtzv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTg0NOVl097TIAU48yZrX5IOOiMpUtzv > .row > .video-iframe-container { display: none; }#HTg0NOVl097TIAU48yZrX5IOOiMpUtzv > .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); }#HTg0NOVl097TIAU48yZrX5IOOiMpUtzv > .row .container { border-width: 0; border-radius: 0; }#HTg0NOVl097TIAU48yZrX5IOOiMpUtzv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HTg0NOVl097TIAU48yZrX5IOOiMpUtzv > .row .container { font-size:0.875rem;font-family:arial;height:24.125rem;width:75rem;position:relative;display:block; }#SFD0KPyu4Fovy0OCeV6QszVneILMFO8M { color:#47545a;display:block;width:47.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:14.76123046875rem;left:13.71875rem;height:7.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s3m83TNbxt5M1MJItSlNZx3vsKGi3bMB { box-sizing:content-box;height:21.375rem;width:71.75rem;position:absolute;display:block;z-index:15009;background-color:rgba(255,255,255,0.5);background-image:none;top:1.3125rem;left:1.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#iU86wZaVuHOMXPxLUxvHsreokp2gc2tL { color:#6f380d;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:3.5rem;left:0rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tce5TzkFrtOAK2kbgP3cdF5tc8Hw5t1y { color:#db6975;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:9.3623046875rem;left:0rem;height:5.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EsvcWxgkgFnJZalCcnS51HLHBFXqgUu7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b8cf4e65-cbca-4737-889b-1dcc14cbc357/Zdjeciegownenastronezapisufale.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EsvcWxgkgFnJZalCcnS51HLHBFXqgUu7.adaptive-delivery-prevent-bg, #EsvcWxgkgFnJZalCcnS51HLHBFXqgUu7.lazyload, #EsvcWxgkgFnJZalCcnS51HLHBFXqgUu7.lazyloading { background-image: none; }#EsvcWxgkgFnJZalCcnS51HLHBFXqgUu7 > .row .container { background-color: transparent; background-image: none; }#EsvcWxgkgFnJZalCcnS51HLHBFXqgUu7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,249,236,0.86); }#EsvcWxgkgFnJZalCcnS51HLHBFXqgUu7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EsvcWxgkgFnJZalCcnS51HLHBFXqgUu7 > .row .container > .video-iframe-container { display: none; }#EsvcWxgkgFnJZalCcnS51HLHBFXqgUu7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,249,236,0.86); }#EsvcWxgkgFnJZalCcnS51HLHBFXqgUu7 > .row > .video-iframe-container { display: none; }#EsvcWxgkgFnJZalCcnS51HLHBFXqgUu7 > .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); }#EsvcWxgkgFnJZalCcnS51HLHBFXqgUu7 > .row .container { border-width: 0; border-radius: 0; }#EsvcWxgkgFnJZalCcnS51HLHBFXqgUu7::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EsvcWxgkgFnJZalCcnS51HLHBFXqgUu7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EsvcWxgkgFnJZalCcnS51HLHBFXqgUu7 > .row .container { font-size:0.875rem;font-family:arial;height:62.0625rem;width:75rem;position:relative;display:block; }#X0MMaiXTBtDThxBcedTM9MwBrRav7XzB { color:#6f380d;display:block;width:46.9375rem;position:absolute;font-family:"josefin sans";font-size:3.375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:11.375rem;left:14.03125rem;height:8.775rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#upEURAO8hkntD57XHH4TsW2TVOgo1Xuv { color:#db6975;display:block;width:29.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:35.125rem;left:22.53125rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tpsSz79xM9Du9ckMawyOJ93IcaCqaX2R { box-sizing:content-box;height:48.8125rem;width:46.875rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.3125rem;left:14.0625rem;display:block; }
#mszdhfHRhOxhPy7GUTxodrNw5EOvXlzG { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.0625rem;width:21.0625rem;top:23.0625rem;left:29.4375rem;overflow:hidden;display:block; }
#JMzUHv5xBUkLgfPhUGIzvFNUhtTv1HTe { color:#284d42;display:block;width:29.9375rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:21.6875rem;left:22.53125rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#BD1tUu8UrqsOC7Usrwitc606x3SGLJ1p { color:#47545a;display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:49.8125rem;left:21.75rem;height:5.25rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#pwbyCwpFu8rrJcg9N2WSub8TAdaV7xaE { color:#4bae16;display:block;width:24.5625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:39.3125rem;left:25.21875rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bmH2pTqxsDoeu7o0xWfkAl9byRAfFn9A { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffda5a;border-left:0.125rem solid #ffda5a;border-right:0.125rem solid #ffda5a;border-bottom:0.125rem solid #ffda5a;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:4.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:45.4375rem;left:21.875rem;display:block; }
#ycl8SpK2rbTupB0ohWocTnzOn1X6eS6A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K5tS1sdDnvepxpeS9nuTEtwtdTw9Q8PD { color:#47545a;display:block;width:29.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:24.875rem;left:22.6875rem;height:9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wxceZQ1DRrLcriVZXiCPMliz6b92CAna { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(181deg, #fff5d4, #ffffff);background-image: -moz-linear-gradient(181deg, #fff5d4, #ffffff);background-image: -ms-linear-gradient(181deg, #fff5d4, #ffffff);background-image: -o-linear-gradient(181deg, #fff5d4, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d4', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d4', endColorstr='#ffffff' );";background-image: linear-gradient(181deg, #fff5d4, #ffffff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wxceZQ1DRrLcriVZXiCPMliz6b92CAna > .row .container { background-color: transparent; background-image: none; }#wxceZQ1DRrLcriVZXiCPMliz6b92CAna::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxceZQ1DRrLcriVZXiCPMliz6b92CAna > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxceZQ1DRrLcriVZXiCPMliz6b92CAna > .row .container > .video-iframe-container { display: none; }#wxceZQ1DRrLcriVZXiCPMliz6b92CAna > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxceZQ1DRrLcriVZXiCPMliz6b92CAna > .row > .video-iframe-container { display: none; }#wxceZQ1DRrLcriVZXiCPMliz6b92CAna > .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); }#wxceZQ1DRrLcriVZXiCPMliz6b92CAna > .row .container { border-width: 0; border-radius: 0; }#wxceZQ1DRrLcriVZXiCPMliz6b92CAna > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wxceZQ1DRrLcriVZXiCPMliz6b92CAna > .row .container { font-size:0.875rem;font-family:arial;height:26.75rem;width:75rem;position:relative;display:block; }#fNTVTDOP6kRpIv0PiuQVbnBcaWxRa141 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:5.625rem;left:0rem;height:8.775rem;text-align:center;text-align-last:center;display:block; }
#UQLt8t9ZpRZbHMvKiX1UsTwk8EdrOw7n { color:#db6975;display:block;width:75rem;position:absolute;font-family:bitter;font-size:2.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:20.100891113281rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#TduZUnaGsvDECn8TlpNFr5e1Nka6ukeq { color:#db6975;display:block;width:75rem;position:absolute;font-family:bitter;font-size:2.1875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:16.320289611816rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#mQTfblg6Vd2FHTzqdsKOJkaUJokXaNdu { position:relative;display:block; }#mQTfblg6Vd2FHTzqdsKOJkaUJokXaNdu { background-color: transparent; background-image: none; }#mQTfblg6Vd2FHTzqdsKOJkaUJokXaNdu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQTfblg6Vd2FHTzqdsKOJkaUJokXaNdu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQTfblg6Vd2FHTzqdsKOJkaUJokXaNdu > .row .container > .video-iframe-container { display: none; }#mQTfblg6Vd2FHTzqdsKOJkaUJokXaNdu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQTfblg6Vd2FHTzqdsKOJkaUJokXaNdu > .row > .video-iframe-container { display: none; }#mQTfblg6Vd2FHTzqdsKOJkaUJokXaNdu > .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); }#mQTfblg6Vd2FHTzqdsKOJkaUJokXaNdu { border-width: 0; border-radius: 0; }#mQTfblg6Vd2FHTzqdsKOJkaUJokXaNdu > .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; }#mQTfblg6Vd2FHTzqdsKOJkaUJokXaNdu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:19rem;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; }#BMezz6A7dG3aZeRX3a5fQIeiJvrXx96H { box-sizing:content-box;height:14.5rem;width:17.5rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fff5d4, #ffffff);background-image: -moz-linear-gradient(180deg, #fff5d4, #ffffff);background-image: -ms-linear-gradient(180deg, #fff5d4, #ffffff);background-image: -o-linear-gradient(180deg, #fff5d4, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d4', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d4', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #fff5d4, #ffffff);background-size:auto !important;top:2.42578125rem;left:19.33251953125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #fff5d4;border-left:0.0625rem solid #fff5d4;border-right:0.0625rem solid #fff5d4;border-bottom:0.0625rem solid #fff5d4;display:block; }
#KRXcdWZF9xLXeNXN1guVIJDZPBHZaFkP { color:#47545a;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:5.08935546875rem;left:20rem;height:7.2rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#JXD8zfZ2RDEUfMSEDQzfe2J5qsQJnl3P { box-sizing:content-box;height:14.0625rem;width:17.5rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fff5d4, #ffffff);background-image: -moz-linear-gradient(180deg, #fff5d4, #ffffff);background-image: -ms-linear-gradient(180deg, #fff5d4, #ffffff);background-image: -o-linear-gradient(180deg, #fff5d4, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d4', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d4', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #fff5d4, #ffffff);background-size:auto !important;top:2.4248046875rem;left:38.08251953125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #fff5d4;border-left:0.0625rem solid #fff5d4;border-right:0.0625rem solid #fff5d4;border-bottom:0.0625rem solid #fff5d4;display:block; }
#a90ygE8BJzAdI8G8COTG7W0lhNJmGLdB { color:#47545a;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:5.08935546875rem;left:38.4375rem;height:7.2rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#ZwEQ1QvUNP4cu4Vy74hktI4t0UqiW5XW { color:#47545a;display:block;width:16.25rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:13.75732421875rem;left:38.75rem;height:1.4624rem;font-style:normal;display:block; }
#DpXOazfnBsXe0vxQp9vXstX69J3rnJFs { box-sizing:content-box;height:14rem;width:17.5rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fff5d4, #ffffff);background-image: -moz-linear-gradient(180deg, #fff5d4, #ffffff);background-image: -ms-linear-gradient(180deg, #fff5d4, #ffffff);background-image: -o-linear-gradient(180deg, #fff5d4, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d4', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d4', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #fff5d4, #ffffff);background-size:auto !important;top:2.4248046875rem;left:56.83251953125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #fff5d4;border-left:0.0625rem solid #fff5d4;border-right:0.0625rem solid #fff5d4;border-bottom:0.0625rem solid #fff5d4;display:block; }
#uv5C6rDTNcJBIl0D1oET8TdMH9ffEr3g { color:#47545a;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:5.08935546875rem;left:57.1875rem;height:1.79980625rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#hb8qt3qRy86Vo93VOStinqDgzbgywTkH { color:#47545a;display:block;width:16.25rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:9.42626953125rem;left:57.5rem;height:1.4624rem;font-style:normal;display:block; }
#awtINqt5drTOO2khUDrvsfsHmU0eEuX7 { box-sizing:content-box;height:14.625rem;width:17.5rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fff5d4, #ffffff);background-image: -moz-linear-gradient(180deg, #fff5d4, #ffffff);background-image: -ms-linear-gradient(180deg, #fff5d4, #ffffff);background-image: -o-linear-gradient(180deg, #fff5d4, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d4', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d4', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #fff5d4, #ffffff);background-size:auto !important;top:2.42578125rem;left:0.58203125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #fff5d4;border-left:0.0625rem solid #fff5d4;border-right:0.0625rem solid #fff5d4;border-bottom:0.0625rem solid #fff5d4;display:block; }
#vxhR6gFQdyTT9sKnkMpcKwHierdx7U2H { color:#47545a;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:5.09033203125rem;left:1.25rem;height:3.6rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#ZQThBJrkG4PEwtZlKgFhHNTuv2qCR1Un { color:#47545a;display:block;width:16.25rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:13.69580078125rem;left:1.25rem;height:1.4625rem;font-style:normal;display:block; }
#aIvmPceQbzbk2W3kKk81K6eVyNKTokpW { color:#47545a;display:block;width:16.25rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:13.69482421875rem;left:20rem;height:1.4624rem;font-style:normal;display:block; }
#SVLQB4tPCd9ah7UcTxKUDgf2WbD2o0bc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/005b91a1-d369-4cc8-bfb7-e225a5dbe379/bg5.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SVLQB4tPCd9ah7UcTxKUDgf2WbD2o0bc.adaptive-delivery-prevent-bg, #SVLQB4tPCd9ah7UcTxKUDgf2WbD2o0bc.lazyload, #SVLQB4tPCd9ah7UcTxKUDgf2WbD2o0bc.lazyloading { background-image: none; }#SVLQB4tPCd9ah7UcTxKUDgf2WbD2o0bc > .row .container { background-color: transparent; background-image: none; }#SVLQB4tPCd9ah7UcTxKUDgf2WbD2o0bc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVLQB4tPCd9ah7UcTxKUDgf2WbD2o0bc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVLQB4tPCd9ah7UcTxKUDgf2WbD2o0bc > .row .container > .video-iframe-container { display: none; }#SVLQB4tPCd9ah7UcTxKUDgf2WbD2o0bc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVLQB4tPCd9ah7UcTxKUDgf2WbD2o0bc > .row > .video-iframe-container { display: none; }#SVLQB4tPCd9ah7UcTxKUDgf2WbD2o0bc > .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); }#SVLQB4tPCd9ah7UcTxKUDgf2WbD2o0bc > .row .container { border-width: 0; border-radius: 0; }#SVLQB4tPCd9ah7UcTxKUDgf2WbD2o0bc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SVLQB4tPCd9ah7UcTxKUDgf2WbD2o0bc > .row .container { font-size:0.875rem;font-family:arial;height:33.5625rem;width:75rem;position:relative;display:block; }#sdcGGoyQX2V6m3TvV2wJHJvNvKcPILmy { color:#db6975;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:4.875rem;left:0rem;height:4.38720625rem;text-align:center;text-align-last:center;display:block; }
#bRhJx7TsQDSfrA4DqNgR89VtIgmXiLB4 { color:#db6975;display:block;width:75rem;position:absolute;font-family:bitter;font-size:2.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:9.875rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#d18N60stTVCpgLWkqeCaNNOW1SG3dEqT .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#d18N60stTVCpgLWkqeCaNNOW1SG3dEqT .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#d18N60stTVCpgLWkqeCaNNOW1SG3dEqT .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:400;font-size:1.25rem;color:#47545a;font-style:italic; }
#d18N60stTVCpgLWkqeCaNNOW1SG3dEqT .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#d18N60stTVCpgLWkqeCaNNOW1SG3dEqT .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_6452c3ac2f6cfac8cbf0b0388020a3a58cd88af0.svg");background-size:contain !important; }#d18N60stTVCpgLWkqeCaNNOW1SG3dEqT .accordion-trigger.adaptive-delivery-prevent-bg, #d18N60stTVCpgLWkqeCaNNOW1SG3dEqT .accordion-trigger.lazyload, #d18N60stTVCpgLWkqeCaNNOW1SG3dEqT .accordion-trigger.lazyloading { background-image: none; }
#d18N60stTVCpgLWkqeCaNNOW1SG3dEqT { box-sizing:content-box;height:auto;width:72.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:13.9375rem;left:0rem; }
#d18N60stTVCpgLWkqeCaNNOW1SG3dEqT .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#d18N60stTVCpgLWkqeCaNNOW1SG3dEqT #P7bS08p25iuSDpaT5ZepBlRAxm88GkcM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#d18N60stTVCpgLWkqeCaNNOW1SG3dEqT #QV5AqIw1S5sy39cRgKAqp6amPT95fGDh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#d18N60stTVCpgLWkqeCaNNOW1SG3dEqT #gvzvDMHeT3k1m6Fq1QnSvozUhtGtZziF { display:block;position:relative; }
#d18N60stTVCpgLWkqeCaNNOW1SG3dEqT #E8XWofuMhJP8WEwxA0o1HJpPBXgp6rs4 {  }
#d18N60stTVCpgLWkqeCaNNOW1SG3dEqT #PUofp1uQdvSHMBXUe1N0uelbR4wc1Qxm {  }
#d18N60stTVCpgLWkqeCaNNOW1SG3dEqT #oWauRBbuVrFSAOtymAx9DwFDsz3Smuvf { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#d18N60stTVCpgLWkqeCaNNOW1SG3dEqT #M6UmrOG0h8Pcqc7lXeJvgTBSindHG6aQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#d18N60stTVCpgLWkqeCaNNOW1SG3dEqT #zyq1KC46CZFgAubCQeM3qyTHzP816wA2 { display:block;position:relative; }
#d18N60stTVCpgLWkqeCaNNOW1SG3dEqT #NyOx3SvlgQuKTb1B3Kvg7M8L6fETTQC2 {  }
#d18N60stTVCpgLWkqeCaNNOW1SG3dEqT #G6wvidxkpQBAL5eKNmZDiFyNPrf8JOhb { display:none; }
#d18N60stTVCpgLWkqeCaNNOW1SG3dEqT #IDi5dKWekOONM9dOTpeuKKZoWfUhbNUs { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#d18N60stTVCpgLWkqeCaNNOW1SG3dEqT #u6mOzSRvpkpG8rvC7Zb7anCNWfouCqZK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#d18N60stTVCpgLWkqeCaNNOW1SG3dEqT #CiibAIU9MgcGuqIrLOK0J2WnGk6PhfIu { display:block;position:relative; }
#d18N60stTVCpgLWkqeCaNNOW1SG3dEqT #kPQH012PA0z3nwC4lJzGCmFtFkFZWHF4 {  }
#d18N60stTVCpgLWkqeCaNNOW1SG3dEqT #waeLtvqqZxVstTO0B0JvkN4S9k2lyzkI { display:none; }
#d18N60stTVCpgLWkqeCaNNOW1SG3dEqT #Hosx7K5WQhCpPsliFI12R9KhIkZ3GHS0 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#d18N60stTVCpgLWkqeCaNNOW1SG3dEqT #h42EqdeCM4mggICGLLdzxw5u9TVRUdDQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#d18N60stTVCpgLWkqeCaNNOW1SG3dEqT #AKkgqGZ2OhDnoRyzmpT1oJhdwR3VN2Nu { display:block;position:relative; }
#d18N60stTVCpgLWkqeCaNNOW1SG3dEqT #XIaJwUbDy7MkbOGkv3Tp48xPAJTsmIP9 {  }
#d18N60stTVCpgLWkqeCaNNOW1SG3dEqT #gUUoBIKvIQG3FqHTusmahK8fZmaOQFvN { display:none; }
#plwmtnT6wAKvlWtiUTueLLERdpm0Gq2L { position:relative;display:none; }#plwmtnT6wAKvlWtiUTueLLERdpm0Gq2L { border-width: 0; border-radius: 0; }#plwmtnT6wAKvlWtiUTueLLERdpm0Gq2L > .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; }#plwmtnT6wAKvlWtiUTueLLERdpm0Gq2L > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#MkFgu3h7GHsaXrRQh9THUoerDoU67ADe { position:relative;display:none; }#MkFgu3h7GHsaXrRQh9THUoerDoU67ADe { border-width: 0; border-radius: 0; }#MkFgu3h7GHsaXrRQh9THUoerDoU67ADe > .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; }#MkFgu3h7GHsaXrRQh9THUoerDoU67ADe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:44.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#OsTpTyVAhx3OfNsb6sxrSS4zH4FnmhRi { box-sizing:content-box;height:36.875rem;width:17.5rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fff5d4, #ffffff);background-image: -moz-linear-gradient(180deg, #fff5d4, #ffffff);background-image: -ms-linear-gradient(180deg, #fff5d4, #ffffff);background-image: -o-linear-gradient(180deg, #fff5d4, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d4', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d4', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #fff5d4, #ffffff);background-size:auto !important;top:2.42578125rem;left:19.332683563233rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #fff5d4;border-left:0.0625rem solid #fff5d4;border-right:0.0625rem solid #fff5d4;border-bottom:0.0625rem solid #fff5d4;display:block; }
#BVL7kcf7J7nznL73erH8ucXdfxCisSsN { color:#47545a;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:19.631511688233rem;left:20rem;height:10.7988125rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#qcQDvFwc72qckRN2azDnvBICLEGlQtgg { box-sizing:content-box;height:36.875rem;width:17.5rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fff5d4, #ffffff);background-image: -moz-linear-gradient(180deg, #fff5d4, #ffffff);background-image: -ms-linear-gradient(180deg, #fff5d4, #ffffff);background-image: -o-linear-gradient(180deg, #fff5d4, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d4', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d4', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #fff5d4, #ffffff);background-size:auto !important;top:2.4251289367676rem;left:38.08268737793rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #fff5d4;border-left:0.0625rem solid #fff5d4;border-right:0.0625rem solid #fff5d4;border-bottom:0.0625rem solid #fff5d4;display:block; }
#gTT4T3NXTXpEGaUKlfpHDAB3i57OReRz { color:#47545a;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:19.631511688233rem;left:38.4375rem;height:7.19925rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#oTTMtMWUc8slOAERLu9FTdWrJK21Rn1D { color:#47545a;display:block;width:16.25rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:29.008464813233rem;left:38.75rem;height:1.4624rem;font-style:normal;display:block; }
#pRTag43eoy99DJVM0ZZTwEcCGGLUebwC { box-sizing:content-box;height:36.875rem;width:17.5rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fff5d4, #ffffff);background-image: -moz-linear-gradient(180deg, #fff5d4, #ffffff);background-image: -ms-linear-gradient(180deg, #fff5d4, #ffffff);background-image: -o-linear-gradient(180deg, #fff5d4, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d4', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d4', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #fff5d4, #ffffff);background-size:auto !important;top:2.4251289367676rem;left:56.83268737793rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #fff5d4;border-left:0.0625rem solid #fff5d4;border-right:0.0625rem solid #fff5d4;border-bottom:0.0625rem solid #fff5d4;display:block; }
#tBMbD2nvtlQr8x0ZgqRCtg9T9sRVsQ29 { color:#47545a;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:19.631511688233rem;left:57.1875rem;height:5.3994125rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#d9QE8aBz26xiN2IOp9ZMofeLPIBVRvAc { color:#47545a;display:block;width:16.25rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:26.828777313233rem;left:57.5rem;height:1.4624rem;font-style:normal;display:block; }
#uJEyqxuy8KqIJ7wALTWUNhdxzrl7RhBN { box-sizing:content-box;height:36.875rem;width:17.5rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fff5d4, #ffffff);background-image: -moz-linear-gradient(180deg, #fff5d4, #ffffff);background-image: -ms-linear-gradient(180deg, #fff5d4, #ffffff);background-image: -o-linear-gradient(180deg, #fff5d4, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d4', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d4', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #fff5d4, #ffffff);background-size:auto !important;top:2.42578125rem;left:0.58203125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #fff5d4;border-left:0.0625rem solid #fff5d4;border-right:0.0625rem solid #fff5d4;border-bottom:0.0625rem solid #fff5d4;display:block; }
#JO2iz8FZxs2AfeC4TGBs5lSIpPAo6AUf { color:#47545a;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:19.715496063233rem;left:1.25rem;height:7.19925rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#RgK6F9TO7UE1V9JPLXKK0Otb5f9q18cA { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.3125rem;width:13.3125rem;top:3.8541660308838rem;left:2.71875rem;overflow:hidden;display:block; }
#L2neesHKKi5P7xnTT8kSztPAcw6hTPhu { color:#47545a;display:block;width:16.25rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:29.008464813233rem;left:1.25rem;height:1.4624rem;font-style:normal;display:block; }
#SG6AHbmwAqd7iFTr3hASPUDnqIyKTbbJ { color:#47545a;display:block;width:16.25rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:31.889324188233rem;left:20rem;height:1.4624rem;font-style:normal;display:block; }
#y625nxC9FpcTJ0mk9fsgiScCtrGggdWc { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.3125rem;width:13.3125rem;top:3.853515625rem;left:21.46875rem;overflow:hidden;display:block; }
#TgDRRXUZUCK9mAPTLkCrlbKuVxkwh6If { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.3125rem;width:13.3125rem;top:3.853515625rem;left:40.21875rem;overflow:hidden;display:block; }
#StAEQWmGg4qx6oaHe5kWdrbvClbfd2dp { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.3125rem;width:13.3125rem;top:3.853515625rem;left:58.96875rem;overflow:hidden;display:block; }
#m4mfxqesis9fLGTxWx7QyBpOXCeTLpRq { background-color:#ffeee5;background-image:url("https://images.assets-landingi.com/uc/d047fd1a-d659-4958-a67c-dfd08b722ae1/Zdjeciegownenastronezapisufale3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#m4mfxqesis9fLGTxWx7QyBpOXCeTLpRq.adaptive-delivery-prevent-bg, #m4mfxqesis9fLGTxWx7QyBpOXCeTLpRq.lazyload, #m4mfxqesis9fLGTxWx7QyBpOXCeTLpRq.lazyloading { background-image: none; }#m4mfxqesis9fLGTxWx7QyBpOXCeTLpRq > .row .container { background-color: transparent; background-image: none; }#m4mfxqesis9fLGTxWx7QyBpOXCeTLpRq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4mfxqesis9fLGTxWx7QyBpOXCeTLpRq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4mfxqesis9fLGTxWx7QyBpOXCeTLpRq > .row .container > .video-iframe-container { display: none; }#m4mfxqesis9fLGTxWx7QyBpOXCeTLpRq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4mfxqesis9fLGTxWx7QyBpOXCeTLpRq > .row > .video-iframe-container { display: none; }#m4mfxqesis9fLGTxWx7QyBpOXCeTLpRq > .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); }#m4mfxqesis9fLGTxWx7QyBpOXCeTLpRq > .row .container { border-width: 0; border-radius: 0; }#m4mfxqesis9fLGTxWx7QyBpOXCeTLpRq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#m4mfxqesis9fLGTxWx7QyBpOXCeTLpRq > .row .container { font-size:0.875rem;font-family:arial;height:54rem;width:75rem;overflow:visible;position:relative;display:block; }#SyogyrtPmHNLIVEyvxGoG392dgDq2PXO { color:#db6975;display:block;width:39.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:24.5625rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gfuozAHIZDgSDspTrnidwOQ77cqJDdVZ { color:rgba(var(--color-secondary-2),1);display:block;width:29rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.375rem;font-weight:normal;z-index:15001;line-height:.9;letter-spacing:0;top:15.5rem;left:4.125rem;height:7.875rem;text-align:center;text-align-last:center;display:block; }
#AkgK3NbuTcy8MDFw5pZstPsnnRvRxl3e { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.125rem;width:12.875rem;position:absolute;display:block;z-index:15017;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:2.5625rem;left:12.1875rem;overflow:hidden;display:block; }
#PxfrIDm4qwVxWk8BHtcOacHXSNc2NVxB { box-sizing:content-box;height:9.6875rem;width:32.8125rem;position:absolute;display:block;z-index:15013;background-color:#db6975;background-image:none;top:29.375rem;left:2.21875rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#Uzk3wvhQDKUW5P0fK5CMsVeNKldyGRTc { color:#ffffff;display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:31.375rem;left:3.96875rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BmxoRHMJGtFKAvBg1RspXDxrLunaCzGD { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffda5a;border-left:0.125rem solid #ffda5a;border-right:0.125rem solid #ffda5a;border-bottom:0.125rem solid #ffda5a;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.8125rem;height:4.375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:44.9375rem;left:2.21875rem;display:block; }
#pA2eeDZ8HCoB2abkZ0FyDJevKasRHzm8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P2BIwxf1b85gQ4qwnZl40FWCfOLVAAP5 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43.75rem;width:43.75rem;display:none; }
#HTLIP3uXOwXtrONP54p4AspNPlakOyyT { color:#6f380d;display:block;width:35.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.375rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:9.375rem;left:0rem;height:4.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mrKgptbCPTQsgUthIBiDcdnolPefQifq { color:#6f380d;display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:40.375rem;left:1.4375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KpERxMVi7aHkiDMKwTaZ2iLnIeosrpgB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#KpERxMVi7aHkiDMKwTaZ2iLnIeosrpgB > .row .container { background-color: transparent; background-image: none; }#KpERxMVi7aHkiDMKwTaZ2iLnIeosrpgB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpERxMVi7aHkiDMKwTaZ2iLnIeosrpgB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpERxMVi7aHkiDMKwTaZ2iLnIeosrpgB > .row .container > .video-iframe-container { display: none; }#KpERxMVi7aHkiDMKwTaZ2iLnIeosrpgB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpERxMVi7aHkiDMKwTaZ2iLnIeosrpgB > .row > .video-iframe-container { display: none; }#KpERxMVi7aHkiDMKwTaZ2iLnIeosrpgB > .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); }#KpERxMVi7aHkiDMKwTaZ2iLnIeosrpgB > .row .container { border-width: 0; border-radius: 0; }#KpERxMVi7aHkiDMKwTaZ2iLnIeosrpgB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KpERxMVi7aHkiDMKwTaZ2iLnIeosrpgB > .row .container { font-size:0.875rem;font-family:arial;height:14.25rem;width:75rem;position:relative;display:block; }#RtUeO9HcQe39FaT0qOmweqcsIpvNf7MZ { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.73779296875rem;left:0rem;height:8.775rem;text-align:center;text-align-last:center;display:block; }
#TmKun5OzPHhSJXFNvXwN1EgKxh0XcRX1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffeee5, #ffffff);background-image: -moz-linear-gradient(180deg, #ffeee5, #ffffff);background-image: -ms-linear-gradient(180deg, #ffeee5, #ffffff);background-image: -o-linear-gradient(180deg, #ffeee5, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeee5', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeee5', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #ffeee5, #ffffff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TmKun5OzPHhSJXFNvXwN1EgKxh0XcRX1 > .row .container { background-color: transparent; background-image: none; }#TmKun5OzPHhSJXFNvXwN1EgKxh0XcRX1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmKun5OzPHhSJXFNvXwN1EgKxh0XcRX1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmKun5OzPHhSJXFNvXwN1EgKxh0XcRX1 > .row .container > .video-iframe-container { display: none; }#TmKun5OzPHhSJXFNvXwN1EgKxh0XcRX1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmKun5OzPHhSJXFNvXwN1EgKxh0XcRX1 > .row > .video-iframe-container { display: none; }#TmKun5OzPHhSJXFNvXwN1EgKxh0XcRX1 > .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); }#TmKun5OzPHhSJXFNvXwN1EgKxh0XcRX1 > .row .container { border-width: 0; border-radius: 0; }#TmKun5OzPHhSJXFNvXwN1EgKxh0XcRX1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TmKun5OzPHhSJXFNvXwN1EgKxh0XcRX1 > .row .container { font-size:0.875rem;font-family:arial;height:80.375rem;width:75rem;position:relative;display:block; }#sM0VmDCrAIQbnkoK9qeNkH0M9wBP2OXm { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:37.5rem;top:19.95361328125rem;left:0rem;overflow:hidden;display:block; }
#TtwxnyiDeMFubMZsJf5M9MoXOg3gsTLT { color:#6f380d;display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:2.875rem;left:42.1875rem;height:74.5875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#PqiXSR7vR90QoTTpntQd6uULoQwZfKo1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#PqiXSR7vR90QoTTpntQd6uULoQwZfKo1 > .row .container { background-color: transparent; background-image: none; }#PqiXSR7vR90QoTTpntQd6uULoQwZfKo1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqiXSR7vR90QoTTpntQd6uULoQwZfKo1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqiXSR7vR90QoTTpntQd6uULoQwZfKo1 > .row .container > .video-iframe-container { display: none; }#PqiXSR7vR90QoTTpntQd6uULoQwZfKo1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqiXSR7vR90QoTTpntQd6uULoQwZfKo1 > .row > .video-iframe-container { display: none; }#PqiXSR7vR90QoTTpntQd6uULoQwZfKo1 > .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); }#PqiXSR7vR90QoTTpntQd6uULoQwZfKo1 > .row .container { border-width: 0; border-radius: 0; }#PqiXSR7vR90QoTTpntQd6uULoQwZfKo1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PqiXSR7vR90QoTTpntQd6uULoQwZfKo1 > .row .container { font-size:0.875rem;font-family:"open sans";height:9.375rem;width:75rem;position:relative;display:block; }#sMkieZZTbJ42mg1MIQ51M6RTVIFn6yTm { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffda5a;border-left:0.125rem solid #ffda5a;border-right:0.125rem solid #ffda5a;border-bottom:0.125rem solid #ffda5a;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.8125rem;height:4.375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:2.1142578125rem;left:21.09375rem;display:block; }
#H7Lvy7NKc4fxJSQzPXhIwPcomHkiJhHN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DVWhnnxwIf0kTrs4TIahVKnuk1NAcF8U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#DVWhnnxwIf0kTrs4TIahVKnuk1NAcF8U > .row .container { background-color: transparent; background-image: none; }#DVWhnnxwIf0kTrs4TIahVKnuk1NAcF8U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DVWhnnxwIf0kTrs4TIahVKnuk1NAcF8U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DVWhnnxwIf0kTrs4TIahVKnuk1NAcF8U > .row .container > .video-iframe-container { display: none; }#DVWhnnxwIf0kTrs4TIahVKnuk1NAcF8U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DVWhnnxwIf0kTrs4TIahVKnuk1NAcF8U > .row > .video-iframe-container { display: none; }#DVWhnnxwIf0kTrs4TIahVKnuk1NAcF8U > .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); }#DVWhnnxwIf0kTrs4TIahVKnuk1NAcF8U > .row .container { border-width: 0; border-radius: 0; }#DVWhnnxwIf0kTrs4TIahVKnuk1NAcF8U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DVWhnnxwIf0kTrs4TIahVKnuk1NAcF8U > .row .container { font-size:0.875rem;font-family:"open sans";height:12.1875rem;width:75rem;position:relative;display:block; }#qpbRn6cC0aZLurc210VeoGO2vxJoV5i5 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:5.5rem;width:11.25rem;position:absolute;display:block;z-index:15017;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.8642578125rem;left:31.3125rem;overflow:hidden;display:block; }
#c5rAtgIJdeU6vCOllz0163p0ETTs8n24 { color:#ba7191;display:block;width:1.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:4.6142578125rem;left:41.9375rem;height:1.625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KO8LJDdeo0eePvQNNBqWRNCXhZHMds7u { display:block; }#KO8LJDdeo0eePvQNNBqWRNCXhZHMds7u > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IGiogLS2o0pbyAz6whwkTDaCEgeWli43 { width:39.0625rem;height:3.375rem;top:24.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppTUzPRwX8WLtWmEfy2sRaDppCcgqRev { width:29rem;height:7.875rem;top:15.5rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEqTd7mKzCyNsOhWpv33hSVu9ayuvcnA { width:15.25rem;height:7.5rem;top:0rem;left:28.311199188233rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfAEr8DHHBwLXqDRBsAv2W0w9nTGzemH { width:32.8125rem;height:9.6875rem;top:29.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQ3KvSmqnSSeyFEef7u9ZuTgTEiDPImm { width:18.99869725rem;height:4rem;top:15.333333969116rem;left:26.9296875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMFQrQCd3EIDexNovCv51kL2qrewZLoR { width:16.25rem;height:3.75rem;top:19.895833969116rem;left:27.80859375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hahzWzlbqgRWDt3hoFESW98s9npaKVcU { display:block; }
 }@media only screen and (max-width: 763px) { #ZlTbryvzTH1Tko0KIrqkaJ3OtszmGcBT { width:43.75rem;height:43.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nRa0HTXMC6JMisckZqsPIX2EVvegc2kP { width:35.375rem;height:4.375rem;top:9.375rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqikvtiVs3sByrmHZNh493CVZbmix2fy { width:18.99869725rem;height:4rem;top:15.333333969116rem;left:26.9296875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT4KDhF8bkUJquX8kqOospfDxgXlOeud { display:block; }#FT4KDhF8bkUJquX8kqOospfDxgXlOeud > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qxTTRnpJ8eN8ePXna6380ZPqxCxFZOZD { width:47.75rem;height:8.75rem;top:3.9375rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNvZAsUwU8e9Wu9uyy6FE8xA972H9uOT { width:47.75rem;height:3.5625rem;top:22.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAuUwVMPeDb9HpI6RKsM4sTbi4AGen4b { width:8.9375rem;height:0.8125rem;top:20.375rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEG5QUgr8OQeN3kGUN47w6PFA50TCGB3 { width:47.5625rem;height:17.0625rem;top:28.8125rem;left:0.09375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKAlVEVI9oCPlfEpUmah9v2EDUyqld60 { width:47.75rem;height:2.8125rem;top:14.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7OnAorDRDVX4mk9QnOFa8GztNK1UrvB { display:none; }#i7OnAorDRDVX4mk9QnOFa8GztNK1UrvB > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GPmW9pRXdu17GKpzlx4yyHNzbooADDQQ { width:47.75rem;height:26.759390862944rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTCpiOKRyiTELHumfrSdclPN4pvJbxyN { width:16.25rem;height:3.75rem;top:19.895833969116rem;left:27.80859375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9lWMaraWq2lhBJCFVfGIcP50aX2U938 { display:block; }
 }@media only screen and (max-width: 763px) { #Ttt5qfLFdpJc7FxcJI53B28sqoPZ5bl0 { display:none; }#Ttt5qfLFdpJc7FxcJI53B28sqoPZ5bl0 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #y3B8wAenJhFN4lrxrSTIQAmwWtyVNCE0 { width:47.75rem;height:26.759390862944rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Idmwt8popgUJHfNzCzUC1ElVVJ02Z0w9 { width:16.25rem;height:3.75rem;top:19.895833969116rem;left:27.80859375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2PKD1GB0MwcLVQqImTNO9AFXeGAaPHk { display:block; }
 }@media only screen and (max-width: 763px) { #KblktHre8uDgClitbQ7J6CHhzmkhZiXD { display:block; }#KblktHre8uDgClitbQ7J6CHhzmkhZiXD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rri0a9cqaM6VV9N5XQZk17f6Rc5H6vJg { width:47.5625rem;height:5.375rem;top:38rem;left:0.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfDOa3pJ0DFdwitDqFIkqtg2mESnaD5S { width:47.75rem;height:20.5625rem;top:25.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlq5KZkwbec4HbXwl7dueQSbbTTNqbz9 { width:47.75rem;height:6rem;top:25.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8TM76QDSAkOKD2ycnZTTMRr5Nn6BozJ { width:47.75rem;height:5.375rem;top:32.6875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEkd4yoTWBKGF40csVHu6IhDETLnpe3V { width:47.75rem;height:4.375rem;top:2.4375rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXZuuWaSPwXhzThMrlN1nixaE5TD1uBt { width:47.75rem;height:11.375rem;top:8.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylAEFfDcZ2yftT2Ho3P4rODpROC184sS { display:block; }#ylAEFfDcZ2yftT2Ho3P4rODpROC184sS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bbo3KZD9clsniTXbT2vGy5CqatXy6sNh { width:47.5625rem;height:5.375rem;top:15.875rem;left:0.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORwzWkFyBXa06iyNuGNF8CeJEHSRn5pv { width:47.75rem;height:21.9375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvZB5Kq6wU3dxTAGuPkr1LMd3d5yzzP5 { width:47.75rem;height:6rem;top:3.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aecTr1uLsnECv4yiRvCc4Xq68RD7Xage { width:47.75rem;height:5.375rem;top:9.5625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDV5WN84zv4vXSHTdpglHPnXtEClVPBQ { display:block; }#LDV5WN84zv4vXSHTdpglHPnXtEClVPBQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HfyCJ8N5EuqFeUy6NA9LHebkFWcDyBif { width:47.5625rem;height:7.1875rem;top:14.8125rem;left:0.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbOqq0J6WZlUNHMcGq1pCiz0TwP0nebr { width:47.75rem;height:22rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoRGCzm1uOun9MqiOlfVfRaFTpCLmVGk { width:47.75rem;height:6rem;top:3.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7119hETpzvSmfPXmMlWvoiKoVmPCKBy { width:47.75rem;height:5.375rem;top:9.375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs9kThiGigcpWxgy2LdaucBr90FKV3vQ { display:block; }#Rs9kThiGigcpWxgy2LdaucBr90FKV3vQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aOkwVtuFUTtTIcNHCJb8uu0yJOeLWKOR { width:47.5625rem;height:8.9375rem;top:14.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8Twxq2HwTCWPUQU4O8kJ6oonS2gd7s9 { width:47.75rem;height:23.375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSOdKMAsrAIRNSGpxEIJXJcRPrTqwTXz { width:47.75rem;height:6rem;top:3.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIo6aO4D1fZCyLHiRus98JuWPU5L5wsC { width:47.75rem;height:5.375rem;top:9.5rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpJc891RJ3fnZHAgXcoDfJ1q16Le8TQe { display:block; }#LpJc891RJ3fnZHAgXcoDfJ1q16Le8TQe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1uh5sUZi63VHb6CwZcKXSKlwqe4AZTE { width:47.5625rem;height:7.1875rem;top:14.9375rem;left:0.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNZ3QA6okSOUBfQnrmT6LaU8C87hgKux { width:47.75rem;height:21.875rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLwEM6AlRhXd1z9cWGoQGOOPGNZyAHX7 { width:47.75rem;height:6rem;top:3.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5g7UVG03K54W90riKInr1goagDIILuC { width:47.75rem;height:5.375rem;top:9.5625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kW3BBGgwhH5PaFTWLOGy4eHsQid6LMT7 { display:block; }#kW3BBGgwhH5PaFTWLOGy4eHsQid6LMT7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xfdPlbvM0BmG3cR9iD0mPmurOogrA2f9 { width:47.5625rem;height:5.375rem;top:15.3125rem;left:0.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJva6g8KBVRiPDnFS93TrVQqhbPiTwMU { width:47.75rem;height:20.625rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp6MddcMnJw1un1gIJzOlzAXA5FP57Ju { width:47.75rem;height:6rem;top:3.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvAVh2iWN0EyFdThXIWyRuAboZdLTFOX { width:47.75rem;height:5.375rem;top:9.9375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTg0NOVl097TIAU48yZrX5IOOiMpUtzv { display:block; }#HTg0NOVl097TIAU48yZrX5IOOiMpUtzv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SFD0KPyu4Fovy0OCeV6QszVneILMFO8M { width:47.5625rem;height:7.1875rem;top:14.75rem;left:0.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3m83TNbxt5M1MJItSlNZx3vsKGi3bMB { width:47.75rem;height:21.375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iU86wZaVuHOMXPxLUxvHsreokp2gc2tL { width:47.75rem;height:6rem;top:3.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tce5TzkFrtOAK2kbgP3cdF5tc8Hw5t1y { width:47.75rem;height:5.375rem;top:9.3125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsvcWxgkgFnJZalCcnS51HLHBFXqgUu7 { display:block; }#EsvcWxgkgFnJZalCcnS51HLHBFXqgUu7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X0MMaiXTBtDThxBcedTM9MwBrRav7XzB { width:46.9375rem;height:8.75rem;top:11.375rem;left:0.40625rem;color:#000000;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #upEURAO8hkntD57XHH4TsW2TVOgo1Xuv { width:29.9375rem;height:2.8125rem;top:35.125rem;left:8.90625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpsSz79xM9Du9ckMawyOJ93IcaCqaX2R { width:46.875rem;height:48.8125rem;top:8.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mszdhfHRhOxhPy7GUTxodrNw5EOvXlzG { width:21.0625rem;height:21.0625rem;top:23.0625rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMzUHv5xBUkLgfPhUGIzvFNUhtTv1HTe { top:21.6875rem;left:8.90625rem;width:29.9375rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BD1tUu8UrqsOC7Usrwitc606x3SGLJ1p { width:31.5rem;height:5.25rem;top:49.8125rem;left:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwbyCwpFu8rrJcg9N2WSub8TAdaV7xaE { top:39.3125rem;left:11.59375rem;width:24.5625rem;height:4.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmH2pTqxsDoeu7o0xWfkAl9byRAfFn9A { width:31.25rem;height:4.4375rem;top:45.4375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycl8SpK2rbTupB0ohWocTnzOn1X6eS6A { display:block; }
 }@media only screen and (max-width: 763px) { #K5tS1sdDnvepxpeS9nuTEtwtdTw9Q8PD { width:29.625rem;height:8.9375rem;top:24.875rem;left:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxceZQ1DRrLcriVZXiCPMliz6b92CAna { display:block; }#wxceZQ1DRrLcriVZXiCPMliz6b92CAna > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fNTVTDOP6kRpIv0PiuQVbnBcaWxRa141 { width:47.75rem;height:8.75rem;top:5.625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQLt8t9ZpRZbHMvKiX1UsTwk8EdrOw7n { width:47.75rem;height:2.8125rem;top:20.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TduZUnaGsvDECn8TlpNFr5e1Nka6ukeq { width:47.75rem;height:2.8125rem;top:16.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQTfblg6Vd2FHTzqdsKOJkaUJokXaNdu { display:block; }#mQTfblg6Vd2FHTzqdsKOJkaUJokXaNdu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BMezz6A7dG3aZeRX3a5fQIeiJvrXx96H { width:17.5rem;height:14.5rem;top:2.375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRXcdWZF9xLXeNXN1guVIJDZPBHZaFkP { width:16.25rem;height:7.1875rem;top:5.0625rem;left:7.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXD8zfZ2RDEUfMSEDQzfe2J5qsQJnl3P { width:17.5rem;height:14.0625rem;top:2.375rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a90ygE8BJzAdI8G8COTG7W0lhNJmGLdB { width:16.875rem;height:7.1875rem;top:5.0625rem;left:18.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwEQ1QvUNP4cu4Vy74hktI4t0UqiW5XW { top:13.75rem;left:19.5625rem;width:16.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpXOazfnBsXe0vxQp9vXstX69J3rnJFs { width:17.5rem;height:14rem;top:2.375rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uv5C6rDTNcJBIl0D1oET8TdMH9ffEr3g { width:16.875rem;height:1.75rem;top:5.0625rem;left:30.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb8qt3qRy86Vo93VOStinqDgzbgywTkH { top:9.375rem;left:31.5rem;width:16.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #awtINqt5drTOO2khUDrvsfsHmU0eEuX7 { width:17.5rem;height:14.625rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxhR6gFQdyTT9sKnkMpcKwHierdx7U2H { width:16.25rem;height:5.375rem;top:5.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQThBJrkG4PEwtZlKgFhHNTuv2qCR1Un { top:13.6875rem;left:0rem;width:16.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIvmPceQbzbk2W3kKk81K6eVyNKTokpW { top:13.6875rem;left:7.625rem;width:16.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVLQB4tPCd9ah7UcTxKUDgf2WbD2o0bc { display:block; }#SVLQB4tPCd9ah7UcTxKUDgf2WbD2o0bc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sdcGGoyQX2V6m3TvV2wJHJvNvKcPILmy { width:47.75rem;height:4.375rem;top:4.875rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRhJx7TsQDSfrA4DqNgR89VtIgmXiLB4 { width:47.75rem;height:2.8125rem;top:9.875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d18N60stTVCpgLWkqeCaNNOW1SG3dEqT .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#d18N60stTVCpgLWkqeCaNNOW1SG3dEqT { display:flex;height:auto;width:31.875rem;top:6.1875rem;left:13.375rem; }
#d18N60stTVCpgLWkqeCaNNOW1SG3dEqT .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #d18N60stTVCpgLWkqeCaNNOW1SG3dEqT #P7bS08p25iuSDpaT5ZepBlRAxm88GkcM {  }
 }@media only screen and (max-width: 763px) { #d18N60stTVCpgLWkqeCaNNOW1SG3dEqT #QV5AqIw1S5sy39cRgKAqp6amPT95fGDh {  }
 }@media only screen and (max-width: 763px) { #d18N60stTVCpgLWkqeCaNNOW1SG3dEqT #gvzvDMHeT3k1m6Fq1QnSvozUhtGtZziF {  }
 }@media only screen and (max-width: 763px) { #d18N60stTVCpgLWkqeCaNNOW1SG3dEqT #E8XWofuMhJP8WEwxA0o1HJpPBXgp6rs4 {  }
 }@media only screen and (max-width: 763px) { #d18N60stTVCpgLWkqeCaNNOW1SG3dEqT #PUofp1uQdvSHMBXUe1N0uelbR4wc1Qxm {  }
 }@media only screen and (max-width: 763px) { #d18N60stTVCpgLWkqeCaNNOW1SG3dEqT #oWauRBbuVrFSAOtymAx9DwFDsz3Smuvf {  }
 }@media only screen and (max-width: 763px) { #d18N60stTVCpgLWkqeCaNNOW1SG3dEqT #M6UmrOG0h8Pcqc7lXeJvgTBSindHG6aQ {  }
 }@media only screen and (max-width: 763px) { #d18N60stTVCpgLWkqeCaNNOW1SG3dEqT #zyq1KC46CZFgAubCQeM3qyTHzP816wA2 {  }
 }@media only screen and (max-width: 763px) { #d18N60stTVCpgLWkqeCaNNOW1SG3dEqT #NyOx3SvlgQuKTb1B3Kvg7M8L6fETTQC2 {  }
 }@media only screen and (max-width: 763px) { #d18N60stTVCpgLWkqeCaNNOW1SG3dEqT #G6wvidxkpQBAL5eKNmZDiFyNPrf8JOhb {  }
 }@media only screen and (max-width: 763px) { #d18N60stTVCpgLWkqeCaNNOW1SG3dEqT #IDi5dKWekOONM9dOTpeuKKZoWfUhbNUs {  }
 }@media only screen and (max-width: 763px) { #d18N60stTVCpgLWkqeCaNNOW1SG3dEqT #u6mOzSRvpkpG8rvC7Zb7anCNWfouCqZK {  }
 }@media only screen and (max-width: 763px) { #d18N60stTVCpgLWkqeCaNNOW1SG3dEqT #CiibAIU9MgcGuqIrLOK0J2WnGk6PhfIu {  }
 }@media only screen and (max-width: 763px) { #d18N60stTVCpgLWkqeCaNNOW1SG3dEqT #kPQH012PA0z3nwC4lJzGCmFtFkFZWHF4 {  }
 }@media only screen and (max-width: 763px) { #d18N60stTVCpgLWkqeCaNNOW1SG3dEqT #waeLtvqqZxVstTO0B0JvkN4S9k2lyzkI {  }
 }@media only screen and (max-width: 763px) { #d18N60stTVCpgLWkqeCaNNOW1SG3dEqT #Hosx7K5WQhCpPsliFI12R9KhIkZ3GHS0 {  }
 }@media only screen and (max-width: 763px) { #d18N60stTVCpgLWkqeCaNNOW1SG3dEqT #h42EqdeCM4mggICGLLdzxw5u9TVRUdDQ {  }
 }@media only screen and (max-width: 763px) { #d18N60stTVCpgLWkqeCaNNOW1SG3dEqT #AKkgqGZ2OhDnoRyzmpT1oJhdwR3VN2Nu {  }
 }@media only screen and (max-width: 763px) { #d18N60stTVCpgLWkqeCaNNOW1SG3dEqT #XIaJwUbDy7MkbOGkv3Tp48xPAJTsmIP9 {  }
 }@media only screen and (max-width: 763px) { #d18N60stTVCpgLWkqeCaNNOW1SG3dEqT #gUUoBIKvIQG3FqHTusmahK8fZmaOQFvN {  }
 }@media only screen and (max-width: 763px) { #plwmtnT6wAKvlWtiUTueLLERdpm0Gq2L { display:none; }#plwmtnT6wAKvlWtiUTueLLERdpm0Gq2L > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MkFgu3h7GHsaXrRQh9THUoerDoU67ADe { display:none; }#MkFgu3h7GHsaXrRQh9THUoerDoU67ADe > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OsTpTyVAhx3OfNsb6sxrSS4zH4FnmhRi { width:17.5rem;height:36.875rem;top:2.375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVL7kcf7J7nznL73erH8ucXdfxCisSsN { width:16.25rem;height:10.75rem;top:19.625rem;left:7.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcQDvFwc72qckRN2azDnvBICLEGlQtgg { width:17.5rem;height:36.875rem;top:2.375rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTT4T3NXTXpEGaUKlfpHDAB3i57OReRz { width:16.875rem;height:7.1875rem;top:19.625rem;left:18.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTTMtMWUc8slOAERLu9FTdWrJK21Rn1D { top:29rem;left:19.5625rem;width:16.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRTag43eoy99DJVM0ZZTwEcCGGLUebwC { width:17.5rem;height:36.875rem;top:2.375rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBMbD2nvtlQr8x0ZgqRCtg9T9sRVsQ29 { width:16.875rem;height:5.375rem;top:19.625rem;left:30.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9QE8aBz26xiN2IOp9ZMofeLPIBVRvAc { top:26.8125rem;left:31.5rem;width:16.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJEyqxuy8KqIJ7wALTWUNhdxzrl7RhBN { width:17.5rem;height:36.875rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JO2iz8FZxs2AfeC4TGBs5lSIpPAo6AUf { width:16.25rem;height:7.1875rem;top:19.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgK6F9TO7UE1V9JPLXKK0Otb5f9q18cA { width:13.3125rem;height:13.3125rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2neesHKKi5P7xnTT8kSztPAcw6hTPhu { top:29rem;left:0rem;width:16.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SG6AHbmwAqd7iFTr3hASPUDnqIyKTbbJ { top:31.875rem;left:7.625rem;width:16.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y625nxC9FpcTJ0mk9fsgiScCtrGggdWc { width:13.3125rem;height:13.3125rem;top:3.8125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgDRRXUZUCK9mAPTLkCrlbKuVxkwh6If { width:13.3125rem;height:13.3125rem;top:3.8125rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #StAEQWmGg4qx6oaHe5kWdrbvClbfd2dp { width:13.3125rem;height:13.3125rem;top:3.8125rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4mfxqesis9fLGTxWx7QyBpOXCeTLpRq { display:block; }#m4mfxqesis9fLGTxWx7QyBpOXCeTLpRq > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SyogyrtPmHNLIVEyvxGoG392dgDq2PXO { width:39.0625rem;height:;top:24.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfuozAHIZDgSDspTrnidwOQ77cqJDdVZ { width:29rem;height:7.875rem;top:15.5rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkgK3NbuTcy8MDFw5pZstPsnnRvRxl3e { width:15.25rem;height:7.5rem;top:0rem;left:28.311199188233rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxfrIDm4qwVxWk8BHtcOacHXSNc2NVxB { width:32.8125rem;height:9.6875rem;top:29.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uzk3wvhQDKUW5P0fK5CMsVeNKldyGRTc { width:18.99869725rem;height:4rem;top:15.333333969116rem;left:26.9296875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmxoRHMJGtFKAvBg1RspXDxrLunaCzGD { width:16.25rem;height:3.75rem;top:19.895833969116rem;left:27.80859375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pA2eeDZ8HCoB2abkZ0FyDJevKasRHzm8 { display:block; }
 }@media only screen and (max-width: 763px) { #P2BIwxf1b85gQ4qwnZl40FWCfOLVAAP5 { width:43.75rem;height:43.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HTLIP3uXOwXtrONP54p4AspNPlakOyyT { width:35.375rem;height:4.375rem;top:9.375rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrKgptbCPTQsgUthIBiDcdnolPefQifq { width:18.99869725rem;height:4rem;top:15.333333969116rem;left:26.9296875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpERxMVi7aHkiDMKwTaZ2iLnIeosrpgB { display:block; }#KpERxMVi7aHkiDMKwTaZ2iLnIeosrpgB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RtUeO9HcQe39FaT0qOmweqcsIpvNf7MZ { width:47.75rem;height:8.75rem;top:2.6875rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmKun5OzPHhSJXFNvXwN1EgKxh0XcRX1 { display:block; }#TmKun5OzPHhSJXFNvXwN1EgKxh0XcRX1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sM0VmDCrAIQbnkoK9qeNkH0M9wBP2OXm { top:19.9375rem;left:0rem;width:37.5rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtwxnyiDeMFubMZsJf5M9MoXOg3gsTLT { width:18.99869725rem;height:4rem;top:15.333333969116rem;left:26.9296875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqiXSR7vR90QoTTpntQd6uULoQwZfKo1 { display:block; }#PqiXSR7vR90QoTTpntQd6uULoQwZfKo1 > .row .container { width:47.75rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sMkieZZTbJ42mg1MIQ51M6RTVIFn6yTm { width:16.25rem;height:3.75rem;top:19.895833969116rem;left:27.80859375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7Lvy7NKc4fxJSQzPXhIwPcomHkiJhHN { display:block; }
 }@media only screen and (max-width: 763px) { #DVWhnnxwIf0kTrs4TIahVKnuk1NAcF8U { display:block; }#DVWhnnxwIf0kTrs4TIahVKnuk1NAcF8U > .row .container { width:47.75rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qpbRn6cC0aZLurc210VeoGO2vxJoV5i5 { width:7.5rem;height:3.6875rem;top:2.53125rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5rAtgIJdeU6vCOllz0163p0ETTs8n24 { width:1.125rem;height:1.625rem;top:2.1875rem;left:27.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KO8LJDdeo0eePvQNNBqWRNCXhZHMds7u { background-color:#ffdfcf;background-image:none;display:block; }#KO8LJDdeo0eePvQNNBqWRNCXhZHMds7u > .row .container { background-color: transparent; background-image: none; }#KO8LJDdeo0eePvQNNBqWRNCXhZHMds7u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KO8LJDdeo0eePvQNNBqWRNCXhZHMds7u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KO8LJDdeo0eePvQNNBqWRNCXhZHMds7u > .row .container > .video-iframe-container { display: none; }#KO8LJDdeo0eePvQNNBqWRNCXhZHMds7u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KO8LJDdeo0eePvQNNBqWRNCXhZHMds7u > .row > .video-iframe-container { display: none; }#KO8LJDdeo0eePvQNNBqWRNCXhZHMds7u > .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); }#KO8LJDdeo0eePvQNNBqWRNCXhZHMds7u > .row .container { width:20rem;height:51.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IGiogLS2o0pbyAz6whwkTDaCEgeWli43 { width:20rem;height:2.2749rem;top:32.375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppTUzPRwX8WLtWmEfy2sRaDppCcgqRev { width:13.9375rem;height:3.9375rem;top:27.5625rem;left:3.03125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEqTd7mKzCyNsOhWpv33hSVu9ayuvcnA { width:7.4375rem;height:3.4375rem;top:20rem;left:6.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfAEr8DHHBwLXqDRBsAv2W0w9nTGzemH { width:20rem;height:6.0625rem;top:35.619140625rem;left:0rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #pQ3KvSmqnSSeyFEef7u9ZuTgTEiDPImm { width:20rem;height:3.574225rem;top:36.86328125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #kMFQrQCd3EIDexNovCv51kL2qrewZLoR { width:18.75rem;height:4.375rem;top:45.6875rem;left:0.625rem;font-weight:400;font-style:normal;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hahzWzlbqgRWDt3hoFESW98s9npaKVcU { display:block; }
 }@media only screen and (max-width: 763px) { #ZlTbryvzTH1Tko0KIrqkaJ3OtszmGcBT { top:0rem;left:0.375rem;width:19.25rem;height:19.25rem;z-index:15024;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nRa0HTXMC6JMisckZqsPIX2EVvegc2kP { width:20rem;height:2rem;top:24.40625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqikvtiVs3sByrmHZNh493CVZbmix2fy { width:20rem;height:1.7871125rem;top:43rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT4KDhF8bkUJquX8kqOospfDxgXlOeud { background-color:#ffeee5;background-image:none;display:block; }#FT4KDhF8bkUJquX8kqOospfDxgXlOeud > .row .container { background-color: transparent; background-image: none; }#FT4KDhF8bkUJquX8kqOospfDxgXlOeud::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FT4KDhF8bkUJquX8kqOospfDxgXlOeud > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FT4KDhF8bkUJquX8kqOospfDxgXlOeud > .row .container > .video-iframe-container { display: none; }#FT4KDhF8bkUJquX8kqOospfDxgXlOeud > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FT4KDhF8bkUJquX8kqOospfDxgXlOeud > .row > .video-iframe-container { display: none; }#FT4KDhF8bkUJquX8kqOospfDxgXlOeud > .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); }#FT4KDhF8bkUJquX8kqOospfDxgXlOeud > .row .container { width:20rem;height:44.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qxTTRnpJ8eN8ePXna6380ZPqxCxFZOZD { width:18.0625rem;height:6rem;top:1.0625rem;left:0.96875rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #QNvZAsUwU8e9Wu9uyy6FE8xA972H9uOT { width:20rem;height:4.19970625rem;top:10.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAuUwVMPeDb9HpI6RKsM4sTbi4AGen4b { width:8.9375rem;height:0.8125rem;top:8.625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEG5QUgr8OQeN3kGUN47w6PFA50TCGB3 { width:20rem;height:20.7949375rem;top:16.33642578125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKAlVEVI9oCPlfEpUmah9v2EDUyqld60 { width:20rem;height:3.125rem;top:38.88134765625rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #i7OnAorDRDVX4mk9QnOFa8GztNK1UrvB { display:none; }#i7OnAorDRDVX4mk9QnOFa8GztNK1UrvB > .row .container { width:20rem;height:20.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GPmW9pRXdu17GKpzlx4yyHNzbooADDQQ { height:11.2080078125rem;width:20rem;top:2.1015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTCpiOKRyiTELHumfrSdclPN4pvJbxyN { width:15.0625rem;height:3.4375rem;top:15.14453125rem;left:2.46875rem;font-weight:400;font-style:normal;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9lWMaraWq2lhBJCFVfGIcP50aX2U938 { display:block; }
 }@media only screen and (max-width: 763px) { #Ttt5qfLFdpJc7FxcJI53B28sqoPZ5bl0 { display:none; }#Ttt5qfLFdpJc7FxcJI53B28sqoPZ5bl0 > .row .container { width:20rem;height:20.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #y3B8wAenJhFN4lrxrSTIQAmwWtyVNCE0 { height:11.2080078125rem;width:20rem;top:2.1015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Idmwt8popgUJHfNzCzUC1ElVVJ02Z0w9 { width:15.0625rem;height:3.4375rem;top:15.14453125rem;left:2.46875rem;font-weight:400;font-style:normal;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2PKD1GB0MwcLVQqImTNO9AFXeGAaPHk { display:block; }
 }@media only screen and (max-width: 763px) { #KblktHre8uDgClitbQ7J6CHhzmkhZiXD { display:block; }#KblktHre8uDgClitbQ7J6CHhzmkhZiXD > .row .container { width:20rem;height:36.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rri0a9cqaM6VV9N5XQZk17f6Rc5H6vJg { width:20rem;height:9.59765625rem;top:23.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfDOa3pJ0DFdwitDqFIkqtg2mESnaD5S { width:20rem;height:20.25rem;top:14.3603515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlq5KZkwbec4HbXwl7dueQSbbTTNqbz9 { width:20rem;height:3.5996125rem;top:15.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8TM76QDSAkOKD2ycnZTTMRr5Nn6BozJ { width:20rem;height:2.69970625rem;top:20.0498046875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEkd4yoTWBKGF40csVHu6IhDETLnpe3V { width:20rem;height:2rem;top:2.1875rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #hXZuuWaSPwXhzThMrlN1nixaE5TD1uBt { width:20rem;height:7.31200625rem;top:5.4228515625rem;left:0rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ylAEFfDcZ2yftT2Ho3P4rODpROC184sS { display:block; }#ylAEFfDcZ2yftT2Ho3P4rODpROC184sS > .row .container { width:20rem;height:25.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bbo3KZD9clsniTXbT2vGy5CqatXy6sNh { width:20rem;height:9.59765625rem;top:12.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORwzWkFyBXa06iyNuGNF8CeJEHSRn5pv { width:20rem;height:21.8125rem;top:1.7978515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvZB5Kq6wU3dxTAGuPkr1LMd3d5yzzP5 { width:20rem;height:5.39941875rem;top:3.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aecTr1uLsnECv4yiRvCc4Xq68RD7Xage { width:20rem;height:2.69970625rem;top:9.0419921875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDV5WN84zv4vXSHTdpglHPnXtEClVPBQ { display:block; }#LDV5WN84zv4vXSHTdpglHPnXtEClVPBQ > .row .container { width:20rem;height:23.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HfyCJ8N5EuqFeUy6NA9LHebkFWcDyBif { width:20rem;height:9.5976625rem;top:10.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbOqq0J6WZlUNHMcGq1pCiz0TwP0nebr { width:20rem;height:20.4375rem;top:1.1103515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoRGCzm1uOun9MqiOlfVfRaFTpCLmVGk { width:20rem;height:3.5996125rem;top:2.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7119hETpzvSmfPXmMlWvoiKoVmPCKBy { width:20rem;height:2.69970625rem;top:7.599609375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs9kThiGigcpWxgy2LdaucBr90FKV3vQ { display:block; }#Rs9kThiGigcpWxgy2LdaucBr90FKV3vQ > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aOkwVtuFUTtTIcNHCJb8uu0yJOeLWKOR { width:20rem;height:11.197275rem;top:14.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8Twxq2HwTCWPUQU4O8kJ6oonS2gd7s9 { width:20rem;height:24.3125rem;top:2.7978515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSOdKMAsrAIRNSGpxEIJXJcRPrTqwTXz { width:20rem;height:3.5996125rem;top:4rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIo6aO4D1fZCyLHiRus98JuWPU5L5wsC { width:20rem;height:5.3994125rem;top:8.287109375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpJc891RJ3fnZHAgXcoDfJ1q16Le8TQe { display:block; }#LpJc891RJ3fnZHAgXcoDfJ1q16Le8TQe > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1uh5sUZi63VHb6CwZcKXSKlwqe4AZTE { width:20rem;height:7.99805625rem;top:14.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNZ3QA6okSOUBfQnrmT6LaU8C87hgKux { width:20rem;height:21.625rem;top:1.9853515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLwEM6AlRhXd1z9cWGoQGOOPGNZyAHX7 { width:20rem;height:3.5996125rem;top:4rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5g7UVG03K54W90riKInr1goagDIILuC { width:20rem;height:5.3994125rem;top:8.12890625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kW3BBGgwhH5PaFTWLOGy4eHsQid6LMT7 { display:block; }#kW3BBGgwhH5PaFTWLOGy4eHsQid6LMT7 > .row .container { width:20rem;height:20.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xfdPlbvM0BmG3cR9iD0mPmurOogrA2f9 { width:20rem;height:6.39844375rem;top:11.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJva6g8KBVRiPDnFS93TrVQqhbPiTwMU { width:20rem;height:17.3125rem;top:1.9853515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp6MddcMnJw1un1gIJzOlzAXA5FP57Ju { width:20rem;height:3.5996125rem;top:4rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvAVh2iWN0EyFdThXIWyRuAboZdLTFOX { width:20rem;height:2.69970625rem;top:7.599609375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTg0NOVl097TIAU48yZrX5IOOiMpUtzv { display:block; }#HTg0NOVl097TIAU48yZrX5IOOiMpUtzv > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SFD0KPyu4Fovy0OCeV6QszVneILMFO8M { width:20rem;height:9.5976625rem;top:13.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3m83TNbxt5M1MJItSlNZx3vsKGi3bMB { width:20rem;height:24.75rem;top:1.2353515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iU86wZaVuHOMXPxLUxvHsreokp2gc2tL { width:20rem;height:3.5996125rem;top:2.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tce5TzkFrtOAK2kbgP3cdF5tc8Hw5t1y { width:20rem;height:5.5996125rem;top:6.3623046875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsvcWxgkgFnJZalCcnS51HLHBFXqgUu7 { background-color:#fff5d4;background-image:none;display:block; }#EsvcWxgkgFnJZalCcnS51HLHBFXqgUu7 > .row .container { background-color: transparent; background-image: none; }#EsvcWxgkgFnJZalCcnS51HLHBFXqgUu7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EsvcWxgkgFnJZalCcnS51HLHBFXqgUu7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EsvcWxgkgFnJZalCcnS51HLHBFXqgUu7 > .row .container > .video-iframe-container { display: none; }#EsvcWxgkgFnJZalCcnS51HLHBFXqgUu7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EsvcWxgkgFnJZalCcnS51HLHBFXqgUu7 > .row > .video-iframe-container { display: none; }#EsvcWxgkgFnJZalCcnS51HLHBFXqgUu7 > .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); }#EsvcWxgkgFnJZalCcnS51HLHBFXqgUu7 > .row .container { width:20rem;height:43.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X0MMaiXTBtDThxBcedTM9MwBrRav7XzB { width:20rem;height:5.19921875rem;top:3.435546875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#6f380d;display:block; }
 }@media only screen and (max-width: 763px) { #upEURAO8hkntD57XHH4TsW2TVOgo1Xuv { width:20rem;height:2.03125rem;top:21.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpsSz79xM9Du9ckMawyOJ93IcaCqaX2R { width:20rem;height:41.3125rem;top:1.373046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mszdhfHRhOxhPy7GUTxodrNw5EOvXlzG { width:6.25rem;height:6.25rem;top:11.4375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMzUHv5xBUkLgfPhUGIzvFNUhtTv1HTe { width:20rem;height:1.4624rem;top:10.0380859375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BD1tUu8UrqsOC7Usrwitc606x3SGLJ1p { width:18rem;height:5.94921875rem;top:33.9375rem;left:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwbyCwpFu8rrJcg9N2WSub8TAdaV7xaE { width:16.875rem;height:4.142575rem;top:24.6484375rem;left:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmH2pTqxsDoeu7o0xWfkAl9byRAfFn9A { width:17.5rem;height:3.4375rem;top:29.875rem;left:1.25rem;border-top:0.125rem solid #f4ce83;border-left:0.125rem solid #f4ce83;border-right:0.125rem solid #f4ce83;border-bottom:0.125rem solid #f4ce83;display:block; }
 }@media only screen and (max-width: 763px) { #ycl8SpK2rbTupB0ohWocTnzOn1X6eS6A { display:block; }
 }@media only screen and (max-width: 763px) { #K5tS1sdDnvepxpeS9nuTEtwtdTw9Q8PD { width:20rem;height:7.9980625rem;top:12.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxceZQ1DRrLcriVZXiCPMliz6b92CAna { background-color:transparent;background-image: -webkit-linear-gradient(181deg, #e6feff, #ffffff);background-image: -moz-linear-gradient(181deg, #e6feff, #ffffff);background-image: -ms-linear-gradient(181deg, #e6feff, #ffffff);background-image: -o-linear-gradient(181deg, #e6feff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6feff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6feff', endColorstr='#ffffff' );";background-image: linear-gradient(181deg, #e6feff, #ffffff);background-size:auto !important;display:block; }#wxceZQ1DRrLcriVZXiCPMliz6b92CAna > .row .container { background-color: transparent; background-image: none; }#wxceZQ1DRrLcriVZXiCPMliz6b92CAna::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxceZQ1DRrLcriVZXiCPMliz6b92CAna > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxceZQ1DRrLcriVZXiCPMliz6b92CAna > .row .container > .video-iframe-container { display: none; }#wxceZQ1DRrLcriVZXiCPMliz6b92CAna > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxceZQ1DRrLcriVZXiCPMliz6b92CAna > .row > .video-iframe-container { display: none; }#wxceZQ1DRrLcriVZXiCPMliz6b92CAna > .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); }#wxceZQ1DRrLcriVZXiCPMliz6b92CAna > .row .container { width:20rem;height:16.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fNTVTDOP6kRpIv0PiuQVbnBcaWxRa141 { width:20rem;height:5.0625rem;top:1.478515625rem;left:0rem;font-size:1.6875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #UQLt8t9ZpRZbHMvKiX1UsTwk8EdrOw7n { width:19.4375rem;height:4.0625rem;top:11.3955078125rem;left:0rem;font-size:1.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TduZUnaGsvDECn8TlpNFr5e1Nka6ukeq { width:20rem;height:2.75rem;top:7.84375rem;left:0rem;font-size:1.375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #mQTfblg6Vd2FHTzqdsKOJkaUJokXaNdu { display:block; }#mQTfblg6Vd2FHTzqdsKOJkaUJokXaNdu > .row .container { width:20rem;height:52.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BMezz6A7dG3aZeRX3a5fQIeiJvrXx96H { width:20rem;height:15rem;top:25.8544921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRXcdWZF9xLXeNXN1guVIJDZPBHZaFkP { width:18.75rem;height:5.3994125rem;top:15.2919921875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXD8zfZ2RDEUfMSEDQzfe2J5qsQJnl3P { width:20rem;height:13.1875rem;top:12.5419921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a90ygE8BJzAdI8G8COTG7W0lhNJmGLdB { width:18.75rem;height:7.19925rem;top:29.47900390625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwEQ1QvUNP4cu4Vy74hktI4t0UqiW5XW { width:17.875rem;height:1.4624rem;top:38.1455078125rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpXOazfnBsXe0vxQp9vXstX69J3rnJFs { width:20rem;height:7.75rem;top:43.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uv5C6rDTNcJBIl0D1oET8TdMH9ffEr3g { width:18.1875rem;height:1.79980625rem;top:44.8125rem;left:0.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb8qt3qRy86Vo93VOStinqDgzbgywTkH { width:18.75rem;height:1.4624rem;top:47.4375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #awtINqt5drTOO2khUDrvsfsHmU0eEuX7 { width:20rem;height:9.8125rem;top:1rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,245,212,0.5), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(255,245,212,0.5), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(255,245,212,0.5), #ffffff);background-image: -o-linear-gradient(180deg, rgba(255,245,212,0.5), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d47f', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d47f', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(255,245,212,0.5), #ffffff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #vxhR6gFQdyTT9sKnkMpcKwHierdx7U2H { width:18.75rem;height:3.5996125rem;top:2.5rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQThBJrkG4PEwtZlKgFhHNTuv2qCR1Un { width:18.75rem;height:1.4624rem;top:8rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIvmPceQbzbk2W3kKk81K6eVyNKTokpW { width:18.75rem;height:1.4624rem;top:22.82275390625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVLQB4tPCd9ah7UcTxKUDgf2WbD2o0bc { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/005b91a1-d369-4cc8-bfb7-e225a5dbe379/bg5.webp");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#SVLQB4tPCd9ah7UcTxKUDgf2WbD2o0bc.adaptive-delivery-prevent-bg, #SVLQB4tPCd9ah7UcTxKUDgf2WbD2o0bc.lazyload, #SVLQB4tPCd9ah7UcTxKUDgf2WbD2o0bc.lazyloading { background-image: none; }#SVLQB4tPCd9ah7UcTxKUDgf2WbD2o0bc > .row .container { background-color: transparent; background-image: none; }#SVLQB4tPCd9ah7UcTxKUDgf2WbD2o0bc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVLQB4tPCd9ah7UcTxKUDgf2WbD2o0bc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVLQB4tPCd9ah7UcTxKUDgf2WbD2o0bc > .row .container > .video-iframe-container { display: none; }#SVLQB4tPCd9ah7UcTxKUDgf2WbD2o0bc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVLQB4tPCd9ah7UcTxKUDgf2WbD2o0bc > .row > .video-iframe-container { display: none; }#SVLQB4tPCd9ah7UcTxKUDgf2WbD2o0bc > .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); }#SVLQB4tPCd9ah7UcTxKUDgf2WbD2o0bc > .row .container { width:20rem;height:37.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sdcGGoyQX2V6m3TvV2wJHJvNvKcPILmy { width:18.75rem;height:4rem;top:2.375rem;left:0.625rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #bRhJx7TsQDSfrA4DqNgR89VtIgmXiLB4 { width:20rem;height:2rem;top:7.0625019073488rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #d18N60stTVCpgLWkqeCaNNOW1SG3dEqT .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#d18N60stTVCpgLWkqeCaNNOW1SG3dEqT .accordion-heading-text { font-weight:400;font-style:normal;font-size:1.125rem;height:auto; }
#d18N60stTVCpgLWkqeCaNNOW1SG3dEqT { display:flex;height:auto;width:17.5rem;top:13.9375rem;left:0rem; }
#d18N60stTVCpgLWkqeCaNNOW1SG3dEqT .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #d18N60stTVCpgLWkqeCaNNOW1SG3dEqT #P7bS08p25iuSDpaT5ZepBlRAxm88GkcM {  }
 }@media only screen and (max-width: 763px) { #d18N60stTVCpgLWkqeCaNNOW1SG3dEqT #QV5AqIw1S5sy39cRgKAqp6amPT95fGDh {  }
 }@media only screen and (max-width: 763px) { #d18N60stTVCpgLWkqeCaNNOW1SG3dEqT #gvzvDMHeT3k1m6Fq1QnSvozUhtGtZziF {  }
 }@media only screen and (max-width: 763px) { #d18N60stTVCpgLWkqeCaNNOW1SG3dEqT #E8XWofuMhJP8WEwxA0o1HJpPBXgp6rs4 {  }
 }@media only screen and (max-width: 763px) { #d18N60stTVCpgLWkqeCaNNOW1SG3dEqT #PUofp1uQdvSHMBXUe1N0uelbR4wc1Qxm {  }
 }@media only screen and (max-width: 763px) { #d18N60stTVCpgLWkqeCaNNOW1SG3dEqT #oWauRBbuVrFSAOtymAx9DwFDsz3Smuvf {  }
 }@media only screen and (max-width: 763px) { #d18N60stTVCpgLWkqeCaNNOW1SG3dEqT #M6UmrOG0h8Pcqc7lXeJvgTBSindHG6aQ {  }
 }@media only screen and (max-width: 763px) { #d18N60stTVCpgLWkqeCaNNOW1SG3dEqT #zyq1KC46CZFgAubCQeM3qyTHzP816wA2 {  }
 }@media only screen and (max-width: 763px) { #d18N60stTVCpgLWkqeCaNNOW1SG3dEqT #NyOx3SvlgQuKTb1B3Kvg7M8L6fETTQC2 {  }
 }@media only screen and (max-width: 763px) { #d18N60stTVCpgLWkqeCaNNOW1SG3dEqT #G6wvidxkpQBAL5eKNmZDiFyNPrf8JOhb {  }
 }@media only screen and (max-width: 763px) { #d18N60stTVCpgLWkqeCaNNOW1SG3dEqT #IDi5dKWekOONM9dOTpeuKKZoWfUhbNUs {  }
 }@media only screen and (max-width: 763px) { #d18N60stTVCpgLWkqeCaNNOW1SG3dEqT #u6mOzSRvpkpG8rvC7Zb7anCNWfouCqZK {  }
 }@media only screen and (max-width: 763px) { #d18N60stTVCpgLWkqeCaNNOW1SG3dEqT #CiibAIU9MgcGuqIrLOK0J2WnGk6PhfIu {  }
 }@media only screen and (max-width: 763px) { #d18N60stTVCpgLWkqeCaNNOW1SG3dEqT #kPQH012PA0z3nwC4lJzGCmFtFkFZWHF4 {  }
 }@media only screen and (max-width: 763px) { #d18N60stTVCpgLWkqeCaNNOW1SG3dEqT #waeLtvqqZxVstTO0B0JvkN4S9k2lyzkI {  }
 }@media only screen and (max-width: 763px) { #d18N60stTVCpgLWkqeCaNNOW1SG3dEqT #Hosx7K5WQhCpPsliFI12R9KhIkZ3GHS0 {  }
 }@media only screen and (max-width: 763px) { #d18N60stTVCpgLWkqeCaNNOW1SG3dEqT #h42EqdeCM4mggICGLLdzxw5u9TVRUdDQ {  }
 }@media only screen and (max-width: 763px) { #d18N60stTVCpgLWkqeCaNNOW1SG3dEqT #AKkgqGZ2OhDnoRyzmpT1oJhdwR3VN2Nu {  }
 }@media only screen and (max-width: 763px) { #d18N60stTVCpgLWkqeCaNNOW1SG3dEqT #XIaJwUbDy7MkbOGkv3Tp48xPAJTsmIP9 {  }
 }@media only screen and (max-width: 763px) { #d18N60stTVCpgLWkqeCaNNOW1SG3dEqT #gUUoBIKvIQG3FqHTusmahK8fZmaOQFvN {  }
 }@media only screen and (max-width: 763px) { #plwmtnT6wAKvlWtiUTueLLERdpm0Gq2L { display:none; }#plwmtnT6wAKvlWtiUTueLLERdpm0Gq2L > .row .container { width:20rem;height:31.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MkFgu3h7GHsaXrRQh9THUoerDoU67ADe { display:none; }#MkFgu3h7GHsaXrRQh9THUoerDoU67ADe > .row .container { width:20rem;height:102.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OsTpTyVAhx3OfNsb6sxrSS4zH4FnmhRi { width:20rem;height:24.6875rem;top:54.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVL7kcf7J7nznL73erH8ucXdfxCisSsN { width:18.75rem;height:9rem;top:41.8544921875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcQDvFwc72qckRN2azDnvBICLEGlQtgg { width:20rem;height:28.4375rem;top:26.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTT4T3NXTXpEGaUKlfpHDAB3i57OReRz { width:18.75rem;height:5.4rem;top:70.10400390625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTTMtMWUc8slOAERLu9FTdWrJK21Rn1D { width:17.875rem;height:1.4624rem;top:76.7080078125rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRTag43eoy99DJVM0ZZTwEcCGGLUebwC { width:20rem;height:21.9375rem;top:79.75rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBMbD2nvtlQr8x0ZgqRCtg9T9sRVsQ29 { width:18.1875rem;height:5.4rem;top:93rem;left:0.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9QE8aBz26xiN2IOp9ZMofeLPIBVRvAc { width:18.75rem;height:1.4624rem;top:99.375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJEyqxuy8KqIJ7wALTWUNhdxzrl7RhBN { width:20rem;height:26.1875rem;top:0rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,245,212,0.5), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(255,245,212,0.5), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(255,245,212,0.5), #ffffff);background-image: -o-linear-gradient(180deg, rgba(255,245,212,0.5), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d47f', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d47f', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(255,245,212,0.5), #ffffff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #JO2iz8FZxs2AfeC4TGBs5lSIpPAo6AUf { width:18.75rem;height:7.2rem;top:14.625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgK6F9TO7UE1V9JPLXKK0Otb5f9q18cA { width:11.4375rem;height:11.4375rem;top:1.5rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2neesHKKi5P7xnTT8kSztPAcw6hTPhu { width:18.75rem;height:1.4624rem;top:22.9375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SG6AHbmwAqd7iFTr3hASPUDnqIyKTbbJ { width:18.75rem;height:1.4624rem;top:52.32275390625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y625nxC9FpcTJ0mk9fsgiScCtrGggdWc { width:10.8125rem;height:10.8125rem;top:29.39306640625rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgDRRXUZUCK9mAPTLkCrlbKuVxkwh6If { width:11.0625rem;height:11.0625rem;top:57.15625rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #StAEQWmGg4qx6oaHe5kWdrbvClbfd2dp { width:10.5625rem;height:10.5625rem;top:81.25rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4mfxqesis9fLGTxWx7QyBpOXCeTLpRq { background-color:#ffdfcf;background-image:none;display:block; }#m4mfxqesis9fLGTxWx7QyBpOXCeTLpRq > .row .container { background-color: transparent; background-image: none; }#m4mfxqesis9fLGTxWx7QyBpOXCeTLpRq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4mfxqesis9fLGTxWx7QyBpOXCeTLpRq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4mfxqesis9fLGTxWx7QyBpOXCeTLpRq > .row .container > .video-iframe-container { display: none; }#m4mfxqesis9fLGTxWx7QyBpOXCeTLpRq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4mfxqesis9fLGTxWx7QyBpOXCeTLpRq > .row > .video-iframe-container { display: none; }#m4mfxqesis9fLGTxWx7QyBpOXCeTLpRq > .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); }#m4mfxqesis9fLGTxWx7QyBpOXCeTLpRq > .row .container { width:20rem;height:49.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SyogyrtPmHNLIVEyvxGoG392dgDq2PXO { width:20rem;height:2.2749rem;top:31.2197265625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfuozAHIZDgSDspTrnidwOQ77cqJDdVZ { width:13.9375rem;height:3.9375rem;top:26.4072265625rem;left:3.03125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkgK3NbuTcy8MDFw5pZstPsnnRvRxl3e { width:8.5rem;height:3.9375rem;top:19.375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxfrIDm4qwVxWk8BHtcOacHXSNc2NVxB { width:20rem;height:6.0625rem;top:34.43115234375rem;left:0rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #Uzk3wvhQDKUW5P0fK5CMsVeNKldyGRTc { width:20rem;height:3.574225rem;top:35.67529296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #BmxoRHMJGtFKAvBg1RspXDxrLunaCzGD { width:18.75rem;height:4.375rem;top:44.375rem;left:0.625rem;font-weight:400;font-style:normal;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pA2eeDZ8HCoB2abkZ0FyDJevKasRHzm8 { display:block; }
 }@media only screen and (max-width: 763px) { #P2BIwxf1b85gQ4qwnZl40FWCfOLVAAP5 { top:0rem;left:0.65625rem;width:18.6875rem;height:18.6875rem;z-index:15024;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HTLIP3uXOwXtrONP54p4AspNPlakOyyT { width:20rem;height:2rem;top:23.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrKgptbCPTQsgUthIBiDcdnolPefQifq { width:20rem;height:1.7871125rem;top:41.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpERxMVi7aHkiDMKwTaZ2iLnIeosrpgB { display:block; }#KpERxMVi7aHkiDMKwTaZ2iLnIeosrpgB > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RtUeO9HcQe39FaT0qOmweqcsIpvNf7MZ { width:17.1875rem;height:6rem;top:1.6875rem;left:1.40625rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #TmKun5OzPHhSJXFNvXwN1EgKxh0XcRX1 { display:block; }#TmKun5OzPHhSJXFNvXwN1EgKxh0XcRX1 > .row .container { width:20rem;height:137rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sM0VmDCrAIQbnkoK9qeNkH0M9wBP2OXm { width:20rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtwxnyiDeMFubMZsJf5M9MoXOg3gsTLT { width:20rem;height:114.06734375rem;top:21.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqiXSR7vR90QoTTpntQd6uULoQwZfKo1 { display:block; }#PqiXSR7vR90QoTTpntQd6uULoQwZfKo1 > .row .container { width:20rem;height:11.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sMkieZZTbJ42mg1MIQ51M6RTVIFn6yTm { width:18.75rem;height:4.375rem;top:1.46875rem;left:0.625rem;font-weight:400;font-style:normal;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7Lvy7NKc4fxJSQzPXhIwPcomHkiJhHN { display:block; }
 }@media only screen and (max-width: 763px) { #DVWhnnxwIf0kTrs4TIahVKnuk1NAcF8U { display:block; }#DVWhnnxwIf0kTrs4TIahVKnuk1NAcF8U > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qpbRn6cC0aZLurc210VeoGO2vxJoV5i5 { width:6.25rem;height:3.0625rem;top:2.59375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5rAtgIJdeU6vCOllz0163p0ETTs8n24 { width:1.3125rem;height:1.21875rem;top:3.4375rem;left:12.5rem;font-size:0.9375rem;z-index:15021;display:block; }
 }