.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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZlOSkVnJZqEVe17o5TDp3C2GPAsR4Ln { background-color:#4e2e3d;background-image:url("https://images.assets-landingi.com/uc/3111cf8c-33ef-4b20-87ec-71a45c69714e/_Zdjciegwnenastronzapisucz23.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; }#JZlOSkVnJZqEVe17o5TDp3C2GPAsR4Ln.adaptive-delivery-prevent-bg, #JZlOSkVnJZqEVe17o5TDp3C2GPAsR4Ln.lazyload, #JZlOSkVnJZqEVe17o5TDp3C2GPAsR4Ln.lazyloading { background-image: none; }#JZlOSkVnJZqEVe17o5TDp3C2GPAsR4Ln > .row .container { background-color: transparent; background-image: none; }#JZlOSkVnJZqEVe17o5TDp3C2GPAsR4Ln::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZlOSkVnJZqEVe17o5TDp3C2GPAsR4Ln > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZlOSkVnJZqEVe17o5TDp3C2GPAsR4Ln > .row .container > .video-iframe-container { display: none; }#JZlOSkVnJZqEVe17o5TDp3C2GPAsR4Ln > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZlOSkVnJZqEVe17o5TDp3C2GPAsR4Ln > .row > .video-iframe-container { display: none; }#JZlOSkVnJZqEVe17o5TDp3C2GPAsR4Ln > .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); }#JZlOSkVnJZqEVe17o5TDp3C2GPAsR4Ln > .row .container { border-width: 0; border-radius: 0; }#JZlOSkVnJZqEVe17o5TDp3C2GPAsR4Ln > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#JZlOSkVnJZqEVe17o5TDp3C2GPAsR4Ln > .row .container { font-size:0.875rem;font-family:arial;height:54.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#xATBHlOCoDkfz1t2GdTRZWT5zmuvqwSg { color:#ffffff;display:block;width:30.25rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:29.6875rem;left:44.6875rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kqweXOSw7GTiHMs4wkA13ipxqoGto9sl { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.31119825rem;width:26.99869725rem;position:absolute;display:block;z-index:15014;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0.625rem;left:46.1875rem;overflow:hidden;display:block; }
#scn3PT9TgEEtLoz3rNHJFgVBzTez7E4V { color:#ffffff;display:block;width:30.6861875rem;position:absolute;font-family:"josefin sans";font-size:4.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:20.916667938233rem;left:44.313804626465rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ImZLE0CO2GdBt0E2JFdu4DZqTWt1fZKm { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.121745rem;width:30rem;top:27.220052719116rem;left:44.794921875rem;display:block; }
#L85OqRqkaM3QGX0meL4VCEJTXx1TZa8L { position:absolute;display:block;z-index:14999;background-color:#f2a51e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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;height:10.5rem;width:64.1875rem;top:48.8125rem;left:5.625rem;display:block; }
#CTWAxvTm5laCZFrlA0dIKLwhdd4TvxVm { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:31.25rem;display:none; }
#pFEhBLbAlhy5lVL05H5hED4A6tbgTkMT { color:#ffffff;display:block;width:26.4986875rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:38rem;left:46.4375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fM304vXyKK2izILrRL9XOfGs8mqXitDi { color:#f2a51e;display:block;width:30rem;position:absolute;font-family:"josefin sans";font-size:2.3125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:13.935546875rem;left:45rem;height:6.01171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u2aHAl4I6hCZW74h8nfXUH2hn9LkA8sz { 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;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.75rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:42.125rem;left:49.6875rem;display:block; }
#cRTkG3kx7DoU4lEnRwJyT21PTzaNBsdR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sPGnuTsEfmxgaP2QwFJwSTOBVhusfJPf { color:#ba7191;display:block;width:1.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:2.5rem;left:71.6875rem;height:1.625rem;display:block; }
#O0tQVVDVT3Nwtcnc95bki4NQJeIf6sdU { color:#4e2e3d;display:block;width:64.3125rem;position:absolute;font-family:"josefin sans";font-size:3.4375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:52.234375rem;left:5.34375rem;height:4.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BNdi58cpiNZTKEevAVt4OtnWfoILIbvR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4e2e3d;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; }#BNdi58cpiNZTKEevAVt4OtnWfoILIbvR > .row .container { background-color: transparent; background-image: none; }#BNdi58cpiNZTKEevAVt4OtnWfoILIbvR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BNdi58cpiNZTKEevAVt4OtnWfoILIbvR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BNdi58cpiNZTKEevAVt4OtnWfoILIbvR > .row .container > .video-iframe-container { display: none; }#BNdi58cpiNZTKEevAVt4OtnWfoILIbvR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BNdi58cpiNZTKEevAVt4OtnWfoILIbvR > .row > .video-iframe-container { display: none; }#BNdi58cpiNZTKEevAVt4OtnWfoILIbvR > .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); }#BNdi58cpiNZTKEevAVt4OtnWfoILIbvR > .row .container { border-width: 0; border-radius: 0; }#BNdi58cpiNZTKEevAVt4OtnWfoILIbvR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BNdi58cpiNZTKEevAVt4OtnWfoILIbvR > .row .container { font-size:0.875rem;font-family:arial;height:10.125rem;width:75rem;position:relative;display:block; }#tHoM8J1D79mN8aTXSZU6ISeUPWiLfi5Z { color:#fd4336;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.5rem;left:11.9375rem;height:2.5rem;display:none; }
#XOrEh6P7ZGhLA4Bo4DqylfcMu3zTKqQi { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:31.25rem;display:none; }
#OTBcHiVMt9mCpZd8QTHKb18OhaBxJMXs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4e2e3d;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; }#OTBcHiVMt9mCpZd8QTHKb18OhaBxJMXs > .row .container { border-width: 0; border-radius: 0; }#OTBcHiVMt9mCpZd8QTHKb18OhaBxJMXs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OTBcHiVMt9mCpZd8QTHKb18OhaBxJMXs > .row .container { font-size:0.875rem;font-family:arial;height:69.875rem;width:75rem;position:relative;display:none; }#ipiw3ABm2FICLAtPOr4R2Ji266IXAOOs { color:#fd4336;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.5rem;left:11.9375rem;height:2.5rem;display:none; }
#VaaDhTtyCFvTfRWvcgwv0TyZXkDRKtrM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:31.25rem;display:none; }
#OwLusDCbQ28oOytTeqxW3n2lMermTpuP { color:#000000;display:block;width:47.75rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:17.5rem;left:13.625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#aTtClKC2hwgQHlI32dGGCHGimTsA4coO { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:36.0625rem;width:64.1875rem;top:27.3125rem;left:5.40625rem;display:block; }
#HyeVRya2AsBAGiiqSisOml0wJ6FvS7Mg { color:#ffffff;display:block;width:64rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:6.833335876465rem;left:5.5rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MhRvK0LKz2B8duL9vXaXTBqV8LtyDEmx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4e2e3d;background-image:url("https://images.assets-landingi.com/uc/2d894312-c23b-49a6-82ee-b216ff9f0dcf/_Zdjciegwnenastronzapisucz21.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MhRvK0LKz2B8duL9vXaXTBqV8LtyDEmx.adaptive-delivery-prevent-bg, #MhRvK0LKz2B8duL9vXaXTBqV8LtyDEmx.lazyload, #MhRvK0LKz2B8duL9vXaXTBqV8LtyDEmx.lazyloading { background-image: none; }#MhRvK0LKz2B8duL9vXaXTBqV8LtyDEmx > .row .container { background-color: transparent; background-image: none; }#MhRvK0LKz2B8duL9vXaXTBqV8LtyDEmx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MhRvK0LKz2B8duL9vXaXTBqV8LtyDEmx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MhRvK0LKz2B8duL9vXaXTBqV8LtyDEmx > .row .container > .video-iframe-container { display: none; }#MhRvK0LKz2B8duL9vXaXTBqV8LtyDEmx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MhRvK0LKz2B8duL9vXaXTBqV8LtyDEmx > .row > .video-iframe-container { display: none; }#MhRvK0LKz2B8duL9vXaXTBqV8LtyDEmx > .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); }#MhRvK0LKz2B8duL9vXaXTBqV8LtyDEmx > .row .container { border-width: 0; border-radius: 0; }#MhRvK0LKz2B8duL9vXaXTBqV8LtyDEmx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MhRvK0LKz2B8duL9vXaXTBqV8LtyDEmx > .row .container { font-size:0.875rem;font-family:arial;height:48.625rem;width:75rem;position:relative;display:block; }#Qxdc6ZJQOAI5xZXpsQDFfJz6kciJA3Vm { color:#ffffff;display:block;width:27.5625rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:7.5rem;left:44.3125rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#L9dwW6OZ5u84zbEpDW67hL337ngLzAhJ { color:#ffffff;display:block;width:30.6875rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:10.708335876465rem;left:44.3125rem;height:26.7695375rem;font-style:normal;display:block; }
#gsXfP7dMGCQfDqS07ODBiJdTiDxUk5GW { position:absolute;display:block;z-index:15001;background-color:#f2a51e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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;height:10.6875rem;width:47.625rem;top:43.208335876465rem;left:13.65625rem;display:block; }
#fdW2EicHaci7FCGk4iTUf6ra3EvIMlxo { color:#000000;display:block;width:47.75rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:45.67578125rem;left:13.625rem;height:5.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#vN8ncKpl35P1yAJ2vNvRCiSDCmRMJ2ct { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.6875rem;width:75rem;display:none; }
#hvZo4OTm5p0oi0zJtugCBeuFcyoxNc0i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4e2e3d;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; }#hvZo4OTm5p0oi0zJtugCBeuFcyoxNc0i > .row .container { background-color: transparent; background-image: none; }#hvZo4OTm5p0oi0zJtugCBeuFcyoxNc0i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvZo4OTm5p0oi0zJtugCBeuFcyoxNc0i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvZo4OTm5p0oi0zJtugCBeuFcyoxNc0i > .row .container > .video-iframe-container { display: none; }#hvZo4OTm5p0oi0zJtugCBeuFcyoxNc0i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvZo4OTm5p0oi0zJtugCBeuFcyoxNc0i > .row > .video-iframe-container { display: none; }#hvZo4OTm5p0oi0zJtugCBeuFcyoxNc0i > .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); }#hvZo4OTm5p0oi0zJtugCBeuFcyoxNc0i > .row .container { border-width: 0; border-radius: 0; }#hvZo4OTm5p0oi0zJtugCBeuFcyoxNc0i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hvZo4OTm5p0oi0zJtugCBeuFcyoxNc0i > .row .container { font-size:0.875rem;font-family:arial;height:0.75rem;width:75rem;position:relative;display:block; }#E4TWTw18SQg8MZhvk52VgTQs2F25C8d4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4e2e3d;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; }#E4TWTw18SQg8MZhvk52VgTQs2F25C8d4 > .row .container { background-color: transparent; background-image: none; }#E4TWTw18SQg8MZhvk52VgTQs2F25C8d4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E4TWTw18SQg8MZhvk52VgTQs2F25C8d4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E4TWTw18SQg8MZhvk52VgTQs2F25C8d4 > .row .container > .video-iframe-container { display: none; }#E4TWTw18SQg8MZhvk52VgTQs2F25C8d4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E4TWTw18SQg8MZhvk52VgTQs2F25C8d4 > .row > .video-iframe-container { display: none; }#E4TWTw18SQg8MZhvk52VgTQs2F25C8d4 > .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); }#E4TWTw18SQg8MZhvk52VgTQs2F25C8d4 > .row .container { border-width: 0; border-radius: 0; }#E4TWTw18SQg8MZhvk52VgTQs2F25C8d4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E4TWTw18SQg8MZhvk52VgTQs2F25C8d4 > .row .container { font-size:0.875rem;font-family:arial;height:55.3125rem;width:75rem;position:relative;display:block; }#P7wRPDEnh2mNJWFcBwxGogTfJ26kS8sI { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:18rem;top:9.5625rem;left:0rem;overflow:hidden;display:block; }
#uVSceqOTKPEnTZ8QTJ7l91JSAdTbTzmy { 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:12.875rem;width:18rem;top:9.5625rem;left:18.9375rem;overflow:hidden;display:block; }
#OJhhvTZpv2IwulvyTq0ZVlS7PaAwFgSk { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:18rem;top:9.5625rem;left:37.875rem;overflow:hidden;display:block; }
#vTElyDGdPMV1xB4u1a6uEccpyVJV8XE3 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.875rem;width:18rem;top:9.5625rem;left:56.875rem;overflow:hidden;display:block; }
#tU1QlA6vho56dd6MTS1tGALwUPR3bABN { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.875rem;width:18rem;top:23.625rem;left:0rem;overflow:hidden;display:block; }
#u1vzFTBmqEa45LzhcehWZQUaxRzcck0u { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.875rem;width:18rem;top:23.625rem;left:18.9375rem;overflow:hidden;display:block; }
#Spx6GlhBf0U2XSlkn22tL5yTaIvJIAEH { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.875rem;width:18rem;top:23.625rem;left:37.875rem;overflow:hidden;display:block; }
#oqoCofLG48TglZzMUI3R2Qb4bbHw5xUw { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.875rem;width:18rem;top:23.625rem;left:56.8125rem;overflow:hidden;display:block; }
#dlKhApNm1I8fKqthdHlfhC9dPqVV1Cum { 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;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.75rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:40.85417175293rem;left:27.5rem;display:block; }
#QJtwVDtVdbhmtPc2MaJl6owcbG27Q4sp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ANHW41GpAGnVDe23cavvHU9T38tbDzV9 { 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;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.75rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:40.85417175293rem;left:27.5rem;display:none; }
#xUoFFpPvzK8cySB8iXtWTS3pbwRlL5il { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f8cz4auFz30Hxl1ccMC8IfRhUdpgXSuT { position:absolute;display:block;z-index:15003;background-color:#f2a51e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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;height:10.6875rem;width:47.625rem;top:49.875rem;left:13.65625rem;display:block; }
#A8DzE4mFNPVJaVk2ASlo6F4F6erOaAt5 { color:#000000;display:block;width:47.75rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:52.36328125rem;left:13.625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#BHgQHItMDl5Xup5C8L09TeLSIQCk8zm3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2ddd4;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; }#BHgQHItMDl5Xup5C8L09TeLSIQCk8zm3 > .row .container { background-color: transparent; background-image: none; }#BHgQHItMDl5Xup5C8L09TeLSIQCk8zm3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHgQHItMDl5Xup5C8L09TeLSIQCk8zm3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHgQHItMDl5Xup5C8L09TeLSIQCk8zm3 > .row .container > .video-iframe-container { display: none; }#BHgQHItMDl5Xup5C8L09TeLSIQCk8zm3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHgQHItMDl5Xup5C8L09TeLSIQCk8zm3 > .row > .video-iframe-container { display: none; }#BHgQHItMDl5Xup5C8L09TeLSIQCk8zm3 > .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); }#BHgQHItMDl5Xup5C8L09TeLSIQCk8zm3 > .row .container { border-width: 0; border-radius: 0; }#BHgQHItMDl5Xup5C8L09TeLSIQCk8zm3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BHgQHItMDl5Xup5C8L09TeLSIQCk8zm3 > .row .container { font-size:0.875rem;font-family:arial;height:28.0625rem;width:75rem;position:relative;display:block; }#tFMXbItzvNvSNx9z0eGaZNHQEd1I7NaC { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #4e2e3d;border-left:0.125rem solid #4e2e3d;border-right:0.125rem solid #4e2e3d;border-bottom:0.125rem solid #4e2e3d;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;height:23rem;width:63.0625rem;top:4.81201171875rem;left:8.4375rem;display:block; }
#I1TIq2sbPDvvZ7J8m5rVd1kDWDmqxvXt { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:15.5625rem;top:7.987060546875rem;left:0rem;overflow:hidden;display:block; }
#tsbR0fZUgy8PtnJU9VpuMnTechD9sRVA { color:#47545a;display:block;width:40.625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:7.9453125rem;left:20.8125rem;height:7.5rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#woTMI3Z2ZTCIUsiqP9BduNiTqssp91B9 { color:#2649a9;display:block;width:48.2473945625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:20.42448425293rem;left:20.8125rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XbUqyAvNg56WiZUq7ZmyGaauB0JSNuF0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2ddd4;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; }#XbUqyAvNg56WiZUq7ZmyGaauB0JSNuF0 > .row .container { background-color: transparent; background-image: none; }#XbUqyAvNg56WiZUq7ZmyGaauB0JSNuF0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XbUqyAvNg56WiZUq7ZmyGaauB0JSNuF0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XbUqyAvNg56WiZUq7ZmyGaauB0JSNuF0 > .row .container > .video-iframe-container { display: none; }#XbUqyAvNg56WiZUq7ZmyGaauB0JSNuF0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XbUqyAvNg56WiZUq7ZmyGaauB0JSNuF0 > .row > .video-iframe-container { display: none; }#XbUqyAvNg56WiZUq7ZmyGaauB0JSNuF0 > .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); }#XbUqyAvNg56WiZUq7ZmyGaauB0JSNuF0 > .row .container { border-width: 0; border-radius: 0; }#XbUqyAvNg56WiZUq7ZmyGaauB0JSNuF0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XbUqyAvNg56WiZUq7ZmyGaauB0JSNuF0 > .row .container { font-size:0.875rem;font-family:arial;height:32.25rem;width:75rem;position:relative;display:block; }#VodGPLZpRs8kEytzQ8JsVf7iyb66pFDb { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #4e2e3d;border-left:0.125rem solid #4e2e3d;border-right:0.125rem solid #4e2e3d;border-bottom:0.125rem solid #4e2e3d;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;height:23rem;width:63.0625rem;top:4.81201171875rem;left:8.4375rem;display:block; }
#NCDiJIVq3438fFKhSyTBA7Rdp8CzRtg4 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:15.5625rem;top:7.987060546875rem;left:0rem;overflow:hidden;display:block; }
#nVxr3Q5icc80nm3W4d4WADFpaBXuI0JK { color:#47545a;display:block;width:40.625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:7.987060546875rem;left:20.813232421875rem;height:9.375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#VLqvdmvNWe40TLbwcX3sxlV2IabLE3Ff { color:#2649a9;display:block;width:48.2473945625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:21.419281005859rem;left:20.8125rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#enbS89bGVzunJ5RDnqccBF57RMp2WN6q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2ddd4;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; }#enbS89bGVzunJ5RDnqccBF57RMp2WN6q > .row .container { border-width: 0; border-radius: 0; }#enbS89bGVzunJ5RDnqccBF57RMp2WN6q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#enbS89bGVzunJ5RDnqccBF57RMp2WN6q > .row .container { font-size:0.875rem;font-family:arial;height:32.375rem;width:75rem;position:relative;display:none; }#xRMfmgkM0fF5BHIQIOTvuAMZ9INeyz34 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #4e2e3d;border-left:0.125rem solid #4e2e3d;border-right:0.125rem solid #4e2e3d;border-bottom:0.125rem solid #4e2e3d;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;height:23rem;width:63.0625rem;top:9.125rem;left:8.4375rem;display:block; }
#wEKKEiyA45VMkTWmJ7Gp3AsAWDT29Ui6 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:15.5625rem;top:12.3125rem;left:0rem;overflow:hidden;display:block; }
#e0cuab4z9WczGT1MJhvwBOuHrrvE7Kl2 { color:#47545a;display:block;width:40.625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:12.25rem;left:20.8125rem;height:9.375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#eEl6G8D9TvfWsgAoTEND6IlT3zu98GQ4 { color:#2649a9;display:block;width:48.2473945625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:24.75rem;left:20.8125rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gDrQcCHvwBRBB3DsFeGTDySGPwCno0Ju { position:absolute;display:block;z-index:15003;background-color:#f2a51e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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;height:10.6875rem;width:47.625rem;top:49.875rem;left:13.65625rem;display:none; }
#w9QToMdGodF13R8OZTpDVFxWSUBguh43 { color:#000000;display:block;width:47.75rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:52.36328125rem;left:13.625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#Li5TJp2sw8FEqdmeRNiT7QsH4sUpezUT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2ddd4;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; }#Li5TJp2sw8FEqdmeRNiT7QsH4sUpezUT > .row .container { background-color: transparent; background-image: none; }#Li5TJp2sw8FEqdmeRNiT7QsH4sUpezUT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Li5TJp2sw8FEqdmeRNiT7QsH4sUpezUT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Li5TJp2sw8FEqdmeRNiT7QsH4sUpezUT > .row .container > .video-iframe-container { display: none; }#Li5TJp2sw8FEqdmeRNiT7QsH4sUpezUT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Li5TJp2sw8FEqdmeRNiT7QsH4sUpezUT > .row > .video-iframe-container { display: none; }#Li5TJp2sw8FEqdmeRNiT7QsH4sUpezUT > .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); }#Li5TJp2sw8FEqdmeRNiT7QsH4sUpezUT > .row .container { border-width: 0; border-radius: 0; }#Li5TJp2sw8FEqdmeRNiT7QsH4sUpezUT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Li5TJp2sw8FEqdmeRNiT7QsH4sUpezUT > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:75rem;position:relative;display:block; }#JR9ERn1OotDZBbayhkBOWoWG28SF1WLD { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #4e2e3d;border-left:0.125rem solid #4e2e3d;border-right:0.125rem solid #4e2e3d;border-bottom:0.125rem solid #4e2e3d;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;height:24.3125rem;width:63.0625rem;top:4.8117179870606rem;left:8.4375rem;display:block; }
#HeAPWu9ZWs4XA0Znmo254Xm5S0R73ofq { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:15.5625rem;top:7.987060546875rem;left:0rem;overflow:hidden;display:block; }
#PsIUmifECGDdoCeTC45mT2I02B6KpJQP { color:#47545a;display:block;width:40.625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:8.0078430175781rem;left:20.8125rem;height:11.25rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#hgyorb52WcZM2EClxOodN1Jcx5GQ8G62 { color:#2649a9;display:block;width:48.2473945625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:22.644561767578rem;left:20.8125rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZCPXXSS4rpkaC6ZJ6yC4VqeneVDTydGf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2ddd4;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; }#ZCPXXSS4rpkaC6ZJ6yC4VqeneVDTydGf > .row .container { background-color: transparent; background-image: none; }#ZCPXXSS4rpkaC6ZJ6yC4VqeneVDTydGf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCPXXSS4rpkaC6ZJ6yC4VqeneVDTydGf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCPXXSS4rpkaC6ZJ6yC4VqeneVDTydGf > .row .container > .video-iframe-container { display: none; }#ZCPXXSS4rpkaC6ZJ6yC4VqeneVDTydGf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCPXXSS4rpkaC6ZJ6yC4VqeneVDTydGf > .row > .video-iframe-container { display: none; }#ZCPXXSS4rpkaC6ZJ6yC4VqeneVDTydGf > .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); }#ZCPXXSS4rpkaC6ZJ6yC4VqeneVDTydGf > .row .container { border-width: 0; border-radius: 0; }#ZCPXXSS4rpkaC6ZJ6yC4VqeneVDTydGf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZCPXXSS4rpkaC6ZJ6yC4VqeneVDTydGf > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:75rem;position:relative;display:block; }#GPpMvMz5EQOdmUWEFRhXKUPwTRxO6ASM { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #4e2e3d;border-left:0.125rem solid #4e2e3d;border-right:0.125rem solid #4e2e3d;border-bottom:0.125rem solid #4e2e3d;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;height:24.3125rem;width:63.0625rem;top:4.8117179870606rem;left:8.4375rem;display:block; }
#CchRMInCBEFr3UR5NBp3l73EngAak2Ks { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:15.5625rem;top:7.987060546875rem;left:0rem;overflow:hidden;display:block; }
#upLb8Xl5VPCyI9lPLiwu3RKv38J4MroH { color:#47545a;display:block;width:40.625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:7.987060546875rem;left:20.813232421875rem;height:13.125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#OWDaoXgwe1bqsWFw1rrHIfuZqIf2tFUU { color:#2649a9;display:block;width:48.2484375rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:23.999221801757rem;left:20.8125rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sJHK7LJlFV24K40EZKshkCF0lqSBfsJP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2ddd4;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; }#sJHK7LJlFV24K40EZKshkCF0lqSBfsJP > .row .container { background-color: transparent; background-image: none; }#sJHK7LJlFV24K40EZKshkCF0lqSBfsJP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJHK7LJlFV24K40EZKshkCF0lqSBfsJP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJHK7LJlFV24K40EZKshkCF0lqSBfsJP > .row .container > .video-iframe-container { display: none; }#sJHK7LJlFV24K40EZKshkCF0lqSBfsJP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJHK7LJlFV24K40EZKshkCF0lqSBfsJP > .row > .video-iframe-container { display: none; }#sJHK7LJlFV24K40EZKshkCF0lqSBfsJP > .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); }#sJHK7LJlFV24K40EZKshkCF0lqSBfsJP > .row .container { border-width: 0; border-radius: 0; }#sJHK7LJlFV24K40EZKshkCF0lqSBfsJP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sJHK7LJlFV24K40EZKshkCF0lqSBfsJP > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;position:relative;display:block; }#TcTHyIBzwJCtQJ7wtyKTk71ZA9piTQ5o { color:#000000;display:block;width:47.75rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:5.3593759536743rem;left:14.5625rem;height:2.84375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#aoCNhSTkgc4qIsRK1sUvJTaI4zFwakd1 { position:absolute;display:block;z-index:15003;background-color:#f2a51e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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;height:10.6875rem;width:47.625rem;top:1.4114685058594rem;left:14.59375rem;display:block; }
#kuDPWMpyiHhg4ABXEENRzNXzn3PhuqLn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4e2e3d;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; }#kuDPWMpyiHhg4ABXEENRzNXzn3PhuqLn > .row .container { background-color: transparent; background-image: none; }#kuDPWMpyiHhg4ABXEENRzNXzn3PhuqLn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kuDPWMpyiHhg4ABXEENRzNXzn3PhuqLn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kuDPWMpyiHhg4ABXEENRzNXzn3PhuqLn > .row .container > .video-iframe-container { display: none; }#kuDPWMpyiHhg4ABXEENRzNXzn3PhuqLn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kuDPWMpyiHhg4ABXEENRzNXzn3PhuqLn > .row > .video-iframe-container { display: none; }#kuDPWMpyiHhg4ABXEENRzNXzn3PhuqLn > .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); }#kuDPWMpyiHhg4ABXEENRzNXzn3PhuqLn > .row .container { border-width: 0; border-radius: 0; }#kuDPWMpyiHhg4ABXEENRzNXzn3PhuqLn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kuDPWMpyiHhg4ABXEENRzNXzn3PhuqLn > .row .container { font-size:0.875rem;font-family:arial;height:42.3125rem;width:75rem;position:relative;display:block; }#Z75n8zbB5qxmcHllRc6O7nUeubtKRpD2 { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:12.75rem;left:18.0625rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TrKAGFufVwgsACqpFycg4c4IxhmN8Q0T { color:#000000;display:block;width:17.75rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:12.75rem;left:44.5625rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#grQlBfEzcoDi1C8TikgCmpEfXbf8DaZx { color:#000000;display:block;width:20.25rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:19.4375rem;left:18.0625rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lzLsrmnfEnvqb8iJqTf8nkW0bAN8O4cJ { color:#72686c;display:block;width:19.9375rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:19.375rem;left:44.5625rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gwwTAeoFSTwsiRaDKCLZ2HSoWPFsRIKv { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:12.75rem;left:14.875rem;overflow:hidden;display:block; }
#cKQPB4xAmNWuvWEHGBPPJWy7D6OORqNQ { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:19.4375rem;left:14.875rem;overflow:hidden;display:block; }
#Ksmh3FKXNtRPp2smMC7wMnrgOGK85T8T { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:19.4375rem;left:41.5rem;overflow:hidden;display:block; }
#AQc02LJz5OrrOupBWwcX4Ac1uLfXoaxA { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:12.75rem;left:41.6875rem;overflow:hidden;display:block; }
#sn5bsGc6TwzyedSsOJLdudlcn4diKwaF { color:#000000;display:block;width:20.25rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:26.0625rem;left:18.3125rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#arHrfRKu7tMpSPpV34Wv3tmwXo5d95kI { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:26.5rem;left:14.875rem;overflow:hidden;display:block; }
#I7lJuq1ECa56nuxdWrMPVzpGgmcXIXZs { color:#72686c;display:block;width:22.8125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:26rem;left:44.5625rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VEAgJgpUcV3x6DG7kW75GzSksVo1GNOf { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:26.5rem;left:41.6875rem;overflow:hidden;display:block; }
#xoeT4V3lTx1AI6LuMIPLryEaDQ4l9D3m { position:absolute;display:block;z-index:15005;background-color:#f2a51e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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;height:11.25rem;width:47.625rem;top:36.979187011719rem;left:13.65625rem;display:block; }
#iELf9PzEfrET9Hc7AqTguo1TtuJQMZza { color:#000000;display:block;width:47.75rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:39.458343505859rem;left:13.625rem;height:2.84375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#MVGlBcesBZqTA8B2xvuTQMAcEwuaruB1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2ddd4;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; }#MVGlBcesBZqTA8B2xvuTQMAcEwuaruB1 > .row .container { background-color: transparent; background-image: none; }#MVGlBcesBZqTA8B2xvuTQMAcEwuaruB1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MVGlBcesBZqTA8B2xvuTQMAcEwuaruB1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MVGlBcesBZqTA8B2xvuTQMAcEwuaruB1 > .row .container > .video-iframe-container { display: none; }#MVGlBcesBZqTA8B2xvuTQMAcEwuaruB1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MVGlBcesBZqTA8B2xvuTQMAcEwuaruB1 > .row > .video-iframe-container { display: none; }#MVGlBcesBZqTA8B2xvuTQMAcEwuaruB1 > .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); }#MVGlBcesBZqTA8B2xvuTQMAcEwuaruB1 > .row .container { border-width: 0; border-radius: 0; }#MVGlBcesBZqTA8B2xvuTQMAcEwuaruB1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MVGlBcesBZqTA8B2xvuTQMAcEwuaruB1 > .row .container { font-size:0.875rem;font-family:arial;height:60.875rem;width:75rem;position:relative;display:block; }#mIJJnSTTlFDOVmVmtDG8TJfX5qFgel1V { box-sizing:content-box;height:34.6875rem;width:24.1875rem;position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;top:8.8125rem;left:7.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:block; }
#UGTV6qyJHnuTX4dkGGHcnBGTQ9HFVkMV { box-sizing:content-box;height:5.6875rem;width:22.4375rem;position:absolute;display:block;z-index:15024;background-color:#4e2e3d;background-image:none;top:10.125rem;left:8.5rem;display:block; }
#FvAD64TXoMoaP9W2QRP7ufPdKLeDktn0 { color:#000000;display:block;width:22.3125rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:11.75rem;left:8.6875rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fl6kLGv7OEdtyKuDZGEa64PP1D3QTIXO { color:#47545a;display:block;width:22.3125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:17.062511444092rem;left:8.5625rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#LQtMCBrFzbXZPkMtCCBGP9sI9XAiyDS3 { color:#000000;display:block;width:31.5rem;position:absolute;font-family:breathing;font-size:1.875rem;font-weight:normal;z-index:15027;line-height:2;letter-spacing:0;top:0.60546875rem;left:21.75rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#vmA5eiqKT5TlCFW7WlNqGbT1iFW2wRBe { color:#47545a;display:block;width:22.3125rem;position:absolute;font-family:"josefin sans";font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:25.278007507324rem;left:8.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#hznPaX6xrEyGgLZdnmruq6hCnO7nGaPu { color:#4bae16;display:block;width:22.3125rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:27.98828125rem;left:8.5625rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#JnJ14eshsKoV0FU4n1Vdk7by62RIM1gd { 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 #4e2e3d;border-left:0.125rem solid #4e2e3d;border-right:0.125rem solid #4e2e3d;border-bottom:0.125rem solid #4e2e3d;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:31.4375rem;left:10.96875rem;display:block; }
#BXkXqOnPNNeN8QGvTdg6Rhai2GtAr53v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KyFEVaPlm6H5G8E81yhaAH9oFPr2I7yE { color:#000000;display:block;width:24.1875rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:37.125rem;left:7.625rem;height:2.761725rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#AmBsbpxzGkaTvp3Q5CwcKI9PXpA6CJup { color:#000000;display:block;width:31.5rem;position:absolute;font-family:breathing;font-size:1.875rem;font-weight:normal;z-index:15027;line-height:2;letter-spacing:0;top:0.60546875rem;left:21.75rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#xkX8dgpl64Q0J1k6TlwN2MepOPWeyBRN { color:#000000;display:block;width:47.75rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:39.458343505859rem;left:13.625rem;height:2.83333325rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#w4Sc5xw3sdBK5Je5eXXOuRp2yS02Op9B { position:absolute;display:block;z-index:15005;background-color:#f2a51e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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;height:11.25rem;width:47.625rem;top:36.770843505859rem;left:13.65625rem;display:none; }
#Uc6QrXbGdd6963O80PTXagWFDcgLRboy { position:absolute;display:block;z-index:15031;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:39.125rem;width:61.375rem;top:4.90625rem;left:23.125rem;overflow:hidden;display:block; }
#yIZq4qXXzMEp5IkqBRclLZw7MNK2t5Xm { color:#000000;display:block;width:24.1875rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:40.6875rem;left:7.625rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#TMP6gwEPvQz0xH37dXXT6CNVWmueT60V { position:absolute;display:block;z-index:15007;background-color:#f2a51e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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;height:11.25rem;width:47.625rem;top:47.03125rem;left:14.3125rem;display:block; }
#FJQa2EymS8Lg2thTpc1RXipoQSxh6QPp { color:#000000;display:block;width:47.75rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:49.8125rem;left:14.25rem;height:5.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#KEpiAS16oIznoFi1T1LUW6ApWorQAlDe { position:relative;display:none; }#KEpiAS16oIznoFi1T1LUW6ApWorQAlDe { border-width: 0; border-radius: 0; }#KEpiAS16oIznoFi1T1LUW6ApWorQAlDe > .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; }#KEpiAS16oIznoFi1T1LUW6ApWorQAlDe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#WWMm9s6pXIdTuPh4fMsPwDHX6v0GWHWn { color:#000000;display:block;width:47.75rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:44.916687011719rem;left:13.625rem;height:5.6666665rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#UHTb8w60weFpIkDvba0ouZ7gf8wWWAQR { position:absolute;display:block;z-index:15007;background-color:#f2a51e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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;height:11.25rem;width:47.625rem;top:42.125rem;left:13.6875rem;display:none; }
#etyrETpTQmJrhKmItOOuFKPN0hnA8Ae8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4e2e3d;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; }#etyrETpTQmJrhKmItOOuFKPN0hnA8Ae8 > .row .container { background-color: transparent; background-image: none; }#etyrETpTQmJrhKmItOOuFKPN0hnA8Ae8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#etyrETpTQmJrhKmItOOuFKPN0hnA8Ae8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#etyrETpTQmJrhKmItOOuFKPN0hnA8Ae8 > .row .container > .video-iframe-container { display: none; }#etyrETpTQmJrhKmItOOuFKPN0hnA8Ae8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#etyrETpTQmJrhKmItOOuFKPN0hnA8Ae8 > .row > .video-iframe-container { display: none; }#etyrETpTQmJrhKmItOOuFKPN0hnA8Ae8 > .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); }#etyrETpTQmJrhKmItOOuFKPN0hnA8Ae8 > .row .container { border-width: 0; border-radius: 0; }#etyrETpTQmJrhKmItOOuFKPN0hnA8Ae8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#etyrETpTQmJrhKmItOOuFKPN0hnA8Ae8 > .row .container { font-size:0.875rem;font-family:arial;height:53.9375rem;width:75rem;position:relative;display:block; }#JGldESG4e7IHy0F2KnmbksIUdq2Q2ALd { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:42.9375rem;width:74.875rem;top:10.540374755859rem;left:0rem;overflow:hidden;display:block; }
#Cd2ZiGDhvC4CCTGShUr4VTkdNPFQ4VkV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4e2e3d;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; }#Cd2ZiGDhvC4CCTGShUr4VTkdNPFQ4VkV > .row .container { background-color: transparent; background-image: none; }#Cd2ZiGDhvC4CCTGShUr4VTkdNPFQ4VkV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cd2ZiGDhvC4CCTGShUr4VTkdNPFQ4VkV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cd2ZiGDhvC4CCTGShUr4VTkdNPFQ4VkV > .row .container > .video-iframe-container { display: none; }#Cd2ZiGDhvC4CCTGShUr4VTkdNPFQ4VkV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cd2ZiGDhvC4CCTGShUr4VTkdNPFQ4VkV > .row > .video-iframe-container { display: none; }#Cd2ZiGDhvC4CCTGShUr4VTkdNPFQ4VkV > .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); }#Cd2ZiGDhvC4CCTGShUr4VTkdNPFQ4VkV > .row .container { border-width: 0; border-radius: 0; }#Cd2ZiGDhvC4CCTGShUr4VTkdNPFQ4VkV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Cd2ZiGDhvC4CCTGShUr4VTkdNPFQ4VkV > .row .container { font-size:0.875rem;font-family:"open sans";height:17.125rem;width:75rem;position:relative;display:block; }#eTHXQWhVDo2PIr8cImliH3Z6ugZORiLc { 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:5.8229370117188rem;left:31.875rem;overflow:hidden;display:block; }
#kqQLahsDs3kuVoQ9DTXnWp4nGbVMmlSZ { 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:5.8021240234375rem;left:42.5rem;height:1.625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JZlOSkVnJZqEVe17o5TDp3C2GPAsR4Ln { background-color:#f2ddd4;background-image:url("https://images.assets-landingi.com/uc/3111cf8c-33ef-4b20-87ec-71a45c69714e/_Zdjciegwnenastronzapisucz23.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#JZlOSkVnJZqEVe17o5TDp3C2GPAsR4Ln.adaptive-delivery-prevent-bg, #JZlOSkVnJZqEVe17o5TDp3C2GPAsR4Ln.lazyload, #JZlOSkVnJZqEVe17o5TDp3C2GPAsR4Ln.lazyloading { background-image: none; }#JZlOSkVnJZqEVe17o5TDp3C2GPAsR4Ln > .row .container { background-color: transparent; background-image: none; }#JZlOSkVnJZqEVe17o5TDp3C2GPAsR4Ln::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZlOSkVnJZqEVe17o5TDp3C2GPAsR4Ln > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZlOSkVnJZqEVe17o5TDp3C2GPAsR4Ln > .row .container > .video-iframe-container { display: none; }#JZlOSkVnJZqEVe17o5TDp3C2GPAsR4Ln > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZlOSkVnJZqEVe17o5TDp3C2GPAsR4Ln > .row > .video-iframe-container { display: none; }#JZlOSkVnJZqEVe17o5TDp3C2GPAsR4Ln > .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); }#JZlOSkVnJZqEVe17o5TDp3C2GPAsR4Ln > .row .container { width:47.75rem;height:37.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xATBHlOCoDkfz1t2GdTRZWT5zmuvqwSg { width:16.5625rem;height:3.16666675rem;top:15.3125rem;left:29.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqweXOSw7GTiHMs4wkA13ipxqoGto9sl { width:15.25rem;height:7.5rem;top:2.125rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #scn3PT9TgEEtLoz3rNHJFgVBzTez7E4V { width:20.1875rem;height:2.25rem;top:10.404948234558rem;left:27.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImZLE0CO2GdBt0E2JFdu4DZqTWt1fZKm { width:16.2473965rem;height:0.1236979375rem;top:13.739583969116rem;left:29.626302719116rem;display:block; }
 }@media only screen and (max-width: 763px) { #L85OqRqkaM3QGX0meL4VCEJTXx1TZa8L { width:40.625rem;height:16.1875rem;top:29.037761688233rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTWAxvTm5laCZFrlA0dIKLwhdd4TvxVm { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pFEhBLbAlhy5lVL05H5hED4A6tbgTkMT { width:16.5625rem;height:1.583333375rem;top:19.375rem;left:29.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fM304vXyKK2izILrRL9XOfGs8mqXitDi { width:35.1875rem;height:4rem;top:31.208333969116rem;left:6.28125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2aHAl4I6hCZW74h8nfXUH2hn9LkA8sz { width:16.25rem;height:3.75rem;top:22.8125rem;left:29.59375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRTkG3kx7DoU4lEnRwJyT21PTzaNBsdR { display:block; }
 }@media only screen and (max-width: 763px) { #sPGnuTsEfmxgaP2QwFJwSTOBVhusfJPf { width:1.3125rem;height:1.583333375rem;top:2.125rem;left:44.145835876465rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0tQVVDVT3Nwtcnc95bki4NQJeIf6sdU { width:47.75rem;height:4rem;top:36.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNdi58cpiNZTKEevAVt4OtnWfoILIbvR { display:block; }#BNdi58cpiNZTKEevAVt4OtnWfoILIbvR > .row .container { width:47.75rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tHoM8J1D79mN8aTXSZU6ISeUPWiLfi5Z { width:12.5rem;height:2.5rem;top:5.5rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XOrEh6P7ZGhLA4Bo4DqylfcMu3zTKqQi { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #OTBcHiVMt9mCpZd8QTHKb18OhaBxJMXs { display:none; }#OTBcHiVMt9mCpZd8QTHKb18OhaBxJMXs > .row .container { width:47.75rem;height:44.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ipiw3ABm2FICLAtPOr4R2Ji266IXAOOs { width:12.5rem;height:2.5rem;top:5.5rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VaaDhTtyCFvTfRWvcgwv0TyZXkDRKtrM { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #OwLusDCbQ28oOytTeqxW3n2lMermTpuP { width:43.4375rem;height:4.8333335rem;top:11.666667938233rem;left:1.46875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aTtClKC2hwgQHlI32dGGCHGimTsA4coO { width:40.625rem;height:22.8125rem;top:18.041667938233rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyeVRya2AsBAGiiqSisOml0wJ6FvS7Mg { width:35.1875rem;height:1.75rem;top:4.3125rem;left:6.28125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhRvK0LKz2B8duL9vXaXTBqV8LtyDEmx { background-color:#4e2e3d;background-image:none;display:block; }#MhRvK0LKz2B8duL9vXaXTBqV8LtyDEmx > .row .container { background-color: transparent; background-image: none; }#MhRvK0LKz2B8duL9vXaXTBqV8LtyDEmx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MhRvK0LKz2B8duL9vXaXTBqV8LtyDEmx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MhRvK0LKz2B8duL9vXaXTBqV8LtyDEmx > .row .container > .video-iframe-container { display: none; }#MhRvK0LKz2B8duL9vXaXTBqV8LtyDEmx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MhRvK0LKz2B8duL9vXaXTBqV8LtyDEmx > .row > .video-iframe-container { display: none; }#MhRvK0LKz2B8duL9vXaXTBqV8LtyDEmx > .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); }#MhRvK0LKz2B8duL9vXaXTBqV8LtyDEmx > .row .container { width:47.75rem;height:52.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qxdc6ZJQOAI5xZXpsQDFfJz6kciJA3Vm { width:20.75rem;height:1.75rem;top:22.625rem;left:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9dwW6OZ5u84zbEpDW67hL337ngLzAhJ { width:40.625rem;height:14.999999625rem;top:24.8125rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsXfP7dMGCQfDqS07ODBiJdTiDxUk5GW { width:40.625rem;height:8.75rem;top:43.375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdW2EicHaci7FCGk4iTUf6ra3EvIMlxo { width:43.4375rem;height:4.8333335rem;top:45.3125rem;left:2.1875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vN8ncKpl35P1yAJ2vNvRCiSDCmRMJ2ct { top:1.3125rem;left:3.53125rem;width:40.625rem;height:19.25rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hvZo4OTm5p0oi0zJtugCBeuFcyoxNc0i { display:none; }#hvZo4OTm5p0oi0zJtugCBeuFcyoxNc0i > .row .container { width:47.75rem;height:2.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #E4TWTw18SQg8MZhvk52VgTQs2F25C8d4 { display:block; }#E4TWTw18SQg8MZhvk52VgTQs2F25C8d4 > .row .container { width:47.75rem;height:44.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P7wRPDEnh2mNJWFcBwxGogTfJ26kS8sI { width:18rem;height:12.8125rem;top:2.125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVSceqOTKPEnTZ8QTJ7l91JSAdTbTzmy { width:18rem;height:12.875rem;top:2.125rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJhhvTZpv2IwulvyTq0ZVlS7PaAwFgSk { width:18rem;height:12.8125rem;top:16.625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTElyDGdPMV1xB4u1a6uEccpyVJV8XE3 { width:18rem;height:12.875rem;top:16.625rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU1QlA6vho56dd6MTS1tGALwUPR3bABN { width:18rem;height:12.875rem;top:2.125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1vzFTBmqEa45LzhcehWZQUaxRzcck0u { width:18rem;height:12.875rem;top:2.125rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Spx6GlhBf0U2XSlkn22tL5yTaIvJIAEH { width:18rem;height:12.875rem;top:16.625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqoCofLG48TglZzMUI3R2Qb4bbHw5xUw { width:18rem;height:12.875rem;top:16.625rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlKhApNm1I8fKqthdHlfhC9dPqVV1Cum { width:16.25rem;height:3.75rem;top:31.72917175293rem;left:15.020833969116rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJtwVDtVdbhmtPc2MaJl6owcbG27Q4sp { display:block; }
 }@media only screen and (max-width: 763px) { #ANHW41GpAGnVDe23cavvHU9T38tbDzV9 { width:16.25rem;height:3.75rem;top:31.72917175293rem;left:15.020833969116rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xUoFFpPvzK8cySB8iXtWTS3pbwRlL5il { display:block; }
 }@media only screen and (max-width: 763px) { #f8cz4auFz30Hxl1ccMC8IfRhUdpgXSuT { width:40.625rem;height:8.75rem;top:39.729167938233rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8DzE4mFNPVJaVk2ASlo6F4F6erOaAt5 { width:43.4375rem;height:4.8333335rem;top:41.729167938233rem;left:2.15625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BHgQHItMDl5Xup5C8L09TeLSIQCk8zm3 { display:block; }#BHgQHItMDl5Xup5C8L09TeLSIQCk8zm3 > .row .container { width:47.75rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tFMXbItzvNvSNx9z0eGaZNHQEd1I7NaC { width:38.6875rem;height:18.4375rem;top:1.875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1TIq2sbPDvvZ7J8m5rVd1kDWDmqxvXt { width:9.375rem;height:9.375rem;top:4rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsbR0fZUgy8PtnJU9VpuMnTechD9sRVA { width:28.4375rem;height:9.5rem;top:3.96875rem;left:14.920573234558rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #woTMI3Z2ZTCIUsiqP9BduNiTqssp91B9 { width:28.5625rem;height:2.66666675rem;top:15.345062255859rem;left:14.858073234558rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbUqyAvNg56WiZUq7ZmyGaauB0JSNuF0 { display:block; }#XbUqyAvNg56WiZUq7ZmyGaauB0JSNuF0 > .row .container { width:47.75rem;height:23.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VodGPLZpRs8kEytzQ8JsVf7iyb66pFDb { width:38.6875rem;height:19.8125rem;top:1.875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCDiJIVq3438fFKhSyTBA7Rdp8CzRtg4 { width:9.375rem;height:9.375rem;top:4rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVxr3Q5icc80nm3W4d4WADFpaBXuI0JK { width:28.4375rem;height:11.083333rem;top:3.9583435058594rem;left:14.920573234558rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLqvdmvNWe40TLbwcX3sxlV2IabLE3Ff { width:28.5625rem;height:2.66666675rem;top:16.845062255859rem;left:14.858073234558rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #enbS89bGVzunJ5RDnqccBF57RMp2WN6q { display:none; }#enbS89bGVzunJ5RDnqccBF57RMp2WN6q > .row .container { width:47.75rem;height:24.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xRMfmgkM0fF5BHIQIOTvuAMZ9INeyz34 { width:38.6875rem;height:17.9375rem;top:6.0625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEKKEiyA45VMkTWmJ7Gp3AsAWDT29Ui6 { width:9.375rem;height:9.375rem;top:8.1875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0cuab4z9WczGT1MJhvwBOuHrrvE7Kl2 { width:28.4375rem;height:9.5rem;top:8.1875rem;left:15.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEl6G8D9TvfWsgAoTEND6IlT3zu98GQ4 { width:28.5625rem;height:2.66666675rem;top:19.4375rem;left:15rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDrQcCHvwBRBB3DsFeGTDySGPwCno0Ju { width:40.625rem;height:8.75rem;top:39.729167938233rem;left:3.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #w9QToMdGodF13R8OZTpDVFxWSUBguh43 { width:43.4375rem;height:4.8333335rem;top:41.729167938233rem;left:2.15625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Li5TJp2sw8FEqdmeRNiT7QsH4sUpezUT { display:block; }#Li5TJp2sw8FEqdmeRNiT7QsH4sUpezUT > .row .container { width:47.75rem;height:25.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JR9ERn1OotDZBbayhkBOWoWG28SF1WLD { width:38.6875rem;height:22.9375rem;top:1.875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeAPWu9ZWs4XA0Znmo254Xm5S0R73ofq { width:9.375rem;height:9.375rem;top:4rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsIUmifECGDdoCeTC45mT2I02B6KpJQP { width:28.4375rem;height:14.25rem;top:3.9791717529297rem;left:14.920573234558rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgyorb52WcZM2EClxOodN1Jcx5GQ8G62 { width:28.5625rem;height:2.66666675rem;top:20.157562255859rem;left:14.858073234558rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCPXXSS4rpkaC6ZJ6yC4VqeneVDTydGf { display:block; }#ZCPXXSS4rpkaC6ZJ6yC4VqeneVDTydGf > .row .container { width:47.75rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GPpMvMz5EQOdmUWEFRhXKUPwTRxO6ASM { width:38.6875rem;height:23rem;top:1.875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CchRMInCBEFr3UR5NBp3l73EngAak2Ks { width:9.375rem;height:9.375rem;top:4rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #upLb8Xl5VPCyI9lPLiwu3RKv38J4MroH { width:28.4375rem;height:14.25rem;top:3.95703125rem;left:14.920573234558rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWDaoXgwe1bqsWFw1rrHIfuZqIf2tFUU { width:28.5625rem;height:2.66666675rem;top:19.97785949707rem;left:14.858073234558rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJHK7LJlFV24K40EZKshkCF0lqSBfsJP { display:block; }#sJHK7LJlFV24K40EZKshkCF0lqSBfsJP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcTHyIBzwJCtQJ7wtyKTk71ZA9piTQ5o { width:43.4375rem;height:2.41666675rem;top:5.3203125rem;left:2.15625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aoCNhSTkgc4qIsRK1sUvJTaI4zFwakd1 { width:40.625rem;height:8.75rem;top:2.1953125rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuDPWMpyiHhg4ABXEENRzNXzn3PhuqLn { display:block; }#kuDPWMpyiHhg4ABXEENRzNXzn3PhuqLn > .row .container { width:47.75rem;height:40.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z75n8zbB5qxmcHllRc6O7nUeubtKRpD2 { width:17.5rem;height:2.66666675rem;top:10.25rem;left:7.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrKAGFufVwgsACqpFycg4c4IxhmN8Q0T { width:17.5rem;height:2.66666675rem;top:10.249132275581rem;left:30.249131500721rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #grQlBfEzcoDi1C8TikgCmpEfXbf8DaZx { width:17.8125rem;height:2.66666675rem;top:17.6875rem;left:7rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzLsrmnfEnvqb8iJqTf8nkW0bAN8O4cJ { width:15.0625rem;height:2.66666675rem;top:17.936279296875rem;left:30.248699188233rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwwTAeoFSTwsiRaDKCLZ2HSoWPFsRIKv { width:2.3125rem;height:2.3125rem;top:10.25rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKQPB4xAmNWuvWEHGBPPJWy7D6OORqNQ { width:2.3125rem;height:2.3125rem;top:17.9375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ksmh3FKXNtRPp2smMC7wMnrgOGK85T8T { width:2.3125rem;height:2.3125rem;top:17.910590291023rem;left:26.562499344349rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQc02LJz5OrrOupBWwcX4Ac1uLfXoaxA { width:2.3125rem;height:2.3125rem;top:10.249132275581rem;left:26.562499344349rem;display:block; }
 }@media only screen and (max-width: 763px) { #sn5bsGc6TwzyedSsOJLdudlcn4diKwaF { width:17.8125rem;height:2.66666675rem;top:25.1875rem;left:7.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #arHrfRKu7tMpSPpV34Wv3tmwXo5d95kI { width:2.3125rem;height:2.3125rem;top:25.375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7lJuq1ECa56nuxdWrMPVzpGgmcXIXZs { width:15.0625rem;height:5.333333375rem;top:25.1875rem;left:30.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEAgJgpUcV3x6DG7kW75GzSksVo1GNOf { width:2.3125rem;height:2.3125rem;top:25.3125rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoeT4V3lTx1AI6LuMIPLryEaDQ4l9D3m { width:40.625rem;height:10.1875rem;top:35.083343505859rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iELf9PzEfrET9Hc7AqTguo1TtuJQMZza { width:43.4375rem;height:2.41666675rem;top:37.75rem;left:2.15625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MVGlBcesBZqTA8B2xvuTQMAcEwuaruB1 { display:block; }#MVGlBcesBZqTA8B2xvuTQMAcEwuaruB1 > .row .container { width:47.75rem;height:51.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mIJJnSTTlFDOVmVmtDG8TJfX5qFgel1V { width:24.1875rem;height:43.9375rem;top:7.6549682617188rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGTV6qyJHnuTX4dkGGHcnBGTQ9HFVkMV { width:22.4375rem;height:5.6875rem;top:8.625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvAD64TXoMoaP9W2QRP7ufPdKLeDktn0 { width:20.5rem;height:2.41666675rem;top:10.25rem;left:5.375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fl6kLGv7OEdtyKuDZGEa64PP1D3QTIXO { width:21.8125rem;height:6.25rem;top:15.51953125rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQtMCBrFzbXZPkMtCCBGP9sI9XAiyDS3 { width:43.4375rem;height:3.75rem;top:0.1875rem;left:2.15625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vmA5eiqKT5TlCFW7WlNqGbT1iFW2wRBe { width:22.3125rem;height:1.25rem;top:23.510406494141rem;left:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hznPaX6xrEyGgLZdnmruq6hCnO7nGaPu { width:22.3125rem;height:2.83333325rem;top:25.5rem;left:4.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnJ14eshsKoV0FU4n1Vdk7by62RIM1gd { width:17.5rem;height:3.4375rem;top:29.125rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXkXqOnPNNeN8QGvTdg6Rhai2GtAr53v { display:block; }
 }@media only screen and (max-width: 763px) { #KyFEVaPlm6H5G8E81yhaAH9oFPr2I7yE { width:24.25rem;height:2.5rem;top:46.5rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmBsbpxzGkaTvp3Q5CwcKI9PXpA6CJup { width:43.4375rem;height:3.75rem;top:0.1875rem;left:2.15625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xkX8dgpl64Q0J1k6TlwN2MepOPWeyBRN { width:43.4375rem;height:2.41666675rem;top:37.75rem;left:2.15625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #w4Sc5xw3sdBK5Je5eXXOuRp2yS02Op9B { width:40.625rem;height:10.1875rem;top:35.083343505859rem;left:3.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uc6QrXbGdd6963O80PTXagWFDcgLRboy { width:16.125rem;height:10.4375rem;top:15.25rem;left:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIZq4qXXzMEp5IkqBRclLZw7MNK2t5Xm { width:24.25rem;height:2.5rem;top:46.5rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMP6gwEPvQz0xH37dXXT6CNVWmueT60V { width:40.625rem;height:8.75rem;top:17.0625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJQa2EymS8Lg2thTpc1RXipoQSxh6QPp { width:40.6875rem;height:4.8333335rem;top:19rem;left:3.5rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KEpiAS16oIznoFi1T1LUW6ApWorQAlDe { display:none; }#KEpiAS16oIznoFi1T1LUW6ApWorQAlDe > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WWMm9s6pXIdTuPh4fMsPwDHX6v0GWHWn { width:40.6875rem;height:4.8333335rem;top:43.04167175293rem;left:3.53125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #UHTb8w60weFpIkDvba0ouZ7gf8wWWAQR { width:40.625rem;height:8.75rem;top:41.125rem;left:3.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #etyrETpTQmJrhKmItOOuFKPN0hnA8Ae8 { background-color:#4e2e3d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#etyrETpTQmJrhKmItOOuFKPN0hnA8Ae8 > .row .container { background-color: transparent; background-image: none; }#etyrETpTQmJrhKmItOOuFKPN0hnA8Ae8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#etyrETpTQmJrhKmItOOuFKPN0hnA8Ae8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#etyrETpTQmJrhKmItOOuFKPN0hnA8Ae8 > .row .container > .video-iframe-container { display: none; }#etyrETpTQmJrhKmItOOuFKPN0hnA8Ae8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#etyrETpTQmJrhKmItOOuFKPN0hnA8Ae8 > .row > .video-iframe-container { display: none; }#etyrETpTQmJrhKmItOOuFKPN0hnA8Ae8 > .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); }#etyrETpTQmJrhKmItOOuFKPN0hnA8Ae8 > .row .container { border-width: 0; border-radius: 0; }#etyrETpTQmJrhKmItOOuFKPN0hnA8Ae8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#etyrETpTQmJrhKmItOOuFKPN0hnA8Ae8 > .row .container { width:47.75rem;height:25.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JGldESG4e7IHy0F2KnmbksIUdq2Q2ALd { width:40.5rem;height:23.1875rem;top:2.4791564941406rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd2ZiGDhvC4CCTGShUr4VTkdNPFQ4VkV { display:block; }#Cd2ZiGDhvC4CCTGShUr4VTkdNPFQ4VkV > .row .container { width:47.75rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTHXQWhVDo2PIr8cImliH3Z6ugZORiLc { width:7.5rem;height:3.6875rem;top:2.53125rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqQLahsDs3kuVoQ9DTXnWp4nGbVMmlSZ { width:1.125rem;height:1.583333375rem;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) { #JZlOSkVnJZqEVe17o5TDp3C2GPAsR4Ln { background-color:#4e2e3d;background-image:none;display:block; }#JZlOSkVnJZqEVe17o5TDp3C2GPAsR4Ln > .row .container { background-color: transparent; background-image: none; }#JZlOSkVnJZqEVe17o5TDp3C2GPAsR4Ln::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZlOSkVnJZqEVe17o5TDp3C2GPAsR4Ln > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZlOSkVnJZqEVe17o5TDp3C2GPAsR4Ln > .row .container > .video-iframe-container { display: none; }#JZlOSkVnJZqEVe17o5TDp3C2GPAsR4Ln > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZlOSkVnJZqEVe17o5TDp3C2GPAsR4Ln > .row > .video-iframe-container { display: none; }#JZlOSkVnJZqEVe17o5TDp3C2GPAsR4Ln > .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); }#JZlOSkVnJZqEVe17o5TDp3C2GPAsR4Ln > .row .container { width:20rem;height:59.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xATBHlOCoDkfz1t2GdTRZWT5zmuvqwSg { width:20rem;height:6.5rem;top:35.621094703674rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqweXOSw7GTiHMs4wkA13ipxqoGto9sl { width:8.3125rem;height:4.0625rem;top:22.061199188233rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #scn3PT9TgEEtLoz3rNHJFgVBzTez7E4V { width:20rem;height:2.84375rem;top:31.069662094116rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImZLE0CO2GdBt0E2JFdu4DZqTWt1fZKm { width:16.25rem;height:0.0625rem;top:34.507812976837rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L85OqRqkaM3QGX0meL4VCEJTXx1TZa8L { width:20rem;height:6.875rem;top:50.937502861023rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTWAxvTm5laCZFrlA0dIKLwhdd4TvxVm { top:0.770837187767rem;left:0rem;width:20rem;height:20rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pFEhBLbAlhy5lVL05H5hED4A6tbgTkMT { width:20rem;height:1.625rem;top:43.016929626465rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fM304vXyKK2izILrRL9XOfGs8mqXitDi { width:20rem;height:3.57421875rem;top:26.707683563233rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2aHAl4I6hCZW74h8nfXUH2hn9LkA8sz { width:16.25rem;height:3.75rem;top:45.725260734558rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRTkG3kx7DoU4lEnRwJyT21PTzaNBsdR { display:block; }
 }@media only screen and (max-width: 763px) { #sPGnuTsEfmxgaP2QwFJwSTOBVhusfJPf { width:1.3125rem;height:1.21875rem;top:22.5rem;left:13.5625rem;font-size:0.9375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #O0tQVVDVT3Nwtcnc95bki4NQJeIf6sdU { width:18.75rem;height:4.54948125rem;top:52.100260734558rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BNdi58cpiNZTKEevAVt4OtnWfoILIbvR { display:block; }#BNdi58cpiNZTKEevAVt4OtnWfoILIbvR > .row .container { width:20rem;height:20.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tHoM8J1D79mN8aTXSZU6ISeUPWiLfi5Z { width:12.5rem;height:0;top:1.25rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XOrEh6P7ZGhLA4Bo4DqylfcMu3zTKqQi { top:0rem;left:0.3125rem;width:19.375rem;height:19.375rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OTBcHiVMt9mCpZd8QTHKb18OhaBxJMXs { display:none; }#OTBcHiVMt9mCpZd8QTHKb18OhaBxJMXs > .row .container { width:20rem;height:39.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ipiw3ABm2FICLAtPOr4R2Ji266IXAOOs { width:12.5rem;height:0;top:1.25rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VaaDhTtyCFvTfRWvcgwv0TyZXkDRKtrM { top:20.020835876465rem;left:0.28125rem;width:19.375rem;height:19.375rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OwLusDCbQ28oOytTeqxW3n2lMermTpuP { width:19.1875rem;height:2.875rem;top:2.3333358764649rem;left:0.40625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aTtClKC2hwgQHlI32dGGCHGimTsA4coO { height:10.875rem;width:19.375rem;top:6.5625rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyeVRya2AsBAGiiqSisOml0wJ6FvS7Mg { width:20rem;height:0;top:6.9375038146975rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MhRvK0LKz2B8duL9vXaXTBqV8LtyDEmx { background-color:#4e2e3d;background-image:none;display:block; }#MhRvK0LKz2B8duL9vXaXTBqV8LtyDEmx > .row .container { background-color: transparent; background-image: none; }#MhRvK0LKz2B8duL9vXaXTBqV8LtyDEmx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MhRvK0LKz2B8duL9vXaXTBqV8LtyDEmx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MhRvK0LKz2B8duL9vXaXTBqV8LtyDEmx > .row .container > .video-iframe-container { display: none; }#MhRvK0LKz2B8duL9vXaXTBqV8LtyDEmx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MhRvK0LKz2B8duL9vXaXTBqV8LtyDEmx > .row > .video-iframe-container { display: none; }#MhRvK0LKz2B8duL9vXaXTBqV8LtyDEmx > .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); }#MhRvK0LKz2B8duL9vXaXTBqV8LtyDEmx > .row .container { width:20rem;height:48.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qxdc6ZJQOAI5xZXpsQDFfJz6kciJA3Vm { width:16.6875rem;height:1.625rem;top:1.3125rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9dwW6OZ5u84zbEpDW67hL337ngLzAhJ { width:18.125rem;height:34.3138rem;top:3.75rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsXfP7dMGCQfDqS07ODBiJdTiDxUk5GW { width:20rem;height:8.8125rem;top:39.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdW2EicHaci7FCGk4iTUf6ra3EvIMlxo { width:18.375rem;height:5.361325rem;top:41.412761688233rem;left:0.8125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vN8ncKpl35P1yAJ2vNvRCiSDCmRMJ2ct { width:20rem;height:9.4769230769231rem;top:1.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hvZo4OTm5p0oi0zJtugCBeuFcyoxNc0i { background-color:#4e2e3d;background-image:none;display:block; }#hvZo4OTm5p0oi0zJtugCBeuFcyoxNc0i > .row .container { background-color: transparent; background-image: none; }#hvZo4OTm5p0oi0zJtugCBeuFcyoxNc0i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvZo4OTm5p0oi0zJtugCBeuFcyoxNc0i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvZo4OTm5p0oi0zJtugCBeuFcyoxNc0i > .row .container > .video-iframe-container { display: none; }#hvZo4OTm5p0oi0zJtugCBeuFcyoxNc0i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvZo4OTm5p0oi0zJtugCBeuFcyoxNc0i > .row > .video-iframe-container { display: none; }#hvZo4OTm5p0oi0zJtugCBeuFcyoxNc0i > .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); }#hvZo4OTm5p0oi0zJtugCBeuFcyoxNc0i > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E4TWTw18SQg8MZhvk52VgTQs2F25C8d4 { display:block; }#E4TWTw18SQg8MZhvk52VgTQs2F25C8d4 > .row .container { width:20rem;height:128.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P7wRPDEnh2mNJWFcBwxGogTfJ26kS8sI { width:17.9375rem;height:12.8125rem;top:1.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVSceqOTKPEnTZ8QTJ7l91JSAdTbTzmy { width:17.8125rem;height:12.75rem;top:15.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJhhvTZpv2IwulvyTq0ZVlS7PaAwFgSk { width:17.8125rem;height:12.6875rem;top:29.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTElyDGdPMV1xB4u1a6uEccpyVJV8XE3 { width:17.8125rem;height:12.75rem;top:43.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU1QlA6vho56dd6MTS1tGALwUPR3bABN { width:18rem;height:12.875rem;top:64.8125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1vzFTBmqEa45LzhcehWZQUaxRzcck0u { width:18rem;height:12.875rem;top:79.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Spx6GlhBf0U2XSlkn22tL5yTaIvJIAEH { width:18rem;height:12.875rem;top:93.229156494137rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqoCofLG48TglZzMUI3R2Qb4bbHw5xUw { width:18rem;height:12.875rem;top:107.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlKhApNm1I8fKqthdHlfhC9dPqVV1Cum { width:16.25rem;height:3.75rem;top:122.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJtwVDtVdbhmtPc2MaJl6owcbG27Q4sp { display:block; }
 }@media only screen and (max-width: 763px) { #ANHW41GpAGnVDe23cavvHU9T38tbDzV9 { width:16.25rem;height:3.75rem;top:58.85417175293rem;left:1.875rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #xUoFFpPvzK8cySB8iXtWTS3pbwRlL5il { display:block; }
 }@media only screen and (max-width: 763px) { #f8cz4auFz30Hxl1ccMC8IfRhUdpgXSuT { width:20rem;height:10.6875rem;top:132.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #A8DzE4mFNPVJaVk2ASlo6F4F6erOaAt5 { width:20rem;height:0;top:136.60415649414rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #BHgQHItMDl5Xup5C8L09TeLSIQCk8zm3 { display:block; }#BHgQHItMDl5Xup5C8L09TeLSIQCk8zm3 > .row .container { width:20rem;height:34.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tFMXbItzvNvSNx9z0eGaZNHQEd1I7NaC { width:19.4375rem;height:26.9375rem;top:7.37109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1TIq2sbPDvvZ7J8m5rVd1kDWDmqxvXt { width:9.375rem;height:9.375rem;top:2.625rem;left:5.3125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #tsbR0fZUgy8PtnJU9VpuMnTechD9sRVA { width:18.1241875rem;height:14.34375rem;top:13.12734413147rem;left:0.93828129768369rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #woTMI3Z2ZTCIUsiqP9BduNiTqssp91B9 { width:18.12109375rem;height:2.761725rem;top:29.34375rem;left:0.93880212306975rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbUqyAvNg56WiZUq7ZmyGaauB0JSNuF0 { display:block; }#XbUqyAvNg56WiZUq7ZmyGaauB0JSNuF0 > .row .container { width:20rem;height:39.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VodGPLZpRs8kEytzQ8JsVf7iyb66pFDb { width:19.4375rem;height:30.25rem;top:7.37109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCDiJIVq3438fFKhSyTBA7Rdp8CzRtg4 { width:9.375rem;height:9.375rem;top:2.625rem;left:5.3125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #nVxr3Q5icc80nm3W4d4WADFpaBXuI0JK { width:18.1241875rem;height:17.53125rem;top:13.12734413147rem;left:0.93828129768369rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLqvdmvNWe40TLbwcX3sxlV2IabLE3Ff { width:18.1223965rem;height:2.761725rem;top:32.766937255859rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #enbS89bGVzunJ5RDnqccBF57RMp2WN6q { display:none; }#enbS89bGVzunJ5RDnqccBF57RMp2WN6q > .row .container { width:20rem;height:45.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xRMfmgkM0fF5BHIQIOTvuAMZ9INeyz34 { width:19.4375rem;height:28.25rem;top:16.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEKKEiyA45VMkTWmJ7Gp3AsAWDT29Ui6 { width:9.375rem;height:9.375rem;top:12.1875rem;left:5.3125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #e0cuab4z9WczGT1MJhvwBOuHrrvE7Kl2 { width:18.1241875rem;height:15.833333rem;top:22.6875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEl6G8D9TvfWsgAoTEND6IlT3zu98GQ4 { width:18.1223965rem;height:2.66666675rem;top:40.4375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDrQcCHvwBRBB3DsFeGTDySGPwCno0Ju { width:20rem;height:7.8125rem;top:2.125rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #w9QToMdGodF13R8OZTpDVFxWSUBguh43 { width:20rem;height:3.5rem;top:4.2604370117188rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #Li5TJp2sw8FEqdmeRNiT7QsH4sUpezUT { display:block; }#Li5TJp2sw8FEqdmeRNiT7QsH4sUpezUT > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JR9ERn1OotDZBbayhkBOWoWG28SF1WLD { width:19.4375rem;height:34.5625rem;top:7.37109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeAPWu9ZWs4XA0Znmo254Xm5S0R73ofq { width:9.375rem;height:9.375rem;top:2.625rem;left:5.3125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #PsIUmifECGDdoCeTC45mT2I02B6KpJQP { width:18.1241875rem;height:22.3125rem;top:13.12734413147rem;left:0.93828129768369rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #hgyorb52WcZM2EClxOodN1Jcx5GQ8G62 { width:18.12109375rem;height:2.761725rem;top:37.15625rem;left:0.93880212306975rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCPXXSS4rpkaC6ZJ6yC4VqeneVDTydGf { display:block; }#ZCPXXSS4rpkaC6ZJ6yC4VqeneVDTydGf > .row .container { width:20rem;height:44.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GPpMvMz5EQOdmUWEFRhXKUPwTRxO6ASM { width:19.4375rem;height:36.5625rem;top:7.37109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CchRMInCBEFr3UR5NBp3l73EngAak2Ks { width:9.375rem;height:9.375rem;top:2.625rem;left:5.3125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #upLb8Xl5VPCyI9lPLiwu3RKv38J4MroH { width:18.1234375rem;height:22.3125rem;top:13.700781822204rem;left:0.93828129768369rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWDaoXgwe1bqsWFw1rrHIfuZqIf2tFUU { width:18.12109375rem;height:4.14258125rem;top:37.85546875rem;left:0.93880212306975rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJHK7LJlFV24K40EZKshkCF0lqSBfsJP { background-color:#4e2e3d;background-image:none;display:block; }#sJHK7LJlFV24K40EZKshkCF0lqSBfsJP > .row .container { background-color: transparent; background-image: none; }#sJHK7LJlFV24K40EZKshkCF0lqSBfsJP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJHK7LJlFV24K40EZKshkCF0lqSBfsJP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJHK7LJlFV24K40EZKshkCF0lqSBfsJP > .row .container > .video-iframe-container { display: none; }#sJHK7LJlFV24K40EZKshkCF0lqSBfsJP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJHK7LJlFV24K40EZKshkCF0lqSBfsJP > .row > .video-iframe-container { display: none; }#sJHK7LJlFV24K40EZKshkCF0lqSBfsJP > .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); }#sJHK7LJlFV24K40EZKshkCF0lqSBfsJP > .row .container { width:20rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcTHyIBzwJCtQJ7wtyKTk71ZA9piTQ5o { width:20rem;height:1.7871125rem;top:4.1354370117188rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aoCNhSTkgc4qIsRK1sUvJTaI4zFwakd1 { width:20rem;height:5.8125rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuDPWMpyiHhg4ABXEENRzNXzn3PhuqLn { display:block; }#kuDPWMpyiHhg4ABXEENRzNXzn3PhuqLn > .row .container { width:20rem;height:57.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z75n8zbB5qxmcHllRc6O7nUeubtKRpD2 { width:18.125rem;height:2.761725rem;top:6.125rem;left:0.90625rem;font-size:1.0625rem;font-family:"josefin sans";text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TrKAGFufVwgsACqpFycg4c4IxhmN8Q0T { width:18.1223965rem;height:2.761725rem;top:13.9375rem;left:0.9375rem;font-size:1.0625rem;font-family:"josefin sans";text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #grQlBfEzcoDi1C8TikgCmpEfXbf8DaZx { width:18.1223965rem;height:2.761725rem;top:22.5rem;left:0.9375rem;font-size:1.0625rem;font-family:"josefin sans";text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lzLsrmnfEnvqb8iJqTf8nkW0bAN8O4cJ { width:18.1223965rem;height:2.761725rem;top:32rem;left:0.9375rem;font-size:1.0625rem;font-family:"josefin sans";text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gwwTAeoFSTwsiRaDKCLZ2HSoWPFsRIKv { width:2.3125rem;height:2.3125rem;top:2.375rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKQPB4xAmNWuvWEHGBPPJWy7D6OORqNQ { width:2.3125rem;height:2.3125rem;top:19rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ksmh3FKXNtRPp2smMC7wMnrgOGK85T8T { width:2.3125rem;height:2.3125rem;top:28.25rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQc02LJz5OrrOupBWwcX4Ac1uLfXoaxA { width:2.3125rem;height:2.3125rem;top:10.625rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sn5bsGc6TwzyedSsOJLdudlcn4diKwaF { width:20rem;height:2.76171875rem;top:41.125rem;left:0rem;font-size:1.0625rem;font-family:"josefin sans";text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #arHrfRKu7tMpSPpV34Wv3tmwXo5d95kI { width:2.3125rem;height:2.3125rem;top:37.5625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7lJuq1ECa56nuxdWrMPVzpGgmcXIXZs { width:20rem;height:4.14258125rem;top:50.1458335rem;left:0rem;font-size:1.0625rem;font-family:"josefin sans";text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VEAgJgpUcV3x6DG7kW75GzSksVo1GNOf { width:2.3125rem;height:2.3125rem;top:46.5833335rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoeT4V3lTx1AI6LuMIPLryEaDQ4l9D3m { width:20rem;height:8.25rem;top:58.416687011719rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iELf9PzEfrET9Hc7AqTguo1TtuJQMZza { width:20rem;height:0;top:60.583343505859rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #MVGlBcesBZqTA8B2xvuTQMAcEwuaruB1 { display:block; }#MVGlBcesBZqTA8B2xvuTQMAcEwuaruB1 > .row .container { width:20rem;height:68.1308625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mIJJnSTTlFDOVmVmtDG8TJfX5qFgel1V { width:20rem;height:45.0625rem;top:19.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGTV6qyJHnuTX4dkGGHcnBGTQ9HFVkMV { width:18.75rem;height:5.6875rem;top:20.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvAD64TXoMoaP9W2QRP7ufPdKLeDktn0 { width:18.125rem;height:2.2747375rem;top:21.931640625rem;left:0.90625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fl6kLGv7OEdtyKuDZGEa64PP1D3QTIXO { width:18.75rem;height:7.71809375rem;top:26.999961853028rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQtMCBrFzbXZPkMtCCBGP9sI9XAiyDS3 { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #vmA5eiqKT5TlCFW7WlNqGbT1iFW2wRBe { width:13.4375rem;height:1.4622375rem;top:36.437500953674rem;left:3.28125rem;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hznPaX6xrEyGgLZdnmruq6hCnO7nGaPu { width:20rem;height:2.5996125rem;top:39.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnJ14eshsKoV0FU4n1Vdk7by62RIM1gd { width:17.5rem;height:3.4375rem;top:42.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXkXqOnPNNeN8QGvTdg6Rhai2GtAr53v { display:block; }
 }@media only screen and (max-width: 763px) { #KyFEVaPlm6H5G8E81yhaAH9oFPr2I7yE { width:20rem;height:2.5989625rem;top:59.25rem;left:0rem;font-size:1rem;font-family:"josefin sans";text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AmBsbpxzGkaTvp3Q5CwcKI9PXpA6CJup { width:20rem;height:3rem;top:6.3333435058594rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #xkX8dgpl64Q0J1k6TlwN2MepOPWeyBRN { width:20rem;height:1.7871125rem;top:4.5833435058594rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #w4Sc5xw3sdBK5Je5eXXOuRp2yS02Op9B { width:20rem;height:8.75rem;top:2.1458435058594rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #Uc6QrXbGdd6963O80PTXagWFDcgLRboy { width:20rem;height:12.8125rem;top:10.375rem;left:0rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #yIZq4qXXzMEp5IkqBRclLZw7MNK2t5Xm { width:20rem;height:0;top:65.5rem;left:0rem;font-size:1rem;font-family:"josefin sans";text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TMP6gwEPvQz0xH37dXXT6CNVWmueT60V { width:20rem;height:11.25rem;top:63.305999755863rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FJQa2EymS8Lg2thTpc1RXipoQSxh6QPp { width:20rem;height:0;top:66.59765625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KEpiAS16oIznoFi1T1LUW6ApWorQAlDe { background-color:#4e2e3d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KEpiAS16oIznoFi1T1LUW6ApWorQAlDe > .row .container { background-color: transparent; background-image: none; }#KEpiAS16oIznoFi1T1LUW6ApWorQAlDe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KEpiAS16oIznoFi1T1LUW6ApWorQAlDe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KEpiAS16oIznoFi1T1LUW6ApWorQAlDe > .row .container > .video-iframe-container { display: none; }#KEpiAS16oIznoFi1T1LUW6ApWorQAlDe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KEpiAS16oIznoFi1T1LUW6ApWorQAlDe > .row > .video-iframe-container { display: none; }#KEpiAS16oIznoFi1T1LUW6ApWorQAlDe > .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); }#KEpiAS16oIznoFi1T1LUW6ApWorQAlDe > .row .container { border-width: 0; border-radius: 0; }#KEpiAS16oIznoFi1T1LUW6ApWorQAlDe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KEpiAS16oIznoFi1T1LUW6ApWorQAlDe > .row .container { width:20rem;height:10.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WWMm9s6pXIdTuPh4fMsPwDHX6v0GWHWn { width:20rem;height:3.57421875rem;top:4.6184997558594rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #UHTb8w60weFpIkDvba0ouZ7gf8wWWAQR { width:20rem;height:7.9375rem;top:2.2434997558594rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #etyrETpTQmJrhKmItOOuFKPN0hnA8Ae8 { background-color:#4e2e3d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#etyrETpTQmJrhKmItOOuFKPN0hnA8Ae8 > .row .container { background-color: transparent; background-image: none; }#etyrETpTQmJrhKmItOOuFKPN0hnA8Ae8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#etyrETpTQmJrhKmItOOuFKPN0hnA8Ae8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#etyrETpTQmJrhKmItOOuFKPN0hnA8Ae8 > .row .container > .video-iframe-container { display: none; }#etyrETpTQmJrhKmItOOuFKPN0hnA8Ae8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#etyrETpTQmJrhKmItOOuFKPN0hnA8Ae8 > .row > .video-iframe-container { display: none; }#etyrETpTQmJrhKmItOOuFKPN0hnA8Ae8 > .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); }#etyrETpTQmJrhKmItOOuFKPN0hnA8Ae8 > .row .container { border-width: 0; border-radius: 0; }#etyrETpTQmJrhKmItOOuFKPN0hnA8Ae8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#etyrETpTQmJrhKmItOOuFKPN0hnA8Ae8 > .row .container { width:20rem;height:13.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JGldESG4e7IHy0F2KnmbksIUdq2Q2ALd { width:20rem;height:11.4375rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd2ZiGDhvC4CCTGShUr4VTkdNPFQ4VkV { display:block; }#Cd2ZiGDhvC4CCTGShUr4VTkdNPFQ4VkV > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTHXQWhVDo2PIr8cImliH3Z6ugZORiLc { width:6.25rem;height:3.0625rem;top:3.4375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqQLahsDs3kuVoQ9DTXnWp4nGbVMmlSZ { width:1.3125rem;height:1.21875rem;top:3.4375rem;left:12.5rem;font-size:0.9375rem;z-index:15021;display:block; }
 }